@charset "UTF-8";
/*#D9D9D9*/
/* цвет скролла */
/* бегунок скролла */
@font-face {
  font-family: "Gropled";
  src: url("./../fonts/GropledBold/GropledBold.eot");
  src: url("./../fonts/GropledBold/GropledBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/GropledBold/GropledBold.woff2") format("woff2"), url("./../fonts/GropledBold/GropledBold.woff") format("woff"), url("./../fonts/GropledBold/GropledBold.ttf") format("truetype"), url("./../fonts/GropledBold/GropledBold.svg#GropledBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("./../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("./../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("./../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("./../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  width: 100%;
}

body {
  background: #191D29;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  width: 100%;
}

/*
.bg-group {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: -20;
}
 */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #191D29;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: hidden;
}

.preloader_progress {
  z-index: 50;
  width: 100%;
  top: calc(50% - 27px);
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.preloader_small_cookie {
  background: url("/images/preloader_small_cookie.png");
  width: 60px;
  height: 55px;
  z-index: 50;
  display: inline-block;
  margin-right: 45px;
  opacity: 0;
  animation: fade 1s linear forwards;
}

.preloader_small_cookie#psc1 {
  animation-delay: 500ms;
}

.preloader_small_cookie#psc2 {
  animation-delay: 1000ms;
}

.preloader_small_cookie#psc3 {
  animation-delay: 1500ms;
  margin-right: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader_line1 {
  background: url("/images/preloader_line1.svg");
  width: 865px;
  height: 895px;
  z-index: 10;
  position: absolute;
  left: calc(50% - 1250px);
  bottom: 50%;
}

.preloader_line2 {
  background: url("/images/preloader_line2.svg");
  width: 865px;
  height: 895px;
  z-index: 10;
  position: absolute;
  left: calc(50% + 372px);
  top: calc(50% - 50px);
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #22EDFA;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gropled", sans-serif;
}

h1 {
  color: #22EDFA;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 13px;
  text-transform: lowercase;
  color: #22EDFA;
}

h2 {
  color: #22EDFA;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  text-transform: lowercase;
  color: #22EDFA;
  margin-bottom: 50px;
}

h3 {
  color: #5AFA16;
  text-transform: lowercase;
  font-size: 35px;
  line-height: 30px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.cyan {
  color: #22EDFA;
}

.red {
  color: #F03CE9;
}

.dotted {
  border-left: dotted 2px #7c7c7c;
  padding-left: 30px;
}

.hover-image-scale {
  display: inline-block;
  overflow: hidden;
  /* Скрываем всё за контуром */
}

.hover-image-scale img {
  transition: 1s;
  /* Время эффекта */
  display: block;
}

.hover-image-scale img:hover {
  transform: scale(1.1);
  /* Увеличиваем масштаб */
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  min-height: 60px;
  border-radius: 100px;
  padding: 0 35px 0 35px;
  -o-transition: color 0.3ms ease-out, background-color 200ms ease-in;
  -ms-transition: color 0.3ms ease-out, background-color 200ms ease-in;
  -moz-transition: color 0.3ms ease-out, background-color 200ms ease-in;
  -webkit-transition: color 0.3ms ease-out, background-color 200ms ease-in;
  /* ...and now override with proper CSS property */
  transition: color 0.3ms ease-out, background-color 200ms ease-in;
}

.primary-button {
  background-color: #5AFA16;
  border: 2px solid #5AFA16;
  color: black;
}

.secondary-button {
  border: 2px solid #22EDFA;
  color: white;
}

.button:hover {
  background-color: #22EDFA;
  border: 2px solid #22EDFA;
  color: black;
}

.show-album.active {
  background-color: #22EDFA;
  border: 2px solid #22EDFA;
  color: black;
}

.container {
  margin-bottom: 160px;
  position: relative;
}

.header-wrapper > h2,
.container > .half-block > h2,
.container > h2 {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-top: 10px;
}

.header-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
}

.header-wrapper > h2:before,
.container > .half-block > h2:before,
.container > h2:before {
  content: "";
  display: block;
  background: url("/images/tags_h2.svg") left bottom no-repeat;
  height: 12px;
  width: 34px;
  left: -45px;
  bottom: 12px;
  /*top: 32px;*/
  position: absolute;
}

.header-wrapper > h2:after,
.container > .half-block > h2:after,
.container > h2:after {
  content: "";
  display: block;
  background: url("/images/tags_h2_end.svg") left bottom no-repeat;
  height: 15px;
  width: 40px;
  right: -55px;
  bottom: 12px;
  position: absolute;
}

.body-wrapper > .container {
  padding-left: 70px;
}

.body-wrapper > .container#about {
  margin-top: 25px;
}

