html,
body {
  font-family: 'Jost', sans-serif;
}

body {
  padding-top: 70px;
  overflow-x: hidden;
  background: #101a3e;
  height: 100%;
}

h1 {
  font-family: 'Jost', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  margin: 0;
}

.section-title {
  font-family: inherit;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  text-transform: none;
  color: #2c2f33;
  margin-top: 0px;
  margin-bottom: 10px;
}

h3 {
  font-family: inherit;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  text-transform: none;
  color: #2c2f33;
  margin-top: 20px;
  margin-bottom: 10px;
}

.result h3 {
  color: #fff;
}

p {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  text-transform: none;
  color: #4d4f52;
  margin-top: 0px;
  margin-bottom: 10px;
}

a {
  outline: none !important;
}

textarea {
  resize: vertical;
}

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

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

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

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

.btn.focus,
.btn:focus {
  box-shadow: none;
  outline: 0;
}

hr {
  display: none;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
  background: transparent;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin: 0 15px 0 0;
  transition: 0.2s ease;
}

.breadcrumb > li:hover a::before,
.breadcrumb > li:hover:focus a::before {
  opacity: 0;
  transition: 0.2s ease;
}

.breadcrumb > li a::before {
  content: '';
  left: 0;
  bottom: 2px;
  background: #888d9f;
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 1;
  transition: 0.2s ease;
}

.breadcrumb > li + li:before {
  padding: 0 0 0 3px;
  color: #fff;
  content: '/\00a0';
  position: absolute;
  top: 0;
  left: calc(0% - 15px);
}

.breadcrumb > li a {
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: 0.2s ease;
}

.breadcrumb > li a:focus,
.breadcrumb > li a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}

.breadcrumb > .active {
  color: #a8a8a8;
  text-decoration: none;
}

.breadcrumb > .active a::before {
  display: none;
}

.breadcrumb > .active:hover,
.breadcrumb > .active:focus {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .no-gutters {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .txt-sm-center {
    text-align: center;
  }

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

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

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

@media screen and (min-width: 992px) {
  .txt-md-center {
    text-align: center;
  }

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

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

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

@media screen and (min-width: 1200px) {
  .dropbtn:hover .down_menu {
    display: block;
  }

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

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

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

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

.form-group {
  position: relative;
  margin-bottom: 20px;
  *zoom: 1;
}

.form-group:before,
.form-group:after {
  display: table;
  content: '';
}

.form-group:after {
  clear: both;
}

.form-group .help-block {
  position: relative;
}

.form-group label {
  display: block;
}

.form-control {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  height: initial;
  padding: 9px 0 9px 20px;
  color: #a8a8a8;
  border: 1px solid transparent;
  border-radius: 4em;
}

.form-control::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a8a8a8;
}

.form-control::-webkit-input-placeholder {
  color: #a8a8a8;
}

#newsSubscribe .offerta {
  color: #000;
  text-decoration: underline;
  position: relative;
}

main.content-page .become-sponsor-title {
  text-transform: none;
  font-size: 36px;
  text-align: center !important;
}

main.content-page .become-sponsor-title:first-letter {
  text-transform: uppercase;
}

main.content-page .all-sponsors {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 0 auto;
  max-width: 180px;
  min-height: 40px;
  text-decoration: none;
  border: transparent;
  padding: 0;
}

main.content-page .all-sponsors.btn-brand:hover {
  background: #f8ec73;
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}

main.content-page .all-sponsors:focus {
  outline: none;
}

.become-sponsor-form__wrapper {
  margin-top: 45px;
  padding-bottom: 45px;
}

.become-sponsor-form__wrapper-text p {
  text-align: center;
}

.become,
form.become {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  form.become {
    max-width: 750px;
    margin: 0 auto;
  }
}

.become .help-block {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d73d00;
  text-align: left;
}

.become .form-group {
  margin: 0 0 10px 0;
  max-width: 360px;
  min-width: 360px;
  display: block;
}

.become .form-group.has-error {
  margin-bottom: 0;
}

.become .form-group:before,
.become .form-group:after {
  display: table;
  content: '';
}

.become .form-group:after {
  clear: both;
}

.become .form-control {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  height: initial;
  min-height: 40px;
  padding: 9px 0 9px 20px;
  color: #a8a8a8;
  border: 1px solid transparent;
  border-radius: 4em;
}

.become .form-control::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
  transition: 0.2s ease;
}

.become .form-control:-ms-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
  transition: 0.2s ease;
}

.become .form-control::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
  transition: 0.2s ease;
}

.become .form-control::placeholder {
  color: #c0c0c0;
  opacity: 1;
  transition: 0.2s ease;
}

.become .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.become .form-control:focus::placeholder {
  opacity: 0;
  transition: 0.2s ease;
}

.become textarea.form-control {
  border-radius: 2em;
  min-height: 120px;
  resize: none;
  line-height: initial;
  padding-top: 20px;
}

.become .become-sponsor-submit {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 0 auto;
  max-width: 180px;
  min-height: 40px;
  text-decoration: none;
  border: transparent;
  padding: 0;
}

.become .become-sponsor-submit.btn-brand:hover {
  background: #f8ec73;
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}

.become .form-group.field-becomespeaker-name,
.become .form-group.field-becomespeaker-company,
.become .form-group.field-becomespeaker-email,
.become .form-group.field-becomespeaker-comment {
  float: left;
}

.become .form-group.field-becomespeaker-post,
.become .form-group.field-becomespeaker-city,
.become .form-group.field-becomespeaker-phone {
  float: right;
}

form.become .checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

form.become .checkbox label {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  font-style: normal;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
}

form.become .checkbox label input[type='hidden'] + input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  margin: 0 10px 0 0;
}

form.become .checkbox label input[type='hidden'] + input[type='checkbox']:focus {
  outline: none !important;
}

form.become .checkbox label input[type='hidden'] + input[type='checkbox']:hover {
  border-color: #f5e11e;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

form.become .checkbox label input[type='hidden'] + input[type='checkbox']:checked {
  background: transparent;
  border-color: #f5e11e;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
}

form.become .checkbox label input[type='hidden'] + input[type='checkbox']:checked:after {
  position: absolute;
  display: block;
  content: '';
  background: #f5e11e;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  left: 54.6%;
  top: 50%;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

form.become .has-error .checkbox label input[type='hidden'] + input[type='checkbox'] {
  border-color: #c13907;
}

form.become .has-error .checkbox label input[type='hidden'] + input[type='checkbox']:hover {
  border-color: #c13907;
}

form.become .has-error .checkbox .help-block {
  padding: 0 0 0 20px;
  margin-top: 3px;
}

.modal .modal-body {
  padding: 40px 10px;
}

.modal .close {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 2;
  font-size: 23px;
  opacity: 1;
  color: #fff;
  font-weight: 100;
  opacity: 0.6;
}

.modal .close:focus,
.modal .close.focus {
  outline: none;
}

.m-thanks .modal-body {
  padding: 50px 35px;
  text-align: center;
}

.m-thanks p {
  font-size: 18px;
  margin-bottom: 0;
  color: #2c2f33;
}

.btn-brand {
  color: #000;
}

.button--buy-ticket__wrapper {
  position: relative;
  transition: 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.button--buy-ticket__wrapper:hover .button--buy-ticket__wrapper-bg {
  background: #f8ec73;
  transition: 0.4s ease;
}

@media screen and (min-width: 1200px) {
  .button--buy-ticket__wrapper {
    width: 213px;
    max-width: 213px;
    flex: initial;
  }
}

.button--buy-ticket__wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  background: #f5e11e;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: 0.4s ease;
}

.btn-red:hover {
  color: #000;
}

.btn-width {
  width: 100%;
}

.ticket-btn {
  display: block;
  position: fixed;
  right: -11px;
  top: 45%;
  background: url(../images/tickets.png) no-repeat center;
  background-size: contain;
  width: 185px;
  height: 145px;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.i-phone {
  background-image: url(../images/icons/i-phone.png);
  width: 16px;
  height: 16px;
}

.social {
  position: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0px solid #333;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.social li:last-child {
  margin-right: 0;
}

.social li a {
  display: block;
  text-decoration: none;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  -webkit-box-shadow: inset 0 0 0 0 transparent;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}

.social li a:focus {
  outline: none;
}

.social li a:hover {
  text-decoration: none;
  color: #336db1;
  -webkit-box-shadow: inset 0 -30px 0 0 transparent;
  box-shadow: inset 0 -30px 0 0 transparent;
}

.social li a:active {
  text-decoration: none;
  -webkit-box-shadow: inset 0 -30px 0 0 transparent;
  box-shadow: inset 0 -30px 0 0 transparent;
}

.lang-switcher__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .lang-switcher__wrapper {
    max-width: 82px;
    padding: 0;
    width: 82px;
    flex: 1;
    flex-wrap: nowrap;
  }
}

.lang-switcher {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1200px) {
  .lang-switcher {
    padding: 0 0 0 30px;
  }
}

.lang-switcher::after,
.lang-switcher::before {
  display: table;
  content: '';
}

.lang-switcher::after {
  clear: both;
}

.lang-switcher li {
  display: block;
  line-height: 1;
  float: left;
}

.lang-switcher a {
  font-size: 16px;
  font-weight: 500;
  color: #2c2f33;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 29px;
  display: block;
}

.lang-switcher a:hover {
  text-decoration: none;
}

.lang-switcher .current a {
  color: #336db1;
  text-decoration: none;
  cursor: default;
}

.lang-switcher .separator {
  color: #616366;
}

.mobile-nav {
  padding: 0px;
}

@media screen and (min-width: 1200px) {
  .mobile-nav {
    max-width: 655px;
    width: 655px;
    height: 100% !important;
    flex: initial;
    display: flex;
    align-items: center;
  }
}

nav ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 60px;
  *zoom: 1;
}

nav ul li {
  display: block;
  text-align: center;
  margin-right: 20px;
}

html[lang='uk'] nav ul li {
  margin-right: 15px;
}

html[lang='uk'] nav ul li.down_links {
  margin-right: 0;
}

nav ul li:last-child {
  text-align: center;
  margin: 0;
}

.navigator {
  position: relative;
}

@media screen and (min-width: 992px) {
  .navigator {
    height: 100%;
  }

  .navigator ul:first-of-type {
    height: 100%;
  }

  .navigator ul:first-of-type li {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .navigator ul:first-of-type li a {
    padding-top: 5px;
  }
}

.dropbtn .result:after {
  content: '\02C5';
  color: #000;
  padding: 0;
  margin: 0;
  left: 4px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: all 0.2s;
  font-size: 13px;
}

.dropbtn:hover .result:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: inherit;
}

.dropbtn:hover {
  cursor: pointer;
}

.dropbtn .down_menu {
  display: none;
  position: absolute;
  transform: none !important;
  top: calc(100% + 0px) !important;
  right: -10px !important;
  left: initial !important;
  width: 140px;
  line-height: 3;
  left: initial;
  z-index: 1000;
  float: none;
  min-width: initial;
  padding: initial;
  margin: initial;
  font-size: normal;
  color: #000;
  text-align: center;
  list-style: none;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: none;
  border-radius: none;
}

@media screen and (min-width: 992px) {
  .dropbtn .down_menu.dropdown-menu.show {
    display: block;
    position: absolute;
    transform: none !important;
    top: calc(100% + 0px) !important;
    right: -10px !important;
    left: initial !important;
    width: 140px;
    line-height: 3;
  }

  .down_links {
    background-color: #fcfcfc;
    padding: 20px 10px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: initial !important;
  }
}

.down_links a {
  padding: 5px 0;
}

nav ul a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
  transition: all 0.2s;
}

nav ul li a:first-letter,
nav ul li a.result:first-letter {
  text-transform: uppercase;
}

nav ul a:hover {
  text-decoration: none;
  color: #ccc;
}

.curator {
  line-height: normal;
  padding-left: 20px;
}

.curator .name {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.curator .name small {
  font-size: 14px;
  display: block;
  margin: 5px 0;
}

.curator ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.curator a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.argument-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
  position: relative;
}

.argument-item .argument-img {
  width: 116px;
  max-width: 100%;
  margin: 0 0 20px 0;
}

.argument-item .argument-img img {
  max-width: 100%;
  height: auto;
}

.argument-item-title {
  color: #fff;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  width: 100%;
}

.argument-item .argument-info {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
}

.argument-item .argument-text {
  text-align: center;
  width: 100%;
}

