html,
body {
  overflow-x: hidden;
  margin: 0;
}
body {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  overflow-y: hidden;
}
body a {
  text-decoration: inherit;
  color: inherit;
}
/*::-webkit-scrollbar {
  width: 0px;
}*/
.hide {
  display: none;
}
main {
  padding: 30px 0;
  width: 1133px;
  margin: auto;
}
main section.logo_wrapper img {
  height: 35px;
}
main section.body {
  padding: 0 90px;
}
@media (max-width: 1133px) {
  main {
    width: 90vw;
  }
  main section.body {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  main {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    padding: 30px;
  }
}
.konference_status {
  position: relative;
  padding-top: 73px;
}
.konference_status .dotted_bg {
  position: absolute;
  top: 172px;
  left: -45px;
  width: 500px;
  height: 500px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
.konference_status .reduta_img {
  position: absolute;
  right: -70px;
  top: 197px;
  background-color: #777;
  height: fit-content;
  height: 387px;
}
.konference_status .reduta_img img {
  height: 100%;
}
.konference_status .reduta_img .right_bg {
  z-index: -1;
  position: absolute;
  background-color: #d2f7e9;
  right: -10px;
  top: -10px;
  width: 45px;
  height: 85px;
}
@media (max-width: 1134px) {
  .konference_status .reduta_img {
    right: -20px;
    height: 34vw;
  }
}
@media (max-width: 1000px) {
  .konference_status .reduta_img {
    top: 160px;
    right: 30px;
    height: 32vw;
  }
}
@media (max-width: 700px) {
  .konference_status .reduta_img {
    top: 200px;
    right: 10px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .konference_status .reduta_img {
    top: 200px;
    right: 10px;
    left: 10px;
    background: none;
    width: calc(100vw - 60px);
    height: initial;
  }
  .konference_status .reduta_img img {
    width: calc(100vw - 60px);
  }
}
.konference_status .text_area {
  background-color: #d2f7e9;
  padding: 11px 26px;
  padding-bottom: 6px;
  width: 310px;
  max-width: 310px;
  pointer-events: all;
  font-size: 17px !important;
  color: #1c419f;
  line-height: 28px;
}
.konference_status .text_area.desktop {
  position: absolute;
  right: 30px;
  top: calc(100% - 15px);
  display: block !important;
}
.konference_status .text_area.mobile {
  margin-top: 20px;
  display: none !important;
}
@media (max-width: 700px) {
  .konference_status .text_area {
    right: 0;
    top: 0;
  }
  .konference_status .text_area.desktop {
    display: none !important;
  }
  .konference_status .text_area.mobile {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .konference_status .text_area {
    width: calc(100vw - 85px);
  }
}
.konference_status .content .logo {
  padding-left: 6px;
  display: flex;
}
.konference_status .content .logo span, .konference_status .content .logo h1 {
  color: #1c419f;
  font-weight: 600;
  font-size: 96px;
  letter-spacing: 1px;
  margin: 0;
}
.konference_status .content .logo .logo_wrapper {
  overflow: hidden;
  height: 120px;
}
.konference_status .content .logo .logo_wrapper img {
  height: 136px;
  transform: translateX(-30px) translateY(-18px);
}
@media (max-width: 1000px) {
  .konference_status .content .logo span, .konference_status .content .logo h1 {
    font-size: 63px;
  }
  .konference_status .content .logo .logo_wrapper {
    height: 85px;
  }
  .konference_status .content .logo .logo_wrapper img {
    height: 100px;
    transform: translateX(-30px) translateY(-22px);
  }
}
@media (max-width: 700px) {
  .konference_status .content .logo {
    flex-direction: column;
  }
  .konference_status .content .logo .logo_wrapper img {
    transform: translateX(-38px) translateY(-22px);
  }
}
@media (max-width: 450px) {
  .konference_status .content .logo span, .konference_status .content .logo h1 {
    font-size: 13vw;
  }
}
.konference_status .content .data {
  max-width: 300px;
  padding-top: 5px;
}
.konference_status .content .data .info {
  display: flex;
  flex-direction: column;
}
.konference_status .content .data .info :first-child {
  font-size: 74px;
}
.konference_status .content .data .info :last-child {
  padding-left: 6px;
  transform: translateY(-8px);
  font-family: "roc-grotesk-condensed", sans-serif !important;
  color: #1c419f;
  font-size: 28px;
}
.konference_status .content .data .hours {
  padding-top: 56px;
}
.konference_status .content .data .hours :first-child {
  padding-left: 6px;
}
.konference_status .content .data .place {
  padding-top: 47px;
}
.konference_status .content .data .place :first-child {
  padding-left: 6px;
}
.konference_status .content .data .place :last-child {
  width: 430px;
}
.konference_status .content .data .place :last-child a {
  padding-left: 6px;
}
.konference_status .content .data .place :last-child a:hover {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .konference_status .content .data {
    max-width: unset;
  }
  .konference_status .content .data .info :first-child {
    font-size: 50px;
  }
  .konference_status .content .data .info :last-child {
    font-size: 20px;
  }
  .konference_status .content .data .hours {
    padding-top: 30px;
  }
  .konference_status .content .data .place {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .konference_status .content .data {
    padding-top: 50vw;
  }
  .konference_status .content .data .info {
    align-items: center;
  }
  .konference_status .content .data .info :first-child {
    text-align: center;
  }
  .konference_status .content .data .place span:last-child, .konference_status .content .data .place h1:last-child {
    width: unset;
  }
}
.guests {
  position: relative;
  padding-top: 114px;
}
.guests .dotted_bg {
  position: absolute;
  top: 111px;
  left: 416px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
@media (max-width: 750px) {
  .guests .dotted_bg {
    left: 346px;
  }
}
@media (max-width: 575px) {
  .guests .dotted_bg {
    left: 86px;
  }
}
.guests .filled_bg {
  position: absolute;
  top: 213px;
  left: 7px;
  width: 618px;
  height: 262px;
  z-index: -1;
  background-color: #1c419f;
}
@media (max-width: 750px) {
  .guests .filled_bg {
    width: 408px;
    height: 422px;
  }
}
@media (max-width: 575px) {
  .guests .filled_bg {
    top: 200px;
  }
}
@media (max-width: 450px) {
  .guests .filled_bg {
    height: 362px;
  }
}
@media (max-width: 370px) {
  .guests .filled_bg {
    height: 462px;
  }
}
.guests .pictures {
  position: absolute;
  top: 144px;
  left: 425px;
}
.guests .pictures > * {
  position: absolute;
  top: 0;
  height: 132px;
}
.guests .pictures :nth-child(1) {
  left: 153px;
}
.guests .pictures :nth-child(2) {
  top: 84px;
}
.guests .pictures :nth-child(3) {
  left: 144px;
  top: 151px;
}
@media (max-width: 750px) {
  .guests .pictures {
    top: 444px;
    left: 75px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
  }
  .guests .pictures > * {
    position: static;
  }
}
@media (max-width: 575px) {
  .guests .pictures {
    left: 25px;
    right: 25px;
  }
  .guests .pictures > * {
    height: 119px;
  }
}
@media (max-width: 450px) {
  .guests .pictures {
    top: 410px;
    gap: 10px;
  }
  .guests .pictures > * {
    height: 97px;
  }
}
@media (max-width: 370px) {
  .guests .pictures {
    flex-wrap: wrap;
  }
}
.guests .content .title {
  padding-left: 6px;
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
}
.guests .content .body {
  width: 300px;
  padding-top: 33px;
  padding-left: 76px;
  color: white;
  font-size: 47px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 1px;
}
.guests .content .vip_wrapper {
  padding-top: 18px;
  padding-left: 49px;
}
.guests .content .vip_wrapper .vip {
  background-color: #d2f7e9;
  padding: 17px 27px;
  padding-bottom: 10px;
  width: 895px;
  color: #1c419f;
  font-size: 19px;
  line-height: 32px;
}
.guests .content .vip_wrapper .vip .bold {
  font-weight: 600;
}
@media (max-width: 1000px) {
  .guests .content .vip_wrapper .vip {
    width: 75vw;
  }
}
@media (max-width: 750px) {
  .guests .content .vip_wrapper {
    padding-top: 158px;
    padding-left: 30px;
  }
  .guests .content .vip_wrapper .vip {
    width: 80vw;
  }
}
@media (max-width: 575px) {
  .guests .content .title {
    font-size: 70px;
  }
  .guests .content .vip_wrapper {
    width: calc(100% - 83px);
    padding-top: 178px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .guests .content .vip_wrapper .vip {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .guests .content .body {
    width: 200px;
    padding-left: 36px;
    font-size: 37px;
    line-height: 50px;
  }
  .guests .content .vip_wrapper {
    padding-top: 148px;
  }
}
@media (max-width: 370px) {
  .guests .content .title {
    font-size: 50px;
  }
  .guests .content .vip_wrapper {
    padding-top: 248px;
  }
}
@media (max-width: 700px) {
  .guests {
    margin-top: 0px;
  }
}
@media (max-width: 370px) {
  .guests {
    padding-top: 94px;
  }
  .guests .dotted_bg {
    top: 31px;
  }
  .guests .filled_bg {
    top: 133px;
  }
  .guests .pictures {
    top: 334px;
  }
}
.speakers {
  position: relative;
  padding-top: 83px;
}
.speakers .dotted_bg {
  position: absolute;
  top: 125px;
  left: 425px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
@media (max-width: 575px) {
  .speakers .dotted_bg {
    left: 86px;
  }
}
.speakers .filled_bg {
  position: absolute;
  top: 185px;
  left: 6px;
  width: 619px;
  height: 365px;
  z-index: -1;
  background-color: #1c419f;
}
@media (max-width: 750px) {
  .speakers .filled_bg {
    top: 418px;
    height: 375px;
  }
}
@media (max-width: 575px) {
  .speakers .filled_bg {
    top: 382px;
    height: 350px;
    width: 550px;
  }
}
@media (max-width: 450px) {
  .speakers .filled_bg {
    top: 358px;
    width: 425px;
  }
}
@media (max-width: 370px) {
  .speakers .filled_bg {
    display: none;
  }
}
.speakers .picture {
  position: absolute;
  top: 185px;
  left: 317px;
  z-index: 1;
}
.speakers .picture img {
  width: 467px;
}
@media (max-width: 1000px) {
  .speakers .picture {
    left: 304px;
  }
  .speakers .picture img {
    width: 417px;
  }
}
@media (max-width: 750px) {
  .speakers .picture {
    left: 7px;
  }
}
@media (max-width: 575px) {
  .speakers .picture {
    top: 165px;
  }
  .speakers .picture img {
    width: 387px;
  }
}
@media (max-width: 450px) {
  .speakers .picture {
    left: -5px;
  }
  .speakers .picture img {
    width: 347px;
  }
}
@media (max-width: 370px) {
  .speakers .picture {
    top: 135px;
  }
  .speakers .picture img {
    width: 93vw;
  }
}
.speakers .content .title {
  padding-left: 17px;
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
}
.speakers .content .speakers_list_wrapper {
  position: relative;
  padding-top: 15px;
  padding-left: 49px;
}
.speakers .content .speakers_list_wrapper .speakers_list {
  position: relative;
  background-color: #d2f7e9;
  padding: 17px 27px;
  padding-bottom: 10px;
  width: 214px;
  min-height: 323px;
}
.speakers .content .speakers_list_wrapper .speakers_list div {
  position: relative;
  padding-left: 26px;
  color: #1c419f;
  font-size: 19px;
  line-height: 32px;
  min-height: 35px;
}
.speakers .content .speakers_list_wrapper .speakers_list div ::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../data/Polygon\ 11.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 750px) {
  .speakers .content .speakers_list_wrapper {
    padding-top: 248px;
  }
  .speakers .content .speakers_list_wrapper .speakers_list {
    z-index: 2;
  }
}
@media (max-width: 575px) {
  .speakers .content .title {
    font-size: 70px;
  }
  .speakers .content .speakers_list_wrapper {
    padding-left: 39px;
    padding-top: 228px;
  }
}
@media (max-width: 450px) {
  .speakers .content .speakers_list_wrapper {
    padding-top: 203px;
  }
}
@media (max-width: 370px) {
  .speakers .content .title {
    font-size: 50px;
  }
  .speakers .content .speakers_list_wrapper {
    padding-top: 173px;
    padding-left: 7px;
    width: calc(100% - 14px);
    display: flex;
    justify-content: center;
  }
  .speakers .content .speakers_list_wrapper .speakers_list {
    padding-left: 7px;
    width: 200px;
  }
  .speakers .content .speakers_list_wrapper .speakers_list div {
    padding-left: 16px;
  }
}
.schedule {
  position: relative;
  padding-top: 86px;
}
.schedule .filled_bg {
  position: absolute;
  top: 215px;
  left: 49px;
  width: 11px;
  height: 608px;
  z-index: -1;
  background-color: #d2f7e9;
}
@media (max-width: 800px) {
  .schedule .filled_bg {
    height: 658px;
  }
}
@media (max-width: 700px) {
  .schedule .filled_bg {
    top: 200px;
  }
}
@media (max-width: 600px) {
  .schedule .filled_bg {
    top: 170px;
    height: 518px;
    left: 19px;
  }
}
@media (max-width: 400px) {
  .schedule .filled_bg {
    left: 9px;
    height: 538px;
  }
}
@media (max-width: 350px) {
  .schedule .filled_bg {
    height: 568px;
  }
}
.schedule .content .title {
  padding-left: 5px;
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
}
.schedule .content .times {
  padding-top: 37px;
  padding-left: 81px;
}
.schedule .content .times div {
  position: relative;
  font-family: sans-serif;
  font-size: 27px;
  line-height: 38px;
  font-weight: 500;
  padding-bottom: 32px;
}
.schedule .content .times div :first-child {
  color: #1c419f;
}
.schedule .content .times div :last-child {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
}
.schedule .content .times div ::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../data/Polygon\ 11.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: -30px;
}
@media (max-width: 700px) {
  .schedule .content .title {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .schedule .content .title {
    font-size: 11vw;
  }
  .schedule .content .times {
    padding-left: 51px;
  }
  .schedule .content .times div {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 400px) {
  .schedule .content .times {
    padding-left: 41px;
  }
}
.parking {
  position: relative;
  padding-top: 80px;
}
.parking .dotted_bg {
  position: absolute;
  top: 88px;
  left: -167px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
.parking .content {
  padding-left: 17px;
}
.parking .content .title {
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
}
.parking .content .description {
  padding-top: 10px;
  line-height: 25px;
  max-width: 660px;
  font-size: 18px;
}
.parking .content .address {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.parking .content .address img {
  height: 100px;
}
.parking .content .address div {
  background-color: #d2f7e9;
  min-height: 40px;
  padding: 25px;
  max-width: 340px;
  color: #1c419f;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 730px) {
  .parking .content .title {
    font-size: 65px;
  }
}
@media (max-width: 450px) {
  .parking .content .title {
    font-size: 51px;
    line-height: 55px;
  }
  .parking .content .address {
    margin-left: -18px;
  }
  .parking .content .address div {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 17px;
    margin-left: -5px;
  }
}
@media (max-width: 370px) {
  .parking .content .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.main_partner {
  position: relative;
  padding-top: 121px;
}
.main_partner .dotted_bg {
  position: absolute;
  top: 43px;
  left: -17px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
.main_partner .filled_bg {
  position: absolute;
  top: 202px;
  right: 216px;
  width: 330px;
  height: 132px;
  z-index: -1;
  background-color: #d2f7e9;
}
@media (max-width: 1000px) {
  .main_partner .filled_bg {
    right: 146px;
  }
}
@media (max-width: 930px) {
  .main_partner .filled_bg {
    right: 56px;
  }
}
@media (max-width: 780px) {
  .main_partner .filled_bg {
    right: 46px;
    top: 272px;
  }
}
@media (max-width: 590px) {
  .main_partner .filled_bg {
    top: 342px;
  }
}
@media (max-width: 450px) {
  .main_partner .filled_bg {
    top: 322px;
    right: 6px;
  }
}
@media (max-width: 370px) {
  .main_partner .filled_bg {
    top: 302px;
    right: 0;
    width: 250px;
  }
}
.main_partner .picture {
  position: absolute;
  top: 201px;
  right: 228px;
}
.main_partner .picture img {
  width: 310px;
}
@media (max-width: 1000px) {
  .main_partner .picture {
    right: 158px;
  }
}
@media (max-width: 930px) {
  .main_partner .picture {
    right: 68px;
  }
}
@media (max-width: 780px) {
  .main_partner .picture {
    right: 56px;
    top: 281px;
  }
}
@media (max-width: 590px) {
  .main_partner .picture {
    top: 351px;
  }
}
@media (max-width: 450px) {
  .main_partner .picture {
    top: 330px;
    right: 16px;
  }
}
@media (max-width: 370px) {
  .main_partner .picture {
    top: 311px;
    right: 0px;
  }
  .main_partner .picture img {
    width: 260px;
  }
}
.main_partner .content .title {
  padding-left: 7px;
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
  line-height: 73px;
}
@media (max-width: 730px) {
  .main_partner .content .title {
    font-size: 70px;
  }
}
@media (max-width: 590px) {
  .main_partner .content .title {
    width: 400px;
  }
}
@media (max-width: 450px) {
  .main_partner .content .title {
    width: 200px;
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 370px) {
  .main_partner .content .title {
    width: 200px;
    font-size: 50px;
    line-height: 58px;
  }
}
.podcasts {
  position: relative;
  padding-top: 189px;
}
@media (max-width: 780px) {
  .podcasts {
    padding-top: 269px;
  }
}
@media (max-width: 370px) {
  .podcasts {
    padding-top: 229px;
  }
}
.podcasts .dotted_bg {
  position: absolute;
  top: 379px;
  left: -64px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
@media (max-width: 780px) {
  .podcasts .dotted_bg {
    top: 459px;
  }
}
@media (max-width: 370px) {
  .podcasts .dotted_bg {
    top: 519px;
  }
}
.podcasts .filled_bg {
  position: absolute;
  top: 268px;
  left: -10px;
  width: 55px;
  height: 110px;
  z-index: -1;
  background-color: #d2f7e9;
}
@media (max-width: 780px) {
  .podcasts .filled_bg {
    top: 348px;
  }
}
@media (max-width: 370px) {
  .podcasts .filled_bg {
    top: 308px;
  }
}
.podcasts .content .title {
  padding-left: 5px;
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
  line-height: 73px;
}
.podcasts .content .info_wrapper {
  padding-left: 5px;
  padding-top: 19px;
}
.podcasts .content .info_wrapper .info {
  background-color: #1c419f;
  padding-top: 28px;
  padding-left: 27px;
  padding-right: 90px;
  padding-bottom: 38px;
  width: 259px;
  font-size: 18px;
  color: white;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 28px;
}
@media (max-width: 575px) {
  .podcasts .content .title {
    font-size: 70px;
  }
}
@media (max-width: 450px) {
  .podcasts .content .title {
    font-size: 60px;
  }
}
@media (max-width: 420px) {
  .podcasts .content .info_wrapper .info {
    width: 222px;
    padding-bottom: 28px;
    padding-right: 27px;
  }
}
@media (max-width: 370px) {
  .podcasts .content .title {
    font-size: 50px;
  }
  .podcasts .content .info_wrapper .info {
    width: 180px;
  }
}
.podcasts .content .videos {
  padding-top: 0px;
  padding-left: 5px;
}
.podcasts .content .videos .video {
  padding-top: 57px;
}
.podcasts .content .videos .video h3 {
  margin: 0;
  color: #1c419f;
  font-size: 36px;
  font-weight: 600;
}
.podcasts .content .videos .video .video_info {
  padding-top: 25px;
  display: flex;
}
.podcasts .content .videos .video .video_info .thumbnail_frame {
  position: relative;
  display: inline-block;
  background-color: #d5dffa;
  padding: 8px 12px;
  padding-bottom: 5px;
}
.podcasts .content .videos .video .video_info .thumbnail_frame img {
  width: 268px;
  height: 143.44;
}
.podcasts .content .videos .video .video_info .thumbnail_frame::before {
  content: '';
  width: 32px;
  height: 38px;
  background-image: url(../data/Polygon\ 11\ white.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 14px);
}
.podcasts .content .videos .video .video_info .description {
  position: relative;
  padding-top: 3px;
  padding-left: 45px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 27px;
  width: 410px;
}
.podcasts .content .videos .video .video_info .description::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../data/Polygon\ 11.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 20px;
}
@media (max-width: 600px) {
  .podcasts .content .videos .video h3 {
    text-align: center;
  }
  .podcasts .content .videos .video .video_info {
    flex-direction: column;
    gap: 10px;
  }
  .podcasts .content .videos .video .video_info .thumbnail_wrapper {
    display: flex;
    justify-content: center;
  }
  .podcasts .content .videos .video .video_info .description {
    width: 81vw;
    padding-left: 25px;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 25px;
  }
  .podcasts .content .videos .video .video_info .description::before {
    left: 5px;
  }
}
@media (max-width: 510px) {
  .podcasts .content .videos .video h3 {
    font-size: 27px;
  }
  .podcasts .content .videos .video .video_info {
    padding-top: 15px;
  }
  .podcasts .content .videos .video .video_info .description {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (max-width: 400px) {
  .podcasts .content .videos .video .video_info .description {
    width: 78vw;
  }
}
@media (max-width: 340px) {
  .podcasts .content .videos .video h3 {
    font-size: 26px;
  }
  .podcasts .content .videos .video .video_info .thumbnail_frame {
    padding: 8px 12px;
    padding-bottom: 5px;
  }
  .podcasts .content .videos .video .video_info .thumbnail_frame img {
    width: 208px;
    height: 143.44;
  }
  .podcasts .content .videos .video .video_info .description {
    width: 74vw;
    font-size: 17px;
    padding-left: 25px;
  }
  .podcasts .content .videos .video .video_info .description::before {
    left: 0px;
  }
}
.magazine {
  position: relative;
  padding-top: 124px;
  margin-left: 100px;
}
.magazine .dotted_bg {
  position: absolute;
  top: 46px;
  left: 273px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
.magazine .filled_bg {
  position: absolute;
  top: 104px;
  left: 6px;
  width: 640px;
  padding: 50px 10px 27px 60px;
  color: #3051a7;
  text-align: center;
  font-weight: 600;
  font-size: 100px;
  z-index: -1;
  background-color: #1c419f;
}
.magazine .picture {
  position: absolute;
  top: 62px;
  left: 383px;
}
.magazine .picture img {
  width: 400px;
}
.magazine .content .title {
  padding-top: 20px;
  padding-left: 50px;
  width: 406px;
  color: white;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 38px;
}
@media (max-width: 1334px) {
  .magazine {
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  .magazine {
    padding-top: 84px;
  }
  .magazine .content .title {
    padding-top: 10px;
    padding-left: 27px;
    line-height: 30px;
    width: 45vw;
  }
  .magazine .filled_bg {
    top: 64px;
    right: 0;
    left: 10px;
    width: calc(100% - 90px);
    text-align: start;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .magazine .picture {
    top: 80px;
    left: unset;
    right: 0px;
  }
  .magazine .picture img {
    width: 336px;
  }
  .magazine .dotted_bg {
    top: 36px;
  }
}
@media (max-width: 620px) {
  .magazine .content .title {
    width: 60vw;
    font-size: 33px;
  }
  .magazine .filled_bg {
    width: 65vw;
    padding: 70px 15px 40px 45px;
    font-size: 70px;
    line-height: 70px;
    text-align: end;
  }
  .magazine .picture {
    top: 122px;
  }
}
@media (max-width: 475px) {
  .magazine .content .title {
    width: 72vw;
    font-size: 24px;
  }
  .magazine .picture {
    top: 162px;
  }
  .magazine .picture img {
    width: 275px;
  }
}
.magazine .button_wrapper {
  position: relative;
  padding-top: 112px;
  padding-left: 0;
  width: 450px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.magazine .button_wrapper a {
  display: inline-block;
}
.magazine .button_wrapper a .button {
  position: relative;
  width: 174px;
  height: 42px;
  border: 1px solid #3051a7;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 3;
  cursor: pointer;
}
.magazine .button_wrapper a .button .btn_bg {
  position: absolute;
  background-color: #d2f7e9;
  margin-top: 4px;
  margin-left: 4px;
  width: 170px;
  height: 38px;
  z-index: 2;
  transition: width 400ms, margin 400ms;
}
.magazine .button_wrapper a .button .text {
  white-space: pre;
  font-size: 13px;
  font-weight: 600;
  z-index: 4;
  transition: transform 400ms;
}
.magazine .button_wrapper a .button::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../data/Polygon\ 11.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 140px;
  z-index: 4;
  transition: transform 400ms;
}
.magazine .button_wrapper a .button:hover .btn_bg {
  width: 0;
  margin-left: 173px;
}
.magazine .button_wrapper a .button:hover .text {
  transform: translateX(5px);
}
.magazine .button_wrapper a .button:hover::before {
  transform: translateX(10px);
}
@media (max-width: 840px) {
  .magazine .button_wrapper {
    width: calc(75vw + 60px);
  }
}
@media (max-width: 620px) {
  .magazine .button_wrapper {
    padding-top: 157px;
    width: calc(65vw + 60px);
  }
}
.partners {
  position: relative;
  padding-top: 133px;
}
.partners .dotted_bg {
  position: absolute;
  top: 80px;
  left: -48px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}
.partners .filled_bg {
  position: absolute;
  top: 114px;
  left: -24px;
  width: 57px;
  height: 108px;
  z-index: -1;
  background-color: #d2f7e9;
}
.partners .picture {
  position: absolute;
  top: 171px;
  left: 415px;
}
.partners .picture img {
  width: 310px;
}
.partners .content .title {
  padding-left: 7px;
  color: #1c419f;
  font-weight: bold;
  font-size: 86px;
  letter-spacing: 1px;
  line-height: 73px;
}
.partners .partners_list {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* space-between pokud bude více prvků */
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
  max-width: 830px;
}
.partners .partners_list > * {
  padding: 10px 20px;
}
/*.partners .partners_list :nth-child(1) img {
  width: 140px;
}*/
.partners .partners_list :nth-child(1) img {
  width: 170px;
}
/*.partners .partners_list :nth-child(3) img {
  width: 140px;
}*/
/*.partners .partners_list :nth-child(4) img {
  width: 137px;
}*/
.partners .partners_list :nth-child(2) img {
  width: 200px;
}
/*.partners .partners_list :nth-child(6) img {
  width: 190px;
}*/
.partners .partners_list :nth-child(3) img {
  width: 160px;
}
.partners .partners_list :nth-child(4) img {
  width: 160px;
}
@media (max-width: 860px) {
  .partners .filled_bg {
    left: 0;
    width: 47px;
    height: 88px;
  }
  .partners .content .title {
    font-size: 76px;
  }
}
@media (max-width: 720px) {
  .partners .content .title {
    font-size: 10vw;
  }
}
@media (max-width: 450px) {
  .partners .filled_bg {
    left: 0;
    width: 32px;
    height: 73px;
  }
  .partners .content .title {
    width: 10vw;
    font-size: 50px;
    line-height: 50px;
  }
  .partners .partners_list {
    margin-top: 25px;
    justify-content: space-around;
  }
  .partners .partners_list img {
    padding: 10px 30px;
  }
}
footer {
  position: relative;
  margin-top: 110px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #e8fbf4;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 20px;
  color: #1c419f;
}
@media (max-width: 1050px) {
  footer {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  footer {
    width: 90vw;
  }
}
.schedule_coming_soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  max-width: 640px;
}
.schedule_coming_soon iframe {
  padding-top: 20px;
  max-width: 90vw;
  height: auto;
  aspect-ratio: 1.779;
}

.gallery_sec {
  margin-top: 130px;
  position: relative;
}

.gallery_sec .dotted_bg {
  position: absolute;
  top: 280px;
  left: 320px;
  width: 500px;
  height: 280px;
  z-index: -2;
  background-image: url(../data/circle.svg);
  background-size: 33px;
  background-repeat: repeat;
}

.gallery_sec .content .title {
  position: relative;
  margin: 50px 0;
  padding-left: 20px;
  color: #1c419f;
  font-weight: 700;
  font-size: clamp(2.5em, 13vw, 5em);
  letter-spacing: 1px;
  line-height: 1.1em;
  max-width: 750px;
}

.gallery_sec .content .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1.15em;
  width: 50px;
  background-color: #d2f7e9;
  z-index: -1;
}

.gallery_sec .video iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.gallery_sec .video, .gallery_sec .images {
  position: relative;
  margin: 75px 0;
}

.gallery_sec .video .title, .gallery_sec .images .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150px;
  width: 150px;
  display: flex;
  align-items: center;
}

@media (max-width: 1310px) {
  .gallery_sec .video .title, .gallery_sec .images .title {
    position: unset;

  }
  .gallery_content {
    width: auto;
  }
}

.gallery_sec .video .title > *, .gallery_sec .images .title > * {
  padding: 30px 30px;
  width: 100%;
  font-size: 1.8em;
  font-weight: 600;
  background-color: #d2f7e9;
  color: #1c419f;
}

.gallery_content {
  position: relative;
  height: clamp(170px, 40vw, 270px);
  width: calc(100% + ((100vw - 1133px)/ 2) + 90px);
}

@media (max-width: 1000px) {
  .gallery_content {
    width: auto;
  }
}


.gallery_content .gallery_list a {
  display: flex;
  width: unset;
  margin-right: 20px;
  max-width: calc(100vw - 40px);
}

.gallery_content .gallery_list img {
  width: 100%;
  height: auto;
  max-height: 270px;
  object-fit: contain;
}

.gallery_wrapper .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gallery_wrapper .buttons > * {
  position: unset;
  background-image: url('../data/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1c419f;
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

.gallery_wrapper .buttons > .swiper-button-prev {
  transform: rotate(180deg);
}

.gallery_wrapper .buttons > *::after {
  content: unset;
}



/* ========= Gallery popup ze standardu, preveden do .css - START ========= */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	 -webkit-text-fill-color: #FFF;
	 -webkit-box-shadow: 0 0 0px 1000px #004899 inset;
	 transition: background-color 5000s ease-in-out 0s;
}
 .gallery {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0,0,0,0.8);
	 z-index: 99999;
	 backdrop-filter: blur(18px);
}
 .gallery .loader:before, .gallery .loader:after {
	 border-color: #FFF;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
}
 .gallery .lazy_load_error {
	 width: 40%;
	 height: 40%;
	 background-size: contain;
}
 .gallery_title {
	 color: #FFF;
	 padding-left: 20px;
}
 .gallery_close {
	 position: absolute;
	 z-index: 999999;
	 height: 50px;
	 top: 0;
	 right: 0;
	 width: 50px;
	 font-size: 30px;
	 background: none;
	 border: none;
}
 .gallery_close:before {
	 content: '';
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .gallery_close:after {
	 content: '';
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
 .gallery_close:after, .gallery_close:before {
	 content: '';
	 width: 50%;
	 height: 2px;
	 background: #FFF;
	 position: absolute;
	 -webkit-transform-origin: center;
	 -ms-transform-origin: center;
	 -o-transform-origin: center;
	 transform-origin: center;
	 right: 0;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 margin: auto;
}
 .gallery_container {
	 height: 100%;
	 width: calc(100% - 250px);
	 margin-left: 0 !important;
}
 @media (max-width: 1000px) {
	 .gallery_container {
		 width: calc(100% - 200px);
	}
}
 @media (max-width: 790px) {
	 .gallery_container {
		 width: 100%;
	}
}
 .gallery_container:before {
	 content: '';
	 position: absolute;
	 background: rgba(0,0,0,0.5);
	 width: 100%;
	 height: 50px;
}
 .gallery_container .gallery_img {
	 width: 100%;
	 height: calc(100% - 50px);
	 text-align: center;
	 position: relative;
}
 .gallery_container .gallery_img img {
	 max-height: 100%;
	 max-width: calc(100% - 80px);
}
 @media (max-width: 610px) {
	 .gallery_container .gallery_img img {
		 max-width: 100%;
	}
}
 .gallery_container .gallery_img img .gallery_title {
	 width: 100%;
	 height: 50px;
	 color: #FFF;
	 left: 0;
	 top: 0;
	 padding: 0 20px;
	 z-index: 999;
	 position: absolute;
}
 .gallery_next {
	 right: 0;
}
 .gallery_prev {
	 left: 0;
	 -ms-transform: scale(-1,1);
	 -o-transform: scale(-1,1);
	 -webkit-transform: scale(-1,1);
	 transform: scale(-1,1);
}
 .gallery_next, .gallery_prev {
	 position: absolute;
	 z-index: 99;
	 bottom: 0;
	 height: calc(100% - 50px);
	 color: #FFF;
	 font-size: 28px;
	 width: 40px;
	 text-align: center;
	 top: auto;
	 background: none;
	 border: none;
}
 .gallery_next.swiper-button-disabled, .gallery_prev.swiper-button-disabled {
	 opacity: .4;
}
 .gallery_next:before, .gallery_prev:before {
	 content: '';
	 -webkit-transition: all .3s ease;
	 -o-transition: all .3s ease;
	 transition: all 0.3s ease;
	 border: 2px solid #FFF;
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 right: 10px;
	 width: 20px;
	 height: 20px;
	 margin: auto;
	 border-left: 0;
	 border-top: 0;
	 transform-origin: center;
	 transform: rotate(-45deg);
}
 .gallery_next:hover:before, .gallery_prev:hover:before {
	 -webkit-transform: rotate(-45deg) scale(1.3);
	 -ms-transform: rotate(-45deg) scale(1.3);
	 -o-transform: rotate(-45deg) scale(1.3);
	 transform: rotate(-45deg) scale(1.3);
}
 @media (max-width: 610px) {
	 .gallery_next, .gallery_prev {
		 text-align: right;
		 background: rgba(0,0,0,0.5);
		 height: 60px;
		 top: 50px;
		 margin: auto;
	}
}
 .gallery_pagination {
	 width: 100%;
	 position: relative;
}
 .gallery_pagination_container {
	 width: 100%;
	 overflow-y: auto;
	 max-height: calc(100vh - 50px);
}
 .gallery_pagination .gallery_pagination_item {
	 width: 100%;
	 cursor: pointer;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 display: inline-block;
}
 .gallery_pagination .gallery_pagination_item:last-child {
	 padding-bottom: 0;
}
 .gallery_pagination .gallery_pagination_item.active >div, .gallery_pagination .gallery_pagination_item:hover >div {
	 opacity: 1;
}
 .gallery_pagination .gallery_pagination_item>div {
	 padding-bottom: 70%;
	 position: relative;
	 background: #000;
	 opacity: .4;
	 -webkit-transition: opacity .4s ease;
	 -o-transition: opacity .4s ease;
	 transition: opacity .4s ease;
}
 .gallery_pagination .gallery_pagination_item>div img {
	 position: absolute;
	 max-height: 100%;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 margin: auto;
}
 .gallery_pagination_wrap {
	 position: absolute;
	 width: 250px;
	 height: 100%;
	 background: rgba(0,0,0,0.5);
	 bottom: 0;
	 z-index: 99999;
	 right: 0;
	 padding-top: 50px;
	 padding-left: 10px;
}
 @media (max-width: 1000px) {
	 .gallery_pagination_wrap {
		 width: 200px;
	}
}
 .gallery .btn_gallery_menu {
	 display: none;
}
 @media (max-width: 790px) {
	 .gallery .btn_gallery_menu {
		 position: absolute;
		 width: 50px;
		 height: 50px;
		 background: rgba(0,0,0,0.5);
		 right: 100%;
		 cursor: pointer;
	}
}
 .gallery .btn_gallery_menu span {
	 position: absolute;
	 width: 60%;
	 height: 2px;
	 background: #FFF;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 margin: auto;
	 -webkit-transition: all .4s ease;
	 -o-transition: all .4s ease;
	 transition: all .4s ease;
}
 .gallery .btn_gallery_menu span:before {
	 top: -8px;
}
 .gallery .btn_gallery_menu span:after {
	 bottom: -8px;
}
 .gallery .btn_gallery_menu span:after, .gallery .btn_gallery_menu span:before {
	 content: '';
	 width: 100%;
	 height: inherit;
	 background: #FFF;
	 position: absolute;
	 -webkit-transform-origin: center;
	 -ms-transform-origin: center;
	 -o-transform-origin: center;
	 transform-origin: center;
	 -webkit-transition: all .4s ease;
	 -o-transition: all .4s ease;
	 transition: all .4s ease;
	 right: 0;
}
 .gallery .mobile_gallery input {
	 display: none;
}
 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap {
	 -webkit-transform: none;
	 -ms-transform: none;
	 -o-transform: none;
	 transform: none;
}
 @media (max-width: 790px) {
	 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap {
		 width: 180px;
		 height: calc(100% - 50px);
		 padding-top: 10px;
		 background: #000;
	}
	 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap:before {
		 content: '';
		 position: absolute;
		 width: 100vw;
		 height: 100vh;
		 right: 100%;
		 top: 0;
	}
}
 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap .btn_gallery_menu {
	 background: #000;
}
 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap .btn_gallery_menu span {
	 background: 0 0;
}
 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap .btn_gallery_menu span:before {
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 transform: rotate(45deg);
	 top: 0;
}
 .gallery .mobile_gallery input:checked+.gallery_pagination_wrap .btn_gallery_menu span:after {
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 bottom: 0;
}
 @media (max-width: 790px) {
	 .gallery .mobile_gallery input +.gallery_pagination_wrap {
		 width: 180px;
		 height: calc(100% - 50px);
		 padding-top: 10px;
		 -webkit-transform: translateX(180px);
		 -ms-transform: translateX(180px);
		 -o-transform: translateX(180px);
		 transform: translateX(180px);
		 -webkit-transition: all .4s ease;
		 -o-transition: all .4s ease;
		 transition: all .4s ease;
	}
}
/* ========= Gallery popup ze standardu, preveden do .css - END ========= */
.gallery_container {
  width: 100%;
}
.gallery_pagination_wrap {
  display: none;
}
.gallery_container .gallery_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============== 404 Site ============== */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.footer_404 {
  margin: 0;
  padding-bottom: 10px;
}

.logo_wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1135px;
  margin: auto;
  width: 100%;
  padding: 20px 15px;
}

.logo_wrap img {
  max-width: 100%;
  height: auto;
}

.blue_rectangle {
  width: 50px;
  height: 7px;
  background-color: #1c419f;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.site_404 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 0 !important;
}

.main_404 {
    flex-grow: 1;
    max-width: unset;
    overflow: hidden;
}

.box_404 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: #1c419f;
    font-size: clamp(1.5em, 6vw, 2em);
    font-weight: 700;
    text-align: center;
}

.logo_404 {
    max-width: min(450px, 100%);
}