.body-wrapper > .container#contacts {
  margin-bottom: 0px;
}

.half-block {
  max-width: 690px;
}

#what-was .what-was-caption {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
#what-was .album {
  display: none;
}
#what-was .owl-carousel-photos {
  margin-bottom: 30px;
  /* margin-top: 30px;*/
}
#what-was .owl-carousel-photos .owl-stage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#what-was .owl-carousel-photos .owl-stage .owl-item.center {
  /*display: block */
}
#what-was .owl-carousel-photos .owl-stage .active.center img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#what-was .owl-carousel-photos .owl-stage .owl-item.active.center {
  transition: 300ms;
  transform: scale(1.2, 1.2);
  z-index: 500;
}
#what-was .thumbs-scroll {
  height: 9px;
  box-sizing: border-box;
  width: 100%;
  background-color: #45527D;
  border: 1px solid #45527D;
  margin-bottom: 10px;
  position: relative;
}
#what-was .thumbs-scroll .thumbs-scroll-block {
  position: absolute;
  left: 0px;
  height: 7px;
  width: 177px;
  background-color: #2E3859;
}
#what-was .thumbs-wrapper {
  width: 100%;
  overflow-x: hidden;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  position: relative;
  height: 100px;
}
#what-was .owl-thumbs::-moz-scrollbar {
  display: none;
}
#what-was .owl-thumbs::-webkit-scrollbar {
  display: none;
}
#what-was .owl-thumbs {
  width: max-content;
  position: absolute;
  /*left: 0px;*/
}
#what-was .owl-thumbs .owl-thumb-item {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 20px;
}
#what-was .owl-thumbs .owl-thumb-item img {
  height: 35px;
}

#header {
  position: relative;
  margin-top: 0;
  margin-bottom: 37px !important;
}
#header .tab-bg {
  margin-top: 41px;
  background-image: url("./../images/tab.svg");
  background-repeat: no-repeat;
  background-position: top left;
  height: 42px;
}
#header .org-menu {
  text-align: right;
  margin-top: 27px;
}
#header .org-menu .org-btn {
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  width: 295px;
  height: 73px;
  margin-left: 3px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  font-size: 30px;
}
#header .org-menu .org-btn img {
  max-width: 100%;
  max-height: 100%;
  height: 80%;
}
#header .org-btn:hover {
  border: 2px solid #22EDFA;
}

