@font-face {
  font-family: 'SegoeUIBlack';
  src: url('../fonts/SegoeUIBlack/SegoeUIBlack.eot');
  src: url('../fonts/SegoeUIBlack/SegoeUIBlack.eot') format('embedded-opentype'),
    url('../fonts/SegoeUIBlack/SegoeUIBlack.woff') format('woff'),
    url('../fonts/SegoeUIBlack/SegoeUIBlack.ttf') format('truetype'),
    url('../fonts/SegoeUIBlack/SegoeUIBlack.svg#PFDinTextProMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/Font-Awesome/fontawesome-webfont.eot');
  src: url('../fonts/Font-Awesome/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/Font-Awesome/fontawesome-webfont.woff') format('woff'),
    url('../fonts/Font-Awesome/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/Font-Awesome/fontawesome-webfont.svg#PFDinTextProMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

header {
  padding: 25px 100px;
}
header h1 {
  font-size: inherit;
}
body {
  font-family: 'SegoeUI';
  font-size: 14px;
}

button:focus {
  outline: none;
}

input:focus,
button:focus {
  outline: none !important;
}

.nav > div {
  width: 100%;
  font-size: 44px;
  display: flex;
  justify-content: center;
}

a:focus {
  outline: none !important;
}

img {
  max-width: 100%;
}

.hamburger-icon {
  width: 23.8%;
}

.row .hamburger-icon {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ecf0f1;
  width: 140px;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 2;
}

.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 11px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.is-active .circle-line img {
  display: none;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* TWO */

#hamburger-2.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-2.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}

/* hamburger-icon */

#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-10px) rotate(-45deg);
}

#hamburger-3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}

@keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

.full-screen-menu {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.menu-arrow {
  display: none;
  position: absolute;
  right: 50px;
  top: 33px;
  cursor: pointer;
  width: 30px;
}

.main-container-decoration .slick-list {
  padding: 0 3px !important;
  width: 92%;
  margin: 0 auto !important;
}

.slick-arrow {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  color: transparent;
}

.slick-next {
  right: 10px;
}
.coming-soon .slick-list {
  position: relative;
  height: 646px !important;
}
.platform-container.main-container-decoration .slick-list {
  padding: 66px 3px 0 !important;
}

.kond-container.main-container-decoration .slick-list {
  padding: 66px 20px 0 !important;
}
.slick-prev {
  z-index: 1;
  left: 30px;
}
.lab-details {
  display: flex;
}
.lab-details img {
  margin-right: 10px;
}
.scrolled-nav1.nav {
  top: 160px !important;
}

.scrolled-nav,
.scrolled-nav1,
.scrolled-nav2 {
  background-color: #e16971;
  animation: fontbulger 2s infinite;
}

.scrolled-nav2 {
  margin-top: -33px;
}

.home-mobile .nav {
  background-size: contain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
  top: 140px;
  /*z-index: 9999;*/
  height: 100%;
  width: 100%;
  /*background: #324c5f;*/
  color: #fff;
  line-height: 150px;
  /*-webkit-transition: height .1s, line-height .1s;*/
  /*transition: height .5s, line-height .5s;*/
}

/*.scrolled-nav {*/
/*    opacity: 0;*/
/*}*/

/*.scrolled-nav1 {*/
/*    opacity: 0;*/
/*}*/

/*.item{*/
/*    background: url(../images/1.png) no-repeat  #fff;*/
/*    z-index: 3;*/
/*}*/
/*.item1{*/
/*    background: url(../images/2.png) no-repeat  #fff;*/
/*    z-index:2;*/

/*}*/
/*.item2{*/
/*    background: url(../images/3.png) no-repeat  #fff;*/
/*    z-index: 1;*/

/*}*/

.line {
  left: 0;
}

.home-mobile {
  display: none;
}

/*.current-container .slick-slider {*/
/*    margin-top: 100px;*/
/*}*/

.current-container .modal-body .slick-slider {
  margin-top: 0;
}

.description {
  margin-top: 40px !important;
}

.main-container .breadcrumb {
  background: #fff;
  padding: 0;
  margin: 0 auto 50px;
}

.breadcrumb a,
.breadcrumb a:hover {
  color: #9b9b9b;
  text-decoration: none;
}

.breadcrumb a.breadcrumb-active {
  color: #000000;
  font-weight: bold;
}

.header {
  background: url(../images/header-line.svg) no-repeat bottom left;
  height: 139px;
  background-size: 90%;
}

.menu-inner.animate {
  top: 44%;
  display: none;
}

.menu-inner a {
  color: #000;
  text-decoration: none;
  line-height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-transform: none;
}

.menu-inner a:hover {
  color: #000;
  text-decoration: none;
}

.stage .menu-inner.animate {
  top: 72px;
  left: 120px;
}

.kond-festival .menu-inner.animate {
  top: 72px;
  left: 18px;
}

.menu-item p {
  font-size: 20px;
  margin-bottom: 3px;
}

.menu-item:hover p,
.menu-inner > a:hover {
  font-weight: bold;
}

.stage.menu-item:hover .menu-inner {
  display: block;
}

.menu-item a:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.stage.menu-item a:before {
  background: #f4e457;
}

.about-us.menu-item a:before {
  background: #e75d9e;
}

.school.menu-item a:before {
  background: #cae189;
}

.kond-festival.menu-item a:before {
  background: #b994fb;
}

.kond.menu-item a:before {
  background: #b994fb;
}

.about-us.menu-item:hover .menu-inner {
  display: block;
}

.kond-festival.menu-item:hover .menu-inner {
  display: block;
}

.school-item.hover {
  display: block;
}

.stage-item.hover {
  display: block;
}

.about-us-item.hover {
  display: block;
}

.kond-item.hover {
  display: block;
}

.school.menu-item:hover .menu-inner,
.school.menu-item:hover .school-item {
  display: block;
}

.opinion-container {
  margin: 0 auto;
  width: 813px;
}

.opinion-container p {
  font-size: 14px;
}

.opinion-container img {
  float: left;
  width: 300px;
  margin: 0 30px 30px 0;
}

.title-generic {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.connect .slider-title h2 {
  font-size: 14px;
}

.connect .date {
  font-size: 14px;
  width: 100%;
}

.lab-container {
  margin-top: 100px;
}

.sml-block {
  width: 100%;
  display: flex;
  flex-wrap: nowrap !important;
  margin-top: 56px;
}

.adolescents-club .sml-block {
  margin-top: 0;
}
.row.sml-block.lab-mobile-details {
  margin-top: 25px;
}
.asv-modal .modal-dialog {
  max-width: 500px !important;
}
.sml-block a,
.sml-block a:hover {
  color: #000;
  text-decoration: none;
}

.sml-block img {
  max-width: 120px !important;
}

.title {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  /* height: 49px; */
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.description-banner p {
  margin-bottom: 20px;
}

.date {
  background: #fff;
  width: 100px;
  margin: 0 auto;
  font-size: 12px;
}

.navbar-brand.animate {
  left: 5%;
  top: 0px;
  width: calc(100% - 10%);
  padding: 0;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.info-link {
  color: #0da1a1;
  text-decoration: underline;
}

.info-block p {
  margin: 0;
}

.modal-dialog {
  max-width: 408px !important;
  height: 500px;
  width: 900px;
}

.main-description-banner {
  max-width: 74%;
  padding-left: 40px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.menu {
  position: absolute;
  right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 100px;
}

.menu a {
  line-height: 15px;
}

/*.menu a {*/
/*    margin-bottom: 15px;*/
/*}*/

.stage.animate {
  position: absolute;
  top: 32%;
  left: 57%;
  width: 200px;
  height: 150px;
  text-align: center;
}

.animate {
  cursor: pointer;
}

.school .menu-inner.animate {
  left: 112px;
  top: 63px;
}

.about-us .menu-inner.animate {
  left: 113px;
  top: 58px;
}

.school.animate {
  position: absolute;
  top: 64%;
  left: 45%;
  text-align: center;
  width: 200px;
  height: 150px;
}

.about-us.animate {
  position: absolute;
  top: 70%;
  left: 32%;
  text-align: center;
  width: 200px;
  height: 150px;
}

.kond-festival.animate {
  position: absolute;
  top: 32%;
  left: 57%;
  width: 200px;
  height: 150px;
  text-align: center;
}
.menu p {
  margin-bottom: 15px;
  font-size: 16px;
}

.animate {
  width: 100%;
  position: absolute;
  top: 90px;
  color: #4b4b4b;
  text-transform: uppercase;
  text-decoration: none;
}

.main-container {
  margin-top: 40px;
}

.main-container-decoration {
  padding-bottom: 200px;
}

.deco1,
.deco2 {
  display: none;
  width: auto;
  transition: all 0.5s ease-in-out;
  top: inherit;
}

.slide:hover .deco1 {
  display: block;
  position: absolute;
  z-index: 6;
  left: 0;
  top: -10px;
}

.slide:hover .deco2 {
  display: block;
  position: absolute;
  bottom: 14px;
  right: 2px;
  z-index: 6;
}

.slick-track {
  padding-top: 100px;
}

.slick-initialized .slick-slide .child-element a:hover {
  display: block;
  padding: 10px 18px;
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

/*.slick-center:hover .deco1 {*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: 6;*/
/*    left: 10px;*/
/*    top: -21px;*/
/*}*/

/*.slick-center:hover .deco2 {*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: -4px;*/
/*    right: 15px;*/
/*    z-index: 6;*/
/*}*/

.main-container-decoration:after {
  content: '';
  position: absolute;
  background: url(../images/lines.svg);
  /* padding-bottom: 316px; */
  width: 100%;
  top: 30%;
  height: 110%;
  z-index: -1;
  background-size: cover;
  padding-bottom: 100px;
}

.main-container-decoration .slick-initialized .slick-slide {
  position: relative;
  padding-bottom: 20px;
}
/* .we-play-content.we-play-container.opinion-content .center-slider .slick-list {
  height: 40vh !important;
} */
.main-container-decoration .slick-initialized .slick-slide {
  padding: 3px;
}
.opinion-content .deco2.animate.animate__animated.animate__bounce.animate__fadeInDown {
  bottom: -16px;
}
.deco1 {
  position: absolute;
  left: -10px;
}
.the-platform-slider .deco2.animate.animate__animated.animate__bounce.animate__fadeInDown {
  position: absolute;
  right: 5%;
  bottom: 10px;
  width: 15%;
}
.coming-container .slick-list {
  padding: 0 !important;
}
.the-platform-slider.center-slider .slide:hover .deco1.animate.animate__animated.animate__bounce.animate__fadeInDown {
  left: 25px;
  top: 69px;
  width: 14%;
}
.deco1.animate.animate__animated.animate__bounce.animate__fadeInDown {
  left: 0%;
  top: 18px;
}
.deco2.animate.animate__animated.animate__bounce.animate__fadeInDown {
  position: absolute;
  right: 1px;
  bottom: 0;
}
.description-banner {
  max-width: 1170px;
  margin: 10px auto 0;
}
/* .we-play-content.we-play-container .center-slider .slick-list {
  height: 56vh !important;
} */
.we-play-content.we-play-container .center-slider .slick-arrow {
  top: 51%;
}
/***** slider-css**/
.sml-slider {
  max-width: 900px;
  margin: 0 auto;
}

.video-link {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.video-link iframe {
  width: 100%;
  margin: 0 auto;
}

.photo-by {
  margin: 55px 0 30px;
}

.row .hamburger-icon {
  top: 20px;
}

.row.coming-soon {
  margin-top: 43px !important;
  display: flex;
}

.coming-soon .slider-title,
.the-platform-slider .slider-title {
  top: -45px;
}

.coming-soon .slider-title h2,
.the-platform-slider .slider-title h2 {
  font-size: 12px;
}

.coming-soon .slider-title .date,
.the-platform-slider .slider-title .date {
  font-size: 11px;
  width: 100%;
}

.coming-soon-box h2 {
  font-size: 12px;
}

.coming-soon-heading {
  height: 64px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 10px;
}

.current-header .header-bg-line {
  background: url('../images/header-line.svg') no-repeat 13% 12px;
  position: relative !important;
  height: 100px;
}

/*.slide.slick-slide.slick-current.slick-active.slick-center .slider-title {*/
/*    position: absolute;*/
/*    top: -82px;*/
/*    z-index: 11111111111;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    text-align: center;*/

/*}*/

/*.slide.slick-slide.slick-current.slick-active.slick-center .slider-title h2 {*/
/*    font-family: 'SegoeUI-Bold', sans-serif;*/
/*    font-size: 22px;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    background: #fff;*/
/*    margin: 0 auto;*/
/*    color: #000 !important;*/
/*    text-align: center;*/
/*}*/

.slide.slick-slide.slick-current.slick-active.slick-center .slider-title p {
  font-size: 14px;
  background: #fff;
  margin: 0 auto;
  color: #000 !important;
  text-align: center;
}

.slick-initialized .slick-slide .child-element a {
  display: block;
  padding: 10px 40px;
  transform: translate(0, 0) scale(1);
  opacity: 0.5;
}

.slick-track {
  padding-top: 120px;
}

.slick-initialized .slick-slide .child-element a {
  display: block;
  padding: 10px 18px;
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.opinion-content .slick-track {
  top: 32px;
}

.slick-slide img {
  display: block;
}

.we-play-container .slick-slide img {
  display: block;
  height: 100%;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  display: none !important;
}

.slider-title {
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  top: -52px;
  display: none;
  background: #fff;
  color: #000 !important;
  height: 60px;
}

.slider-title h2 {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.circle-line-transparent {
  background-color: transparent !important;
}

.circle-line img {
  margin-top: -26px;
  width: 10px;
}

/*.slick-arrow {*/
/*    display: none !important;*/
/*}*/

.main-container .modal-dialog .modal-header {
  padding: 0px;
  border-bottom: none;
}

.modal-dialog {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  padding: 0;
  height: 100vh;
}

.slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}

.modal-body .slick-arrow {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}

.slick-slide {
  padding-bottom: 0;
  cursor: pointer;
}

.modal-body .slick-prev {
  position: absolute;
  left: -65px;
  top: 50%;
  background: transparent;
}

.modal-body .slick-next {
  position: absolute;
  right: -65px;
  top: 50%;
  background: transparent;
}

.modal-slider .slick-track {
  padding-top: 50px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.coming-soon.center-slider .slick-arrow {
  top: 29%;
}
.coming-soon.center-slider .slick-list {
  height: 58vh !important;
}
.ostruzina-modal .modal-dialog,
.edmon-habetyan .modal-dialog {
  max-width: 400px !important;
}
.slick-dots li.slick-active button:before {
  content: '•';
  font-size: 35px;
  color: #000000;
}
.the-platform-slider .slick-track {
  padding-top: 0;
}
.opinion-content.center-slider.opinion-content .slick-arrow {
  top: 48%;
}
#video-link-master-ohan {
  margin-top: 70px;
}
.opinion-content.center-slider .slick-list {
  height: 50vh !important;
}
.slick-dots {
  text-align: center;
  height: 70px;
  z-index: 0;
  position: absolute;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 119px;
  left: 0;
  right: 0;
}

.slick-dots li button:before {
  content: '•';
  font-size: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #dbdbdb;
}

.slick-scale .slick-center {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.slide {
  transition: all 0.5s ease-in-out;
}

.we-play-container .slide:hover,
.platform-container .slide:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: width 2s;
}

.slide.hover:hover .slider-title {
  display: block !important;
}

.modal-body .slick-slide img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.main-container .modal-header {
  padding: 10px;
  border-bottom: none;
}

.modal-body {
  padding: 8px !important;
}

.modal-body .slick-slide {
  padding-bottom: 5px !important;
}

.modal-content {
  padding-bottom: 20px;
}

.next-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 180px;
  color: #000;
  text-decoration: none;
}

.next-page:hover {
  color: #000;
  text-decoration: none;
}

@keyframes move {
  50% {
    top: 200px;
    left: 30px;
  }
}

.a-s-v-and-the-rest .modal-dialog {
  max-width: 400px !important;
}

.main-container-decoration .slick-slider {
  margin-top: 10px;
  background: #fff;
}

/***footer***/
footer {
  padding-top: 200px;
}

.design-by {
  text-align: right;
  color: #a2a2a2;
  font-size: 10px;
}

.footer-panel {
  background: url('../images/footer line.svg') no-repeat bottom left;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.footer-inner.container {
  max-width: 1400px;
  padding-bottom: 40px;
}

.footer-left {
  display: flex;
}

.footer-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opinion-content .slider-title p {
  font-size: 12px;
}
.opinion-content .slider-title h2 {
  font-size: 14px;
}
.opinion-content .slider-title {
  height: 40px;
}
footer h2 {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-brand-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

footer a {
  color: #000;
  font-size: 11px;
  display: block;
  font-weight: bold;
  line-height: 25px;
}

.footer-panel {
  display: flex;
  justify-content: space-between;
}

.subscribe-block button {
  background: #e0e189;
  text-transform: uppercase;
  border: none;
  width: 45%;
  font-size: 14px;
  font-weight: bold;
}

.subscribe-block input {
  border: 1px solid #707070;
  height: 50px;
  width: 86%;
  border-right: none;
  padding-left: 15px;
}

.subscribe-block {
  display: flex;
  width: 100%;
  float: right;
}

.subscribe-block input::placeholder {
  color: #6d6b6b;
  font-size: 16px;
  opacity: 0.36;
}

.sml-container .slick-track {
  transform: translate3d(0, 0, 0) !important;
}

.generic-container {
  max-width: 1200px;
  margin: 0 auto;
}

.we-read-info p {
  margin: 0;
}

.we-read-box {
  margin-top: 30px;
}

.unrecognized-container {
  margin: 20px 0 30px;
}

.unrecognized-container h2 {
  font-size: 20px;
}

.the-platform-slider .sml-slider {
  max-width: 100%;
}

.the-platform-slider {
  display: flex;
  justify-content: center;
}

.the-platform-slider .slide:hover .slider-title {
  top: 0px;
}

.the-platform-slider .slide {
  padding: 20px;
  position: relative;
}

.main-container-decoration .the-platform-slider.slick-initialized .slick-slide {
  width: 19% !important;
}

.mobile-icon {
  display: flex;
  flex-direction: column;
  background-position: 0 0;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 100px;
  margin-top: 20px;
  height: 290px;
}

.mobile-stage-icon {
  background-image: url(../images/menu-top-line.svg);
  position: absolute;
  top: 30px;
}

.mobile-school-icon {
  background-image: url('../images/menu-middle-line.svg');
  position: absolute;
  top: 34px;
}

.mobile-we-icon {
  position: absolute;
  top: -70px;
}
.mobile-kond-icon {
  position: absolute;
  top: -70px;
}

.current-header .mobile-header,
.mobile-header {
  position: relative !important;
}

.mobile-stage-list {
  flex-direction: column;
  display: flex;
}

.mobile-school-inner,
.mobile-we-inner,
.mobile-kond-inner {
  display: none;
}

.mobile-stage-inner {
  display: none;
  z-index: 2;
}

.mobile-menu {
  display: none;
}

.close-btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 50px;
  cursor: pointer;
  height: 50px;
  z-index: 2;
}
.current-inner-container.platform-inner {
  margin-top: 10px;
}
.coming-container .slider-title h2 {
  font-size: 12px;
}
.we-dots.center-slider .slick-list {
  padding-bottom: 20px !important;
}
.we-connect {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 80%;
}

.we-connect > div {
  margin: 70px 10px 10px;
  position: relative;
}

.we-connect > .slide a:hover .deco1,
.we-connect > .slide a:hover .deco2,
.the-platform-slider > .slide a:hover .deco1,
.the-platform-slider > .slide a:hover .deco2 {
  display: block;
}

.the-platform-slider > .slide:hover .deco1 {
  top: 30px;
}

.the-platform-slider a img {
  box-shadow: 1px 2px 7px 0px #efe7e7;
  height: 363px;
}

.mobile-next {
  display: none;
}

.opinion-content .deco1 img,
.opinion-content .deco2 img {
  width: 90%;
}

p.info-link {
  color: #000;
  text-decoration: none;
}

.current-inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
.we-play-container .center-slider.coming-container {
  max-width: 100% !important;
  width: 100%;
}
.center-slider.coming-container .slick-slider {
  width: 100%;
}
.white-decoration {
  display: none;
}
.row .hamburger {
  top: 0;
}
.coming-container .slide:hover .slider-title {
  top: -15%;
}
.row .hamburger {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ecf0f1;
  width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 1;
}
.deco1,
.deco2 {
  width: 50px;
}
.slider-centered .slick-slider {
  width: 98%;
  margin: 0 auto;
}
.the-platform-slider.center-slider .slide:hover .deco1 {
  left: 18px;
  top: 34px;
}
.the-platform-slider.center-slider .slick-slide .deco2 {
  bottom: 1%;
  right: 19px;
}
.center-slider.opinion-content .slick-arrow {
  top: 37%;
}
.we-play-container .opinion-content .slick-next {
  right: -48px;
}
.we-play-container .opinion-content .slick-slide .deco2 {
  bottom: -1%;
}
.we-play-container .opinion-content .slick-slide .deco1 {
  top: 5%;
}
.container-not-hover .main-container-decoration:after {
  background: none !important;
}
.show-mob {
  display: none;
}
.show-desktop {
  display: block;
}
@media screen and (max-width: 991px) {
  .show-mob {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}
