

/* Start:/local/components/startups/unicorn.events/templates/.default/style.css?16825062981626*/
.controlsBox {
  position:fixed;
  top:50%;
  right:0;
  display:flex;
  flex-direction: column;
  z-index:1000;
  width:42px;
  transition: width 0.25s ease-in-out;
}
.controlsBox:hover {
  width:auto;
}
.controlsBox__button {
  padding:5px;
  background-color: #2d3436;
  color:#dfe6e9;
  margin-top:1px;
  height:42px;
  min-width:42px;
  width:100%;
  overflow: hidden;
  white-space: nowrap;
  cursor:pointer;
  transition: all 0.25s ease-in-out;
  left: calc(100% - 42px);
  position:relative;
}
.controlsBox__button:hover {
  left: 0;
  color:white;
}
a.controlsBox__button {
  text-decoration:none;
  color:#dfe6e9;
}
.controlsBox .controlsBox__button_ico {
  width:32px;
  height:100%;
  display:flex;
  background-color: #636e72;
  align-items: center;
  justify-content: center;
  float:left;
}
.controlsBox .controlsBox__button_ico::before {
  font-size:22px;
}
.controlsBox .controlsBox__button_ico.createView::before {
  content:'create';
}
.controlsBox .controlsBox__button_ico.editView::before {
  content:'create';
}
.controlsBox .controlsBox__button_ico.tableView::before {
  content:'table_chart';
}
.controlsBox .controlsBox__button_ico.votingView::before {
  content:'grid_view';
}
.controlsBox .controlsBox__button_ico.voteView::before {
  content:'how_to_vote';
}
.controlsBox .controlsBox__button_ico.closeView::before {
  content:'closed_caption';
}
.controlsBox .controlsBox__button_ico.countView::before {
  content:'publish';
}
.controlsBox .controlsBox__button_ico.detailView::before {
  content:'web';
}
.controlsBox__button span {
  line-height: 32px;
  margin-left:10px;
  padding-right:20px;
}
/* End */


/* Start:/local/components/startups/unicorn.events.index/templates/.default/style.css?176649800872824*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: 0.4s all ease-in-out;
}
.header__burger {
  width: 80px;
  height: 80px;
  display: none;
  align-items: center;
  justify-content: center;
}
.header__burger:after {
  content: "\e5d2";
  color: #424242;
  font-size: 42px;
  cursor: pointer;
}
.header__burger_close:after {
  content: "\e5cd";
}
.header .navbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .logobox {
  margin: 0 0 0 60px;
  width: 80px;
  height: 80px;
}
.header .logobox img {
  object-fit: contain;
}
.header .mob-logobox {
  margin: 0;
  width: 60px;
  height: 80px;
  overflow: hidden;
}
.header .mob-logobox img {
  margin-left: -10px;
}
.mob-burgerbox {
  display: none;
}
@media screen and (max-width: 390px) {
  .header .mob-logobox {
    width: 50px;
    height: 70px;
  }
}
@media screen and (max-width: 1023.5px) {
  .header .mob-burgerbox {
    display: flex;
  }
}
.mobVideoBtn__link {
  display: none;
  margin: 0 auto;
  position: relative;
}
.mobVideoBtn:after {
  position: absolute;
  top: -52px;
  left: -41px;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  font-size: 90px;
  content: "\e038";
  transition: 0.3s all linear;
  animation: videoBtn 3s linear infinite;
}
.voiceOff:after {
  position: absolute;
  bottom: 60px;
  right: 40px;
  content: "\e04f";
  color: #fff;
  opacity: 0.4;
  font-size: 30px;
  z-index: 51;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
@keyframes videoBtn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
.voiceOn:after {
  content: "\e050";
}
.voiceOff:hover:after {
  opacity: 1;
}
.main__mobMenu {
  position: fixed;
  top: 0px;
  left: -520px;
  z-index: 95;
  width: 500px;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 100px;

  transition: 0.3s all linear;
}
.main__mobMenu_opened {
  left: 0;
  -webkit-box-shadow: 24px 2px 58px 10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 24px 2px 58px 10px rgba(0, 0, 0, 0.46);
  box-shadow: 24px 2px 58px 10px rgba(0, 0, 0, 0.46);
}
.main__mobMenu a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
  color: #424242;
}
.main__mobMenu a:hover {
  background: #ecebeb;
  color: #0088df;
}
.menu {
  display: flex;
  height: 100%;
  align-items: center;
}
.nav {
  display: flex;
  flex-wrap: nowrap;
}
.main {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  z-index: 10;
  overflow: hidden;
}
.bg__video {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(38, 38, 38, 0.1);
  z-index: 22;
}
.bg__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main__container {
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70vh;
  z-index: 50;
}
.main__btnApply {
  width: 283px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;

  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  background: #ff0000;
}
.btn-3 {
  background: #ff0000;
  border: 1px solid #da251f;
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 150ms linear;
}

.btn-3:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #ff8682;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  transition: all 250ms linear;
}
.main__title__h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 70px;
  text-transform: uppercase;

  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
}
.main__title__h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 70px;
  text-transform: uppercase;

  color: #ffffff;

  text-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
}
.menu a {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  padding: 0 15px;
  color: #424242;
}
.menu a:hover {
  text-decoration: none;
  color: #0088df;
}
.nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav a {
  text-decoration: none;
}
.header .nav a.panel-login-btn {
  background-color: #0088df;
}
.nav__btn__event {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  height: 40px;
  margin-right: 30px;
  cursor: pointer;
  background: #424242;
  transition: 0.3s all ease-in-out;
  padding: 0 18px;
}
.nav__btn__event:hover {
  background: #fff;
  color: #424242;
  border: 1px solid #424242;
}
@media screen and (max-width: 425px) {
  .nav__btn__event {
    font-size: 14px;
    height: 40px;
    margin-right: 20px;
    padding: 0 12px;
  }
}

.nav__btn__like {
  position: relative;
  cursor: pointer;
  margin-right: 26px;
}
.nav__btn__like__count {
  position: absolute;
  bottom: 3px;
  left: -2px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #ff0000;
  transition: 0.3s all ease-in-out;
}
.nav__btn__like:hover .nav__btn__like__count {
  width: 20px;
  height: 20px;
}
.featured_Events {
  width: 100%;
  padding: 80px 0 146px 0;
  background: white;
}
@media screen and (max-width: 769px) {
  .featured_Events {
    padding-bottom: 80px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper_two {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  font-size: 18px;
  background: #fff;
  height: 300.18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper_two .swiper-slide {
  height: 243px;
}

.slider {
  position: relative;
  margin-top: 80px;
}
.featured_Events .row .myPag {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 100;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  margin: 0 10px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1 !important;
  outline: none;
}
.swiper-pagination-bullet-active {
  background: #fff;
  border: none !important;
  outline: none;
}

.swiper-slide__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.swiper-slide__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-slide__right {
  text-align: left;
  width: 100%;
  height: 100%;
  background: #0088df;
  padding: 54px 40px 25px 40px;
}
.swiper_two .swiper-slide__right {
  padding: 43px 40px 25px 40px;
}
.swiper-slide__right__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}
.swiper-slide__right__date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.swiper-slide__right__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  height: 60px;
  text-transform: capitalize;
  overflow-y: hidden;
  color: #ffffff;
}
.swiper_three .swiper-slide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 279px;
}
.swiper_3__img {
  width: 100%;
  margin-bottom: 25px;
}
.swiper_3__img img {
  width: 100%;
}
.swiper_3__name {
  padding: 0 13px;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #424242;
}
.swiper_3__text {
  padding: 0 13px;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-transform: capitalize;

  color: #424242;
}

.swiper__navBtns__prev3 {
  position: absolute;

  top: 111px;
  left: -61px;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
  outline: none !important;
  width: 50px;
  height: 50px;

  border: 1px solid #0088df;
  box-sizing: border-box;
}
.swiper__navBtns__next3 {
  position: absolute;

  top: 111px;
  right: -61px;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
  outline: none !important;
  width: 50px;
  height: 50px;
  border: 1px solid #0088df;
  box-sizing: border-box;
}
.row .swiper__navBtns {
  width: auto;
  position: absolute;
  top: -25px;
  right: 44px;
  z-index: 50;
  display: flex;
}
.swiper__navBtns__prev,
.swiper__navBtns__next,
.swiper__navBtns__prev2,
.swiper__navBtns__next2 {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c8c8c8;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
  outline: none !important;
}
.swiper__navBtns__prev,
.swiper__navBtns__prev2 {
  margin-right: 5px;
}
.swiper__navBtns__prev:hover,
.swiper__navBtns__next:hover,
.swiper__navBtns__prev2:hover,
.swiper__navBtns__next2:hover {
  background: #ffffff;
}
.prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f1e6";
  color: #424242;
  font-size: 22px;
}
.next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f1df";
  color: #424242;
  font-size: 22px;
}
.prev3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f1e6";
  color: #0088df;
  font-size: 22px;
  transition: 0.4s all ease-in-out;
}
.next3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f1df";
  color: #0088df;
  font-size: 22px;
  transition: 0.4s all ease-in-out;
}
.swiper__navBtns__prev3:hover .prev3:after,
.swiper__navBtns__next3:hover .next3:after {
  color: #fff;
}
.swiper__navBtns__prev3:hover,
.swiper__navBtns__next3:hover {
  background: #0088df;
}
.swiper__navBtns__prev:hover .prev:after,
.swiper__navBtns__next:hover .next:after {
  color: #000000;
  font-size: 24px;
}
.swiper__viewAll {
  position: absolute;
  bottom: 25px;
  right: 40px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  margin-top: 25px;
  width: 195px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  /*position: relative;*/
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}
.doubleArrow1:after {
  position: absolute;
  top: 20%;
  right: 19px;
  content: "\e5cc";
  color: #fff;
  font-size: 32px;
  transition: 0.4s all ease-in-out;
}
.doubleArrow2:after {
  position: absolute;
  top: 20%;
  right: 25px;
  content: "\e5cc";
  color: #fff;
  font-size: 32px;
  transition: 0.4s all ease-in-out;
}
.swiper__viewAll:hover {
  background: #fff;
  color: #0088df;
  border: 1px solid #0088df;
}
.swiper__viewAll:hover .doubleArrow1:after,
.swiper__viewAll:hover .doubleArrow2:after {
  color: #0088df;
}