.html-wrapper {
  /* background-image: url("/images/line_counter.svg"); */
  background-repeat: no-repeat;
  background-position: top left;
  background-position-x: 11px;
  background-position-y: -5px;
  padding-left: 100px;
  padding-top: 110px;
  padding-bottom: 80px;
}
.html-wrapper .string-counter {
  font-family: "Montserrat", sans-serif;
  color: #5AFA16;
  pointer-events: none;
  top: -11px;
  left: 11px;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  overflow: hidden;
}
.html-wrapper .banner-wrapper {
  margin-bottom: 170px;
}
.html-wrapper .banner {
  position: relative;
  margin-top: 0px;
  margin-bottom: 83px;
  padding-bottom: 20px;
}
.html-wrapper .banner .main-logo {
  position: relative;
  display: inline-block;
  margin-top: 34px;
}
.html-wrapper .banner .main-logo > img {
  max-width: 868.3px;
  width: 100%;
  margin-left: 35px;
}
.html-wrapper .banner .main-logo:before {
  content: "";
  display: block;
  background: url("/images/tags_title.svg") center center no-repeat;
  height: 12px;
  width: 59px;
  left: -1px;
  bottom: 3px;
  position: absolute;
}
.html-wrapper .banner .main-logo:after {
  content: "";
  display: block;
  background: url("/images/tags_title_end.svg") center center no-repeat;
  height: 15px;
  width: 59px;
  right: -74px;
  bottom: 3px;
  position: absolute;
}
.html-wrapper .banner h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.html-wrapper .banner .address {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.html-wrapper .banner:before {
  content: "";
  display: block;
  background: url("/images/tags_head.svg") center center no-repeat;
  height: 12px;
  width: 59px;
  left: -12px;
  top: -32px;
  position: absolute;
}
.html-wrapper .banner:after {
  content: "";
  display: block;
  background: url("/images/tags_head_end.svg") center center no-repeat;
  height: 15px;
  width: 59px;
  left: -11px;
  bottom: -24px;
  position: absolute;
}

.html-wrapper:before {
  content: "";
  display: block;
  background: url("/images/tags_html.svg") center center no-repeat;
  height: 12px;
  width: 59px;
  left: 72px;
  top: 38px;
  position: absolute;
}

.html-wrapper:after {
  content: "";
  display: block;
  background: url("/images/tags_html_end.svg") center center no-repeat;
  height: 15px;
  width: 59px;
  left: 75px;
  bottom: 10px;
  position: absolute;
}

.main-buttons .button {
  min-width: 353px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.body-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.body-wrapper > .container.dotted:before {
  content: "";
  display: block;
  background: url("/images/tags_div.svg") center center no-repeat;
  height: 12px;
  width: 39px;
  left: 0px;
  top: -25px;
  position: absolute;
}

.body-wrapper > .container.dotted:after {
  content: "";
  display: block;
  background: url("/images/tags_div_end.svg") center center no-repeat;
  height: 15px;
  width: 44px;
  left: 0px;
  bottom: -25px;
  position: absolute;
}

.body-wrapper:before {
  content: "";
  display: block;
  background: url("/images/tags_body.svg") center center no-repeat;
  height: 17px;
  width: 315px;
  left: -1px;
  top: -24px;
  position: absolute;
}

.body-wrapper:after {
  content: "";
  display: block;
  background: url("/images/tags_body_end.svg") center center no-repeat;
  height: 17px;
  width: 59px;
  left: -5px;
  bottom: -25px;
  position: absolute;
}

.doctype {
  position: absolute;
  background: url("/images/tags_doctype.svg") center center no-repeat;
  height: 17px;
  width: 200px;
  top: -4px;
  left: 27px;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4 {
  background-image: url("/images/bg1.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  /*width: 1499px;*/
  width: 100%;
  height: 1021px;
  z-index: -20;
}

.bg-1 {
  background-position-x: calc(50% - 299px);
  -ms-background-position-x: calc(50% - 299px);
  background-position-y: -318px;
  -ms-background-position-y: -318px;
  left: 0px;
  top: 0px;
}

.bg-2 {
  left: 0px;
  width: 100%;
  margin-top: -175px;
  margin-left: -420px;
}

.bg-3 {
  right: -292px;
  margin-top: 990px;
}

.bg-4 {
  top: -355px;
  left: calc(50% - 1217px);
}

.cookie_bg {
  background-size: cover;
  pointer-events: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 745px;
  height: 1214px;
  top: 262px;
  right: 0px;
  overflow: hidden;
}

.cookie_bg img {
  height: 1214px;
  width: 1214px;
  transform: rotate(0deg);
}

.line-1,
.line-2,
.line-3 {
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  z-index: -10;
}

.line-1 {
  background-image: url("/images/line1.svg");
  width: 865px;
  height: 895px;
  top: 417px;
  left: calc(50% + 375px);
}

.line-2 {
  background-image: url("/images/line2.svg");
  width: 1268px;
  height: 1313px;
  top: 1550px;
  left: calc(50% + 501px);
}

.line-3 {
  background-image: url("/images/line3.svg");
  width: 1180px;
  height: 1277px;
  top: 4671px;
  left: calc(50% + 547px);
}

.cookie_min,
.cookie_min2 {
  position: absolute;
  background-image: url("/images/cookie_small.png");
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  width: 189px;
  height: 181px;
}

.cookie_min {
  top: 200px;
  left: 210px;
}

.cookie_min2 {
  bottom: 92px;
  left: 30px;
}

#features {
  margin-bottom: 200px;
}
#features .feature .f-img {
  opacity: 0.8;
  width: 150px;
  height: 150px;
  margin-left: -35px;
  margin-bottom: -20px;
}
#features .feature .f-img#f1 {
  background: url("/images/features1.png") center bottom no-repeat;
  /*background-position-y: 4px;*/
}
#features .feature .f-img#f2 {
  background: url("/images/features2.png") center bottom no-repeat;
}
#features .feature .f-img#f3 {
  background: url("/images/features3.png") center bottom no-repeat;
}
#features .feature .f-img#f4 {
  background: url("/images/features4.png") center bottom no-repeat;
}
#features .feature p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
#features .feature .button {
  margin-top: 120px;
}
#features .feature:hover .f-img {
  opacity: 1;
}