.argument-item .argument-info p {
  color: #bbc1df;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}

.argument-item .btn-brand {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 10px 0 0 0;
  max-width: 180px;
  min-height: 40px;
  line-height: 40px;
  padding: 0 !important;
}

.argument-item .btn-brand:hover {
  background: #f8ec73;
  transition: 0.3s ease;
}

.argument-item .btn-brand:focus {
  transition: none;
  border: none;
  padding: 0 !important;
}

.program-item {
  border: 1px solid #e6e6e6;
  padding: 8px;
  background: #fff;
  margin-top: 20px;
}

.coffe-break {
  margin-bottom: 10px;
}

.coffe-break h5 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.coffe-break .s-img {
  height: 70px;
}

.news {
  padding: 55px 0;
  background: #101a3e;
  position: relative;
}

main:not(.content-page) .news {
  padding: 80px 0 100px 0;
}

.news .section-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  margin: 0 auto 40px auto;
  color: #fff;
  text-align: center;
}

.news .section-title:first-letter {
  color: #fff;
  text-transform: uppercase;
}

.news-item__wrapper-container {
  justify-content: space-between;
}

.news-item__wrapper {
  max-width: 360px;
  padding: 0;
}

.news-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.news-item::before {
  content: '';
  position: absolute;
  top: calc(0% + 20px);
  left: 0;
  background: url('../images/backgrounds/news-item-left-bg.png') no-repeat center;
  background-size: contain;
  width: 171px;
  height: 342px;
  z-index: 1;
}

.news-item:hover img {
  filter: grayscale(0%);
  transition: 0.2s ease;
}

@media screen and (min-width: 1200px) {
  .news-item:hover .news-item__top {
    background: url('../images/backgrounds/news-item-bg-hovered.png') no-repeat center;
    transition: 0.2s ease;
    background-size: contain;
  }
}

.news-item__top {
  position: relative;
  background: url('../images/backgrounds/news-item-bg.png') no-repeat center;
  background-size: contain;
  min-height: 340px;
  transition: 0.2s ease;
}

.news-item .data {
  position: absolute;
  top: calc(0% + 50px);
  left: calc(0% + 10px);
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #f7f3cc;
  padding: 2.5px 6px;
  background: #101a3e;
  border-radius: 4em;
  z-index: 2;
}

.news-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  max-width: 100%;
  min-width: 100%;
  max-height: 270px;
  filter: grayscale(100%);
  transition: 0.2s ease;
}

.news-item .news-info {
  position: relative;
}

.news-info__title {
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px 0;
}

.news-item .news-info a.news-info__title {
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px 0;
  text-decoration: none;
}

.news-item .news-info a.news-info__title:hover,
.news-item .news-info a.news-info__title:focus {
  text-decoration: none;
  color: #fff;
}

.news-item .news-info a {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #bbc1df;
  margin: 0;
  text-decoration: underline;
  transition: 0.2s ease;
}

.news-item .news-info a:hover {
  text-decoration: none;
  color: #bbc1df;
  transition: 0.2s ease;
}

.news-item .news-info a:focus {
  outline: none;
  color: #bbc1df;
}

.news .btn-brand {
  display: block;
  margin: 0 auto;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  max-width: 180px;
  min-height: 40px;
  text-transform: uppercase;
  border-radius: 4em;
  background: #f5e11e;
  transition: 0.2s ease;
  color: #000000;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
}

.news .btn-brand:hover {
  background: #f8ec73;
  transition: 0.2s ease;
  color: #000000;
  text-decoration: none;
}

main.content-page h1 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  main.content-page h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  main.content-page h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  main.content-page h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.btn-brand:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.contacts {
  padding: 55px 0 55px 0;
  background: #101a3e;
}

@media screen and (max-width: 767px) {
  .contacts {
    padding: 60px 0 20px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contacts {
    padding: 45px 0;
  }
}

.contacts .section-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 40px 0;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contacts .section-title {
    margin: 0 0 35px 0;
  }
}

.contacts .section-title:first-letter {
  text-transform: uppercase;
  color: #fff;
}

.contacts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 35px;
}

.contact-item .item-img {
  height: 165px;
  overflow: hidden;
  margin-bottom: 20px;
}

.contact-item p {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
}

.contact-item p small {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.contact-item .contact-link {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  color: #bbc1df;
  text-align: center;
}

.contact-item .contact-link a {
  color: #bbc1df;
}

.nav-tabs {
  border: none;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: 40px;
}

.nav-tabs > li > a {
  margin-right: 4px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #2c2f33;
  border: 3px solid #2c2f33;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #336db1;
  background: #336db1;
  color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #336db1;
  color: #fff;
  border: 3px solid #336db1;
}

main.content-page .result h1.section-title {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 40px 0;
  color: #fff;
  text-align: center !important;
  width: 100%;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  main.content-page .result h1.section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  main.content-page .result h1.section-title {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}

.result-year__slider {
  width: 40%;
  margin: 0 auto 40px auto;
}

.result-year__slider .slick-list {
  margin: 0 -30px;
  padding: 0 !important;
}

.result-year__slider .slick-slide {
  margin: 0 30px;
}

.result-year__slider .slick-slide a {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #585f78;
  text-decoration: none;
}

.result-year__slider .slick-slide a:hover {
  color: #fff;
  text-decoration: none;
}

.result-year__slider .slick-current a {
  color: #f7f3cc;
}

.result-year__slider .slick-current a:hover {
  color: #f7f3cc;
  text-decoration: none;
}

.result-year__slider .slick-prev {
  top: calc(0px + 53%);
  left: calc(0% - 85px);
}

.result-year__slider .slick-next {
  top: calc(0px + 55%);
  right: calc(0% - 60px);
}

.result-year__slider .slick-prev:before {
  content: '';
  width: 13px;
  height: 18px;
  background: url('../images/icons/arrow-left-big.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.result-year__slider .slick-next:before {
  content: '';
  background: url('../images/icons/arrow-right-big.png') no-repeat center;
  width: 13px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.result-year__slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}

.result-year__slider .slick-next:hover:before {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .result-content .col-12 {
    padding: 0;
  }
}

.result-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.result-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  height: 100%;
  overflow: hidden;
  outline: none;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  margin-bottom: 90px;
  transition: 0.2s ease;
}

.result-gallery .gallery-item:hover {
  box-shadow: 0px 0px 50px -8px rgba(253, 247, 193, 1);
  transition: 0.2s ease;
}

.result-gallery .gallery-item img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: 0.2s ease;
}

.mfp-figure figure {
  padding: 40px 8px 8px;
  background-color: #fff;
  border: 3px solid #e6e6e6;
}

img.mfp-img {
  padding: 0;
}

.mfp-bg {
  z-index: 1069;
}

.mfp-wrap {
  z-index: 1070;
}

.mfp-image-holder .mfp-content {
  max-width: 950px;
}

.mfp-bottom-bar {
  top: 0;
  margin-top: 0;
}

.mfp-counter {
  top: 7px;
  left: 7px;
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #333;
  right: 7px;
  width: auto;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-arrow,
button.mfp-arrow {
  width: 55px;
  height: 120px;
}

.mfp-arrow:before,
.mfp-arrow:after,
button.mfp-arrow:before,
button.mfp-arrow:after {
  display: none;
}

.mfp-arrow-right {
  background: rgba(255, 255, 255, 0.44) url(../images/icons/arrow-right.png) no-repeat center !important;
  right: 200px;
}

.mfp-arrow-left {
  background: rgba(255, 255, 255, 0.44) url(../images/icons/arrow-left.png) no-repeat center !important;
  left: 200px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1050;
}

.bottom-panel {
  height: 70px;
  line-height: 60px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0px 8px 11px -4px rgba(0, 0, 0, 0.25);
}

.bottom-panel .container,
.bottom-panel .container .row {
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .bottom-panel .container {
    padding-left: 0;
  }
}

.bottom-panel .button--buy-ticket {
  font-size: 18px;
  padding: 13px 12px 3px 12px;
  white-space: nowrap;
  background: transparent;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 2;
}

.bottom-panel .lang-switcher a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #909090;
  padding-right: 5px;
}

.bottom-panel .lang-switcher a:not(.action):hover {
  color: #000;
}

.bottom-panel .lang-switcher .action {
  color: #0b0b0b;
  pointer-events: none;
}

.bottom-panel .pull-right {
  display: flex;
  align-items: center;
}

.brand-logo__wrapper {
  position: relative;
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .brand-logo__wrapper {
    padding-left: 0;
  }
}

.brand-logo {
  display: block;
  line-height: 59px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .brand-logo {
    margin-top: 5px;
  }
}

main {
  min-height: 660px;
}

.red-letter:first-letter {
  text-transform: uppercase;
}

.content-page .news,
.content-page .contacts,
.content-page .speakers {
  background: url(../images/backgrounds/b-pattern-wight.png) repeat;
}

@media screen and (min-width: 768px) {
  .content-title__wrapper {
    padding: 0;
  }
}

main.content-page {
  background: #101a3e;
}

.content-page .content {
  background: #101a3e;
}

@media screen and (max-width: 991px) {
  .content-page .content.single-news-content {
    padding-bottom: 0;
  }
}

.content-page .content.single-news-content .single-news-article .single-news-article__text {
  background: #e9ebf3;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.content {
  padding: 30px 0;
}

.content h1,
.content .section-title {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content h1.become-sponsor-title {
  margin: 0;
  text-align: center !important;
}

.content .page-title-section {
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .content .page-title-section {
    max-width: 930px;
  }
}

@media screen and (max-width: 991px) {
  .content .page-title-section {
    max-width: 695px;
  }
}

@media screen and (max-width: 767px) {
  .content .page-title-section {
    max-width: 510px;
  }
}

@media screen and (max-width: 575px) {
  .content .page-title-section {
    max-width: 100%;
    padding: 0 15px 0 15px;
  }

  .content.result .page-title-section {
    padding: 0;
  }
}

.content img {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.single-news-content .telegram-chat .telegram-chat-btn .telegram-plane-wrap img {
  max-width: 18px;
}

@media screen and (min-width: 768px) {
  .single-news-article {
    padding: 0;
  }
}

.single-news-article__date {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  color: #f7f3cc;
  padding: 0 0 30px 0;
}

.content p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
}

.content.single-news-content p,
.content.single-news-content ul li,
.content.single-news-content p a {
  color: #000;
  font-weight: 400;
}

.content p.iframe-wrapper {
  position: relative;
  padding-bottom: 66.7%;
}

@media screen and (max-width: 575px) {
  .content p.iframe-wrapper {
    padding-bottom: 79%;
  }
}

.content p.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}

.content.single-news-content p strong {
  font-weight: 500;
  color: #101a3e;
}

.content.single-news-content p:last-of-type {
  margin-bottom: 0;
}

.content.single-news-content p a:hover {
  text-decoration: none;
}

.content h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 800;
}

.content.single-news-content h2 {
  color: #101a3e;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.content.single-news-content h3 {
  font-size: 26px;
  text-align: center !important;
  color: #101a3e;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.content a {
  color: #fff;
  text-decoration: underline;
  transition: 0.2s ease;
}

.content a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}

.content a:focus {
  outline: none;
  text-decoration: none;
}

.content label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.content .checkbox label {
  font-weight: 400;
}

.tickets {
  padding: 55px 0;
  background: #101a3e;
  min-height: 910px;
}

.tickets h1.section-title {
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .tickets h1.section-title {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tickets h1.section-title {
    margin-bottom: 45px;
  }
}

.tickets p {
  font-size: 16px;
  color: #2c2f33;
  margin-bottom: 30px;
}

.content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.content-bottom .share-block {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
}

.content-bottom .share-block .rating-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 15px 0;
}

.content-bottom .share-block .rating-stars .rating-stars__title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin-bottom: 3px;
}

.content-bottom .share-block .star-rating__stars {
  position: relative;
  flex-direction: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.content-bottom .share-block .rating-stars .star-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-bottom .share-block .rating-stars .rating-text {
  font-size: 12px;
  font-weight: 400;
  color: #a8a8a8;
  padding-top: 4px;
  margin-left: 10px;
}

.content-bottom .share-block .rating-stars .rating-text i {
  font-style: normal;
}

.share-block .share-block__social {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.share-block .share-block__social .share {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s ease;
  padding: 2px 8px 0 0;
}

.share-block .share-block__social .share:hover {
  text-decoration: none;
  color: #fff;
}

.share-block .share-block__social .social {
  margin: 0;
}

.share-block .share-block__social .social li {
  color: #fff;
  margin: 0;
}

.share-block .share-block__social .social li a {
  transition: 0.2s ease;
  color: inherit;
}

.share-block .share-block__social .social li:hover a {
  transition: 0.2s ease;
  color: #f5e11e;
  text-decoration: none;
}

.content-bottom .links-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
}

.content-bottom .links-block .link-back {
  display: inline-block;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  transition: 0.2s ease;
  text-decoration: none;
  position: relative;
}

.content-bottom .links-block .link-back:hover {
  transition: 0.2s ease;
  color: #fff;
  text-decoration: none;
}

.content-bottom .links-block .link-back:focus {
  outline: none;
}

.content-bottom .links-block .link-back:hover::before {
  opacity: 0;
  transition: 0.2s ease;
}

.content-bottom .links-block .link-back::before {
  content: '';
  left: 0;
  bottom: 2px;
  background: #888d9f;
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 1;
  transition: 0.2s ease;
}

.content-bottom .links-block .btn-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 5px 0 0 0;
  max-width: 180px;
  min-height: 40px;
  text-decoration: none;
}