#subsection-u_cup {
  background: linear-gradient(113.26deg, #8871fe 0%, #ac91fe 100%);
}
#subsection-u_battle {
  background: linear-gradient(113.26deg, #1b87ec 0%, #37a0ec 100%);
}
#subsection-u_pitch {
  background: linear-gradient(101.74deg, #28c9bd 27.86%, #71e1cd 95.82%);
}
.unicorn {
  padding-bottom: 48px;
  width: 100%;
  color: white;
}
.unicornGrey1__nav {
  display: flex;
  margin: 80px 0;
  justify-content: space-between;
  align-items: center;
}
.events-nav-buttons {
  display: flex;
  justify-content: flex-start;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
}
.events-nav-buttons-title {
  color: #767676;
  margin-right: 50px;
  white-space: nowrap;
}
.events-nav-buttons-button {
  margin-right: 36px;
  white-space: nowrap;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.events-nav-buttons-button.unicornGrey1__nav__item_active {
  background-color: transparent;
}
.events-nav-buttons-button.unicornGrey1__nav__item_active:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 3px;
  background: #0088df;
  border-radius: 10px;
  width: 100%;
  animation: hoveredLink 0.5s ease-in-out;
}

.unicornGrey1__nav__mob {
  display: none;
  width: 100%;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  background: #ecebeb;
  color: #424242;
  height: 80px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.unicornGrey1__nav__mob__dropMenu {
  display: none;
  position: absolute;

  top: 80px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.unicornGrey1__nav__mob__dropMenu_shown {
  display: block;
}
.unicornGrey1__nav__mob__dropMenu__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;

  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  color: #424242;
}
.unicornGrey1__nav__mob__dropMenu__item:hover {
  background: #ecebeb;
  color: #0088df;
  text-decoration: underline;
}
.dropListIco:after {
  position: absolute;
  top: 17px;
  right: 37px;
  content: "\e313";
  font-size: 46px;
  color: #424242;
  transition: 0.2s all linear;
}
.unicornDropListIco_rotated:after {
  transform: rotate(180deg);
}

.unicornGrey1__nav__hidden {
  display: none;
}
.unicornGrey1__nav__shown {
  display: flex;
}

.unicornGrey1__nav__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 15px;
  color: #424242;
  height: 49px;
  display: flex;
  align-items: center;
}

.unicornGrey1__nav__item {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 20px;
  color: #424242;
  cursor: pointer;
  height: 49px;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
.unicornGrey1__nav__item:hover {
  color: #0088df;
}
.unicornGrey1__nav__item_active {
  background: #ecebeb;
}

.animatedHover {
  position: relative;
}
.animatedHover:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 3px;

  background: #0088df;
  border-radius: 10px;
}
.animatedHover:hover:after {
  width: 100%;
  animation: hoveredLink 0.5s ease-in-out;
}

.animatedHoverTop {
  position: relative;
  height: 100%;
}
.animatedHoverTop:hover {
  background: #ecebeb;
}

.animatedHoverTop:after {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  width: 0;
  background: #0088df;
}
.animatedHoverTop:hover:after {
  width: 85%;
  animation: hoveredLinkTop 0.5s ease-in-out;
}
@keyframes hoveredLink {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes hoveredLinkTop {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
    opacity: 1;
  }
}

.unicorn {
  padding: 50px 0 70px 0;
}
.event-section-header {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.event-section-header-title {
  width: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
}
.event-section-header-season {
  margin-top: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.event-section-header-season::before {
  content: " ";
  background-color: white;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
}
.event-section-header-desc-box {
  margin: 40px 20px 0 65px;
  width: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.event-section-header-button-box-top {
  display: none;
}
.event-section-header-button-box-bottom {
  margin-top: 50px;
}
.event-section-header-button {
  width: 280px;
  height: 56px;
  border: 1px solid #ffffff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}
.event-section-header-button:hover {
  color: #ffffff;
}
.event-section-header-button i {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: white;
  vertical-align: top;
  margin-left: 20px;
  transition: 0.4s all ease-in-out;
}
#subsection-u_cup .event-section-header-button:hover {
  color: #8d75ff;
  border-color: white;
  background-color: white;
}
#subsection-u_cup .event-section-header-button:hover i {
  color: #8d75ff;
}
#subsection-u_battle .event-section-header-button:hover {
  color: #1b87ec;
  border-color: white;
  background-color: white;
}
#subsection-u_battle .event-section-header-button:hover i {
  color: #1b87ec;
}
#subsection-u_pitch .event-section-header-button:hover {
  color: #28c9bd;
  border-color: white;
  background-color: white;
}
#subsection-u_pitch .event-section-header-button:hover i {
  color: #28c9bd;
}
@media screen and (min-width: 768px) {
  .event-section-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .event-section-header-title-box {
    width: 55%;
  }
  .event-section-header-desc-box {
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .event-section-header-button-box-top {
    display: block;
    width: auto;
  }
  .event-section-header-button-box-top .event-section-header-button {
    width: 300px;
  }
  .event-section-header-button-box-bottom {
    display: none;
  }
  .event-section-header {
    width: 750px;
    justify-content: flex-start;
  }
  .event-section-header-desc-box {
    width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .event-section-header {
    width: 900px;
  }
}

.unicorn__btnEvents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding-right: 20px;
  color: #ffffff;
  position: relative;
  background: #0088df;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}
.arrowEast:after {
  position: absolute;
  top: 13px;
  right: 20px;
  content: "\f1df";
  color: #fff;
  font-size: 25px;
  transition: 0.4s all ease-in-out;
}
.unicorn__btnEvents:hover {
  background: #fff;
  color: #0088df;
  border: 1px solid #0088df;
}
.unicorn__btnEvents:hover .arrowEast:after {
  color: #0088df;
}
.unicorn__blocks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.unicorn__blocks__item {
  position: relative;
  width: 274px;
  height: 261px;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  margin: 0 auto 20px auto;
}
.unicorn__blocks__item__img {
  width: 100%;
  height: 137.5px;
  position: relative;
}
.unicorn__blocks__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unicorn__blocks__item__img__like {
  position: absolute;
  bottom: -17px;
  right: 71px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  background: #0088df;
  transition: 0.4s all ease-in-out;
}
.unicorn__blocks__item__img__load {
  position: absolute;
  bottom: -17px;
  right: 15px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  background: #0088df;
  transition: 0.4s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unicorn__blocks__item__info {
  padding: 0 23px;
  padding-top: 22px;
  padding-bottom: 15px;
}
.unicorn__blocks__item__info__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #424242;
}

.unicorn__blocks__item__info__date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;

  color: #424242;
}

.like:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e87e";
  font-size: 20px;
  color: #fff;
  transition: 0.4s all ease-in-out;
}
.unicorn__blocks__item__img__load img {
  width: 19px;
  object-fit: contain !important;
}

.transparentBtn {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;

  color: #0088df;

  position: relative;
  width: 210px;
  height: 50px;
  border: 1px solid #0088df;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 50px;
  padding-right: 20px;
  margin-bottom: 51px;
}

.btn-2 {
  width: 210px;
  height: 50px;
  border: 1px solid #0088df;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;

  color: #0088df;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  padding-right: 20px;
  margin-bottom: 51px;
  z-index: 22;
  max-width: 250px;

  text-transform: uppercase;
}

.btn-2:before,
.btn-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.btn-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #0088df;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
a:active,
a:hover {
  outline-width: 0;
}
.btn-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #0088df;
  transform: translateX(100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.btn-2:hover {
  color: #fff;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}
.btn-2:hover:before {
  transform: translateX(-49%);
}
.btn-2:hover:after {
  transform: translateX(49%);
}
.btn-2:hover .arrowEastBlue:after {
  color: #fff;
}
.coloredBtn:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.coloredBtn:hover {
  color: #0088df;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
.coloredBtn:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #fff;
  transform: translateX(100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.coloredBtn {
  background: #0088df;
  color: #fff;
}
.allStarps {
  padding-right: 30px;
}
.arrowEastBlue:after {
  position: absolute;
  top: 12px;
  right: 28px;
  content: "\f1df";
  color: #0088df;
  font-size: 24px;
}
.coloredBtn:hover .arrowEastBlue:after {
  color: #0088df;
}
.allStarps .arrowEastBlue:after {
  right: 23px;
}
.coloredBtn .arrowEastBlue:after {
  color: #fff;
}

.featured_Partners {
  width: 100%;
  background: #666e7f;
  padding-top: 64px;
  padding-bottom: 94px;
}
.featured__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #424242;
}

.judges {
  background: #e5e7ed;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 10px;
}
.judges__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;

  color: #424242;
}
.judges__block__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 274px;
  height: 500px;
  padding: 15px 14px 48px 14px;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: 0.3s all ease-in-out;
}
.judges__block__item:hover {
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.judges__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 84px;
}

.judges__block__item__img {
  width: 245px;
  height: 245px;
  margin-bottom: 24px;
  background-color: white;
  display: flex;
  vertical-align: middle;
}
.judges__block__item__img img {
  border: 1px solid #ffffff;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
.judges__block__item__name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  width: 100%;
  color: #424242;
  margin-bottom: 5px;
}
.judges__block__item__pos {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  height: 60px;
  overflow: hidden;
  text-transform: capitalize;
  width: 100%;
  color: #424242;
}
.judges__block__item__company {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;

  color: #424242;
  margin-bottom: 10px;
}

.judges__block__item__btn {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 8px;
  left: 17px;
  display: flex;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer;
  color: #0088df;
  padding-left: 35px;
  transition: 0.4s all ease-in-out;
}

.eastArr:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: "\f1df";
  color: #0088df;
  font-size: 25px;
}
.judges__block__item__btn:hover {
  padding-left: 45px;
}