#speakers {
  /*padding-right: 70px;*/
}
#speakers .owl-stage {
  left: -50px;
}
#speakers h3 {
  color: #22EDFA;
  margin-top: 20px;
}
#speakers .row > div {
  margin-bottom: 40px;
  padding-right: 40px;
}
#speakers .avatar {
  /*margin-bottom: 20px;*/
}
#speakers .post {
  font-size: 19px;
  line-height: 23px;
}
#speakers .speakers-list {
  display: flex;
}
#speakers .speakers-list > div {
  position: relative;
}
#speakers .speakers-item {
  width: 527px;
  height: 179px;
  left: calc(50% - 527px/2 - 277.5px);
  background: linear-gradient(167.59deg, #F03CE9 7.6%, #FF97FB 97.03%);
  border-radius: 19.1489px;
}
#speakers .owl-carousel-speakers {
  display: none;
}
#speakers .owl-carousel-speakers.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
#speakers .owl-carousel-speakers.owl-carousel .owl-item .item {
  margin-left: 50px !important;
}
#speakers img.avatar {
  height: 100%;
  transition: filter 0.3s ease-in-out;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: calc(var(--bs-gutter-x)* .5);
}
#speakers .speaker-avatar-block {
  min-height: 210px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
  margin-top: 20px;
}
#speakers .speaker-avatar-block .descr {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 240px;
  padding-right: 15px;
  display: table;
  vertical-align: middle;
}
#speakers .speaker-avatar-block .descr .vc {
  display: table-cell;
  vertical-align: middle;
}
#speakers .speaker-avatar-block .title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 15px;
}
#speakers .speaker-avatar-block .name {
  font-family: "Gropled", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  /* 105.556% */
  letter-spacing: 0.54px;
  margin-bottom: 15px;
}
#speakers .speaker-avatar-block .work {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
#speakers .over-bg {
  position: absolute;
  left: -40%;
  top: -30px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}
#speakers .speaker-avatar-block#sp-1 {
  background: #16EAF8;
  background: linear-gradient(to bottom, #16EAF8, #9CFFFF);
}
#speakers .speaker-avatar-block#sp-1 .over-bg {
  background-image: url("/images/speakers_bg_pixels_b.svg");
}
#speakers .speaker-avatar-block#sp-2 {
  background: #6DFB31;
  background: linear-gradient(to bottom, #6DFB31, #D9FFC9);
}
#speakers .speaker-avatar-block#sp-2 .over-bg {
  background-image: url("/images/speakers_bg_pixels_g.svg");
}
#speakers .speaker-avatar-block#sp-3 {
  background: #F03CE9;
  background: linear-gradient(to bottom, #F03CE9, #FF97FB);
}
#speakers .speaker-avatar-block#sp-3 .over-bg {
  background-image: url("/images/speakers_bg_pixels_b.svg");
  opacity: 0.1;
}
#speakers .speakers-list > div:hover img.avatar {
  filter: none;
  -webkit-filter: grayscale(0);
}

#partners {
  padding-right: 70px;
  padding-bottom: 40px;
}
#partners .partners-items {
  width: 100%;
}
#partners .partners-items .partner-item {
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 207px;
  vertical-align: top;
  width: 50%;
  margin-right: -3px;
  margin-bottom: 1px;
  box-sizing: border-box;
}
#partners .partners-items .partner-item img {
  max-height: 80%;
  max-width: 80%;
}
#partners .partners-items#info-partners .partner-item {
  width: 25% !important;
}

#work {
  padding-bottom: 40px;
  padding-right: 70px;
}
#work .owl-carousel .owl-stage .owl-item {
  background-color: white;
  height: 200px;
}
#work .owl-carousel .owl-stage .owl-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
#work .owl-carousel .owl-stage .owl-item .item img {
  max-height: 90%;
  /*172px;*/
  max-width: 90%;
  /* 250px;*/
  width: inherit !important;
}

