<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

#add-info-images-node {
  height: 519px !important;
}
#add-info-info-node {
  height: 526px !important;
  justify-content: end !important;
  align-items: end;
}

#add-info-container {
  margin-bottom: 0px !important;
  padding: 37px 47px 0px 47px;
  align-items: start;
}

/* #info-title {
  font-size: 55px !important;
} */

#text-info-node {
  height: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 37px 47px 37px 47px;
}

#info-node-content {
  margin-top: 40px !important;
  width: 550px !important;
  height: auto;
  gap: 25px;
}


#faces-carousel-container {
  width: 1080px;
  height: 856px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
}

.carousel-container {
  /* height: 793px; */
  width: 60%;
}

#events-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 70px;
}

#events-content {
  width: 1080px;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  align-items: center;
}

#events-images {
  gap: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.events-images-row {
  display: flex;
  gap: 30px;
  height: 300px;
}

.image-container {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: blueviolet;
}

#carousel-container {
  width: 100%;
}
.carousel-small {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}
#under-text {
  width: 80%;
  margin-top: 40px;
  align-self: center;
}
.under-text-name {
  font-size: 32px;
  font-weight: 600;
}
.under-text-prof {
  font-size: 18px;
  font-weight: 400;
}
.under-text-main {
  font-size: 19px;
  font-weight: 400;
  margin-top: 30px;
}
#video-preview{
  background-image: url("/../images/al_pc_about.webp");
}

#add-info-info-node {
  background-color: transparent;
}
.main_content{
  background-color: #151515;
}

.about-bottom-button-container{
  width: 100%;
  justify-content: center;
  gap: 33px;
  margin: 35px;
}
#owl-carousel-container{
  height: 145vw;
  display: none;
}

@media screen and (max-width: 1280px) {
  #text-info-node {
    height: auto !important;
    background-color: inherit !important;
    gap: 1vw !important;
    padding: 20px;
    margin-bottom: 35px;
  }
  #add-info-container {
    padding: 0px;
  }
  #events-content {
    width: 100%;
  }
  #add-info-images-node {
    height: 104vw !important;
  }

  .events-images-row {
    height: auto;
    flex-direction: column;
    gap: 2vw;
  }
  #add-info-info-node {
    height: 100% !important;
    width: 100%;
    justify-content: flex-start !important;
  }
  #info-node-content {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100% !important;
    width: 100% !important;
    margin-top: 0px !important;
  }

  #events-images {
    gap: 2vw;
  }

  #under-text {
    width: 100%;
  }
  #add-info-video-node {
    max-width: none;
    height: auto;
    padding-bottom: 130%;
    order: 2;
  }

  .image-container {
    padding-bottom: 70%;
    height: auto;
  }
}

.button-main-afisha3{
  border-radius: 0px 0px 5px 5px;
}

@media screen and (max-width: 768px) {
  #info-title {
    font-size: 24px !important;
  }
  .info-text {
    font-size: 13px !important;
  }
  #owl-carousel-container{
    height: 120vw !important;
  }
  #videoContainer{
    margin-top: 38vw;
  }
}

@media screen and (max-width: 480px) {
  #add-info-images-node {
    margin-top: 0px !important;
  }
}
</pre></body></html>