.funds {
  background: #fff;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 10px;
}
.funds__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;

  color: #424242;
  margin-bottom: 83px;
}
.funds__blocks {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

.funds__blocks__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 14px;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 271px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.funds__blocks__item img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.startups {
  background: #f8f8f8;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 10px;
}
.startups__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;

  color: #424242;
  margin-bottom: 83px;
}
.startups__block__item__btn {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 8px;
  left: 17px;
  display: flex;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer;
  color: #0088df;
  padding-left: 35px;
  transition: 0.4s all ease-in-out;
}
.startups__block__item__btn:hover {
  padding-left: 45px;
}

.startups__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.startups__blocks__item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 271px;
  height: 355px;
  position: relative;
  padding-bottom: 48px;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.startups__blocks__item__container {
  width: 100%;
  padding: 0 20px;
}
.startups__blocks__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 100%;
  background: #fff;
  margin-bottom: 17px;
}
.startups__blocks__item__img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.startups__blocks__item__name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;

  color: #424242;
  margin-bottom: 10px;
}

.startups__blocks__item__descr {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #424242;
}
.startups__blocks__item__country {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #424242;
}

.aboutUs {
  background: #fff;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 10px;
}
.aboutUs__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #424242;
}
.aboutUs__title span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;

  color: #0088df;
}
.aboutUs__text__content {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #424242;
}
.aboutUs__text__content span {
  font-weight: 700;
}

.aboutUs__text {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.aboutUs__text__hide {
  position: absolute;
  left: 0;
  bottom: -59px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64.06%
  );
  z-index: 20;
  width: 100%;
  height: 65%;
}
.testimonials {
  background: #f1f0f0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 10px;
}
.testimonials__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #424242;
}

.forPandSp {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 48px;
  background: #666e7f;
}
.forPandSp__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 40px;
}

.forPandSp__btns {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.forPandSp__btns a {
  width: 366px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;

  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  margin: 0 110px;
  transition: 0.4s all ease-in-out;
}
.forPandSp__btns a:hover {
  color: #666e7f;
  border: 1px solid #666e7f;
  background: #fff;
}

.formSection {
  position: relative;
  background-image: url("/local/components/startups/unicorn.events.index/templates/.default/images/formbg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 54px;
}
.formSection:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 128, 221, 0.7);
}
.formSection .row {
  position: relative;
  z-index: 20;
}
.formSection__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
  margin-bottom: 25px;
}

.formSection form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.formSection .invalid-feedback {
  color: yellow;
}
.form-contact-group {
  margin-top: 23px;
}
.formSection .input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  outline: none;

  width: 100%;
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 11px 5px 9px 5px;
}
.formSection .input::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;

  text-transform: uppercase;

  color: #ffffff;
}
.formSection .input__message {
  display: flex;
  resize: none;
  white-space: normal;
  justify-content: flex-start;
  padding: 0;
  height: 65px;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: left;
}

