

/* Start:/local/templates/prolutex/assets/css/blog.css?1711829562453*/
.main {
  background-image: url(/local/templates/prolutex/assets/css/../img/articles-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255);
}

p {
  line-height: 130%;
}

@media (max-width: 1199px) {
  .main {
    background-image: url(/local/templates/prolutex/assets/css/../img/articles-bg-1024.png);
  }
}

@media (max-width: 480px) {
  .main {
    background-size: 100% !important;
    background-image: url(/local/templates/prolutex/assets/css/../img/articles-bg-320.png);
  }
}
/* End */


/* Start:/local/templates/prolutex/components/bitrix/news/news/bitrix/news.detail/event/style.css?176296866818020*/
@charset "UTF-8";
.main {
  background-image: url(/local/templates/prolutex/assets/img/one-article-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.one-article {
  padding-bottom: 0 !important;
}

.one-article p {
  margin-bottom: 24px;
}

.one-article__description {
  margin-bottom: 24px;
}

.one-article__subtitle {
  font-size: 28px;
  line-height: 34px;
  max-width: 550px;
}

.one-article__preview {
  height: 420px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin-bottom: 34px;
  -webkit-box-shadow: 0px 7px 25px rgba(111, 88, 140, 0.15);
  box-shadow: 0px 7px 25px rgba(111, 88, 140, 0.15);
}

.one-article__text {
  margin-bottom: 24px;
}

.one-article__text-img {
  width: 504px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.one-article__text-img.right {
  float: right;
  margin-left: 24px;
  margin-bottom: 10px;
}

.one-article__text-img.left {
  float: left;
  margin-right: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .main {
    background-image: url(/local/templates/prolutex/assets/img/one-article-bg-1024.png);
  }
  .one-article__preview {
    height: 348px;
  }
  .one-article__text-img {
    width: 462px;
    height: 418px;
  }
}
@media (max-width: 767px) {
  .one-article__text-img.right,
  .one-article__text-img.left {
    width: 100%;
    clear: both;
    height: 300px;
  }
  .one-article__preview {
    height: 300px;
  }
  .one-article__subtitle {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .main {
    background-image: url(/local/templates/prolutex/assets/img/one-article-bg-320.png);
  }
  .one-article__subtitle {
    font-size: 22px;
    line-height: 27px;
  }
  .one-article__preview {
    height: 180px;
  }
  .one-article__text-img.right, .one-article__text-img.left {
    height: 262px;
  }
  .h1 {
    margin-bottom: 14px;
  }
  .one-article__preview {
    margin-bottom: 30px;
  }
  .blog-pagination__up {
    margin-top: 14px;
  }
}
.one-webinar .hidden {
  display: none !important;
}

.one-webinar__subtitle {
  font-size: 28px;
  max-width: 550px;
  line-height: 34px;
  margin-bottom: 40px;
}

.one-webinar__link {
  -webkit-filter: drop-shadow(0px 7px 25px rgba(111, 88, 140, 0.2));
  filter: drop-shadow(0px 7px 25px rgba(111, 88, 140, 0.2));
  height: 698px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  margin-bottom: 34px;
  width: 100%;
}

.one-webinar__preview {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.one-webinar__play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 178px;
  height: 178px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #DBC3E3;
  -webkit-box-shadow: 0px 4px 22px rgba(90, 74, 96, 0.34);
  box-shadow: 0px 4px 22px rgba(90, 74, 96, 0.34);
}

.one-webinar__play-img {
  margin-left: 10px;
}

.one-webinar__text {
  margin-bottom: 24px;
}

.one-webinar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.one-webinar__details {
  display: block;
  width: auto;
  margin-right: 60px;
  font-size: 16px;
  line-height: 130%;
}

.one-webinar__details.event {
  margin-right: 162px;
}

.one-webinar__details .one-webinar__details-accent {
  margin-bottom: 10px;
  display: block;
  width: auto;
}

.one-webinar__desc {
  margin-bottom: 24px;
}

.one-webinar__frame {
  position: relative;
  height: 418px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.one-webinar__description {
  margin-bottom: 24px;
}

.one-webinar__label {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #854B9C;
  border: 1px solid #854B9C;
  border-radius: 4px;
  padding: 5px 15px;
}

.one-webinar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-webinar__join {
  padding: 18px 50px;
}

.one-webinar__join-name {
  margin-right: 0;
}

.blog__title {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .one-webinar__link {
    height: 530px;
  }
  .one-webinar__play {
    height: 124px;
    width: 124px;
  }
  .one-webinar__play-img {
    width: 36px;
    height: 32px;
    margin-left: 6px;
  }
  .one-webinar__details.event {
    margin-right: 60px;
  }
  .one-webinar__frame {
    height: 348px;
  }
  .one-webinar__subtitle {
    margin-bottom: 24px;
  }
  .blog__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .one-webinar__link {
    height: 430px;
  }
  .one-webinar-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .one-webinar__join {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .one-webinar__link {
    height: 350px;
  }
  .one-webinar__frame {
    height: 300px;
  }
  .one-webinar-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .one-webinar__details.event {
    margin-right: 0;
  }
  .one-webinar__details {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .one-webinar-info {
    margin-bottom: 0;
  }
  .blog__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .h1 {
    margin-bottom: 12px;
  }
  .one-webinar__link {
    height: 162px;
  }
  .one-webinar__play {
    height: 60px;
    width: 60px;
  }
  .one-webinar__play-img {
    width: 18px;
    height: 16px;
    margin-left: 4px;
  }
  .one-webinar__subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .one-webinar__link {
    margin-bottom: 28px;
  }
  .blog-pagination__up {
    margin-top: 14px;
  }
  .one-webinar__frame {
    height: 180px;
  }
  .one-webinar__label {
    left: 20px;
    bottom: 10px;
  }
  .one-webinar__join {
    padding: 18px 0;
  }
}
.details_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
  align-items: center;
  padding: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.details_btns + .one-webinar__description {
  margin-top: 30px;
}

.detail_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 182, 217, 0.3);
  min-width: 140px;
  position: relative;
}
.detail_btn .link_hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
}

.detail_video video {
  aspect-ratio: 16/9;
  display: flex;
  max-width: 100% !important;
  max-height: 60vh;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

.detail_btn:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(255, 182, 217, 0.3);
  border-color: rgba(255, 182, 217, 0.6);
}

.detail_btn:active {
  transform: translateY(-2px);
  transition: all 0.1s ease;
}

.detail_btn svg {
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(139, 191, 255, 0.2));
  width: 120px;
  height: 120px;
}

.detail_btn:hover svg {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 12px rgba(139, 191, 255, 0.3));
}

.detail_btn_text {
  font-weight: 600;
  color: #FF85C2;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1.3;
  padding: 0 10px;
}

.detail_btn:hover .detail_btn_text {
  color: #5D8BF4;
  transform: scale(1.05);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .details_btns {
    gap: 20px;
    padding: 15px;
  }
  .detail_btn {
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .details_btns {
    gap: 15px;
    flex-direction: column;
  }
}
/* Стили для женственного POPUP окна */
.prolutex_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.prolutex_popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(248, 229, 240, 0.9) 0%, rgba(199, 155, 204, 0.8) 50%, rgba(185, 134, 190, 0.9) 100%);
  backdrop-filter: blur(10px) saturate(180%);
}

.popup-container {
  position: relative;
  max-width: 1230px;
  width: 90%;
  max-height: 90vh;
  background: linear-gradient(145deg, #ffffff 0%, #fff5f7 100%);
  border-radius: 12px;
  box-shadow: 0 25px 50px rgba(255, 105, 180, 0.2), 0 15px 35px rgba(255, 182, 193, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  animation: popupAppear 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 35px;
  background: linear-gradient(135deg, #ddb9df 0%, #c193c5 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.popup-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.3;
}

.popup-header .h2 {
  margin: 0 !important;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.popup-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: white;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

.popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.popup-content {
  padding: 35px;
  overflow-y: auto;
  max-height: calc(90vh - 95px);
  background: linear-gradient(to bottom, #ffffff, #fffafb);
}

/* Кнопка открытия POPUP */
.open-popup-btn {
  background: linear-gradient(135deg, #f1d7ea 0%, #cea3d0 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 105, 180, 0.3), 0 4px 10px rgba(255, 182, 193, 0.4);
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.open-popup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.open-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 105, 180, 0.4), 0 6px 15px rgba(255, 182, 193, 0.5);
}

.open-popup-btn:hover::before {
  left: 100%;
}

.open-popup-btn:active {
  transform: translateY(0);
}

/* Стили для скроллбара */
.popup-content::-webkit-scrollbar {
  width: 8px;
}

.popup-content::-webkit-scrollbar-track {
  background: #ffe4e9;
  border-radius: 4px;
}

.popup-content::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ffb6c1 0%, #ff69b4 100%);
  border-radius: 4px;
}

.popup-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
}

/* Декоративные элементы */
.popup-container::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  opacity: 0.3;
  animation: float 20s infinite linear;
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50px, -50px) rotate(360deg);
  }
}
/* Адаптивность */
@media (max-width: 768px) {
  .popup-container {
    width: 95%;
    margin: 15px;
    border-radius: 20px;
  }
  .popup-header {
    padding: 20px 25px;
  }
  .popup-content {
    padding: 25px;
  }
  .popup-header h2 {
    font-size: 1.3rem;
  }
  .popup-close {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .popup-container {
    width: 98%;
    margin: 10px;
  }
  .popup-header {
    padding: 15px 20px;
  }
  .popup-content {
    padding: 20px;
  }
}
/* Стили для кнопки скачивания фото в женских цветах */
.download-all-photos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background: linear-gradient(135deg, #FF85C2 0%, #FFA8D5 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(255, 133, 194, 0.3);
  transition: all 0.3s ease;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
  font-family: "Arial", sans-serif;
  min-width: 280px;
  text-align: center;
  line-height: 1.4;
}

.download-all-photos-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.download-all-photos-btn:hover {
  background: linear-gradient(135deg, #FF6BAE 0%, #FF95CC 100%);
  box-shadow: 0 6px 20px rgba(255, 133, 194, 0.5);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

.download-all-photos-btn:hover::before {
  left: 100%;
}

.download-all-photos-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(255, 133, 194, 0.4);
}

.download-all-photos-btn.ready {
  background: linear-gradient(135deg, #FF85C2 0%, #FFA8D5 100%);
  animation: pulse 2s infinite;
}

.download-all-photos-btn.loading {
  background: linear-gradient(135deg, #E8A4C2 0%, #F5C6DC 100%);
  cursor: not-allowed;
}

.download-all-photos-btn .btn-icon {
  margin-right: 10px;
  font-size: 18px;
}

.download-all-photos-btn .btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-all-photos-btn .btn-main-text {
  font-size: 16px;
  font-weight: bold;
}

.download-all-photos-btn .btn-sub-text {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.9;
  margin-top: 2px;
}

/* Анимация пульсации для готового архива */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(255, 133, 194, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(255, 133, 194, 0.6);
  }
  100% {
    box-shadow: 0 4px 15px rgba(255, 133, 194, 0.3);
  }
}
/* Стили для контейнера кнопки */
.download-photos-container {
  margin: 25px 0;
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #FFF5FA 0%, #FFEFF7 100%);
  border-radius: 15px;
  border: 1px solid #FFD1E6;
}

.download-status-text {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #FF6BAE;
  font-weight: 500;
}

.download-size-info {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 8px;
  background: rgba(255, 133, 194, 0.1);
  border-radius: 10px;
  font-size: 11px;
  color: #FF85C2;
  border: 1px solid rgba(255, 133, 194, 0.2);
}

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

/* End */


/* Start:/local/templates/prolutex/components/bitrix/news.list/similar/style.css?176168579740*/


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

/* End */
/* /local/templates/prolutex/assets/css/blog.css?1711829562453 */
/* /local/templates/prolutex/components/bitrix/news/news/bitrix/news.detail/event/style.css?176296866818020 */
/* /local/templates/prolutex/components/bitrix/news.list/similar/style.css?176168579740 */