.owl-theme .owl-nav {
  position: absolute;
  bottom: 125px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.owl-carousel button.owl-prev {
  background: url("/images/arrow_left.svg") center center no-repeat !important;
  width: 50px;
  height: 50px;
  left: -65px;
  position: absolute;
  top: 0px;
  opacity: 0.8;
}

.owl-carousel button.owl-next {
  background: url("/images/arrow_right.svg") center center no-repeat !important;
  width: 50px;
  height: 50px;
  right: -65px;
  position: absolute;
  top: 0px;
  opacity: 0.8;
}

.owl-carousel button.owl-prev:hover,
.owl-carousel button.owl-next:hover {
  opacity: 1;
}

br.mobile {
  display: none;
}

#contacts {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 70px;
}
#contacts h3 {
  color: #22EDFA;
}
#contacts .map {
  margin-bottom: 30px;
  height: 540px;
}
#contacts .row > div {
  position: relative;
}
#contacts .row > div:nth-child(2) {
  text-align: right;
}
#contacts .phone {
  font-family: "Gropled", sans-serif;
  font-weight: 700;
  color: #22EDFA;
  text-transform: lowercase;
  font-size: 35px;
  line-height: 30px;
}
#contacts .phone img {
  margin-top: -10px;
}
#contacts .date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  top: 4px;
}

#footer {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
}
#footer .fest_logo_min {
  width: 213px;
  margin-bottom: 20px;
}
#footer .social-links {
  text-align: center;
}
#footer a.social:first-child {
  margin-right: 20px;
}
#footer a.social:hover {
  opacity: 0.8;
}
#footer .footer-menu a {
  font-size: 20px;
  display: inline-block;
  width: 49%;
  margin-bottom: 25px;
}
#footer .copyright {
  margin-top: 40px;
  font-size: 20px;
  color: white;
  opacity: 0.7;
}

.hide {
  display: none !important;
}

.note-message {
  position: relative;
  padding: 30px;
}

#cookie_note {
  display: none;
  background-image: url("/../images/snoska.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  max-width: 512px;
  font-size: 20px;
  position: absolute;
  right: -40px;
  bottom: -30px;
  z-index: 200;
  padding-right: 30px;
  padding-bottom: 30px;
}
#cookie_note .note_body {
  background: #363D54;
  border-radius: 20px 20px 0px 20px;
  padding: 20px 65px 20px 25px;
}
#cookie_note .cookie_accept {
  color: #F03CE9;
  margin-top: 5px;
  min-width: 270px;
}

@media only screen and (min-width: 1400px) {
  .banner h3 {
    text-align: left !important;
    margin-left: 380px;
  }
  .banner .address {
    text-align: left !important;
    margin-left: 380px;
  }
}
/*
@media only screen and (max-device-width: 480px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .html-wrapper {
    background-image: none;
    padding-left: 30px;
  }
  .body-wrapper.dotted {
    border: none !important;
    padding-left: 0px;
  }
  #header {
    .tab-bg {
      display: none;
    }
    .org-menu {
      text-align: center;
    }
  }
}
*/
/*
@media (min-width: 992px) and (max-width: 1199px) {
}
*/
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1460px !important;
  }
}
@media (max-width: 1399px) {
  #speakers {
    padding-bottom: 40px;
    padding-right: 30px;
  }
  #speakers .row > div {
    padding-right: 0px;
  }
  #speakers .speaker-avatar-block {
    min-height: 150px;
    padding-right: 10px;
  }
  #speakers .speaker-avatar-block .descr {
    padding-left: 170px;
    height: 100%;
  }
  #speakers .speaker-avatar-block .title {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 7px;
  }
  #speakers .speaker-avatar-block .name {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 7px;
  }
  #speakers .speaker-avatar-block .work {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  p {
    font-size: 14px;
    line-height: 17px;
  }

  .html-wrapper .banner .main-logo:before,