.formSubmit {
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 51px;
  width: 300px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #ff0000;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.formSubmit:hover {
  background: transparent;
  background: rgba(255, 0, 0, 0.3);
  border: 3px solid #ff0000;
}
.formSubmitContact {
  width: 424px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 51px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #424242;
  background-color: white;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.formSubmitContact:hover {
  color: white;
  background-color: #424242;
}
@media screen and (max-width: 425.8px) {
  .formSubmitContact {
    width: 250px;
    height: 50px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
  }
}
/*
FOOTER
*/
footer {
  width: 100%;
  position: relative;
  background: #3f3f3f;
  padding-top: 46px;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer-quez {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 30px 18px 0 18px;
}
.footer-logo {
  width: 250px;
  height: auto;
  margin-right: -64px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-quez-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__scrollBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 65px;
  left: 50px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.35);
  z-index: 900;
}
.footer__col__askBtn {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.footer__col__askBtn:hover {
  color: #666e7f;
  border: 1px solid #666e7f;
  background: #fff;
}
.footer-copyright {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.footer-quez-form .questionare .onecol {
  width: 47%;
}
.footer-quez-form .questionare .twocol {
  width: calc(94% + 0.5rem);
}

@media screen and (min-width: 425px) {
  .footer-logo {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-quez {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
/*
.footer__col_img
{
  height: 120px;
  margin-bottom: 46px;
  margin-right: -44px;
}
.footer__col_img img
{

  object-fit: contain;
}
.footer__col_mid
{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__col_mid__title
{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;

  color: #FFFFFF;
  margin-bottom: 40px;
}*/
/*.footer__col_mid__social
{
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 45px;
}
.footer__col_mid__social__item
{
  margin: 0 57px;

}*/

/*.footer__col_mid__rights
{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  color: #FFFFFF;

}
.footer__col_mid__social__item path
{
  transition: .3s all ease;
}
.footer__col_mid__social__item svg
{
  transition: .3s all linear;

}
.footer__col_mid__social__item:hover svg
{
  transform: scale(1.2);
}
.footer__col_mid__social__item_yu:hover path
{
  fill: #f70000;
}
.footer__col_mid__social__item_fb:hover path
{
  fill:  #395693;
}

.footer__col_mid__social__item_ln:hover path
{
  fill:  #2692c9;
}*/

/*.footer__addBtn
{
  position: absolute;
  bottom: 70px;
  right: 35px;
  width: 67px;
  height: 67px;
  background: #FF0000;
  border-radius: 100%;
  cursor: pointer;
}*/
.add:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  content: "\e145";
  font-size: 28px;
}
.up:after {
  position: absolute;
  top: 12px;
  left: 13px;
  transform: rotate(-90deg);
  color: #fff;
  content: "\ea50";
  font-size: 40px;
}

.default {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: header 0.4s linear;
}
.fixed_menu {
  position: fixed;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@media (max-width: 1620px) {
  /*  .footer__col_img {
      height: 120px;
      margin-bottom: 46px;
      margin-right: -64px;
    }*/
}
@media (max-width: 1500px) {
  /*  .footer__col_img {
      height: 120px;
      margin-bottom: 46px;
      margin-right: -73px;
    }
    .footer {
      position: relative;
      background: #3F3F3F;
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      padding-top: 46px;
      padding-bottom: 30px;
      overflow: hidden;
    }*/
}
@media (max-width: 1440px) {
  .main__title__h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1023.5px) {
  .header__burger {
    display: flex;
  }
  .logobox,
  .menu {
    display: none;
  }
}
@media (max-width: 1370px) {
  /*  .footer__col_img {
      height: 120px;
      margin-bottom: 71px;
      margin-right: -120px;
    }*/
  /*  .footer {
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      padding-top: 46px;
      padding-bottom: 30px;

    }*/
  /*  .footer__col_mid__rights {
      font-family: Roboto;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      color: #FFFFFF;
      margin-top: 90px;
    }
    .footer__col__askBtn {
      position: absolute;
      bottom: 82px;
      left: 50%;
      transform: translateX(-50%);

    }*/
}
@media (max-width: 1300px) {
  .swiper_three .swiper-slide {
    height: 353px;
  }
  .swiper__navBtns__next3 {
    position: absolute;
    top: 155px;
    right: -12px;
    z-index: 50;
    background: #0088df;
  }
  .swiper__navBtns__prev3 {
    position: absolute;
    top: 155px;
    left: -12px;
    z-index: 50;
    background: #0088df;
  }
  .prev3:after,
  .next3:after {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .swiper__navBtns__next3 {
    top: 120px;
    right: -12px;
  }
  .swiper__navBtns__prev3 {
    top: 120px;
    left: -12px;
  }
  .swiper_three .swiper-slide {
    height: 315px;
  }

  .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .swiper-slide__right {
    text-align: left;
    width: 50%;
    height: 100%;
    background: #0088df;
    padding: 20px 40px 25px 40px;
  }
  .swiper-slide__right__title {
    font-size: 28px;
  }

  .swiper-slide__right__date {
    font-size: 22px;
  }
  .swiper__viewAll {
    padding-right: 15px;
    margin-top: 25px;
    width: 180px;
    height: 44px;

    font-size: 17px;
  }
  .doubleArrow1:after {
    position: absolute;
    top: 15%;
    right: 19px;
  }
  .doubleArrow2:after {
    position: absolute;
    top: 15%;
    right: 25px;
  }
  .swiper__navBtns {
    position: absolute;
    top: -41px;
    right: 44px;
  }
  .forPandSp__btns a {
    width: 366px;
    height: 50px;

    font-size: 18px;

    color: #ffffff;

    margin: 0 48px;
  }
}
@media (max-width: 1023.7px) {
  .unicornGrey1__nav__mob {
    display: flex;
  }
  .unicornGrey1__nav {
    display: none;
  }
}
@media (max-width: 1000px) {
  .swiper_three .swiper-slide {
    height: 385px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 90vw !important;
    width: 100% !important;
  }

  .unicornGrey1__nav__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 21px;
  }
  .unicornGrey1__nav__item {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 15px;
  }
  .swiper-slide__right {
    text-align: left;
    width: 50%;
  }
  .swiper-slide__left img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .unicorn__blocks__item {
    /*margin-right: 40px;*/
    /*width: 40%;*/
    /*height: 290px;*/
  }
  .unicorn__blocks__item:nth-child(2n) {
    /*margin-right: 0;*/
  }
  .unicorn__blocks__item__img {
    /*width: 100%;*/
    /*height: 170.5px;*/
  }
  .funds__blocks__item {
    padding: 20px 14px;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 311px;
    height: 185px;
  }
  .startups__blocks__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 100%;
  }
  .startups__blocks__item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 310px;
    height: 360px;
  }
}
@media (max-width: 900px) {
  .swiper_three .swiper-slide {
    height: 345px;
  }
}
@media (max-width: 820px) {
  .main__title__h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 42px;
  }
  .main__title__h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .unicorn__blocks__item {
    /*margin-right: 20px;*/
    /*width: 47%;*/
    /*height: 290px;*/
  }
  .unicorn__blocks__item__img {
    /*width: 100%;*/
    /*height: 146.5px;*/
  }
  .judges__block__item__img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px;
    margin-bottom: 24px;
  }
  .judges__block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    height: 500px;
  }
  .judges__block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
  }
  .aboutUs__text__hide {
    position: absolute;
    left: 0;
    bottom: -59px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 64.06%
    );
    z-index: 20;
    width: 100%;
    height: 30%;
  }
  .forPandSp__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    padding: 0 25px;
  }
  .forPandSp__btns a {
    width: 295px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 17px;
  }
  .formSection__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px;
  }
  .swiper_three .swiper-slide {
    height: 315px;
  }

  .swiper_one .swiper-slide {
    display: flex;
    flex-direction: column;

    height: 620px;
  }
  .swiper_two .swiper-slide {
    display: flex;
    flex-direction: column;

    height: 520px;
  }
  .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
  }
  .swiper-slide__right {
    text-align: left;
    width: 100%;
  }
  .swiper__navBtns {
    position: absolute;
    top: -23px;
    right: 44px;
  }

  .swiper_one .col-md-auto {
    width: inherit;
  }
  .swiper_two .col-md-auto {
    width: inherit;
  }
  .main__mobMenu {
    width: 415px;
  }
}
@media (max-width: 720px) {
  .funds__blocks__item {
    padding: 20px 14px;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 30px;
    width: 260px;
    height: 150px;
  }
  .startups__blocks__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
  }
  .startups__blocks__item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 270px;
    height: 355px;
  }
}
@media (max-width: 700px) {
}
@media (max-width: 660px) {
  .judges__block__item {
    width: 70%;
    height: 586px;
  }
  .judges__block__item__img {
    height: 398px;
    margin-bottom: 24px;
  }
  .startups__blocks__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 100%;
  }
  .startups__blocks__item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 70%;
    height: 408px;
  }
  .forPandSp__btns {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .forPandSp__btns a {
    width: 80%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
  }

  .swiper__navBtns__prev3 {
    top: 103px;
    left: -12px;
  }
  .swiper__navBtns__next3 {
    top: 103px;
    right: -12px;
  }
}
@media (max-width: 600px) {
  .container {
    max-width: 85vw !important;
    width: 100% !important;
  }
  .unicorn__blocks__item {
    /*margin-right: 0px;*/
    /*width: 100%;*/
    /*min-height: 310px;*/
    /*height:fit-content;*/
  }
  .unicorn__blocks__item__img {
    /*width: 100%;*/
    /*height: 245.5px;*/
  }
  .unicorn__blocks__item__info {
    padding: 0 23px;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .judges__block__item {
    width: 90%;
    height: 586px;
  }

  .funds__blocks__item {
    padding: 20px 14px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 250px;
  }

  .swiper_three .swiper-slide {
    height: 407px;
  }
  .swiper__navBtns__prev3 {
    top: 162px;
    left: -12px;
  }
  .swiper__navBtns__next3 {
    top: 162px;
    right: -12px;
  }
  /*  .footer__scrollBtn {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      bottom: 359px;
      left: 30px;
      width: 65px;
      height: 65px;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.35);
    }*/
  /*  .footer__addBtn {
      position: absolute;
      bottom: 359px;
      right: 30px;
      width: 67px;
      height: 67px;
      background: #FF0000;
      border-radius: 100%;
      cursor: pointer;
    }*/

  .main__container {
    padding: 0 20px;
  }
  .main__title__h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 56px;
  }
  .main__title__h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
  }
  .main__btnApply {
    width: 250px;
    height: 50px;

    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 500px) {
  .mobVideoBtn__link {
    display: block;
  }

  .bg__video {
    display: none;
  }
  .voiceOff:after {
    display: none;
  }
  .main {
    background-image: url("/local/components/startups/unicorn.events.index/templates/.default/images/mainBgMob.jpg");
    background-size: cover;
    background-position: 50% 70px;
    height: 900px;
    overflow: inherit;
  }
  .main:after {
    display: none;
  }
  .main__container {
    top: 53%;
    left: 50%;
    height: 385px;
  }
  .btn-3:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .main__title__h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 18px;
    text-align: center;
  }
  .main__title__h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
  }
  .main__mobMenu {
    width: 100vw;
  }
  .swiper_three .swiper-slide {
    height: 360px;
  }
  .swiper_one .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 340px;
  }
  .swiper_two .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 453px;
  }
  .swiper_one .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 523px;
  }
  .container {
    max-width: 92vw !important;
    width: 100% !important;
  }
  .swiper_two .swiper-slide__right {
    padding: 23px 20px 25px 20px;
  }
  .swiper_one .swiper-slide__right {
    padding: 23px 20px 25px 20px;
  }
  .swiper_two .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
  }
  .judges__block__item__img {
    height: 320px;
    margin-bottom: 24px;
  }

  .judges__block__item {
    width: 90%;
    height: 525px;
  }

  /*  .footer__col_img {
      height: 156px;

      margin-bottom: -34px;
      margin-right: -234px;
    }*/
  /*  .footer__col_img img {
      object-fit: contain;
      width: 60%;
    }*/
  /*  .footer__scrollBtn {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      bottom: 320px;
      left: 30px;
      width: 65px;
      height: 65px;
    }*/
  /*  .footer__addBtn {
      position: absolute;
      bottom: 320px;
      right: 30px;
      width: 67px;
      height: 67px;
    }*/
}
@media (max-width: 440px) {
  .main__container {
    top: 49%;
    left: 50%;
    height: 385px;
  }
  .main__title__h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .main__title__h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 18px;
    text-align: center;
  }

  .swiper__navBtns__prev3 {
    top: 134px;
    left: -12px;
  }
  .swiper__navBtns__next3 {
    top: 134px;
    right: -12px;
  }
  .swiper_3__text {
    padding: 0 13px;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 15px;
  }
  .swiper_3__name {
    padding: 0 13px;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    padding: 0px 15px;
  }
  .funds__blocks__item {
    padding: 20px 14px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 210px;
  }

  .judges__block__item__img {
    height: 295px;
    margin-bottom: 24px;
  }
  .judges__block__item {
    width: 90%;
    height: 480px;
  }
  .startups__blocks__item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 90%;
    height: 369px;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
  }
  .swiper-slide__right__title {
    font-size: 25px;
  }
  .swiper-slide__right__date {
    font-size: 20px;
  }
  .swiper__navBtns__prev,
  .swiper__navBtns__next,
  .swiper__navBtns__prev2,
  .swiper__navBtns__next2 {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .swiper__navBtns__prev:hover .prev:after,
  .swiper__navBtns__next:hover .next:after {
    color: #000000;
    font-size: 20px;
  }
  .swiper__navBtns {
    position: absolute;
    top: -25px;
    right: 26px;
  }
  /*  .footer__col_img {
      height: 154px;
      width: 128px;
      margin-bottom: -62px;
      margin-right: -34px;
    }*/
  /*  .footer__col_img img {
      object-fit: contain;
      width: 115%;
    }*/
  /*  .footer__scrollBtn {

      width: 55px;
      height: 55px;
    }*/
  /*  .footer__addBtn {

      width: 55px;
      height: 55px;
    }*/
  .up:after {
    position: absolute;
    top: 15px;
    left: 17px;
    transform: rotate(-90deg);
    color: #fff;
    content: "\ea50";
    font-size: 31px;
  }
}
@media (max-width: 430px) {
  .swiper_one .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
  }
  .swiper_one .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 480px;
  }
}
@media (max-width: 420px) {
  .main {
    height: 820px;
  }
}
@media (max-width: 390px) {
  .header {
    height: 70px;
  }
  .main__mobMenu {
    top: 0px;
    height: 100vh;
    padding-top: 80px;
  }
  .nav__btn__like {
    position: relative;
    cursor: pointer;
    margin-right: 14px;
  }
  .burger:after {
    position: absolute;
    top: -5px;
    left: 20px;
    content: "\e5d2";
    color: #424242;
    font-size: 38px;
    cursor: pointer;
  }
  .nav__btn__event span {
    font-size: 24px;
    margin-right: 15px;
  }
  .dropListIco:after {
    position: absolute;
    top: 21px;
    right: 10px;
    content: "\e313";
    font-size: 36px;
    color: #424242;
    transition: 0.2s all linear;
  }
  .swiper_three .swiper-slide {
    height: 305px;
  }
  .swiper__navBtns__prev3,
  .swiper__navBtns__next3 {
    width: 40px;
    height: 40px;
  }
  .swiper__navBtns__prev3 {
    top: 124px;
    left: -12px;
  }
  .swiper__navBtns__next3 {
    top: 124px;
    right: -12px;
  }
  .funds__blocks__item {
    padding: 20px 14px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 180px;
  }
  .title {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  .main {
    height: 715px;
  }
  .main__title__h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 29px;
    text-align: center;
  }
  .main__title__h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 15px;
    text-align: center;
  }
  .main__container {
    top: 49%;
    left: 50%;
    height: 334px;
  }
}
@media (max-width: 360px) {
  .judges__block__item {
    width: 90%;
    height: 475px;
  }
  .judges__block__item__img {
    height: 260px;
    margin-bottom: 24px;
  }
  .unicorn__blocks__item__img {
    width: 100%;
    height: 155.5px;
  }
}
@media (max-width: 340px) {
  .formSection__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
  }
  .title {
    font-size: 30px;
  }
  .swiper_one .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
  }
  .swiper-slide__right {
    padding: 13px 15px 15px 15px;
  }
  .swiper_one .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 445px;
  }
  .swiper_two .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 389px;
  }
  .swiper_two .swiper-slide__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 276px;
  }
  .main {
    height: 660px;
  }
  .main__container {
    top: 49%;
    left: 50%;
    padding: 0 10px;
    height: 290px;
  }
}