.content-bottom .links-block .btn-brand:hover {
  transition: 0.3s ease;
  background: #f8ec73;
  color: #000;
  text-decoration: none;
}

.content-page .content .news-item__wrapper-container {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.content-page .content .news-item__wrapper-container .news-item {
  max-width: 360px;
}

.content-main__wrapper {
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .content-main__wrapper {
    justify-content: space-between;
  }
}

main.content-page .aside-subscribe {
  position: sticky;
  top: calc(0% + 80px);
  right: 0;
  border-radius: 12px;
}

@media screen and (min-width: 1199px) {
  main.content-page .aside-subscribe {
    padding: 0;
    max-width: 360px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.content-page .aside-subscribe {
    max-width: 290px;
    padding: 0;
  }

  main.content-page .aside-subscribe .subscribe {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  main.content-page .aside-subscribe {
    position: relative;
    top: 0;
  }
}

main.content-page .aside-subscribe .subscribe {
  padding: 0;
  background: #e9ebf3;
  border-radius: 12px;
  min-height: initial;
  padding: 50px 0 50px 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.content-page .aside-subscribe .subscribe {
    padding: 40px 0 40px 0;
  }
}

main.content-page .aside-subscribe .subscribe .subscribe-form__wrapper {
  background: #e9ebf3;
  padding: 0;
}

main.content-page .aside-subscribe .subscribe::after {
  display: none;
}

main.content-page .aside-subscribe .subscribe .subscribe-form__wrapper::after {
  display: none;
}

main.content-page .aside-subscribe .subscribe-form__wrapper h3 {
  font-size: 24px;
  text-align: center !important;
  margin: 0 0 15px 0;
  color: #101a3e;
}

main.content-page .aside-subscribe .subscribe-form__wrapper h3 + p {
  margin: 0 0 20px 0;
}

main.content-page .aside-subscribe .subscribe-form__wrapper p {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

main.content-page .aside-subscribe .subscribe form {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

main.content-page .aside-subscribe .subscribe-form__wrapper .form-group {
  min-width: 262px;
  margin: 0 0 20px 0;
}

main.content-page .aside-subscribe .subscribe-form__wrapper .form-group:first-of-type {
  margin-right: 0;
}

main.content-page .aside-subscribe .subscribe .checkbox label {
  padding: 0 0px 0 28px;
}

main.content-page .aside-subscribe .subscribe-form__wrapper p.help-block {
  text-align: left;
}

main.content-page .aside-subscribe .submit-wrap-no-captcha {
  min-width: 100% !important;
  max-width: 100%;
  width: 100%;
  display: flex;
}

main.content-page .aside-subscribe .submit-wrap-no-captcha .btn-brand {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 5px 0 0 0;
  max-width: 180px;
  min-height: 40px;
  text-decoration: none;
  margin: 15px auto 0 auto;
  border: transparent;
  outline: none;
}

main.content-page .aside-subscribe .submit-wrap-no-captcha .btn-brand:hover {
  transition: 0.3s ease;
  background: #f8ec73;
  color: #000;
  text-decoration: none;
}

main.content-page .aside-subscribe .submit-wrap-no-captcha .btn-brand:focus {
  outline: none;
}

.result img {
  margin: 20px auto;
}

.result-btn__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.result .btn-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #fff;
  border: 2px solid #f5e11e;
  border-radius: 4em;
  max-width: 100%;
  width: 100%;
  min-height: 40px;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s;
  -webkit-appearance: none;
  appearance: none;
}

.result .btn-container {
  max-width: 360px;
  padding: 0;
  margin: 0 30px 35px 0;
}

.ajax-album-button-row {
  max-width: 360px;
  margin: 0 auto;
}

.result .btn-container:last-of-type {
  margin: 0 0 35px 0;
}

.result .btn-brand:focus {
  outline: none;
}

.result .btn-brand:hover {
  text-decoration: none;
  color: #000;
  background: #fdf7c1;
  transition: 0.4s;
}

.result .btn-brand.active {
  background: #f5e11e;
  color: #000;
}

.result .btn-brand.active:hover {
  background: #f8ec73;
  color: #000;
}

a,
button {
  outline: none;
}

.footer {
  height: 200px;
  padding: 40px 0 0;
  background: #4d4f52 url(../images/backgrounds/b-pattern-dark.png) repeat;
  border-bottom: 1px solid #222427;
}

.footer .social {
  display: block;
  line-height: normal;
  margin-bottom: 0;
}

.footer .social li {
  width: 40px;
  margin-right: 17px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #8a8c8e;
}

.footer .social li a {
  color: #2c2f33;
  line-height: 40px;
  font-size: 22px;
}

.footer .social li a:hover {
  color: #336db1;
}

.f-org ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: inline-block;
}

.f-org ul li {
  line-height: normal;
}

.f-org .headline {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px;
}

.f-link {
  display: inline-block;
}

.f-link ul {
  display: block;
  line-height: normal;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}

.f-link ul li {
  display: inline-block;
  line-height: normal;
  margin-right: 70px;
}

.f-link ul li:last-child {
  margin-right: 0;
}

.f-link ul a {
  color: #fff;
}

.f-btn ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  vertical-align: middle;
}

.f-btn ul li {
  line-height: normal;
  margin-bottom: 20px;
}

.f-btn ul li:last-child {
  margin-bottom: 0;
}

.offer {
  background-color: #4d4f52;
  padding: 15px 0 50px;
}

.offer p {
  font-weight: 300;
  color: #7d7d7d;
  margin: 0;
}

.offer a {
  color: #7d7d7d;
  text-decoration: underline;
}

.offer a:hover {
  text-decoration: none;
}

.f-address {
  color: #fff;
  margin-bottom: 20px;
}

.f-address h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}

.f-address p {
  color: #fff;
  margin-bottom: 0;
}

.wall {
  position: relative;
  width: 100%;
  min-height: 650px;
  background: url('../images/backgrounds/main-bg-new-xl.jpg') no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .wall::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(0% - 66px);
    width: 283px;
    height: 314px;
    background: url('../images/backgrounds/main-bg-new-leftside-xl.png') no-repeat center;
  }
}

.wall p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.wall .social li {
  width: 25px;
  margin-right: 0;
}

.wall .social li a {
  color: #fff;
}

.wall .social li a:hover {
  color: #336db1;
}

.wall-logo {
  display: block;
  margin: 16% auto 50px;
}

.wall-data {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.4);
}

.index-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 550px;
  padding: 85px 0 150px 0;
  margin: 0;
}

.index-header__place {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #7e7945;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: left;
  width: 100%;
  margin: 0 0 25px 0;
}

.index-header__title {
  font-size: 55px;
  font-weight: 800;
  color: #15214c;
  text-transform: none;
  font-family: 'Jost', sans-serif;
  text-align: center;
  line-height: 1.3;
  text-align: left;
  width: 100%;
  margin: 0;
}

.index-header__event-info {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #7e7945;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.wall .btn-brand__wrapper {
  border: 1px solid #f5e11e;
  border-radius: 2em;
  width: 269px;
  height: 76px;
  border-radius: 4em;
  position: relative;
  margin: 80px 0 0 0;
}

.wall .btn-brand__wrapper .btn-brand-image {
  position: absolute;
  right: calc(0% - 30px);
  top: calc(0% - 15px);
  z-index: 2;
}

html[lang='uk'] .wall .btn-brand__wrapper .btn-brand-image {
  right: calc(0% - 40px);
}

.wall .btn.btn-brand {
  width: 98%;
  height: 97%;
  top: 50%;
  left: 50.3%;
  transform: translate(-50%, -50%);
  padding: 2px 2px 2px 30px;
  border: none;
  border-radius: 4em;
  background: linear-gradient(0deg, rgba(245, 225, 30, 1) 0%, rgba(247, 240, 167, 1) 100%);
  position: absolute;
  font-size: 18px;
  font-weight: 800;
  line-height: 65px;
  text-align: left;
  text-transform: uppercase;
  color: #15214c;
  border: 1.5px solid #f5e11e;
}

.wall .btn.btn-brand:hover {
  box-shadow: 0px 15px 34px 15px rgba(253, 240, 108, 1);
  background: linear-gradient(0deg, rgba(245, 225, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.index-header__arrows {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 91px;
  height: 64px;
  height: 91px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #0f1720;
  box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.index-header__arrows:after {
  font-size: 34px;
  position: absolute;
  bottom: 27px;
  left: 50%;
  content: '\2193';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #a6bfde;
}

.index-header__arrows a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.index-header__arrows:hover {
  box-shadow: 0px 7px 40px 15px rgba(0, 0, 0, 0.5);
}

.index-header__arrows:hover:after {
  color: #f5e60c;
}

.about {
  background: #101a3e;
  position: relative;
}

.about-event__description__wrapper {
  padding: 0;
  margin-top: -50px;
}

.about .section-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 40px 0;
  color: #f7f3cc;
  text-align: center;
}

.about .section-title::first-letter {
  text-transform: uppercase;
  color: #f7f3cc;
}

.about-event__description {
  background: #15214c;
  padding: 54px 60px 35px 50px;
  font-family: 'Jost', sans-serif;
  border-radius: 12px;
  position: relative;
}

.about-event__description::before {
  content: '';
  display: block;
  position: absolute;
  left: calc(0% + 10px);
  top: calc(0% + 10px);
  width: 98%;
  height: 94.5%;
  border-radius: 12px;
  border: 1px solid #ccc;
  opacity: 0.3;
}

.about-event__description p {
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-event__description p:empty {
  display: none;
}

.about-event__description p:last-of-type {
  margin-bottom: 0;
}

.about-event__description p strong {
  color: #f7f3cc;
  font-weight: 400;
}

.about-event__description hr {
  display: none;
}

.about-event__description .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-event__description ul {
  font-size: 16px;
  color: #fff;
  padding-left: 18px;
}

.arguments,
main.content-page .arguments {
  position: relative;
  padding: 85px 0 115px 0;
  background: #101a3e;
}

.program::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
  background: inherit;
}

.program {
  position: relative;
  background: #101a3e;
  overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
  .program {
    background-image: url('../images/backgrounds/program-bg-left.png'),
      url('../images/backgrounds/program-bg-right.png');
    background-position: left 300px, 88% 85px;
    background-repeat: no-repeat, no-repeat;
    overflow-x: visible;
  }
}

.program .container {
  padding: 0;
}

.program .section-title {
  font-family: 'Jost', sans-serif;
  text-transform: lowercase;
  text-align: center;
  color: #15214c;
  font-size: 36px;
  font-weight: 800;
  margin: 0 auto 40px auto;
}

.program .section-title:first-letter {
  color: #15214c;
  text-transform: uppercase;
}

.program .nav-tabs {
  text-align: center;
  display: none;
}

.program .nav-tabs > li {
  margin-bottom: 20px;
  margin-right: -3px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  width: 375px;
  height: 92px;
  border-radius: 12px;
}

.program .nav-tabs > li.active > a,
.program .nav-tabs > li > a {
  border: none;
  border-radius: 12px;
  color: #15214c;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  height: 90px;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.program .nav-tabs > li.active > a:hover,
.program .nav-tabs > li > a:hover {
  text-decoration: none;
}

.program .nav-tabs > li.active {
  background: #f8f8f8;
}

.program .nav-tabs > li.active > a {
  border: none;
  background: #f8f8f8;
}

.program .nav-tabs > li.active > a span,
.program .nav-tabs > li > a span {
  font-size: 30px;
  font-weight: 800;
  color: #15214c;
}

.schedule__block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 40px 0 30px 0;
  background: #f8f8f8;
  border-radius: 12px;
  width: 100%;
}

.schedule__block-image {
  position: absolute;
  right: calc(0% - 145px);
  top: calc(0% - 15px);
  width: 561px;
  height: 304px;
  z-index: 2;
}

.schedule__block-image img {
  max-width: 100%;
  height: auto;
}

.schedule__block__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 55px;
  width: 100%;
}

.schedule__block .schedule__block1 {
  position: relative;
  min-width: 154px;
  min-height: 45px;
  background: #f5e11e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule__block .schedule__block1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(0% - 6px);
  width: 100%;
  height: 4px;
  background: #f5e11e;
}

.schedule__block .schedule__block1::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(0% - 3px);
  width: 7px;
  height: 115%;
  background: #f8f8f8;
  transform: rotate(7deg);
}

.schedule__block .schedule__block2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 0 30px;
  max-width: 70%;
}