.html-wrapper .banner .main-logo:after {
    content: none;
  }

  .html-wrapper .banner .main-logo > img {
    max-width: 700px;
  }

  #header .org-menu .org-btn {
    width: 200px;
    height: 50px;
  }

  #features .feature p {
    font-size: 14px;
    line-height: 17px;
  }

  #speakers .post {
    font-size: 14px;
    line-height: 17px;
  }

  #speakers {
    padding-bottom: 40px;
    padding-right: 30px;
  }
  #speakers .row > div {
    padding-right: 0px;
  }
  #speakers .speaker-avatar-block {
    min-height: 150px;
    padding-right: 10px;
  }
  #speakers .speaker-avatar-block .descr {
    padding-left: 170px;
    height: 100%;
  }
  #speakers .speaker-avatar-block .title {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
  }
  #speakers .speaker-avatar-block .name {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
  }
  #speakers .speaker-avatar-block .work {
    font-size: 10px;
    line-height: 11px;
  }
}
@media (max-width: 991px) {
  .main-buttons {
    text-align: center;
    padding-left: 20px;
  }

  #cookie_note {
    position: relative;
    left: inherit;
    right: 30px;
    bottom: 0px;
    max-width: inherit;
  }
  #cookie_note .cookie_accept {
    min-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }

  #about {
    margin-bottom: 30px;
  }

  #speakers .speaker-avatar-block {
    min-height: 210px;
  }
  #speakers .speaker-avatar-block .descr {
    padding-left: 230px;
    height: 100%;
  }
  #speakers .speaker-avatar-block .title {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  #speakers .speaker-avatar-block .name {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  #speakers .speaker-avatar-block .work {
    font-size: 14px;
    line-height: 12px;
  }

  #contacts .date {
    position: initial;
    font-size: 14px;
  }
  #contacts .phone {
    margin-top: 10px;
    font-size: 22px;
  }

  #footer {
    font-size: 14px;
    line-height: 17px;
  }
  #footer .footer-menu a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .preloader_line1 {
    left: calc(50% - 1000px);
  }

  .preloader_line2 {
    left: calc(50% + 50px);
  }

  .bg-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -296px;
    left: -70px;
    background-size: 800px auto;
    width: calc(100% + 70px);
  }

  .bg-3 {
    background-size: 800px auto;
    right: 0px;
    width: calc(100% + 40px);
    margin-top: 490px;
    background-position-x: -325px;
  }

  .mobile_line1 {
    background-image: url("/images/mobile_line1.svg");
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    position: absolute;
    width: 450px;
    height: 646px;
    z-index: -20;
    /*left: -327px;*/
    left: calc(50% - 540px);
    top: 188px;
  }

  .mobile_line2 {
    background-image: url("/images/mobile_line2.svg");
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    position: absolute;
    width: 120px;
    /*width: 144px;*/
    height: 453px;
    z-index: -20;
    top: 321px;
    right: 0px;
    /*left: calc(50% + 54px);*/
  }

  .mobile_c1 {
    background-image: url("/images/mobile_c1.png");
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    position: absolute;
    width: 259px;
    height: 326px;
    top: 583px;
    left: calc(50% - 324px);
  }

  .mobile_c2 {
    background-image: url("/images/mobile_c2.png");
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    position: absolute;
    width: 67px;
    height: 67px;
    top: 335px;
    left: calc(50% - 174px);
  }

  .mobile_c3 {
    background-image: url("/images/mobile_c3.png");
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    position: absolute;
    width: 230px;
    /*width: 260px;*/
    height: 320px;
    top: 440px;
    right: 0px;
  }

  .thumbs-wrapper {
    overflow-x: auto !important;
  }

  .thumbs-scroll .thumbs-scroll-block {
    width: 23px !important;
  }

  #what-was .owl-carousel-photos {
    margin-top: 10px;
  }
  #what-was .what-was-caption {
    margin-right: 30px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  #what-was .what-was-caption#wwc2 {
    margin-bottom: 20px;
  }

  .doctype {
    top: 10px;
    background-size: auto 9px;
    left: -15px;
  }

  .html-wrapper {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .html-wrapper .string-counter {
    display: none;
  }
  .html-wrapper .banner-wrapper {
    margin-bottom: 300px;
  }
  .html-wrapper .banner {
    margin-bottom: 20px;
  }
  .html-wrapper .banner .address {
    width: 203px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .html-wrapper .banner .main-logo {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .html-wrapper .banner .main-logo > img {
    max-width: 289px;
    margin-left: 20px;
  }
  .html-wrapper .banner h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .html-wrapper .banner.dotted {
    border-left: none;
    padding-left: 0px;
    margin-left: -20px;
  }
  .html-wrapper .banner.dotted:before,
.html-wrapper .banner.dotted:after {
    content: none;
  }

  .html-wrapper:before {
    background-size: auto 9px;
    left: 32px;
  }

  .html-wrapper:after {
    background-size: auto 9px;
    left: 32px;
    bottom: 0;
  }

  .body-wrapper > .container {
    padding-left: 30px;
  }

  .body-wrapper.dotted {
    border: none !important;
    padding-left: 0px;
  }

  .body-wrapper:before,
.body-wrapper:after {
    content: none;
  }

  #header .tab-bg {
    display: none;
  }
  #header .org-menu {
    text-align: center;
  }
  #header .org-menu .org-btn {
    width: 139px;
    height: 33px;
  }

  #partners {
    padding-right: 30px;
  }
  #partners .partners-items .partner-item {
    height: 85px;
    width: 100%;
  }
  #partners .partners-items .partner-item img {
    max-height: 70%;
    max-width: 70%;
  }
  #partners .partners-items#info-partners .partner-item {
    width: 50% !important;
  }

  #work {
    padding-right: 30px;
  }
  #work .owl-carousel-partners .owl-stage {
    left: -50px;
  }
  #work .owl-carousel-partners .owl-stage .owl-item {
    height: 116px;
  }
  #work .owl-carousel-partners .owl-stage .owl-item .item {
    height: 116px;
  }
  #work h2 {
    width: min-content;
  }

  #cookie_note {
    right: 0px;
    bottom: 0px;
  }
  #cookie_note .note_body {
    padding: 20px;
  }
  #cookie_note .cookie_accept {
    min-width: 162px;
  }

  #speakers {
    padding-bottom: 40px;
    padding-right: 30px;
  }
  #speakers .speaker-avatar-block {
    min-height: 170px;
    padding-right: 0px;
  }
  #speakers .speaker-avatar-block .descr {
    padding-left: 190px;
    height: 100%;
  }
  #speakers .speaker-avatar-block .title {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 7px;
  }
  #speakers .speaker-avatar-block .name {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 7px;
  }
  #speakers .speaker-avatar-block .work {
    font-size: 12px;
    line-height: 12px;
  }
  #speakers .speakers-list {
    /* display: none; */
  }
  #speakers .owl-carousel-speakers {
    display: block;
  }

  #features {
    padding-bottom: 10px;
  }
  #features .feature .button {
    margin-top: 40px;
  }

  br.mobile {
    display: inline;
  }

  #contacts {
    padding-right: 30px;
  }
  #contacts .row > div:nth-child(2) {
    text-align: left;
    padding-top: 10px;
  }
  #contacts .map {
    height: 390px;
  }

  .owl-theme .owl-nav {
    position: relative;
    bottom: 0px;
  }

  .owl-carousel button.owl-prev {
    background-size: 23px 23px !important;
    left: inherit;
    right: 60px;
  }

  .owl-carousel button.owl-next {
    background-size: 23px 23px !important;
    right: 0px;
  }

  .owl-carousel.owl-carousel-speakers button.owl-prev {
    right: 60px;
  }

  .owl-carousel.owl-carousel-speakers button.owl-next {
    right: 0px;
  }

  .button,