.swiper-container .swiper__slide {
  width: 100%;
  height: auto;
}
.swiper-container .swiper__slide_first {
  position: relative;
  width: 100%;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 56%;
  height: 0;
}
.swiper-container .swiper__slide_first img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.swiper-container .swiper__slide_second {
  height: 300px;
}
@media screen and (min-width: 425px) {
  .swiper-container .swiper__slide_second {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper__slide_second {
    height: 200px;
  }
}
@media screen and (min-width: 768.5px) {
  .swiper-container .swiper__slide {
    height: 250px;
  }
  .swiper-container .swiper__slide_first {
    width: 50%;
    height: 100%;
    padding-bottom: 0;
  }
  .swiper-container .swiper__slide_second {
    height: 100%;
    width: 50%;
  }
}
@media screen and (min-width: 1024.5px) {
  .swiper-container .swiper__slide {
    height: 300px;
  }
}

.form-input-group,
.form-textarea-group {
  width: 100%;
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.form-input-group label,
.form-textarea-group label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  width: 100%;
}
.form-input-group input {
  outline: none;
  width: 100%;
  color: #ffffff;
  background: transparent;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding: 7px 5px 9px 5px;
}
.form-textarea-group textarea {
  outline: none;
  width: 100%;
  color: #ffffff;
  background: transparent;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;

  display: flex;
  resize: none;
  white-space: normal;
  justify-content: flex-start;
  padding: 7px 5px 9px 5px;
  height: 100px;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .form-input-group {
    display: flex;
  }
  .form-input-group label {
    width: 150px;
  }
  .form-input-group input {
    padding: 0 5px 9px 0;
  }
}

@media screen and (max-width: 425px) {
  .unicorn__blocks .unicorn_events_item,
  .judges__block .judges__block__item,
  .startups__blocks .startups__blocks__item,
  .funds__blocks .funds__blocks__item {
    display: none;
  }
  .unicorn__blocks .unicorn_events_item:nth-child(1),
  .unicorn__blocks .unicorn_events_item:nth-child(2) {
    flex-direction: column;
    display: flex;
  }
  .judges__block .judges__block__item:nth-child(1),
  .judges__block .judges__block__item:nth-child(2),
  .judges__block .judges__block__item:nth-child(3),
  .startups__blocks .startups__blocks__item:nth-child(1),
  .startups__blocks .startups__blocks__item:nth-child(2),
  .startups__blocks .startups__blocks__item:nth-child(3),
  .funds__blocks .funds__blocks__item:nth-child(1),
  .funds__blocks .funds__blocks__item:nth-child(2),
  .funds__blocks .funds__blocks__item:nth-child(3) {
    display: flex;
  }
}
@media screen and (min-width: 425.9px) and (max-width: 768px) {
  .unicorn__blocks .unicorn_events_item,
  .judges__block .judges__block__item,
  .startups__blocks .startups__blocks__item,
  .funds__blocks .funds__blocks__item {
    display: none;
  }
  .unicorn__blocks .unicorn_events_item:nth-child(1),
  .unicorn__blocks .unicorn_events_item:nth-child(2) {
    flex-direction: column;
    display: flex;
  }
  .judges__block .judges__block__item:nth-child(1),
  .judges__block .judges__block__item:nth-child(2),
  .judges__block .judges__block__item:nth-child(3),
  .judges__block .judges__block__item:nth-child(4),
  .judges__block .judges__block__item:nth-child(5),
  .judges__block .judges__block__item:nth-child(6),
  .startups__blocks .startups__blocks__item:nth-child(1),
  .startups__blocks .startups__blocks__item:nth-child(2),
  .startups__blocks .startups__blocks__item:nth-child(3),
  .startups__blocks .startups__blocks__item:nth-child(4),
  .startups__blocks .startups__blocks__item:nth-child(5),
  .startups__blocks .startups__blocks__item:nth-child(6),
  .funds__blocks .funds__blocks__item:nth-child(1),
  .funds__blocks .funds__blocks__item:nth-child(2),
  .funds__blocks .funds__blocks__item:nth-child(3),
  .funds__blocks .funds__blocks__item:nth-child(4),
  .funds__blocks .funds__blocks__item:nth-child(5),
  .funds__blocks .funds__blocks__item:nth-child(6) {
    display: flex;
  }
}
a.subsection-handler {
  position: relative;
  text-decoration: none;
}
.subsection-handler .arrowEastBlue:after {
  position: static;
}
.events-nav-buttons-border-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 36px;
  border: 1px solid #000000;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  align-items: center;
  white-space: nowrap;
}
a.events-nav-buttons-border-button {
  color: #000000;
  text-decoration: none;
}
.events-nav-buttons-border-button .material-icons {
  margin-left: 20px;
}
.events-nav-buttons-border-button .material-icons:after {
  position: static;
  content: "\f1df";
  font-size: 26px;
}

.slider-button-top-view-all {
  width: 300px;
  padding: 12px 0;
  margin: 0;
  border: 1px solid #424242;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #424242;
  display: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}
a.slider-button-top-view-all i {
  transition: 0.4s all ease-in-out;
}
a.slider-button-top-view-all:hover {
  color: #424242;
}
.events-button-bottom-view-all,
.slider-button-bottom-view-all {
  width: 300px;
  padding: 12px 0;
  margin: 50px auto 0 auto;
  border: 1px solid #424242;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #424242;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}
.events-button-bottom-view-all {
  margin-top: 0;
}
.events-button-bottom-view-all i,
.slider-button-bottom-view-all i {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #424242;
  vertical-align: top;
  margin-left: 20px;
  transition: 0.4s all ease-in-out;
}
a.slider-button-top-view-all:hover,
a.events-button-bottom-view-all:hover {
  color: white;
  border-color: white;
  background-color: #424242;
}
a.slider-button-top-view-all:hover i,
a.events-button-bottom-view-all:hover i {
  color: white;
}
@media screen and (min-width: 769px) {
  .slider-button-bottom-view-all {
    display: none;
  }
  .slider-button-top-view-all {
    display: inline-block;
  }
  .slider-button-top-view-all i {
    vertical-align: sub;
    margin-left: 20px;
  }
}

.swiper_one .swiper-pagination {
  display: none;
}
.swiper_one .swiper-pagination-bullet {
  border-color: black;
  border-width: 2px;
  background: transparent;
}
.swiper_one .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}
.swiper_one.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -80px;
}
@media screen and (min-width: 769px) {
  .swiper_one .swiper-pagination {
    display: block;
  }
}

.menu-type-event-box {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.menu-type-event-box.pinned {
  position: fixed;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 20%);
  z-index: 90;
}
.menu-type-event-title-box {
  margin: 24px 0 32px 0;
}
.menu-type-event-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
}
.menu-type-event-quarter {
  width: auto;
  height: 28px;
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #040404;
  padding: 0 12px;
  margin: 4px 0 0 0;
  position: relative;
}
.menu-type-event-quarter span {
  display: block;
  border-top: 2px solid #987ffe;
  border-bottom: 2px solid #987ffe;
  line-height: 24px;
  white-space: nowrap;
}
.menu-type-event-quarter::before {
  content: " ";
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border-left: 2px solid #987ffe;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  border-top: 2px solid #987ffe;
  border-bottom: 2px solid #987ffe;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-type-event-quarter::after {
  content: " ";
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border-right: 2px solid #987ffe;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: block;
  border-top: 2px solid #987ffe;
  border-bottom: 2px solid #987ffe;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-type-event-list {
  width: auto;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px 0;
  align-items: center;
}
.menu-type-event-item {
  padding: 10px 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 3px solid #f8f8f8;
}
.menu-type-event-item-active {
  border-bottom: 3px solid #000000;
}
.mob-more-box {
  background: #f8f8f8;
  padding: 130px 0;
  width: 100%;
  margin: 0;
}
.menu-type-event-button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu-type-event-list-box {
    display: flex;
    flex-wrap: nowrap;
  }
  .menu-type-event-title-box {
    margin-bottom: 24px;
  }
  .menu-type-event-list {
    margin-left: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .mob-more-box {
    display: none;
  }
  .menu-type-event-list-box {
    width: auto;
  }
  .menu-type-event-button {
    display: block;
    width: auto;
  }
  .menu-type-event-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .menu-type-event-list {
    margin-left: 36px;
  }
}

.bx-notifier-indicator {
  margin: 0;
}
.nav .impanbox #bx-notifier-panel {
  margin-top: 14px;
}
.nav .impanbox .bx-notifier-message .bx-notifier-indicator-icon .icon,
.nav .impanbox .bx-notifier-notify .bx-notifier-indicator-icon .icon,
.nav .impanbox .bx-notifier-message .bx-notifier-indicator-icon .icon:hover,
.nav .impanbox .bx-notifier-notify .bx-notifier-indicator-icon .icon:hover {
  background-color: #0088de;
}
@media screen and (min-width: 390px) {
  .nav .impanbox #bx-notifier-panel {
    margin-top: 19px;
  }
}

@media screen and (min-width: 769px) {
  .swiper-slide__left swiper__slide_first {
    background-size: cover;
    background-position-x: left;
  }
}

.swiper__slide.type-u_cup .swiper__slide_second {
  background-color: #8d75ff;
}
.swiper__slide.type-u_battle .swiper__slide_second {
  background-color: #1b87ec;
}
.swiper__slide.type-u_pitch .swiper__slide_second {
  background-color: #28c9bd;
}