.schedule__time-event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.schedule__block .schedule__time-event p {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin: 0;
  width: 100%;
  margin: 10px 0 0 0;
  z-index: 3;
}

@media screen and (min-width: 1200px) {
  .schedule__block .schedule__time-event p {
    width: 70%;
  }
}

.schedule__block .speaker__company {
  display: block;
  height: initial !important;
  margin-bottom: 0;
}

.schedule__block .schedule__time {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.schedule__block .schedule__speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.schedule__block .schedule__speakers .speaker-prog {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0 0;
  max-width: 353px;
}

.schedule__block .schedule__speakers .speaker-prog .speaker-prog-name {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  height: 100%;
  margin: 0 30px 0 0;
  white-space: normal;
}

.schedule__block .schedule__speakers .speaker-prog .speaker-prog-name:hover {
  text-decoration: none;
}

.schedule__block .schedule__speakers .speaker-prog p.speaker-prog-title {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #a8a8a8;
  position: relative;
  height: 100%;
  padding: 3px 0 0 0;
  margin: 0;
}

.schedule__block .schedule__speakers .speaker-prog p.speaker-prog-title::before {
  content: '/';
  position: absolute;
  left: calc(0% - 20px);
  top: calc(0% + 4px);
  font-size: 18px;
  color: #a8a8a8;
}

.schedule__block .schedule__speakers p:empty {
  display: none;
}

.schedule__block .schedule__speakers ul {
  list-style-type: none;
  width: 100%;
  margin: 10px 0 0 0;
  padding-left: 25px;
}

.schedule__block .schedule__speakers ul li {
  position: relative;
}

.schedule__block .schedule__speakers ul li::before {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: calc(0% + 11px);
  left: calc(0% - 20px);
  background: #f5e11e;
  width: 4px;
  height: 4px;
}

.schedule__block .schedule__speakers p.schedule__speakers-text {
  font-size: 16px;
  font-weight: 400;
  color: #939dcc;
  line-height: 22px;
  padding: 0 0 0 20px;
  position: relative;
}

.schedule__block .schedule__speakers p.schedule__speakers-text::before {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: calc(0% + 10px);
  left: 0;
  background: #f5e11e;
  width: 4px;
  height: 4px;
}

.schedule__block-show-more {
  background: #f5e11e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  width: 225px;
  min-height: 40px;
  margin: 0 auto;
  transition: 0.3s ease;
  color: #000;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border-radius: 4em;
}

.schedule__block-show-more:hover {
  background: #f8ec73;
  transition: 0.3s ease;
}

.schedule__block-show-more:focus {
  outline: none;
}

.schedule__block__additional-items {
  display: none;
}

.program-section-form {
  background: #101a3e;
  position: relative;
  margin-bottom: 115px;
}

.program-section-form .row {
  position: relative;
  margin: 0 auto;
  padding: 0 115px 40px 115px;
  background: #e9ebf3;
  border: transparent;
  border-radius: 12px;
  width: 100%;
  max-width: 945px;
  min-height: 282px;
}

@media screen and (min-width: 992px) {
  .program-section-form .row {
    /* box-shadow: inset 0px 13px 23px -16px rgba(0, 0, 0, 0.75); */
  }
}

.program-form {
  position: relative;
  z-index: 1;
}

.program-form__title {
  font-family: 'Jost', sans-serif;
  text-transform: lowercase;
  text-align: center;
  color: #15214c;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  margin: 50px 0 30px 0;
}

.program-form__title:first-letter {
  color: #15214c;
  text-transform: uppercase;
}

.fp__form.subscribe-prog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.program-form .form-group .form-control {
  background: transparent;
}

.program-form .form-group .form-control::-webkit-input-placeholder {
  color: #a8a8a8;
}

.program-form .form-group .form-control:-ms-input-placeholder {
  color: #a8a8a8;
}

.program-form .form-group .form-control::-ms-input-placeholder {
  color: #a8a8a8;
}

.program-form .form-group .form-control::placeholder {
  color: #a8a8a8;
}

.program-form .form-group .checkbox {
  width: 563px;
  margin: 0 auto;
}

.program-form .form-group .checkbox label {
  font-size: 14px;
  padding: 0;
  color: #fff;
}

.program-form .form-group .checkbox label .offerta {
  color: #fff;
}

.program-form .buttons-wrp > div {
  position: absolute;
}

.program-form .buttons-wrp .button {
  min-width: 165px;
}

.speakers {
  position: relative;
  padding: 90px 0;
  background: #101a3e;
}

.speakers .section-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  margin: 0 auto 0 auto;
  text-align: center;
  color: #fff;
}

.speakers .section-title:first-letter {
  text-transform: uppercase;
  color: #fff;
}

.speaker-item__wrapper {
  max-width: 270px;
  padding: 0;
  margin-right: 15px;
}

.speaker-item__wrapper:nth-child(4n),
.speaker-item__wrapper:last-of-type {
  margin-right: 0;
}

.speaker-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 432px;
  overflow: visible;
  background: url('../images/backgrounds/speaker-item-bg.png') no-repeat center;
  position: relative;
  transition: 0.2s ease;
}

.speaker-item .heptagon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(0% + 295px);
  right: calc(0% + 5px);
  z-index: 1;
}

.speaker-item .heptagon .heptagon-img-hovered {
  display: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.speaker-item .heptagon .heptagon-img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.speaker-item .speaker-img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 242px;
  cursor: pointer;
  overflow: hidden;
}

.speaker-item .speaker-img img {
  display: block;
  max-width: 230px;
  width: 100%;
  height: auto;
  margin: 88px auto 0 auto;
  filter: grayscale(100%);
  transition: 0.2s ease;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .speaker-item .speaker-img img {
    min-height: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .speaker-item .speaker-img img {
    min-height: 230px;
  }
}

.speaker-item .speaker-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.speaker-item .speaker-info .speaker-name {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 800;
}

.speaker-item .speaker-info p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #bbc1df;
  min-height: 34px;
  max-height: 34px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .speaker-item:hover {
    background: url('../images/backgrounds/speaker-item-bg-hovered.png') no-repeat center;
    transition: 0.2s ease;
  }
}

.speaker-item:hover .heptagon .heptagon-img {
  display: none;
}

.speaker-item:hover .heptagon .heptagon-img-hovered {
  display: block;
}

.speaker-item:hover .speaker-img img {
  filter: grayscale(0);
  transition: 0.2s ease;
}

.speakers .btn-brand {
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  max-width: 180px;
  min-width: 180px;
  min-height: 40px;
  color: #000;
  background: #f5e11e;
  border-radius: 4em;
  border: none;
  margin: 40px auto 20px 0;
  text-transform: uppercase;
  transition: 0.2s ease;
  padding: 0;
}

.speakers .btn-brand:hover {
  background: #f8ec73;
  transition: 0.2s ease;
}

.ticket-purchase {
  position: relative;
  background: #101a3e;
  padding: 115px 0 0 0;
}

@media screen and (min-width: 1200px) {
  .ticket-purchase::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(0% + 40px);
    width: 509px;
    height: 339px;
    background: url('../images/backgrounds/ticket-purchase-left-bg.png') no-repeat center;
  }

  .ticket-purchase::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(0% - 70px);
    width: 430px;
    height: 645px;
    background: url('../images/backgrounds/ticket-purchase-right-bg.png') no-repeat center;
  }
}

.ticket-purchase__decoration {
  width: 17px;
  height: 17px;
  border: 2.9px solid #888d9f;
  transform: rotate(45deg);
  margin: 0 auto;
  position: relative;
}

.ticket-purchase__decoration span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ticket-purchase__decoration::before {
  content: '';
  position: absolute;
  top: calc(0% - 90px);
  left: calc(0% - 8px);
  width: 218px;
  height: 1px;
  background: #888d9f;
  transform: rotate(134.9deg);
}

.ticket-purchase__decoration::after {
  content: '';
  position: absolute;
  top: calc(0% + 101px);
  right: calc(0% - 8px);
  width: 218px;
  height: 1px;
  background: #888d9f;
  transform: rotate(134.9deg);
}

.ticket-purchase .section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin: 80px 0 40px 0;
}

.ticket-purchase .section-title:first-letter {
  color: #fff;
  text-transform: uppercase;
}

.ticket-purchase__tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.ticket-purchase__tickets .tickets-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  max-width: 263px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin: 0 23px 0 0;
}

@media screen and (min-width: 1200px) {
  .ticket-purchase__tickets .tickets-item:nth-of-type(4n),
  .ticket-purchase__tickets .tickets-item:last-of-type {
    margin: 0;
  }
}

.tickets-item .tickets-item__header {
  background: inherit;
  border-radius: inherit;
  position: relative;
  padding: 19.5px;
  background: url('../images/tickets/original-header.png') no-repeat center;
  background-size: cover;
}

.tickets-item.purchased .tickets-item__header {
  background: url('../images/tickets/purchased-header.png') no-repeat center;
}

.tickets-item__header img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.tickets-item .tickets-item__header img {
  opacity: 0.2;
}

.tickets-item.discount .tickets-item__header::after {
  content: '';
  position: absolute;
  right: calc(0% + 10px);
  top: calc(0% + 10px);
  background: url('../images/tickets/discount.png') no-repeat center;
  height: 40px;
  width: 40px;
}

.tickets-item .tickets-item__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  margin: 1px 0 0 0;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  flex: 1;
}

.tickets-item.purchased .tickets-item__body {
  background: #15214c;
}

.tickets-item .tickets-item__body .tickets-item__body-title {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px 0;
  color: #000;
}

.tickets-item.purchased .tickets-item__body .tickets-item__body-title {
  color: #fff;
}

.tickets-item.original .tickets-item__body .tickets-item__body-text {
  margin: 0 0 15px 0;
}

.tickets-item.original .tickets-item__price .discount {
  display: none;
}

.tickets-item .tickets-item__body .tickets-item__body-text {
  padding: 0;
  margin: 0 0 25px 0;
  list-style-type: none;
  flex: 1;
}

.tickets-item .tickets-item__body .tickets-item__body-text li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #939dcc;
  padding-left: 12px;
}

.tickets-item .tickets-item__body .tickets-item__body-text li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: calc(0% + 9px);
  background: #f5e11e;
  border-radius: 50%;
}

.tickets-item.purchased .tickets-item__body .tickets-item__body-text li::before {
  background: #f5e11e;
}

.tickets-item__price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
}

.tickets-item__price .price {
  display: block;
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #313c62;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 15px;
}

.tickets-item__price .price sup {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  position: absolute;
  width: 30px;
  height: 15px;
  right: calc(0% - 40px);
  top: calc(0% + 15px);
}

.tickets-item__price .discount {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #a8a8a8;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 55px;
}

.tickets-item__price .discount::before {
  content: '';
  position: absolute;
  top: 44%;
  left: 72.5%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 2px;
  background: #d73d00;
}

.tickets-item__price .discount sup {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  position: absolute;
  width: 30px;
  height: 15px;
  right: calc(0% - 35px);
  top: calc(0% + 8px);
}

.ticket-purchase__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  min-height: 40px;
  margin: 0 auto 10px auto;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4em;
  transition: 0.2s ease;
}

.ticket-purchase__button:hover,
.ticket-purchase__button:focus {
  text-decoration: none;
  outline: none;
  transition: 0.2s ease;
}

.ticket-purchase__button.button-sold {
  background: #d73d00;
  color: #fff;
}

.ticket-purchase__button.button-sold:hover {
  color: #fff;
}

.ticket-purchase__button.button-purchase {
  background: #f5e11e;
  color: #000;
}

.ticket-purchase__button.button-purchase:hover {
  background: #f8ec73;
  color: #000;
}

.tickets-item__body-date {
  font-size: 16px;
  font-weight: 500;
  color: #939dcc;
  margin: 0;
  text-align: center;
}

.tickets-item.disabled .tickets-item__body .tickets-item__body-title,
.tickets-item.disabled .tickets-item__body .tickets-item__body-text li,
.tickets-item.disabled .tickets-item__price .price,
.tickets-item.disabled .tickets-item__price .discount,
.tickets-item.disabled .tickets-item__body-date {
  color: #a8a8a8;
}