.main-buttons .button {
    min-width: 207px;
    font-size: 14px;
    line-height: 14px;
    min-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-buttons {
    /* position: absolute;
     width: 100%;
     margin-left: auto;
     margin-right: auto;*/
  }

  .header-wrapper > h2:before,
.container > .half-block > h2:before,
.container > h2:before {
    background-size: auto 7px;
    height: 7px;
    left: -24px;
    /*top: 20px;*/
    bottom: 6px;
  }

  .header-wrapper > h2:after,
.container > .half-block > h2:after,
.container > h2:after {
    background-size: auto 9px;
    height: 9px;
    right: -45px;
    bottom: 6px;
  }

  .body-wrapper > .container.dotted:after {
    background-size: auto 10px;
    left: -8px;
  }

  .body-wrapper > .container.dotted:before {
    background-size: auto 8px;
    left: -8px;
    bottom: -18px;
  }

  #footer {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 17px;
  }
  #footer .row > div:first-child {
    line-height: 17px;
  }
  #footer .copyright {
    font-size: 14px;
  }
  #footer .footer-menu a {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  #footer a.social:first-child {
    margin-right: 5px;
  }
  #footer .social-links {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
  }
  #footer .social-links a > img {
    height: 25px;
  }

  .org-menu a.org-btn:last-child {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  #speakers .row > div {
    padding-right: 0px;
  }
  #speakers .speaker-avatar-block {
    min-height: 110px;
  }
  #speakers .speaker-avatar-block .descr {
    padding-left: 130px;
    height: 100%;
  }
  #speakers .speaker-avatar-block .title {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
  }
  #speakers .speaker-avatar-block .name {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
  }
  #speakers .speaker-avatar-block .work {
    font-size: 8px;
    line-height: 9px;
  }
}

/*# sourceMappingURL=custom.css.map */