/* End */


/* Start:/local/modules/startupnetwork.form/style.css?176649800913545*/
/*popup styles*/

.popup__apply__block {
  width: 598px;
  height: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}
.popup__apply__block.popup-window.popup-window-with-titlebar {
  margin:0;
  padding:0;
}
.popup__apply__block .popup-window-titlebar {
  width: 100%;
  background: white;
  height: 80px;
  display: flex;
  padding: 0 36px;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #333333;
  border-bottom:1px solid #DCDCDC;
}
.popup__apply__block .popup-window-titlebar-text {
  line-height:80px;
}
.popup__apply__block .popup-window-titlebar-text,
.popup__apply__block .popup-window-titlebar-text-version {
  color: #333333;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  padding:0;
}
.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
  top:24px;
  right:32px;
  text-align:center;
  width:34px;
  height:34px;
}
.popup__apply__block .popup-window-close-icon:after {
  position: static;
  font-family: 'Material Icons';
  color: #333333;
  font-size: 34px;
  line-height: 34px;
  content: 'close';
  cursor: pointer;
  background-image:none;
  transform: unset;
}
.popup__apply__block .popup-window-buttons {
  padding: 0 36px;
  margin:30px 0 30px 0;
}
.popup__apply__block .popup-window-content {
  background:transparent;
  padding:0;
  margin:0;
}
.popup__apply__block__shortInfo {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 149.19%;
  /* identical to box height, or 21px */

  margin-bottom: 31px;
  color: #919191;
}
.popup__apply__block__shortInfo.warningMessage {
  color:red;
  margin-bottom: 0;
}

.popup__apply__block__inputs
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 36px;
  width:100%;
  box-sizing: border-box;
}