.tickets-item.disabled .tickets-item__body .tickets-item__body-text li::before {
  background: #a8a8a8;
}

.tickets-item.disabled .ticket-purchase__button.button-purchase {
  background: #a8a8a8;
  color: #000;
  pointer-events: none;
}

.tickets-item.disabled .ticket-purchase__button.button-purchase:hover {
  background: #a8a8a8;
  color: #000;
}

.tickets-item .tickets-item__body .tickets-item__body-text li .demo-zone {
  padding: 0;
}

#demozone {
  position: relative;
  visibility: hidden;
  top: -75px;
}

.demo-zone {
  padding: 0 0 60px 0;
}

.demo-zone .container {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .demo-zone .container {
    max-width: 1160px;
  }
}

.demo-zone .container .row {
  margin: 0;
}

.demo-zone .container .row .col-12 {
  padding: 0;
}

.demo-zone .section-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 30px 0;
}

.demo-zone .section-title:first-letter {
  color: #fff;
  text-transform: uppercase;
}

.demo-zone-slider__item.logo-section__item-wrap {
  max-width: 262px;
  padding-bottom: 20px;
  transition: 0.2s ease;
}

.demo-zone-slider__item.logo-section__item-wrap:hover {
  transform: translateY(-10px);
  transition: 0.2s ease;
}

.demo-zone-slider__item.logo-section__item-wrap:focus {
  transform: none;
}

.demo-zone-slider__item.logo-section__item-wrap .logo-section__item-logo {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
  background-color: #fff;
  border-radius: 12px;
}

.demo-zone-slider .slick-list {
  padding-top: 10px;
  overflow: visible !important;
  overflow-x: hidden !important;
}

.demo-zone .col-12 .btn-brand {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 35px 0 0 0;
  max-width: 180px;
  min-height: 40px;
  line-height: 40px;
  max-width: 180px;
  min-width: 180px;
  padding: 0 !important;
}

.demo-zone .col-12 .btn-brand:focus {
  border: none;
  padding: 0 !important;
}

.demo-zone .btn-brand:hover {
  background: #f8ec73;
  transition: 0.2s ease;
  color: #000000;
  text-decoration: none;
}

.demo-zone-slider .slick-prev {
  top: 107%;
  left: 42%;
  z-index: 2;
}

.demo-zone-slider .slick-next {
  top: 107%;
  right: 42%;
  z-index: 2;
}

.demo-zone-slider .slick-prev:before {
  content: '';
  width: 8px;
  height: 12px;
  background: url('../images/icons/arrow-left.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-zone-slider .slick-next:before {
  content: '';
  background: url('../images/icons/arrow-right.png') no-repeat center;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-zone-slider .slick-dots {
  bottom: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-zone-slider .slick-dots .slick-active button {
  border-radius: 50%;
  border: 2px solid #f5e11e;
}

.demo-zone-slider .slick-dots .slick-active button:before {
  color: #fff;
}

.demo-zone-slider .slick-dots li {
  margin-right: 10px;
}

.demo-zone-slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.demo-zone-slider .slick-dots li button:before {
  color: #7d839b;
}

.demo-zone p {
  font-size: 16px;
}

.demo-zone .modal-body {
  padding-top: 30px;
}

.demo-zone-link {
  position: relative;
  display: inline-block;
}

.demo-zone-link .hover-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  color: #e5e5e5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.demo-zone-link .hover-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.demo-zone-link:hover .hover-icon {
  opacity: 1;
}

.demo-zone-link-xs {
  display: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #2c2f33;
  text-decoration: underline;
}

.demo-zone-link-xs:hover {
  color: #2c2f33;
  text-decoration: none;
}

.video {
  position: relative;
  height: 715px;
  overflow: hidden;
}

.video:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
}

.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.subscribe {
  padding: 208px 0 0 0;
  background-color: #101a3e;
  min-height: 608px;
  max-width: 1239px;
  margin: 0 auto;
  position: relative;
}

.subscribe::after {
  content: '';
  background: url('../images/backgrounds/subscribe-bg-xl.png') no-repeat center;
  position: absolute;
  right: 0;
  top: calc(0px + 11%);
  width: 608px;
  height: 608px;
  z-index: 1;
}

.subscribe-form__wrapper {
  position: relative;
  background: #f8f8f8;
  width: 100%;
  max-width: 945px;
  min-height: 390px;
  border-radius: 12px;
  border: transparent;
  padding: 50px 0 60px 50px;
  margin: 0;
  z-index: 2;
}

.subscribe-form__wrapper::after {
  content: '';
  position: absolute;
  right: calc(0px - 30%);
  top: calc(0px + 53%);
  transform: translate(-50%, -50%);
  background: url(../images/subscribe-form-envelope.png) no-repeat center;
  width: 403px;
  height: 313px;
}

.subscribe-form__wrapper div {
  padding: 0;
}

.subscribe-form__wrapper h3 {
  color: #101a3e;
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 15px 0;
  text-align: left;
}

.subscribe-form__wrapper h3:first-letter {
  text-transform: uppercase;
}

.subscribe-form__wrapper p {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #000;
  max-width: 60%;
  margin: 0 0 15px 0;
}

.subscribe form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
}

.subscribe-form__wrapper .form-group {
  position: relative;
  max-width: 262px;
  margin: 0 0 12px 0;
}

.subscribe-form__wrapper .form-group:first-of-type {
  margin-right: 20px;
}

.subscribe form .form-control {
  color: #a8a8a8;
  font-size: 14px;
  border: 1px solid #eaeaea;
}

.subscribe form .form-control::placeholder {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  transition: 0.2s ease;
}

.subscribe form .form-control:focus::placeholder {
  transition: 0.2s ease;
  opacity: 0;
}

.subscribe form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.subscribe form .field-newssubscribe-confirmppd {
  margin: 0;
}

.subscribe form .control-label {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.subscribe form label {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  font-style: normal;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 300px 0 28px;
  position: relative;
}

.subscribe form label a {
  color: #000;
  text-decoration: underline;
}

.subscribe form label a:focus,
.subscribe form label a:hover {
  color: #000;
  text-decoration: none;
}

.subscribe form .help-block {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #c13907;
  margin: 3px 0 0 0;
  max-width: 100%;
  text-align: initial;
}

.subscribe form .checkbox .help-block {
  padding-left: 28px;
}

.subscribe form .form-group:last-child {
  margin-bottom: 0;
}

.subscribe form .has-error .form-control {
  border-color: #c13907;
}

.subscribe .checkbox {
  position: static;
  text-align: left;
  font-style: normal;
}

.subscribe .has-error .checkbox label,
.subscribe .has-success .checkbox label {
  color: #000;
}

.subscribe form .checkbox label input[type='hidden'] + input[type='checkbox'] {
  position: absolute;
  top: calc(0% + 2px);
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  margin: 0 10px 0 0;
}

.subscribe form .checkbox label input[type='hidden'] + input[type='checkbox']:checked {
  background: transparent;
  border-color: #f5e11e;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
}

.subscribe form .checkbox label input[type='hidden'] + input[type='checkbox']:focus {
  outline: none !important;
}

.subscribe form .checkbox label input[type='hidden'] + input[type='checkbox']:hover {
  border-color: #f5e11e;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

.subscribe form .checkbox label input[type='hidden'] + input[type='checkbox']:checked:after {
  position: absolute;
  display: block;
  content: '';
  background: #f5e11e;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  left: 54.6%;
  top: 50%;
  transition: 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

.checkbox label .checkbox-custom {
  position: absolute;
  top: calc(0% + 2px);
  left: calc(0% + 10px);
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s ease;
}

.checkbox label input[type='checkbox']:checked + .checkbox-custom {
  background: transparent;
  border: 2px solid #f5e11e;
  transition: 0.3s ease;
}

.checkbox label input[type='checkbox']:checked + .checkbox-custom:hover {
  border: 2px solid #f5e11e;
  transition: 0.3s ease;
}

.checkbox label input[type='checkbox']:checked + .checkbox-custom:after {
  position: absolute;
  display: block;
  content: '';
  background: #f5e11e;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  left: 54.6%;
  top: 50%;
  transition: 0.3s ease;
}

.fp__form.subscribe-form .checkbox label .checkbox-custom {
  left: calc(0% + 15px);
}

.fp__form.subscribe-form .form-group.has-error .checkbox-custom {
  border: 2px solid #c13907;
}

.subscribe form .has-error .checkbox label input[type='hidden'] + input[type='checkbox'] {
  border-color: #c13907;
}

.subscribe form .has-error .checkbox label input[type='hidden'] + input[type='checkbox']:hover {
  border-color: #c13907;
}

.fp__form.subscribe-form .checkbox .help-block {
  padding-left: 32px;
}

.form-group {
  position: relative;
}

.fp__form.subscribe-form .form-group {
  margin-bottom: 20px;
}

.fp__form.subscribe-form .form-group.has-error {
  margin-bottom: 0;
}

.submit-wrap-no-captcha .btn-brand {
  margin: 35px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  max-width: 180px;
  min-height: 40px;
  border: transparent;
  outline: none;
}

.submit-wrap-no-captcha .btn-brand:hover {
  background: #f8ec73;
  transition: 0.3s ease;
}

#popup-newsSubscribe {
  padding-right: 0 !important;
}

#popup-newsSubscribe .checkbox label {
  padding-left: 32px;
  font-size: 14px;
}

#popup-newsSubscribe .checkbox input[type='checkbox'] {
  display: none;
}

.has-error .checkbox label,
.has-success .checkbox label {
  color: #333;
}

.fp__form.subscribe-form {
  display: flex;
  flex-wrap: wrap;
}

.fp__form.subscribe-form .form-group.has-error .help-block {
  color: #a94442;
  margin-top: 5px;
  margin-bottom: 10px;
}

.logo-section__logo-wrap {
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.logo-section__item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding-bottom: 35px;
  justify-content: flex-end;
  align-items: center;
}

.logo-section__item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #f7f3cc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #000;
  margin-bottom: 2px;
}

.logo-section__item-logo {
  position: relative;
  width: 100%;
  padding-bottom: 98.79%;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.logo-section__item-link {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-section__logo {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.logo-section__arrow-wrap {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo-section__arrow-prev {
  left: 0px;
}

.logo-section__arrow-prev .logo-section__arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.logo-section__arrow-next {
  right: 0px;
}

.logo-section__arrow-next .logo-section__arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.logo-section__arrow {
  position: relative;
  top: 0;
  left: -16px;
  width: 60px;
  height: 4px;
}

.logo-section__arrow:before,
.logo-section__arrow:after {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  content: ' ';
  background: #2c2f33;
}

.logo-section__arrow:before {
  left: 0;
  -webkit-transform: skew(0deg, 40deg);
  -ms-transform: skew(0deg, 40deg);
  transform: skew(0deg, 40deg);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 2px;
}

.logo-section__arrow:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -40deg);
  -ms-transform: skew(0deg, -40deg);
  transform: skew(0deg, -40deg);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 2px;
}

.info-partners {
  padding: 0 0 55px 0;
}

.info-partners .container {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .info-partners .container {
    max-width: 1160px;
  }
}

.info-partners .container .row {
  margin: 0;
}

.info-partners .container .col-12 {
  padding: 0;
}

.participants__slider .slick-slide:focus {
  outline: none;
}

.participants__slider .slick-list {
  padding-top: 10px;
  overflow: visible !important;
  overflow-x: hidden !important;
}

.participants__slider .slick-dots {
  bottom: -25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.participants__slider .slick-dots li {
  margin-right: 10px;
}

.participants__slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.participants__slider .slick-dots .slick-active button {
  border-radius: 50%;
  border: 2px solid #f5e11e;
}

.participants__slider .slick-dots .slick-active button:before {
  color: #fff;
}

.participants__slider .slick-dots li button:before {
  color: #7d839b;
}

.participants__slider .slick-prev {
  top: 107%;
  left: 31%;
  z-index: 2;
}

.participants__slider .slick-prev:before {
  content: '';
  width: 8px;
  height: 12px;
  background: url(../images/icons/arrow-left.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.participants__slider .slick-next {
  top: 107%;
  right: 29.5%;
  z-index: 2;
}

.participants__slider .slick-next:before {
  content: '';
  background: url(../images/icons/arrow-right.png) no-repeat center;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.participants__slider .logo-section__item-wrap {
  padding: 0 15px 28px;
  transition: 0.2s ease;
}

.participants__slider .logo-section__item-wrap:hover {
  transform: translateY(-10px);
  transition: 0.2s ease;
}

.participants__slider .logo-section__item-wrap:focus {
  transform: none;
}

.participants__slider .logo-section__item-link {
  padding: 8px;
}

.participants__slider .logo-section__item-logo {
  padding-bottom: 67%;
  border-radius: 12px;
}

.info-partners .btn-brand {
  background: #f5e11e;
  transition: 0.2s ease;
  color: #000000;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  min-width: 210px;
  max-width: 210px;
  min-height: 40px;
  border-radius: 4em;
  margin: 60px auto 0 auto;
  text-decoration: none;
  padding: 0 !important;
  border: none;
}

.info-partners .btn-brand:focus {
  padding: 0 !important;
  border: none;
}

.info-partners .btn-brand:hover {
  background: #f8ec73;
  transition: 0.2s ease;
  color: #000000;
  text-decoration: none;
}

.info-partners .section-title,
.sponsors .section-title {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 35px 0;
  text-align: center;
}

.info-partners .section-title:first-letter,
.sponsors .section-title:first-letter {
  text-transform: uppercase;
  color: #fff;
}

.visitors-section {
  position: relative;
  background-color: #15214c;
  background-image: url('../images/backgrounds/visitors-section-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-page .sponsors__wrapper {
  padding: 0;
}

.sponsors {
  padding: 80px 0 60px 0;
}

.sponsors-item {
  padding: 0;
}

.sponsors .btn.btn-brand.btn-red {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #f5e11e;
  text-align: center;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 10px 0 0 0;
  max-width: 180px;
  min-height: 40px;
  line-height: 40px;
  max-width: 180px;
  min-width: 180px;
  padding: 0 !important;
}

.sponsors .btn.btn-brand.btn-red:focus {
  border: none;
  padding: 0 !important;
}

.sponsors .btn.btn-brand.btn-red:hover {
  background: #f8ec73;
  transition: 0.2s ease;
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .sponsors-item {
    width: 100%;
    max-width: 360px;
    margin: 0 30px 0 0;
  }

  .sponsors-item:nth-child(3n) {
    margin: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sponsors-item {
    width: 100%;
    max-width: 293px;
    margin: 0 40px 0 0;
  }

  .sponsors-item:nth-child(3n) {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sponsors-item {
    width: 100%;
    max-width: 220px;
    margin: 0 30px 0 0;
  }

  .sponsors-item:nth-child(3n) {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .sponsors-item {
    width: 100%;
    max-width: 220px;
  }
}

.sponsors .container {
  padding: 0;
}

.sponsors .container .row {
  margin: 0;
}

.sponsors .container .row .col-12 {
  padding: 0;
}

.sponsors-info {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2c2f33;
  text-transform: uppercase;
}

.sponsors .company-item {
  margin-top: 0;
  margin-bottom: 30px;
}

.sponsors .logo-section__item-link {
  padding: 0px;
}

.sponsors .logo-section__item-logo {
  padding-bottom: 57.5%;
}

_:-ms-fullscreen .logo-section__logo,
:root .logo-section__logo {
  width: 100%;
}

.general {
  position: relative;
  margin: 20px auto;
  max-width: 360px;
  width: 100%;
  height: 200px;
}

.general a {
  position: relative;
  height: 100%;
  display: block;
  padding: 30px;
  overflow: hidden;
}

.general img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.color-1 {
  background-color: #2f313c;
}

.color-2 {
  background-color: #322634;
}

.color-3 {
  background-color: #000000;
}

main.content-page .map {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  main.content-page .map {
    margin-top: 40px;
  }
}

.map {
  position: relative;
  min-height: 550px;
  overflow: hidden;
}

#map {
  min-height: 500px;
}

.place__container {
  z-index: 1;
  position: absolute;
  top: calc(0% + 60px);
  left: calc(0% + 390px);
  width: 263px;
  max-width: 263px;
  min-height: 158px;
  border-radius: 12px;
  border-top: 6px solid #ead71d;
  background: #f8f8f8;
  box-shadow: 0px 6px 33px -8px rgba(0, 0, 0, 0.75);
}

.place__container-place {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 40px 0 15px 0;
}

.place__container-adress {
  display: block;
  font-size: 16px;
  color: #a8a8a8;
  text-align: center;
  margin: 0 0 20px 0;
}

.address {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.66);
  padding: 15px;
  color: #fff;
}

.address .address-img {
  max-width: 550px;
  width: 100%;
  margin-bottom: 20px;
}

.address .data-sity {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hamburger {
  display: block;
  padding: 0;
}

.hamburger:focus {
  outline: none;
}

.hamburger .hamburger-box {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 3px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  width: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000;
  height: 2px;
}

.hamburger .hamburger-inner::before {
  top: -7px;
}

.hamburger .hamburger-inner::after {
  bottom: -7px;
}

.hamburger .hamburger-label {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
  color: #000;
  vertical-align: middle;
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.captcha-wrap input {
  font-size: 12px;
  padding: 6px;
  text-transform: lowercase;
}

.video-iframe__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .video-iframe__wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.video-item {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 55%;
  margin-bottom: 35px;
}

.video-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-item a img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-video .modal-body {
  padding: 35px 0 0;
}

.site-error {
  padding: 250px 0 300px 0;
  background: #101a3e;
}

.site-error__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.site-error__wrapper h1.section-title {
  color: #fff;
  font-size: 170px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px 0;
  width: 100%;
}

.site-error__wrapper .section-title_descr {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #fff;
  width: 100%;
  margin: 0 0 40px 0;
}

.site-error__wrapper .site-error__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-align: center;
  max-width: 164px;
  width: 100%;
  min-height: 40px;
  background: #f5e11e;
  border: none;
  border-radius: 4em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.site-error__wrapper .site-error__btn:hover {
  background: #f8ec73;
  transition: 0.2s ease;
  color: #000;
}

.site-error__wrapper .site-error__btn:focus {
  outline: none;
}

.site-error__wrapper .site-error__btn:first-of-type {
  margin: 0 30px 0 0;
}

#newsSubscribe .btn-brand {
  margin-top: 10px;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
}

.content .section-title,
.content h3,
.content h4,
.content h5,
.content h6 {
  text-align: initial !important;
}

.content h1 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  line-height: normal;
  margin: 0 0 30px 0;
  text-align: initial !important;
}

.content .section-title {
  font-size: 34px;
}

.content ul {
  margin-bottom: 20px;
}

.content ul li {
  color: #fff;
  font-weight: 600;
}

html,
body {
  height: 100%;
}

@-webkit-keyframes drop {
  0% {
    transform: rotate(-6deg);
  }

  0.76924% {
    transform: rotate(6deg);
  }

  3.07692% {
    transform: rotate(-6deg);
  }

  3.84616% {
    transform: rotate(6deg);
  }

  6.15384% {
    transform: rotate(-6deg);
  }

  6.92308% {
    transform: rotate(6deg);
  }

  7.6923% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes drop {
  0% {
    transform: rotate(-15deg);
  }

  0.76924% {
    transform: rotate(6deg);
  }

  3.07692% {
    transform: rotate(-6deg);
  }

  3.84616% {
    transform: rotate(6deg);
  }

  6.15384% {
    transform: rotate(-6deg);
  }

  6.92308% {
    transform: rotate(6deg);
  }

  7.6923% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-o-keyframes drop {
  0% {
    transform: rotate(-15deg);
  }

  0.38462% {
    transform: rotate(15deg);
  }

  1.53846% {
    transform: rotate(-18deg);
  }

  1.92308% {
    transform: rotate(18deg);
  }

  3.07692% {
    transform: rotate(-15deg);
  }

  3.46154% {
    transform: rotate(15deg);
  }

  3.84615% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes drop {
  0% {
    transform: rotate(-15deg);
  }

  0.76924% {
    transform: rotate(6deg);
  }

  3.07692% {
    transform: rotate(-6deg);
  }

  3.84616% {
    transform: rotate(6deg);
  }

  6.15384% {
    transform: rotate(-6deg);
  }

  6.92308% {
    transform: rotate(6deg);
  }

  7.6923% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.checkbox .radio {
  margin-top: 50px;
}

.subscribe-popup .modal-header .close-x {
  position: absolute;
  top: 13px;
  right: 16px;
  z-index: 4;
  width: 11px;
  height: 11px;
  margin: 0;
  opacity: 1;
}

.subscribe-popup .modal-header .close-x:before,
.subscribe-popup .modal-header .close-x:after {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background-color: #5d5e62;
  position: absolute;
  right: 4px;
  top: -1px;
  transition: all 0.2s;
}

.subscribe-popup .modal-header .close-x:before {
  transform: rotate(45deg);
}

.subscribe-popup .modal-header .close-x:after {
  transform: rotate(-45deg);
}

.subscribe-popup .modal-header .close-x:hover:before,
.subscribe-popup .modal-header .close-x:hover:after {
  background-color: #8599d6;
}

.subscribe-popup .modal-header .close-x:active:before,
.subscribe-popup .modal-header .close-x:active:after {
  background-color: #8599d6;
}

.subscribe-popup {
  font-family: 'Jost', sans-serif;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}

.subscribe-popup .modal-dialog {
  margin: 0;
  width: 600px;
}

.subscribe-popup .modal-content {
  border: 1px solid black;
  box-shadow: none;
  overflow: hidden;
}

.modal-content {
  border-radius: 1px !important;
}

.subscribe-popup .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  border: 0;
  z-index: 1;
}

.subscribe-popup .modal-body {
  padding: 0px;
}

.subscribe-popup .subscribe-popup__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/subscribe-popup-bg.jpg) no-repeat top center;
  background-size: cover;
}

.subscribe-popup__title {
  display: none !important;
}

.subscribe-popup .subscribe-form {
  line-height: 1;
  padding: 0 7.5px;
}

.subscribe-popup .subscribe-form > .col-sm-6 {
  padding: 0 7.5px;
}

.subscribe-popup .subscribe-form .form-group {
  min-height: 60px;
}

.subscribe-popup .subscribe-form .button {
  margin: 20px auto 0;
  display: block;
  text-align: center;
}

.subscribe-prog .button {
  margin: 20px auto 0;
  display: block;
  text-align: center;
}

.subscribe-popup .form-page {
  padding: 10px 0 70px;
}

.subscribe-popup .fp__form {
  padding: 40px 20px;
}

.subscribe-popup .fp__form .form-group {
  min-height: 60px;
  margin-bottom: 0;
}

.subscribe-prog .form-group {
  margin-bottom: 0;
  max-width: 262px;
  min-width: 262px;
  min-height: 40px;
}

.subscribe-prog .form-group-checkbox {
  max-width: 100%;
  min-width: 100%;
  min-height: initial;
}

.subscribe-prog .form-group:nth-of-type(1) {
  margin-right: 30px;
}

.subscribe-popup .fp__form .form-group .form-control {
  font-size: 16px;
  width: 100%;
  height: initial;
  padding: 4px 0 4px 15px;
  color: #000;
  border: 2px solid #2d455f;
  border-radius: 0px;
}

.subscribe-prog .form-group .form-control {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  height: initial;
  padding: 9px 0 9px 20px;
  color: #a8a8a8;
  border: 1px solid transparent;
  border-radius: 4em;
}

.subscribe-prog .form-group .form-control:focus {
  box-shadow: none;
}

.subscribe-prog .form-group .form-control:focus::placeholder {
  opacity: 0;
}

.subscribe-popup .fp__form .form-group .help-block-error {
  font-size: 12px;
  display: none;
  margin: 2px 0 9px;
  padding-left: 35px;
  color: #c13907;
}

.subscribe-prog .form-group .help-block-error {
  font-size: 12px;
  display: none;
  margin: 0;
  padding-left: 35px;
  color: #c13907;
}

.subscribe-popup .fp__form .form-group input + .help-block-error {
  text-align: left;
  padding-left: 0px;
  padding-bottom: 0px;
}

.subscribe-prog .form-group input + .help-block-error {
  text-align: left;
  padding-left: 0px;
  padding-bottom: 0px;
}

.subscribe-popup .fp__form .form-group.has-error .form-control {
  border: 2px solid #c13907;
}

.subscribe-prog .form-group.has-error .form-control {
  border: 2px solid #c13907;
}

.subscribe-popup .fp__form .form-group.has-error .help-block-error {
  display: block;
  height: 0;
}

.subscribe-prog .form-group.has-error .help-block-error {
  display: block;
  height: 0;
  margin-top: 3px;
}

.subscribe-popup .fp__form .form-group .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-prog .form-group .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-popup .fp__form .form-group .form-control:-ms-input-placeholder,
.subscribe-prog .form-group .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-popup .fp__form .form-group .form-control::-ms-input-placeholder,
.subscribe-prog .form-group .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-popup .fp__form .form-group .form-control::placeholder,
.subscribe-prog .form-group .form-control::placeholder {
  opacity: 1;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-popup .fp__form .checkbox-none,
.subscribe-prog .checkbox-none {
  display: none;
}

.subscribe-popup .fp__form label {
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.subscribe-prog label {
  position: relative;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}

.subscribe-prog label {
  padding-left: 35px;
}

.subscribe-popup .fp__form .checkbox-custom {
  position: relative;
  left: -7px;
  top: -14px;
  width: 15px;
  height: 15px;
  border: 2px solid #2d455f;
  border-radius: 50%;
}

.subscribe-prog .checkbox-custom {
  position: relative;
  left: -7px;
  top: -14px;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
}

.subscribe-prog .checkbox {
  margin-top: 10px;
}

.subscribe-prog .checkbox .help-block {
  padding-left: 35px;
  margin-top: 0 !important;
}

.subscribe-prog .checkbox-custom {
  position: absolute;
  top: 2px;
  left: 0px;
}

.subscribe-popup .fp__form .checkbox-custom {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-prog .checkbox-custom {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-popup .fp__form .checkbox-none:checked + .checkbox-custom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.subscribe-prog .form-group .checkbox-none:checked + .checkbox-custom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.subscribe-popup .fp__form .form-group.has-error .checkbox-custom {
  border: 2px solid #dc5520;
}

.subscribe-prog .form-group.has-error .checkbox-custom {
  border: 2px solid #dc5520;
}

.form-group.has-error .checkbox label {
  margin-bottom: 0;
}

.subscribe-popup .fp__form span {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  max-width: 94%;
}

.subscribe-prog span {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  color: #000;
}

.subscribe-popup .fp__form span a {
  color: #333;
  text-decoration: underline;
}

.subscribe-prog span a {
  color: #000;
  text-decoration: underline;
}

.subscribe-prog span a:hover {
  text-decoration: none;
  color: #000;
}

.subscribe-popup .button,
.buyticket-index .button {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  min-width: 180px;
  max-width: 180px;
  min-height: 40px;
  white-space: normal;
  background: #f5e11e;
  border: transparent;
  border-radius: 4em;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s;
}

.subscribe-prog .button {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  min-width: 180px;
  max-width: 180px;
  min-height: 40px;
  white-space: normal;
  background: #f5e11e;
  border: transparent;
  border-radius: 4em;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s;
}

.buyticket-index .button {
  padding: 5px 36px;
}

.subscribe-popup .button:hover,
.subscribe-prog .button:hover,
.buyticket-index .button:hover {
  color: inherit;
  background: #f8ec73;
  text-decoration: none;
  transition: all 0.3s;
}

.subscribe-popup .button:focus,
.subscribe-prog .button:focus,
.buyticket-index .button:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.subscribe-popup .button:active,
.subscribe-prog .button:active,
.buyticket-index .button:active {
  color: #1c1c1d;
}

.speakers-modal {
  z-index: 99999;
  font-family: 'Jost', sans-serif;
}

.speakers-modal .modal-dialog {
  margin-top: 100px;
  width: 700px;
  max-width: 700px;
  min-height: 650px;
}

.speakers-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #101a3e;
  background-image: url('../images/backgrounds/speakers-modal-bg-new.png');
  background-repeat: no-repeat;
  background-position: 0.5% 2.5%;
}

.speakers-modal .modal-header {
  position: absolute;
  top: -7px;
  left: -3px;
  width: 100%;
  padding: 0px;
  border: 0;
  background-image: none;
}

.speakers-modal .close {
  position: relative;
  z-index: 10;
  outline: 0;
  right: 0px;
  top: 0px;
  color: #70768b;
  opacity: 1 !important;
  margin: 5px 0 0 auto;
  transition: 0.2s ease;
}

.speakers-modal .close::before {
  content: '';
  position: absolute;
  top: calc(0% + 10px);
  left: calc(0% + 14.5px);
  width: 2px;
  height: 60%;
  transform: rotate(45deg);
  background: #70768b;
  transition: 0.2s ease;
}

.speakers-modal .close::after {
  content: '';
  position: absolute;
  top: calc(0% + 10px);
  right: calc(0% + 14.9px);
  width: 2px;
  height: 60%;
  transform: rotate(135deg);
  background: #70768b;
  transition: 0.2s ease;
}

.speakers-modal .close:hover::before,
.speakers-modal .close:hover::after {
  background: #fff;
  transition: 0.2s ease;
}

.speakers-modal .speaker {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.speakers-modal .speaker__img {
  padding-bottom: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -25px;
}

.speakers-modal__name {
  font-size: 41px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-align: left;
  padding: 0 15px 0 40px;
  margin: 0 0 10px 0;
}

.speakers-modal .speaker__position {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #bbc1df;
  margin: 0;
  padding: 0 50px 0 80px;
}

.speakers-modal .speaker__company {
  font-weight: 400;
  margin-bottom: 10px;
}

.speakers-modal .modal-body {
  visibility: hidden;
  padding: 0;
}

.speakers-modal .modal-body.showing {
  visibility: visible;
  -webkit-animation: 0.15s speakersModalShow;
  animation: 0.15s speakersModalShow;
}

.speakers-modal__main-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 80px;
}

.speakers-modal__left-wrapper {
  width: 264px;
  margin: 0 0 0 30px;
}

.speakers-modal__right-wrapper {
  width: initial;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.speakers-modal .speaker {
  width: 100%;
  position: relative;
}

.speakers-modal .speaker__img-wrapper {
  cursor: initial;
  width: 100%;
  position: relative;
  background: url(../images/backgrounds/speakers-modal-image-bg.png) no-repeat 0 100%;
  background-size: contain;
  min-height: 202px;
}

.speakers-modal .social {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0 0 80px;
}

.speakers-modal .socials__link {
  font-size: 20px;
  padding: 0 5px;
  color: #fff;
  transition: 0.2s ease;
}

.speakers-modal .socials__link:first-child {
  padding-left: 0;
}

.speakers-modal .socials__link:last-child {
  padding-right: 0;
}

.speakers-modal .socials__link:hover,
.speakers-modal .socials__link:focus,
.speakers-modal .socials__link:active {
  color: #f5e11e;
  transition: 0.2s ease;
}

.speakers-modal__main-text {
  font-size: 16px;
  font-weight: 400;
  padding: 85px 50px 40px 50px;
  color: #d5d5d5;
}

.speakers-modal__main-text p {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #d5d5d5;
}

.speakers-modal__main-text ul li p {
  padding-left: 0;
}

.speakers-modal__main-text a {
  color: #fff;
  text-decoration: underline;
}

.speakers-modal__main-text a:hover,
.speakers-modal__main-text a:focus {
  text-decoration: none;
  color: #fff;
}

.speakers-modal .speakers__buttons-wrp {
  padding-top: 40px;
}

.speakers-modal.showing {
  -webkit-animation: 0.4s speakersModalShow;
  animation: 0.4s speakersModalShow;
}

.speakers-modal.closing {
  -webkit-animation: 0.4s speakersModalHide;
  animation: 0.4s speakersModalHide;
}

@-webkit-keyframes speakersModalShow {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    opacity: 0;
  }

  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes speakersModalShow {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    opacity: 0;
  }

  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes speakersModalHide {
  0% {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
    opacity: 0;
  }
}

@keyframes speakersModalHide {
  0% {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
    opacity: 0;
  }
}

.buyticket-index {
  padding: 55px 0 70px;
  text-align: center;
  background: url(../images/backgrounds/ticket-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.buyticket-index .section-title {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  margin-bottom: 55px;
  color: #fff;
}

.buyticket-index__timer-text {
  font-size: 20px;
}

.buy-a-ticket {
  padding: 70px 0 140px;
}

.buy-a-ticket__flex-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buy-a-ticket__item {
  height: calc(100% - 45px);
  margin: 0 auto 45px;
  padding: 48px 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  background: #fff;
  box-shadow: 0 -10px 0 transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.buy-a-ticket__item--vip {
  color: #fff;
  background: #114538;
}

.buy-a-ticket__item .passiv-grey {
  color: #a09f9f;
}

.buy-a-ticket__item .passiv-grey:before {
  background: #a09f9f;
}

.buy-a-ticket__item .button {
  min-width: 165px;
}

.buy-a-ticket__content {
  font-weight: 400;
  line-height: 27px;
  margin: 20px 0 40px;
  text-align: left;
}

.buy-a-ticket__content p {
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 15px;
}

.buy-a-ticket__item__right {
  margin-left: 20px;
}

.buy-a-ticket__item__right {
  margin-right: 20px;
}

.buy-a-ticket__item-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.buy-a-ticket__date {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  color: #7a7979;
}

.buy-a-ticket__price-old {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 5px;
  color: #7a7979;
  text-align: center;
  transform: translate(-50%);
  left: 28%;
}

.buy-a-ticket__price-old::before {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 77px;
  height: 2px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: -webkit-linear-gradient(180deg, #febd11 0%, #ffe800 100%);
  background-image: -ms-linear-gradient(180deg, #febd11 0%, #ffe800 100%);
}

.buy-a-ticket__price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-top: 44px;
}

.buy-a-ticket__price span {
  font-size: 30px;
  font-weight: 700;
}

.buy-a-ticket__item-text {
  font-size: 18px;
  line-height: 1.3;
}

.buy-a-ticket__btn-wrap {
  max-width: 200px;
  margin: 0 auto;
}

.buy-a-ticket__remain {
  font-size: 18px;
  padding-top: 20px;
}

.buy-a-ticket__remain-number {
  font-weight: 700;
}

.price-sale {
  position: relative;
}

.price-sale:before {
  font-size: 21px;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: -14px;
  right: 65px;
  content: '%';
  color: #fff;
}

.price-sale:after {
  font-size: 12px;
  line-height: 63px;
  position: absolute;
  top: -14px;
  right: 50px;
  width: 46px;
  height: 46px;
  content: 'sale';
  color: #fff;
  border-radius: 50%;
  background: #ff3600;
}

.price-sale + .buy-a-ticket__price {
  margin-top: 0;
}

.buy-a-ticket__item--vip ul li:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

.buy-a-ticket__item--vip li.passiv-grey:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #a09f9f;
}

.buy-a-ticket__item--soldout {
  background-image: -moz-linear-gradient(59deg, rgb(0, 0, 0) 0%, rgb(11, 29, 48) 100%);
  background-image: -webkit-linear-gradient(59deg, rgb(0, 0, 0) 0%, rgb(11, 29, 48) 100%);
  background-image: -ms-linear-gradient(59deg, rgb(0, 0, 0) 0%, rgb(11, 29, 48) 100%);
  color: #fff;
  box-shadow: 1px 0px 40px 0px rgba(168, 159, 159, 0.5);
}

.buy-a-ticket__item--soldout .buy-a-ticket__content p {
  color: #fff;
}

.buy-a-ticket__item--soldout .buy-a-ticket__date {
  display: none;
}

.buy-a-ticket__item--soldout .button {
  position: relative;
  pointer-events: none;
  color: white;
  border-color: transparent;
  background-color: transparent;
  text-transform: uppercase;
  text-align: left;
  color: #ff3600;
  padding-left: 65px;
  padding-right: 0;
}

.buy-a-ticket__item--soldout .button:before {
  content: '+';
  transform: rotate(45deg);
  position: absolute;
  left: 22px;
  top: -23px;
  font-weight: 900;
  font-size: 64px;
  font-family: sans-serif;
}

.buy-a-ticket__item--soldout.buy-a-ticket__item--vip .button:before {
  border-color: white;
}

.buy-a-ticket__item--unavailable,
.buy-a-ticket__item--unavailable .buy-a-ticket__content p,
.buy-a-ticket__item--unavailable .buy-a-ticket__date {
  color: #acacac;
}

.buy-a-ticket__item--unavailable .button {
  position: relative;
  pointer-events: none;
  color: white;
  border-color: #acacac;
  background-color: #acacac;
}

.modal.sign_up .modal-dialog {
  width: 700px;
}

.sign_up .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 700px;
  min-height: 400px;
  background: url('../images/sign_up/sign_up-back.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  padding-left: 40px;
}

.sign_up .modal-header {
  position: relative;
}

.sign_up .modal-header,
.sign_up .modal-footer,
.sign_up .modal-body {
  padding: 0;
  border: none;
  margin: 0;
}

.sign_up .modal-header .close {
  width: 33px;
  height: 33px;
  position: static;
  float: right;
  margin-right: 9px;
  margin-top: 9px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sign_up .modal-header .close .closer {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sign_up .modal-header .close:hover .closer {
  opacity: 1;
}

.sign_up .modal-header .close .closer::before,
.sign_up .modal-header .close .closer::after {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background: #e7e7e7;
  position: absolute;
  left: 15px;
  top: 9px;
}

.sign_up .modal-header .close .closer::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sign_up .modal-header .close .closer::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sign_up .modal-body__logo {
  margin: 0px 0 10px;
  display: block;
  position: relative;
  left: -6px;
  top: -17px;
}

.sign_up .modal-body__date {
  color: #ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  padding: 12px 275px 0 0;
  position: relative;
}

.sign_up .ukr-lang .modal-body__date {
  padding: 14px 345px 0 0;
}

.sign_up .modal-body__discount {
  position: absolute;
  left: 267px;
  top: 74px;
  font-size: 51px;
  text-transform: uppercase;
  background: linear-gradient(#f5e11e, #f9f09a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 52px;
}

.sign_up .modal-body__discount:before {
  content: '-';
  position: absolute;
  top: -4px;
  left: -36px;
  background: linear-gradient(#f5e11e, #f9f09a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.sign_up .modal-footer {
  padding: 0;
  margin: 0;
  text-align: left;
}

.sign_up .modal-footer__btn span {
  position: relative;
  top: 1px;
}

.sign_up .modal-footer__btn {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  padding: 0px 51px 0 50px;
  line-height: 54px;
  position: relative;
  left: 1px;
  display: inline-block;
  color: #000;
  border: 0;
  border-radius: 999px;
  font-size: 20px;
  text-transform: uppercase;
  background: #f5e11e;
  text-decoration: none;
  margin: 38px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.sign_up .ukr-lang .modal-footer__btn {
  margin: 36px 0 0;
  padding: 0px 60px 0 61px;
}

.sign_up .ukr-lang .modal-footer__btn i {
  left: 20px;
}

.sign_up .modal-footer__btn:hover {
  background: #e8f51e;
}

.sign_up .modal-footer__btn i {
  background: url('../images/sign_up/sign_up-arrow.png');
  width: 19px;
  height: 16px;
  margin-left: 9px;
  position: relative;
  top: 2px;
  left: 11px;
  display: inline-block;
}

.modal-header {
  border-bottom: none;
  background: url('../images/backgrounds/image-head.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 140px;
}

.header-text {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 36px;
  padding: 0 70px;
  line-height: 36px;
  font-weight: bold;
}

.fp__form.subscribe-form button {
  display: block;
  margin: 0 auto;
  height: 38px;
  width: 200px;
  color: #fff;
  border: none;
  background: #336db1;
  text-align: center;
}

.form-group .offerta {
  color: #000;
  position: relative;
}

#imgGoogleMap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.place__button {
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 4em;
  background-color: #f5e11e;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s ease;
  min-width: 225px;
  max-width: 225px;
  min-height: 40px;
}

.place__button:hover {
  transition: 0.3s ease;
  background: #f8ec73;
  color: #000;
}

.m-thanks .modal-content {
  border: 3px solid #e6e6e6;
}

.m-thanks .modal-content .close {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 2;
  font-size: 30px;
  color: #336db1;
  opacity: 1;
}

.bottom__btn {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #f5e11e;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  bottom: calc(0vh + 100px);
  right: calc(0vh + 50px);
  cursor: pointer;
  z-index: 1020;
  transition: all 0.3s ease;
}

.bottom__btn i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  width: 90%;
  height: 90%;
  color: #fff;
  background: rgba(14, 22, 52, 0.5);
  border-radius: 50%;
  font-weight: 700;
}

.bottom__btn i::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.modal-backdrop.fade {
  opacity: 0.5 !important;
}
.security-measures {
  margin-top: 50px;
  margin-bottom: -50px;
  padding: 60px 0 30px;
  background-color: #101a3e;
  font-family: Jost;
}
.security-measures .banner__title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
  color: #fff;
}
.security-measures .banner__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.security-measures .banner__content-item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.security-measures .banner__content-item .item__image {
  margin-bottom: 18px;
}
.security-measures .banner__content-item .item__descr {
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.security-measures .banner__content-item .item__descr .item__descr-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  color: white;
}
.security-measures .banner__content-item .item__descr .item__descr-main {
  font-size: 14px;
  margin: 0;
  color: #bbc1df;
}


/* ZAGLUSHKA START */
/*//*/
body#body-plug {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0;
  font-family: "Jost";
}
#body-plug .header {
  position: static;
  font-size: 18px;
}
.navigation.stub-navigation {
  position: fixed;
  z-index: 1025;
  width: 100vw;
  padding: 0;
}
/*//*/
/* stub-navigation */
.navigation.stub-navigation.scroll {
  background: rgba(255, 255, 255, .9);
  transition: .5s background;
}
.navigation.stub-navigation {
  background: rgba(255, 255, 255, 0);
  height: 130px;
  transition: .5s background;
}

.stub-navigation .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  width: 100%;
  color: rgba(0, 0, 0, 1);
}

.stub-navigation .stub-first,
.stub-navigation .stub-second{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.stub-navigation .stub-first {
  padding-left: 0;
}
.stub-navigation .stub-second{
  justify-content: flex-end;
}

.stub-navigation .stub-logo {
  margin-right: 50px;
}

.stub-navigation .top-nav .stub-lang_social {
  margin-right: 30px;
}
.stub-navigation .top-nav .social li {
  margin-right: 5px;
}
.stub-navigation .top-nav .social a {
  color: rgb(0, 0, 0);
}
.stub-navigation .top-nav .social a:hover {
  color: rgb(245, 225, 30);
}
.stub-navigation .top-nav .lang-switcher {
  margin-top: 8px;
  padding: 0;
}
.stub-navigation .top-nav .lang-switcher li{
  margin-right: 6px;
}
.stub-navigation .top-nav .lang-switcher a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: rgb(144, 144, 144);
  padding-right: 5px;
}
.stub-navigation .top-nav .lang-switcher .action {
  color: rgb(11, 11, 11);
  pointer-events: none;
}


.stub-page {
  position: relative;
  background: #fff url(../images/backgrounds/stub-bg-xl.jpg) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  height: 1080px;
}
.stub-page .index-header__content {
  text-align: left;
  padding: 0 0 70px;
  height: 1080px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
}
.stub-page .index-header__event-info {
  width: 600px;
  padding: 0 0 50px;
}
.stub-page .index-header__event-info h1  {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

/* start form__subscribe */
.stub-page .form__subscribe {
  margin-bottom: 180px;
}
.stub-page .title__subscribe {
  font-family: "Jost";
  width: 425px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  color: rgb(126, 121, 69);
  margin-bottom: 20px;
}

.stub-page .form__subscribe .flex-items {
  display: flex;
}
.stub-page .form__subscribe .flex-item {
  margin-bottom: 5px;
}
.stub-page .form__subscribe .flex-item:not(:last-child) {
  margin-right: 30px;
}
.stub-page .form__subscribe .subscribe__input {
  display: flex;
  min-height: 40px;
  width: 255px;
  border: 2px solid #eaeaea;
  border-radius: 30px;
  padding: 0 20px;
  color: #a8a8a8;
}
.stub-page .form__subscribe .subscribe__input::placeholder {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #a8a8a8;
}

.stub-page .help-block-error {
  color: red;
  text-align: center;
}

.stub-page .form__subscribe .checkbox {
  max-width: 500px;
  position: relative;
  margin: 0;
}
.stub-page .form__subscribe .checkbox .offerta {
  padding-left: 4px;
}
.stub-page .form__subscribe #confirm {
  position: absolute;
  top: 5px;
  visibility: hidden;
}

.stub-page .form__subscribe .checkbox label {
  font-family: "Jost";
  font-size: 12px;
  line-height: 18px;
  color: rgb(0, 0, 0);
  padding: 0;
  margin-left: 26px;
  margin-bottom: 0;
  -webkit-tap-highlight-color: transparent;
}
.stub-page .form__subscribe .checkbox label a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.stub-page .form__subscribe  #confirm+label:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -26px;
  border: 2px solid #15214c;
  border-radius: 50%;
  background: transparent;
}

.stub-page .form__subscribe  #confirm:checked+label:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\25CF";
  color: rgb(245, 225, 30);
  width: 15px;
  height: 15px;
  margin-left: -26px;
  border: 2px solid rgb(245, 225, 30);
}

/* end form__subscribe */

.stub-page .btn-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: "Jost";
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: rgb(0 0 0);
  background: rgb(245 225 30);
  min-height: 40px;
  outline: none;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s ease;
}

.stub-page .btn-brand:hover {
  background: rgb(248, 236, 115);
  transition: 0.3s ease;
}
.stub-page .index-header__buttons {
  display: flex;
}
.stub-page .index-header__buttons .index-header__button {
  margin-bottom: 10px;
}
.stub-page .index-header__buttons .index-header__button:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width: 1200px) {
  .stub-page {
    background: #fff url(../images/backgrounds/stub-bg-lg.jpg) no-repeat center center;
    background-size: cover;
    height: 768px;
  }
  .stub-page .index-header__content {
    padding: 70px 0 0;
    height: 768px;
  }
  .stub-page .index-header__event-info {
    width: 530px;
    padding: 0 0 35px;
  }
  .stub-page .form__subscribe {
    width: 400px;
    margin-bottom: 80px;
  }
  .stub-page .form__subscribe .btn-brand {
    margin-top: -10px;
  }
  .stub-page .form__subscribe .flex-items {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .top-nav .dropbtn .down_menu.dropdown-menu.show {
    display: block;
    position: absolute!important;
    transform: none !important;
    top: calc(100% + 0px) !important;
    right: -10px !important;
    left: initial !important;
    width: 140px!important;
    line-height: 3;
    background-color: rgb(252, 252, 252);
  }
  .top-nav .down_links {
    background-color: #fcfcfc;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: initial !important;
  }
  .top-nav .dropbtn .result {
    color: #000;
  }
  .top-nav .dropbtn .down_menu li a {
     font-size: 16px;
  }
  .navigation.stub-navigation.scroll {
    height: 135px;
  }
  .stub-navigation .top-nav {
    height: 135px;
  }
  .stub-navigation .stub-second {
    height: 60px;
  }
  .stub-page {
    background: #fff url(../images/backgrounds/stub-bg-md.jpg) no-repeat top center;
    background-size: cover;
    height: 1024px;
  }
  .stub-page .index-header__content {
    padding: 0 0 100px;
    height: 1024px;
  }
  .stub-page .title__subscribe {
    width: 360px;
    font-size: 24px;
  }
  .stub-page .form__subscribe {
    width: 360px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .navigation.stub-navigation.scroll {
    height: 110px;
  }
  .navigation.stub-navigation {
    height: 110px;
  }
  .stub-navigation .top-nav {
    position: relative;
    height: 90px;
    padding-bottom: 40px;
  }
  .stub-navigation .stub-first {
    height: 40px;
  }
  .stub-navigation .stub-second {
    position: static;
    height: 40px;
  }
  .stub-navigation .top-nav .stub-logo {
    width: 100px;
    margin-right: 15px;
  }
  .stub-navigation .top-nav .stub-logo img {
    width: 100%;
  }
  .stub-navigation .top-nav .stub-lang_social {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .stub-navigation .top-nav .stub-lang_items {
    margin-right: -10px;
  }

  .stub-page {
    background: #fff url(../images/backgrounds/stub-bg-xs.jpg) no-repeat center center;
    background-size: cover;
    height: 720px;
  }
  .stub-page .index-header__content {
    padding: 80px 0 0;
    height: 720px;
  }
  .stub-page .index-header__event-info {
    width: 100%;
    padding: 0 0 15px;
  }
  .stub-page .index-header__event-info h1  {
    font-size: 36px;
  }
  .stub-page .title__subscribe {
    font-size: 18px;
    margin-bottom: 10px;
    width: 280px;
  }

  .stub-page .form__subscribe {
    width: 290px;
    margin-bottom: 30px;
  }

  .stub-page .form__subscribe .flex-item:not(:last-child) {
    margin-right: 0;
  }
  .stub-page .form__subscribe .subscribe__input {
    width: 290px;
  }

  .stub-page .form__subscribe .checkbox label {
    max-width: 235px;
    margin-left: 34px;
    font-size: 14px;
    line-height: 1.2;
  }
  .stub-page .form__subscribe #confirm+label:before {
    margin-left: -34px;
  }
  .stub-page .index-header__buttons {
    flex-direction: column;
    align-items: baseline;
  }
  .stub-page .index-header__button:not(:last-child) {
    margin-right: 0;
  }
}

/* ZAGLUSHKA END */