.just_a_line
{
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
  margin-top: 10px;
  margin-bottom:32px;
}
.popup__apply__block__inputs__item {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #474747;
  margin-bottom: 26px;
  position: relative;
}
.popup__apply__block__inputs__item span
{
  margin-left: 3px;
}
.popup__apply__block__inputs__item input
{
  margin-top: 10px;
  margin-bottom: 8px;
  width: 250px;
  box-sizing: border-box;
  height: 45px;
  border-radius: 4px;
  padding: 0 20px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;

  border: 2px solid #F2F2F2;
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
}
.popup__apply__block__inputs__item input[type='radio'] {
  width:auto;
  height:auto;
}
.popup__apply__block__inputs__inputs {
  width: 260px;
  height: 45px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.popup__apply__block__inputs__item.freenotify {
  margin-bottom:0;
}
.popup__apply__block__inputs__image {
  width: 260px;
}
.popup__apply__block__inputs__image_place {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  cursor: pointer;
  text-align: center;
  color: #919191;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 4px;
  margin:10px 0 0 0;
}
.popup__apply__block__inputs__image_place.emptyImage::after {
  font-family: 'Material Icons';
  font-size:40px;
  font-weight: normal;
  content:'add_circle_outline';
}
.popup__apply__block__inputs__image_place.emptyImage:hover {
  color: #6AC179;
}
.popup__apply__block__inputs__image_place.showImage {
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
}
label.popup__apply__block__inputs__image input {
  opacity:0;
  width:50px;
  height:5px;
  margin:0;
  padding:0;
}

.popup__apply__block__inputs__item .noticeWarning {
  color:red;
  font-size:13px;
  position: absolute;
  top: 100%;
  line-height: 1;
}
.popup__apply__block__inputs__item .noticeWarning.notnode {
  top: 70%;
}
.popup__apply__dropdown {
  position: relative;
  display: block;
  overflow: hidden;
  width: 250px;
  max-width: 250px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #919191;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.popup__apply__dropdown:after {
  content: "keyboard_arrow_down";
  font-family: 'Material Icons';
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 1;
  pointer-events: none;
}
.popup__apply__dropdown select {
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
  border: none;
  font-size: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
  padding: 12px 30px 12px 15px;
  line-height: 21px;
  width: 100%;
  min-width: auto;
}
.popup__apply__block__inputs__item textarea {
  width:526px;
  height:60px;
  resize: none;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 12px 20px;
}
.popup__apply_btn {
  background-color: grey;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding:17px 70px;
  height:auto;
  text-transform: unset;
}
.popup__apply_btn.active {
  background-color: #C7A780;
}
.flatTitleWhite .popup__apply_btn.active {
  background-color: #0094F8;
}
.flatTitleWhite .popup__apply_btn:hover {
  color:white;
}
.popup__apply_btn:hover {
  background-color: grey;
  color: #FFFFFF;
}

.leadForm {
  cursor:pointer;
}
.popup__apply__answer {
  padding: 0 36px;
  margin:0 0 40px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}

.leadForm__formWrapper {
  width:100%;
  margin:0;
  padding: 0 36px;
  box-sizing: border-box;
}
.leadForm__formWrapper .before-text{
  color: #474747;
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom:1.5rem;
}
.leadForm__formWrapper form {
  width:100%;
  margin:0;
  text-align:center;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.leadForm__inputBox {
  width:250px;
  color: #474747;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  display:inline-block;
  text-align:left;
  margin:10px 0 0 0;
  vertical-align: top;
}
.leadForm__inputBox span {
  color:#e74c3c;
}
.leadForm__inputBox input {
  padding: 16px 17px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  background-color:#FDFDFD;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin:5px 0 0 0;
}
.leadForm__inputBox select {
  width: 100%;
  padding: 16px 17px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin:5px 0 0 0;
}
.leadForm__inputBox input.errorInp,
.leadForm__inputBox select.errorInp {
  border-color:red;
}
.leadForm__checkFieldBox {
  margin:10px 0;
  display:flex;
  align-items: center;
}
.leadForm__checkFieldBox a {
  color:#4033DB;
}
.leadForm__checkerBox {
  width:32px;
  height:32px;
  margin:0 22px 0 7px;
  cursor:pointer;
}
.leadForm__checkerBox::after {
  content:'check_box_outline_blank';
  font-family: 'Material Icons';
  font-size:32px;
  line-height: 1;
  color:#CFCFCF;
}
.leadForm__checkerBox.checked::after {
  content:'check_box';
  color: #4033DB;
}
.leadForm__labelBox {
  color: #333;
  text-align:left;
}
.leadForm__errorFieldBox {
  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.leadForm__errorCommonBox {
  text-align:left;

  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.leadForm__radioFieldBox {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  display:flex;
  justify-content:flex-start;
  align-items: center;
}
.leadForm__radioFieldBox .leadForm__errorFieldBox {
}
.leadForm__radioBox {
  width:24px;
  height:24px;
  margin:0 5px 0 22px;
  cursor:pointer;
}
.leadForm__radioBox::after {
  content:'radio_button_unchecked';
  font-family: 'Material Icons';
  font-size:24px;
  line-height: 1;
  color:#CFCFCF;
}
.leadForm__radioBox.selected::after {
  content:'radio_button_checked';
  color: #4033DB;
}

@media (max-width: 600px) {
  .popup__apply__block {
    width:320px;
  }
  .popup__apply__block .popup-window-titlebar {
    margin-bottom:10px;
  }
  .popup__apply__block__shortInfo {
    margin-bottom:10px;
  }
  .leadForm__inputBox input,
  .popup__apply__block__inputs__item input {
    margin:4px 0;
    height:32px;
    width:100%;
  }
  .popup__apply__container {
    margin:0;
  }
  .popup__apply__block .popup-window-titlebar {
    height:40px;
    padding:0 16px;
  }
  .popup__apply__block .popup-window-titlebar-text,
  .popup__apply__block .popup-window-titlebar-text-version {
    font-size:18px;
  }
  .popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
    top: 8px;
    right: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
  }
  .popup__apply__block .popup-window-close-icon:after {
    font-size: 24px;
    line-height: 24px;
  }
  .popup__apply__block__inputs {
    padding:0 16px;
  }
  .popup__apply__block__inputs__item {
    margin-bottom:12px;
    width: 100%;
  }
  .just_a_line {
    margin-bottom: 12px;
  }
  .popup__apply__dropdown {
    height:32px;
    width:100%;
    max-width:400px;
  }
  .popup__apply__dropdown select {
    padding-top:5px;
    padding-bottom:5px;
  }
  .popup__apply__dropdown:after {
    top: 8px;
  }
  .popup__apply__block__inputs__item textarea {
    width:100%;
  }
  .popup__apply_btn {
    width:100%;
  }
  .popup__apply__answer {
    margin:40px 0;
  }
}
@media (max-width: 425px) {
  .leadForm__authButton {
    width:100%;
  }
  .leadForm__inputBox {
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .leadForm__radioBox {
    margin-left:8px;
  }
}

/* для синдикатів філії */
.flatOneCols {
}
.flatOneCols.popup__apply__block {
  border-radius:unset;
}
.flatOneCols.popup__apply__block .popup-window-titlebar {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #C5C5C5;
  background-color:white;
  margin:0;
  min-height: 50px;
}
.flatOneCols.popup__apply__block .popup-window-titlebar-text {
  color:#333333;
  font-size: 20px;
  line-height: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
  top:13px;
  right:17px;
}
.flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon::after {
  color:#333333;
}
.flatOneCols .leadForm__formWrapper {
  padding:0;
}
.flatOneCols.popup__apply__block .popup-window-buttons {
  border-top:none;
}
.flatOneCols.popup__apply__block .popup-window-buttons {
  padding:0 22px;
}
.flatOneCols .popup__apply_btn,
.flatOneCols .popup__apply_btn.active {
  background-color: #4033DB;
}
.flatOneCols .popup__apply__answer {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color:#676767;
  box-sizing: border-box;
  margin:0;
}

@media (min-width: 425px) {
  .flatOneCols .leadForm__inputBox {
    width:100%;
  }
  .flatOneCols.popup__apply__block .popup-window-content {
    padding: 26px 54px;
  }
  .flatOneCols.popup__apply__block .popup-window-buttons {
    padding:0 54px;
  }
  .flatOneCols.popup__apply__block {
    width:90vw;
  }
}
@media (min-width: 520px) {
  .flatOneCols.popup__apply__block {
    width:500px;
  }
  .flatOneCols.popup__apply__block .popup-window-titlebar {
    min-height: 83px;
  }
  .flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
    top:29px;
    right:35px;
  }
  .flatOneCols .leadForm__inputBox input,
  .flatOneCols .popup__apply__block__inputs__item input {
    height:52px;
  }
  .flatOneCols .popup__apply_btn {
    width:100%;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/popup-v2/style.css?17664980098237*/
.personal_doors .userMenuItems {
  margin:0 12px 12px 12px;
}
.personal_doors .userMenuItems a.item,
.personal_doors .userMenuItems a.item:link
.personal_doors .userMenuItems a.item:visited {
  display:table;
  width:100%;
  margin:8px 0 0 0;
  padding:0;
}
.userMenuItems .pic {
  width:40px;
  display:table-cell;
  vertical-align:top;
  position:relative;
}
.userMenuItems .label {
  width:auto;
  display:table-cell;
  vertical-align:top;
  color: #789440;
}
.userMenuItems a.item i.e {
  color: white;
  margin: 0;
  font-size: 11px;
  z-index: 99;
  display: block;
  background-color: #424242;
  position: absolute;
  left: 7px;
  top: 7px; 
}
.userMenuItems a.item:hover i.e {
  background-color: #789440;
  color: white;
}
.subscribe-box {
  width:100%;
  max-width:420px;
  padding:30px;
  box-sizing: border-box;
  font-family: Roboto;
} 
.subscribe-box .title {
  text-align: center;  
  font-size: 24px;
  color: #424242;
  display: block;
  line-height: 32px; 
  text-transform: uppercase;
  mrgin-bottom:30px;
}
.subscribe-box .rubric {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.subscribe-box .rubric input,
.subscribe-box .subrubric input,
.subscribe-box .unrubric input {
  margin-right: 15px;
}
.subscribe-box .unrubric {
  display: inline-block;
  margin-top: 30px;
  margin-left: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.subscribe-box .rubric span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  margin-left: 37px;
}
.subscribe-box .subrubric {
  margin: 10px 0 0 34px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.subscribe-box .country-box {
  margin: 20px 0 0 0;
}
.country-box .label {
  display: inline-block;
  font-weight: 400;
  margin: 0 25px 0 0;
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
  color:#333;
  padding:0;
}
.country-box .country-sel {
  width: 200px;
  margin: 0;
  display: inline-block;
  position:relative;
}
.country-box .selected {
  border: 1px solid rgb(217,217,217);
  border-radius: 2px;
  padding: 0 0 0 10px;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  text-align: left;
  cursor: pointer;
  text-align: left;
  font-weight: 300;
  width: 190px;
  color: #606060;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: content-box;
}
.country-box .selected:after {
  font-family: 'Material Icons';
  content: "\E5C5";
  font-size: 24px;
  background-color:white;
  padding: 0;
  position: absolute;
  right: -1px;
  top:1px;
  z-index: 1;
  pointer-events: none;  
}
.error_field {
  color: red;
  font-size: 11px;
  display: none;
}
.country-box .list {
  display:none;
  padding: 10px 20px 10px 20px;
  width: 202px;
  height: 225px;
  overflow-x: hidden;
  overflow-y: scrool;
  background: white;
  position: absolute;
  left: 0;
  top: -224px;
  z-index: 900;
  border: 1px solid #D8D8D8;
  font-size: 15px;
  line-height: 25px; 
  box-sizing: border-box;
}
.country-box .list label {
  width:100%;
  display: inline-block;
}
.country-box .submit {
  display:none;
  border-radius: 2px;
  padding: 0;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  color: white;
  cursor: pointer;
  cursor: hand;
  font-weight: 300;
  width: 202px;
  box-sizing: border-box;
  background-color: #6b9cd4;
  border: 1px solid #6b9cd4;
  position: absolute;
  top:0;
  left:0;
  z-index: 900;
}
.country-box .list.open {
  display:block;
}
.country-box .submit.open {
  display:block;
}
.subscribe-box .messages {
  line-height: 1.2em;
  font-size: 14px;
}
.subscribe-box .messages span {
  margin:6px 0;
  color:#668800;
  display: inline-block;
}
.subscribe-box .messages span.warning {
  color:red;
}
.popup-window-overlay {
  position:fixed;
}

.personal_door_container.open .personal_address {
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-all;  
}
.notice-save {
  padding: 4px 12px;
  border: 1px solid #5D751F;
  color: white;
  font-size: 14px;  
  background-color: #5D751F;
  border-radius: 2px;
  position:fixed;
  display:none;
  transition:display .25s ease .25s;
  box-shadow:1px 1px 1px grey;
}
.notice-save.open {
  display: inline-block;
}

#authPopup .popup-window-close-icon {
  top:12px;
  right:12px;
}

.mainSection__formWrap.inPopup {
  width: 330px;
  max-width: 100%;
  margin:0;
  padding:40px;
  background-color:#F6F6F6;
  box-sizing: content-box;
}
@media screen and (max-width:410px) {
  .mainSection__formWrap.inPopup {
    padding:12px;
    width:290px;
  }  
}

/* profileUserOperation */
.profileUserOperation {
  position:relative;
  display:flex;
  height:100%;
}
.t8.profileUserOperation {
  position:fixed;
  right:0;
  top:0;
  height:99px;
}
.brashed .t8.profileUserOperation {
  height:70px;
}
.profileUserOperation.ondetail {
  position: fixed;
  top:0;
  right:0;
  height:70px;
}
.profileUserOperation__avatar {
  margin:auto 15px auto auto;
  border-radius: 100%;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profileUserOperation__avatar {
  width:40px;
  height:40px;  
}
.t8 .profileUserOperation__avatar,
.s8 .profileUserOperation__avatar {
  width:50px;
  height:50px;  
}
.profileUserOperation__avatar.noname::before {
  font-family: 'Material Icons';
  content: "\E853";
}
.profileUserOperation__avatar.noname::before {
  line-height: 40px;
  font-size:40px;
  color:#677E1D;
}
.t8 .profileUserOperation__avatar.noname::before,
.s8 .profileUserOperation__avatar.noname::before {
  color:#337ab7;
  line-height:50px;
  font-size:50px;  
}
.profileUserOperation__card {
  position:absolute;
  top: calc(100% + 5px);
  right: 15px;
  width:180px;
  padding:0;
  margin:0;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(53, 53, 53, 0.25);
  border-radius: 4px;  
  display:none;
}
.profileUserOperation:hover .profileUserOperation__card {
  display:block;
}
.profileUserOperation__card::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent white transparent;  
}
.profileUserOperation__card::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  width:100%;
  height:15px;
}
.profileUserOperation__card::after {
  right: 9px;
}
.s8 .profileUserOperation__card::after {
  right: 14px;
}
.profileUserOperation__name {
  width: 100%;
  padding: 13px 16px;
  box-sizing: border-box;  
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;  
  border-bottom: 1px solid #EFEFEF;
  overflow:hidden;
}
.profileUserOperation__action {
  width: 100%;
  padding: 0 16px 10px 16px;
}
.profileUserOperation__action a {
  margin-top:10px;  
  text-decoration:none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px; 
  display: inline-block;
  width:100%;
}
.profileUserOperation__action a,
.profileUserOperation__action a:link,
.profileUserOperation__action a:active,
.profileUserOperation__action a:visited,
.profileUserOperation__action a:hover {
  color:#474747;
}
.profileUserOperation__action a::before {
  font-family: 'Material Icons';
  font-weight:100;
  font-size: 17px;
  line-height: 20px; 
  vertical-align: sub;  
  margin-right:10px;
}
.profileUserOperation__action_home::before {
  content: "home"; 
}
.profileUserOperation__action_rss_feed::before {
  content: "rss_feed"; 
}
.profileUserOperation__action_import_contacts::before {
  content: "import_contacts"; 
}
.profileUserOperation__action_exit_to_app::before {
  content: "exit_to_app"; 
}
.profileUserOperation__action a:hover::before {
  color:#688236;
}
.s8 .profileUserOperation__action a:hover::before {
  color:#337ab7;
}
.t8 .profileUserOperation__action a:hover::before {
  color:#C7A780;
}
/* End */


/* Start:/local/classes/Conditions.css?17658120685385*/
.condition__overlay {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  opacity:.8;
  background-color:darkgray;
  z-index:1200;
}
.condition__popup {
  font-family:'Roboto';
  font-size:500;
  position:fixed;
  width:540px;
  height:auto;
  main-height:200px;
  top:50%;
  left:50%;
  background-color:white;
  z-index:1202;
  margin-top:-125px;
  margin-left:-150px;
  border-radius:4px;
}
.condition__title {
  width:100%;
  padding:14px 16px 10px 16px;
  box-sizing: border-box;
  font-size:16px;
  line-height:20px;
  border-radius:4px 4px 0 0;
  color:white;
}
.condition__acceptBox {
  margin:20px 0;
  padding:20px;
  display:flex;
  align-items: center;
}
.condition__acceptBox a,
.condition__acceptBox a:link,
.condition__acceptBox a:hover,
.condition__acceptBox a:visited {
  color:blue;
}
.condition__checkerBox {
  width:32px;
  height:32px;
  margin:0 22px 0 0;
  cursor:pointer;
}
.condition__checkerBox::after {
  content:'check_box_outline_blank';
  font-family: 'Material Icons';
  font-size:32px;
  line-height: 1;
  color:#CFCFCF;
}
.condition__checkerBox.checked::after {
  content:'check_box';
}
.condition__checkerBox.check {
  background-position:center bottom;
}
.condition__labelBox {
  font-size:16px;
  color:#979797;
  line-height: 23px;
}

.condition__buttonBox {
  display: flex;
  margin-top:12px;
  padding:24px 48px 24px 48px;
  box-sizing: border-box;
  width:100%;
  border-top:1px solid #E8E8E8;
}
.condition__button {
  box-sizing: border-box;
  border: none;
  font-family: Roboto;
  font-size: 17px;
  color: #fff;
  width:205px;
  height: 47px;
  object-fit: contain;
  border-radius: 6px;
  background-color: #BFBFBF;
  box-shadow: 0 4px 8px 0 #ccccc;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  outline: 0;
}
.condition__button.active {
  color: #fff;
}

@media screen and (max-width: 765px) {
  .popupCPD .title {
    padding:10px 8px 10px 8px;
    font-size:14px;
  }
  .popupCPD .text {
    margin:0 0 0 0;
    padding:12px 16px 12px 16px;
    font-size:14px;
  }
  .popupCPD .buttonBox {
    padding:12px 16px 12px 16px;
  }
  .popupCPD .labelBox {
    font-size:14px;
  }
}

/* colors */
.condition__title {background-color:#688236;}
.condition__checkerBox.checked::after {color: #688236;}
.condition__button.active {background-color: #EA700D;}

.condition__title.s8 {background-color:#0091EA;}
.condition__checkerBox.s8.checked::after {color: #0091EA;}
.condition__button.s8.active {background-color: #0091EA;}

.condition__title.s9 {background-color:#0a77c4;}
.condition__checkerBox.s9.checked::after {color: #0a77c4;}
.condition__button.s9.active {background-color: #0a77c4;}

.condition__title.t5 {background-color:#5EABFE;}
.condition__checkerBox.t5.checked::after {color: #5EABFE;}
.condition__button.t5.active {background-color: #5EABFE;}

.condition__title.t6 {background-color:#4033DB;}
.condition__checkerBox.t6.checked::after {color: #4033DB;}
.condition__button.t6.active {background-color: #4033DB;}

.condition__title.t7 {background-color:#EA3168;}
.condition__checkerBox.t7.checked::after {color: #EA3168;}
.condition__button.t7.active {background-color: #EA3168;}

/* page */
.condition__pageText {
  margin:0;
  padding:30px 0 30px 0;
  font-family: 'Roboto';
  font-size:16px;
  line-height:1.7;
}
.condition__pageText__banner {
  width:100%;
  height:450px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.condition__pageText h1 {
  margin:35px 30px;
  padding:0;
  font-family: 'Roboto';
  font-size:24px;
}
.condition__pageText__text {
  margin:15px 30px;
}
.pageText__text p { 
  text-indent:45px;
  font-family: 'Roboto';
  font-size:16px;  
  line-height:1.5;
}
.pageText__text ul {
  margin:18px 0 18px 36px;
}
.pageText__text li {
  list-style: inherit;
  margin:12px 0;
}
@media screen and (min-width: 1025px) {
  .condition__pageText {
    max-width:1024px;
    margin:0 auto;
  }
}

.userTypeWidget {
  margin:100px auto 0 auto;
  padding:25px;
  font-family: 'Roboto';
  font-size:16px;
  max-width:320px;
  border:1px solid #eee;
  box-sizing: border-box;
}
@media screen and (min-width: 425px) {
  .userTypeWidget {
    max-width:420px;
  }
}

.userTypeWidget__checkFieldBox {
  margin:10px 0;
  display:flex;
  align-items: center;
}
.userTypeWidget__checkFieldBox a {
  color:#4033DB;
}
.userTypeWidget__checkerBox {
  width:32px;
  height:32px;
  margin:0 22px 0 7px;
  cursor:pointer;
}
.userTypeWidget__checkerBox::after {
  content:'check_box_outline_blank';
  font-family: 'Material Icons';  
  font-size:32px;
  line-height: 1;
  color:#CFCFCF;
}
.userTypeWidget__checkerBox.checked::after {
  content:'check_box';
  color: #4033DB;
}
.userTypeWidget__labelBox {
  color: #333;
  text-align:left;
}
.userTypeWidget__errorFieldBox {
  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.userTypeWidget__button {
  margin:25px auto;
  box-sizing: border-box;
  border: none;
  font-family: Roboto;
  font-size: 17px;
  width:205px;
  height: 47px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 #ccccc;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  background-color: #4033DB;
  color: #fff;  
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/news.detail/mainpage-banner/style.css?1766498012660*/
.banner-button-apply {
  width: 424px;
  height: 80px;
  margin:0 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #424242;
  background-color: white;
  justify-content: center;
  transition: .4s all ease-in-out;
}
.banner-button-apply:hover {
  color: white;
  background-color: #424242;
}
@media screen and (max-width:425.8px) {
  .banner-button-apply {
    width: 250px;
    height: 50px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
  }
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/news.detail/mainpage-what-is-rows/style.css?1766498012834*/
.whatIsUE {
  width:100%;
  background: linear-gradient(108.01deg, #A98FFF -3.17%, #37A0EC 53.66%, #28C9BD 108.68%);
  mix-blend-mode: normal;
  padding:130px 0 130px 0;
  text-align:center;
}
.whatIsUE__title {
  width:auto;
  margin:0 auto 0 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.whatIsUE__text {
  margin:90px 15% 0 15%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width:425.8px) {
  .whatIsUE__text {
    font-size: 32px;
    line-height: 40px;
    margin:80px 5% 0 5%;
  }
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-partners/style.css?1766498012300*/
.featured_Partners .row .myPag {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 100;
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-judges/style.css?1766498012141*/
a.judges__block__item__btn {
  text-decoration: none;
  display:block;
}
a.judges__block__item__btn i{
  vertical-align: text-bottom;
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/news.detail/mainpage-about/style.css?1766498012409*/
a.btn-2{
  text-decoration: none;
  cursor:pointer;
}
.arrowWestBlue {
  margin-right:8px;
}
.arrowWestBlue:after{
  content:"\f1e6";
}
.aboutUs__text {
  height:250px;
}
.aboutUs__text.collapsing {
  height:100%;
  transition:height 0.35s ease;
}
.aboutUs__text .aboutUs__text__hide {
  bottom:-100px;
  height:100%;
}
.aboutUs__text.collapsing .aboutUs__text__hide {
  display:none;
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-testimonials/style.css?1766498012787*/
.swiper_3__img {
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 143px;
  width: 100%;
  background: #fff;
}
.swiper_3__img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.swiper-slide-link-label {
  position:absolute;
  left:calc(50% - 20px);
  top:calc(50% - 14px);
  width:41px;
  height:28px;
  background:url(/local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-testimonials/images/label.svg) center center no-repeat;
}
.slider .swiper_three .swiper-slide {
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #F1F0F0;
}
.slide-card {
  width:274px;
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: white;
}
/* End */


/* Start:/local/templates/unicorn.events.index/components/bitrix/form.result.new/questionare/style.css?17664980121709*/
.questionare {
  min-width: 310px;
  max-width: 482px;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 20px 10px;
}
.questionare_fields {
  display:none;
}
.footer__col__askBtn {
  text-transform: uppercase;
}
/*
.questionare__button_openForm {
  width:100%;
  margin:30px 0;
  padding:8px 12px;
  box-sizing: border-box;
  background-color:transparent;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: white;
  cursor:pointer;
  border:2px solid white;
}
.questionare__button_openForm:hover {
  color: #333;
  background-color:white;
}
*/
.questionare h4 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
.questionare input.form-control {
  border-radius:0;
  width:100%;
}
.questionare form {
  font-size: 1px;
  display:block;
}
.questionare img {
  width:100%;
  height:38px;
  display: inline-block;
  vertical-align: top;
  border:1px solid white;
}
.questionare .onecol {
  width: 45%;
  display:inline-block;
  margin:0;
  vertical-align: top;
}
.questionare .twocol {
  width: calc(90% + .5rem);
  margin:0;
}
.questionare textarea.form-control {
  border-radius:0;
}
.questionare .btn {
  border-radius:0;
}
.questionare textarea {
  padding: 15px;
  height: 125px;
  resize: none;
}
.questionare .invalid-feedback {
  font-size: 10pt;
}
.questionare__captcha {
  width:100%;
  margin:25px 0 0 0;
}
.questionare__captcha img.capt {
  width:180px;
  border-radius: 8px;
  height:48px;
  vertical-align:top;
}
.questionare .answer {
  font-size:13pt;
  color:white;
}
/* End */
/* /local/components/startups/unicorn.events/templates/.default/style.css?16825062981626 */
/* /local/components/startups/unicorn.events.index/templates/.default/style.css?176649800872824 */
/* /local/modules/startupnetwork.form/style.css?176649800913545 */
/* /local/templates/.default/components/bitrix/system.auth.form/popup-v2/style.css?17664980098237 */
/* /local/classes/Conditions.css?17658120685385 */
/* /local/templates/unicorn.events.index/components/bitrix/news.detail/mainpage-banner/style.css?1766498012660 */
/* /local/templates/unicorn.events.index/components/bitrix/news.detail/mainpage-what-is-rows/style.css?1766498012834 */
/* /local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-partners/style.css?1766498012300 */
/* /local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-judges/style.css?1766498012141 */
/* /local/templates/unicorn.events.index/components/bitrix/news.detail/mainpage-about/style.css?1766498012409 */
/* /local/templates/unicorn.events.index/components/bitrix/news.list/mainpage-testimonials/style.css?1766498012787 */
/* /local/templates/unicorn.events.index/components/bitrix/form.result.new/questionare/style.css?17664980121709 */
