@charset "UTF-8";
.review-section {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.review-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review-section-title h2 {
  max-width: 650px;
}

.review-section-desc {
  max-width: 510px;
  padding: 0 0 0 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .review-section-desc {
    padding: 0;
  }
}
.review-section-desc::before {
  content: "";
  background-color: #FF781E;
  position: absolute;
  width: 1px;
  height: 124px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .review-section-desc::before {
    display: none;
  }
}

.review-section__container._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review-section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .review-section-actions {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0px;
    margin-bottom: 20px;
    gap: 24px !important;
    margin-top: 0px;
  }
}

.section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.section-actions:first-child {
  gap: 22px;
}

.secondary-btn, .primary-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  min-width: 140px;
  text-align: center;
}

.secondary-btn {
  background: transparent;
  color: #0D657A;
  border: 2px solid #0D657A;
}
.secondary-btn:hover {
  background: #0D657A;
  color: #fff;
}

.primary-btn {
  background: #FF781E;
  color: #fff;
  border: 2px solid #FF781E;
}
.primary-btn:hover {
  background: #e66a1a;
  border-color: #e66a1a;
}

.review-swiper {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .review-swiper {
    margin-top: 20px;
  }
}

.review-section-item {
  background: -webkit-gradient(linear, left bottom, left top, from(#F9F9F9), to(#F9F9F9)), -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(40%, #F9F9F9));
  background: linear-gradient(0deg, #F9F9F9, #F9F9F9), linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 40%);
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.0784313725);
          box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.0784313725);
  border-radius: 20px;
  overflow: hidden;
  padding: 24px;
}
.review-section-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to top, #F1F1F1 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.review-section-user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.review-section-user img {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
}

.review-section-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.review-user-label p {
  color: #303030;
  font-size: clamp(20px, 1.1111111111vw + 16px, 32px);
  font-weight: 400;
  font-family: "Oranienbaum", serif;
  margin: 0;
  line-height: 120%;
}

.review-user-spec p {
  color: #575757;
  margin: 0;
  font-weight: 400;
}

.review-section-bg {
  position: absolute;
  top: 7%;
  left: 40%;
  z-index: 0;
  opacity: 0.6;
}
.review-section-bg img {
  width: 270px;
  height: 322px;
  -o-object-fit: contain;
     object-fit: contain;
}

.review-section-item-bg {
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: -150px;
  left: -140px;
  z-index: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, #0D657A, #0D657A), linear-gradient(225deg, #1E91AC 17.51%, #0C6478 45.58%);
}

@media (max-width: 1200px) {
  .review-section-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .review-section-title {
    padding-right: 0;
    border: none;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
  }
  .review-section-title::after {
    content: "";
    position: absolute;
    background-color: #FF781E;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 200px;
  }
  .review-section-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .review-section-bg {
    top: 40%;
    left: 20%;
  }
  .review-section-bg img {
    width: 173px;
    height: 205px;
  }
  .review-section-actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 650px) {
  .section-actions__btn {
    width: 100%;
  }
  .section-actions__btn a {
    width: 100%;
    text-align: center;
  }
  .review-section-content {
    gap: 15px;
  }
  .review-section-title {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .review-section {
    padding: 50px 0;
    gap: 24px;
  }
  .review-section__container {
    padding: 0 16px;
  }
  .review-section-actions {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }
  .review-section-actions .section-actions:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review-section-actions .section-actions:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .secondary-btn, .primary-btn {
    min-width: 220px;
  }
  .review-section-bg {
    top: 18%;
    left: 60%;
  }
  .review-section-bg img {
    width: 128px;
    height: 152px;
  }
  .review-section-item-bg {
    left: -160px;
  }
  .review-section-user img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 560px) {
  .review-section {
    padding: 25px 0;
  }
  .review-section__container {
    padding: 0 12px;
  }
  .review-section-user {
    gap: 16px;
  }
  .review-section-item {
    padding: 16px 20px 20px;
  }
  .review-section-actions .section-actions:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .review-section-actions .section-actions:last-child button {
    width: 100%;
    min-width: auto;
  }
  .review-section-title::after {
    width: 100px;
  }
}
.review-section-desc-global span {
  color: #0D657A;
  font-size: clamp(20px, 0.3703703704vw + 18.6666666667px, 24px);
  font-weight: 600;
}
.review-section-desc-global strong {
  color: #0D657A;
}

.review-section-desc ul {
  margin: 15px 0 0 20px;
}
.review-section-desc ul li {
  list-style: disc;
  color: #575757;
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
}

.partners-section .review-section-desc::before {
  height: 100%;
}
.partners-section .review-section-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.partners-section .partners-section__container._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partners-section .section-actions {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 650px) {
  .partners-section .section-actions {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 650px) {
  .partners-section .partners-swiper {
    margin-top: 25px;
  }
}

@media (max-width: 650px) {
  .review-section-title::after {
    width: 200px;
  }
}
.section-4-content-block {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.swiper.section-4-swiper {
  margin-top: -90px;
}
@media (max-width: 650px) {
  .swiper.section-4-swiper {
    margin-top: -80px;
  }
}
.swiper.section-4-swiper .section-4-content-text {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .swiper.section-4-swiper .section-4-content-text {
    margin-right: 130px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .swiper.section-4-swiper .section-4-content-text .section-4-content-label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}

.section-actions {
  position: relative;
  z-index: 4;
}

.section-4-items__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -22.5px;
}
@media (max-width: 991px) {
  .section-4-items__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    gap: 25px;
  }
}
.section-4-items__rows .section-4-item-elem {
  padding: 22.5px;
  text-align: center;
}
@media (max-width: 991px) {
  .section-4-items__rows .section-4-item-elem {
    padding: 0;
  }
}
.section-4-items__rows .section-4-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(40%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 40%);
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.0784313725);
          box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.0784313725);
}
.section-4-items__rows .section-4-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to top, #F1F1F1 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

@media (max-width: 550px) {
  .section-4 .section-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-4-content .section-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-4-content {
    padding-top: 20px !important;
  }
}
.calendar {
  padding: 50px 0 50px 0;
}
@media (max-width: 991px) {
  .calendar {
    padding: 25px 0;
  }
}

.calendar__title {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #0D657A;
}
@media (max-width: 650px) {
  .calendar__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.calendar-content {
  position: relative;
}

.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.calendar-header .calendar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.calendar-header .calendar-navigation .nav-button {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
          box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(70.21%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 70.21%);
  position: relative;
}
.calendar-header .calendar-navigation .nav-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to bottom, #F1F1F1 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.calendar-header .calendar-navigation .nav-button:hover:not(:disabled) {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.calendar-header .calendar-navigation .nav-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.calendar-header .calendar-navigation .nav-button svg {
  width: 20px;
  height: 20px;
}
.calendar-header .calendar-navigation .calendar-title {
  font-family: "Cormorant Infant", serif;
  font-size: 48px;
  font-weight: 500;
  color: #303030;
  min-width: 260px;
  margin: 0;
}
@media (max-width: 550px) {
  .calendar-header .calendar-navigation .calendar-title {
    min-width: 190px;
  }
}
.calendar-header .calendar-navigation .calendar-title .year-highlight {
  color: #0D657A;
  text-transform: uppercase;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper {
  display: inline-block;
  margin-left: 8px;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select {
  display: inline-block;
  min-width: 80px;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-trigger {
  padding: 4px 8px;
  min-height: auto;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-trigger:hover {
  border-color: #0D657A;
  background: #fff;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-trigger .select-value {
  font-size: 48px;
  font-weight: 400;
  color: #0D657A;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-trigger .select-arrow {
  margin-left: 8px;
  display: none !important;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-dropdown {
  min-width: 240px;
  top: calc(100% + 8px);
}
@media (max-width: 650px) {
  .calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-dropdown {
    top: 50px;
    height: 300px;
    overflow: auto;
    max-height: 600px;
    border-radius: 16px;
    position: absolute;
    min-width: 150px;
  }
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-dropdown .select-option {
  font-size: 21px;
  color: #303030;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
@media (max-width: 650px) {
  .calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-dropdown .select-option {
    padding: 14px 18px;
    min-height: 35px;
  }
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-dropdown .select-option:last-child {
  border: none;
}
.calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-dropdown .select-option.active {
  color: #0D657A;
  background: #fff;
}
.calendar-header .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .calendar-header .header-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-header .today-button {
  padding: 8px 20px 12px 20px;
  background: #0D657A;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.calendar-header .today-button:hover {
  background: #0a5866;
}
.calendar-header .calendar-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
}
.calendar-header .calendar-tabs .tab-button {
  padding: 12px 30px 16px 30px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #044D5E;
  cursor: pointer;
  background-color: #E6EDEF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  min-width: 191px;
  border-radius: 16px;
}
@media (max-width: 650px) {
  .calendar-header .calendar-tabs .tab-button {
    min-width: 50%;
    height: 46px;
  }
}
.calendar-header .calendar-tabs .tab-button.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#0D657A), to(#044D5E));
  background: linear-gradient(180deg, #0D657A 0%, #044D5E 100%);
  color: #F9F9F9;
}
.calendar-header .calendar-tabs .tab-button:not(.active):hover {
  background: #f0f0f0;
  color: #303030;
}

.calendar-filters {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .calendar-filters {
    margin-bottom: 20px;
  }
}
.calendar-filters .filter-group {
  position: relative;
}
.calendar-filters .filter-group label {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 4px;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select .select-trigger {
  width: 100%;
  padding: 12px 30px 16px 30px;
  border: 1px solid #D1D8DB;
  border-radius: 16px;
  background: #f8f9fa;
  color: #888888;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 54px;
  background-color: #E6EDEF;
  position: relative;
}
.custom-select .select-trigger:hover {
  border-color: #0D657A;
  background: rgba(230, 237, 239, 0.7411764706);
}
.custom-select .select-trigger .select-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.custom-select .select-trigger .select-arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.custom-select.open .select-trigger {
  border-color: #0D657A;
  background: rgba(230, 237, 239, 0.7411764706);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select.open .select-trigger .select-arrow {
  -webkit-transform: rotate(180deg) translate(0, 2px);
          transform: rotate(180deg) translate(0, 2px);
}
.custom-select.open .select-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.custom-select .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(70.21%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 70.21%);
  border-top: none;
  border-radius: 16px;
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
          box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
}
.custom-select .select-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 101, 122, 0.1019607843)), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to top, rgba(13, 101, 122, 0.1019607843) 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.custom-select .select-dropdown .select-option {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #303030;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.custom-select .select-dropdown .select-option:hover {
  background: #f8f9fa;
}
.custom-select .select-dropdown .select-option.active {
  background: #e8f4f8;
  color: #0D657A;
  font-weight: 500;
}
.custom-select .select-dropdown .select-option:last-child {
  border-radius: 0 0 8px 8px;
}

.custom-select.city-select .select-dropdown .city-search-wrapper {
  padding: 8px 12px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input {
  width: 100%;
  padding: 8px 16px 8px 32px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #f8f9fa;
  font-size: 0.85rem;
  color: #303030;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::-webkit-input-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::-moz-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input:-ms-input-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::-ms-input-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input:focus {
  outline: none;
  border-color: #0D657A;
  background: #fff;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.calendar-weekdays {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin-bottom: 1px;
  background: #e0e0e0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.calendar-weekdays .weekday {
  background: #f5f5f5;
  padding: 12px 8px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: #666;
}

.calendar-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: #e0e0e0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  min-height: 400px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity;
}
.calendar-grid.transitioning {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.calendar-grid.slide-left {
  -webkit-animation: slideInFromLeft 0.3s ease-out;
          animation: slideInFromLeft 0.3s ease-out;
}
.calendar-grid.slide-right {
  -webkit-animation: slideInFromRight 0.3s ease-out;
          animation: slideInFromRight 0.3s ease-out;
}
.calendar-grid .calendar-day {
  background: #fff;
  min-height: 80px;
  padding: 8px;
  position: relative;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.calendar-grid .calendar-day.other-month {
  background: #fafafa;
  color: #ccc;
}
.calendar-grid .calendar-day.other-month .day-number {
  color: #ccc;
}
.calendar-grid .calendar-day.today {
  background: #f0f8ff;
}
.calendar-grid .calendar-day.today .day-number {
  background: #0D657A;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.calendar-grid .calendar-day .day-number {
  font-size: 0.85rem;
  font-weight: 400;
  color: #303030;
  margin-bottom: 4px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.calendar-grid .calendar-day .day-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.calendar-grid .calendar-day .day-events .calendar-event {
  margin-bottom: 2px;
}
.calendar-grid .calendar-day .day-events .calendar-event:last-child {
  margin-bottom: 0;
}
.calendar-grid .calendar-day .day-events .calendar-event.more-events {
  background: #666 !important;
  color: white !important;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
}
.calendar-grid .calendar-day .day-events .calendar-event.more-events:hover {
  background: #555 !important;
}
.calendar-grid .calendar-day .day-events .calendar-event.more-events .event-title {
  font-weight: 500;
}

.calendar-grid {
  position: relative; /* чтобы абсолютные полоски позиционировались внутри */
}

.calendar-event-span {
  position: absolute;
  height: 24px; /* или тот же размер, что у .calendar-event */
  line-height: 24px; /* чтобы текст центровался */
  border-radius: 4px;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  z-index: 2;
}

.calendar-event-span:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.calendar-event-span {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 0.85rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.calendar-event-span.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Иконка и текст внутри полоски */
.calendar-event-span .span-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar-event-span .span-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar-event {
  background: #FF6B35;
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-height: 20px;
  will-change: transform;
}
.calendar-event:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.calendar-event .event-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem;
}
.calendar-event .event-info-icon {
  font-size: 0.7rem;
  opacity: 0.8;
}
.calendar-event.new-event {
  -webkit-animation: fadeInUp 0.4s ease-out;
          animation: fadeInUp 0.4s ease-out;
}

.events-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 20px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity;
}
.events-list .event-card {
  background: -webkit-gradient(linear, left bottom, left top, from(#F9F9F9), to(#F9F9F9)), -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(40%, #F9F9F9));
  background: linear-gradient(0deg, #F9F9F9, #F9F9F9), linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 40%);
  border-radius: 20px;
  padding: 24px;
  -webkit-box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.08);
          box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.08);
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-list .event-card .event-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #303030;
  margin-bottom: 12px;
  line-height: 1.3;
}
.events-list .event-card .event-card-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
}
.events-list .event-card .event-card-date {
  font-size: 1rem;
  color: #0D657A;
  font-weight: 600;
  margin-bottom: 16px;
}
.events-list .event-card .event-card-points {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.events-list .event-card .event-card-points .point-item {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 4px;
  position: relative;
  padding-left: 8px;
}
.events-list .event-card .event-card-points .point-item::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #999;
}
.events-list .event-card .event-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-list .event-card .event-card-actions .event-card-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.events-list .event-card .event-card-actions .event-card-btn.announce-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF781E), to(#E76E1D));
  background: linear-gradient(180deg, #FF781E 0%, #E76E1D 100%);
  color: white;
}
.events-list .event-card .event-card-actions .event-card-btn.announce-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.events-list .event-card .event-card-actions .event-card-btn.goto-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#0D657A), to(#044D5E));
  background: linear-gradient(180deg, #0D657A 0%, #044D5E 100%);
  color: white;
}
.events-list .event-card .event-card-actions .event-card-btn.goto-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.events-list .event-card > * {
  position: relative;
  z-index: 1;
}
.events-list .event-card.new-item {
  -webkit-animation: fadeInScale 0.3s ease-out;
          animation: fadeInScale 0.3s ease-out;
}
.events-list .no-events {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #e0e0e0;
  margin: 0;
}
.events-list .no-events::before {
  content: "📅";
  display: block;
  font-size: 3rem;
  margin-bottom: 16px;
  opacity: 0.5;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.modal-overlay.active {
  opacity: 1;
}
.modal-overlay .modal-content {
  background: white;
  border-radius: 16px;
  padding: 32px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  -webkit-transform: scale(0.7) translateY(-50px);
          transform: scale(0.7) translateY(-50px);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-overlay.active .modal-overlay .modal-content {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
.modal-overlay .modal-content .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-overlay .modal-content .modal-close:hover {
  background: #f0f0f0;
  color: #333;
}
.modal-overlay .modal-content .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #303030;
  margin-bottom: 16px;
  line-height: 1.3;
  padding-right: 40px;
}
.modal-overlay .modal-content .modal-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.modal-overlay .modal-content .modal-description strong {
  font-weight: 600;
  color: #303030;
}
.modal-overlay .modal-content .modal-description br {
  margin-bottom: 8px;
}
.modal-overlay .modal-content .modal-description p {
  margin-bottom: 12px;
}
.modal-overlay .modal-content .modal-description p:last-child {
  margin-bottom: 0;
}
.modal-overlay .modal-content .modal-date {
  font-size: 1.1rem;
  color: #0D657A;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal-overlay .modal-content .modal-points {
  margin-bottom: 24px;
}
.modal-overlay .modal-content .modal-points .points-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-overlay .modal-content .modal-points .points-list li {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 6px;
  position: relative;
  padding-left: 12px;
}
.modal-overlay .modal-content .modal-points .points-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #999;
}
.modal-overlay .modal-content .modal-points .points-list li:last-child {
  margin-bottom: 0;
}
.modal-overlay .modal-content .modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.modal-overlay .modal-content .modal-actions .modal-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-overlay .modal-content .modal-actions .modal-btn.announce-btn {
  background: #0D657A;
  color: white;
}
.modal-overlay .modal-content .modal-actions .modal-btn.announce-btn:hover {
  background: #0D657A;
}
.modal-overlay .modal-content .modal-actions .modal-btn.goto-btn {
  background: #0D657A;
  color: white;
}
.modal-overlay .modal-content .modal-actions .modal-btn.goto-btn:hover {
  background: #0a5866;
}

.day-events-modal .modal-content {
  max-width: 450px;
  max-height: 70vh;
}
.day-events-modal .modal-content h3 {
  margin-bottom: 20px;
  color: #303030;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
}
.day-events-modal .modal-content .day-events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.day-events-modal .modal-content .day-events-list::-webkit-scrollbar {
  width: 6px;
}
.day-events-modal .modal-content .day-events-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.day-events-modal .modal-content .day-events-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.day-events-modal .modal-content .day-events-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.day-events-modal .modal-content .day-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #f8f9fa;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.day-events-modal .modal-content .day-event-item:hover {
  background: #e9ecef;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: #0D657A;
  -webkit-box-shadow: 0 2px 8px rgba(13, 101, 122, 0.1);
          box-shadow: 0 2px 8px rgba(13, 101, 122, 0.1);
}
.day-events-modal .modal-content .day-event-item .event-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.day-events-modal .modal-content .day-event-item .event-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.day-events-modal .modal-content .day-event-item .event-info .event-title {
  font-weight: 600;
  color: #303030;
  margin-bottom: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.day-events-modal .modal-content .day-event-item .event-info .event-details {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.2;
}
.day-events-modal .modal-content .day-event-item.new-item {
  -webkit-animation: fadeInScale 0.3s ease-out;
          animation: fadeInScale 0.3s ease-out;
}

.event-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  max-width: 250px;
}
@media (max-width: 991px) {
  .event-tooltip {
    display: none !important;
  }
}
.event-tooltip.show {
  opacity: 1;
}
.event-tooltip .tooltip-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.event-tooltip .tooltip-date {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-bottom: 2px;
}
.event-tooltip .tooltip-location {
  font-size: 0.8rem;
  opacity: 0.8;
}
.event-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.calendar-empty-state {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  text-align: center;
  background: #fafafa;
  border-radius: 12px;
  padding: 40px 20px;
}
.calendar-empty-state.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s ease-out;
          animation: fadeIn 0.4s ease-out;
}
.calendar-empty-state .empty-state-content {
  max-width: 300px;
}
.calendar-empty-state .empty-state-content .empty-state-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.calendar-empty-state .empty-state-content h3 {
  font-size: 1.4rem;
  color: #303030;
  margin-bottom: 12px;
  font-weight: 600;
}
.calendar-empty-state .empty-state-content .empty-state-message {
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 1rem;
}
.calendar-empty-state .empty-state-content .reset-filters-btn {
  background: linear-gradient(135deg, #0D657A 0%, #1E91AC 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(13, 101, 122, 0.3);
          box-shadow: 0 2px 8px rgba(13, 101, 122, 0.3);
}
.calendar-empty-state .empty-state-content .reset-filters-btn:hover {
  background: linear-gradient(135deg, #0a5866 0%, #1a7d96 100%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(13, 101, 122, 0.4);
          box-shadow: 0 4px 12px rgba(13, 101, 122, 0.4);
}
.calendar-empty-state .empty-state-content .reset-filters-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.calendar-empty-state.fade-in {
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
}

.calendar-loader {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  text-align: center;
}
.calendar-loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-loader .spinner {
  margin-bottom: 12px;
}
.calendar-loader .spinner .spinner-circle {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #0D657A;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  -webkit-box-shadow: 0 2px 4px rgba(13, 101, 122, 0.2);
          box-shadow: 0 2px 4px rgba(13, 101, 122, 0.2);
}
.calendar-loader p {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-button:focus-visible,
.today-button:focus-visible,
.tab-button:focus-visible,
.custom-select .select-trigger:focus-visible,
.reset-filters-btn:focus-visible {
  outline: 2px solid #0D657A;
  outline-offset: 2px;
}

.calendar-event:focus-visible,
.day-event-item:focus-visible {
  outline: 2px solid #0D657A;
  outline-offset: 1px;
}

@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .calendar-filters {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .calendar-container {
    padding: 0px;
  }
  .calendar-filters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .calendar-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .calendar-header .calendar-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calendar-header .calendar-navigation .calendar-title {
    font-size: 32px;
  }
  .calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-trigger .select-value {
    font-size: 32px;
  }
  .calendar-header .header-actions {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calendar-header .header-actions .today-button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .calendar-header .header-actions .calendar-tabs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .calendar-header .header-actions .calendar-tabs .tab-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 16px;
  }
  .calendar-grid .calendar-day {
    min-height: 60px;
    padding: 4px;
  }
  .events-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .modal-content {
    padding: 24px;
    margin: 20px;
  }
  .modal-content .modal-title {
    font-size: 1.25rem;
  }
  .modal-content .modal-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-content .modal-actions .modal-btn {
    width: 100%;
  }
  .day-events-modal .modal-content {
    margin: 20px;
    max-height: calc(100vh - 40px);
  }
  .day-events-modal .modal-content .day-events-list {
    max-height: calc(100vh - 160px);
  }
  .custom-select .select-dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 50vh;
    border-radius: 16px 16px 0 0;
    border: none;
    -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) and (max-width: 650px) {
  .custom-select .select-dropdown {
    position: absolute;
    top: 60px;
    bottom: auto;
    max-height: 300px !important;
  }
}
@media (max-width: 768px) {
  .custom-select.city-select .select-dropdown .city-search-wrapper {
    padding: 16px;
    border-bottom: 2px solid #e0e0e0;
  }
  .custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input {
    padding: 12px 16px 12px 40px;
    font-size: 1rem;
  }
  .custom-select.city-select .select-dropdown .city-search-wrapper .search-icon {
    left: 24px;
    width: 20px;
    height: 20px;
  }
  .custom-select.city-select .select-dropdown .select-option {
    padding: 16px 20px;
    font-size: 1rem;
  }
  .custom-select .select-option {
    padding: 14px 16px;
    font-size: 1rem;
  }
}
@media (max-width: 560px) {
  .calendar-header .calendar-navigation .calendar-title {
    font-size: 32px;
  }
  .calendar-header .calendar-navigation .calendar-title .year-select-wrapper .year-select .select-trigger .select-value {
    font-size: 32px;
  }
  .calendar-header .header-actions {
    gap: 12px;
  }
  .events-list .event-card {
    padding: 16px 20px 20px;
  }
  .events-list .event-card .event-card-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events-list .event-card .event-card-actions .event-card-btn {
    width: 100%;
  }
  .custom-select .select-trigger {
    padding: 11px 20px 12px 20px;
    font-size: 14px;
    min-height: 40px;
  }
  .custom-select .select-dropdown {
    max-height: 60vh;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .calendar-event {
    border: 0.5px solid rgba(255, 255, 255, 0.2);
  }
  .day-event-item .event-color {
    border-width: 1px;
  }
}
@media print {
  .calendar-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ccc;
  }
  .calendar-header .header-actions,
  .calendar-filters,
  .modal-overlay,
  .event-tooltip {
    display: none !important;
  }
  .calendar-event {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #000 !important;
  }
}
.event-popover {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 280px;
  font-size: 0.9rem;
}

.event-popover .popover-arrow {
  position: absolute;
  top: -6px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F9F9F9;
  display: none !important;
}

.event-popover {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 1.5px solid #FF781E;
  background: #F9F9F9;
}

.event-popover.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.event-popover .popover-title {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #303030;
}

.event-popover .popover-desc {
  margin: 0 0 12px;
  font-size: 12px;
  color: #303030;
}

.event-popover .popover-date {
  margin: 0 0 12px;
  font-weight: 600;
  color: #1E91AC;
}

.event-popover .popover-points {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  color: #303030;
  font-size: 14px;
}

.event-popover .popover-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popover-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0.85rem;
}

.popover-btn.announce-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF781E), to(#E76E1D));
  background: linear-gradient(180deg, #FF781E 0%, #E76E1D 100%);
  color: #F9F9F9;
}

.popover-btn.goto-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#0D657A), to(#044D5E));
  background: linear-gradient(180deg, #0D657A 0%, #044D5E 100%);
  color: #F9F9F9;
}

/* Обновленные стили для анимаций полосок событий */
.calendar-event-span {
  position: absolute;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  z-index: 2;
  /* Анимация по умолчанию */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Состояние при появлении */
  /* Hover эффект */
  /* Иконка и текст внутри полоски */
  /* Структура flex для иконки и текста */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.calendar-event-span.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.calendar-event-span:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.calendar-event-span .span-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
}
.calendar-event-span .span-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Анимация при обновлении календаря */
.calendar-grid.updating .calendar-event-span {
  -webkit-animation: fadeOutUp 0.2s ease-in forwards;
          animation: fadeOutUp 0.2s ease-in forwards;
}

.calendar-grid.updated .calendar-event-span {
  -webkit-animation: fadeInDown 0.3s ease-out forwards;
          animation: fadeInDown 0.3s ease-out forwards;
}

/* Keyframes для анимаций */
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Добавьте эти стили к существующим стилям календаря */
/* Стили для выходных дней (суббота и воскресенье) */
.calendar-weekdays .weekday:nth-child(6),
.calendar-weekdays .weekday:nth-child(7) {
  background: #C7C7C7;
  color: #666;
}

.calendar-day.weekend {
  background: #C7C7C7 !important;
}

.calendar-day.weekend .day-number {
  color: #666;
}

/* Для других месяцев на выходных */
.calendar-day.other-month.weekend {
  background: #e0e0e0 !important;
}

.calendar-day.other-month.weekend .day-number {
  color: #999;
}

/* Сегодняшний день на выходных */
.calendar-day.today.weekend .day-number {
  background: #666;
  color: white;
}

/* Обновленные стили для селекта городов с поиском */
.custom-select.city-select .select-dropdown .city-search-wrapper {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  /* Изменяем цвет иконки при фокусе на поле */
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input {
  width: 100%;
  padding: 10px 16px 10px 44px; /* Увеличиваем отступ слева для иконки */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f8f9fa;
  font-size: 0.9rem;
  color: #303030;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::-webkit-input-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::-moz-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input:-ms-input-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::-ms-input-placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input::placeholder {
  color: #999;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input:focus {
  outline: none;
  border-color: #0D657A;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(13, 101, 122, 0.1);
          box-shadow: 0 0 0 3px rgba(13, 101, 122, 0.1);
}
.custom-select.city-select .select-dropdown .city-search-wrapper .search-icon {
  position: absolute;
  left: 24px; /* Позиционируем иконку в левой части поля */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .search-icon path {
  stroke: #666;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input:focus + .search-icon {
  opacity: 1;
}
.custom-select.city-select .select-dropdown .city-search-wrapper .city-search-input:focus + .search-icon path {
  stroke: #0D657A;
}

/* Обновленные стили для выходных дней */
/* Ячейки выходных дней */
.calendar-day.weekend {
  background: #C7C7C7 !important;
}

.calendar-day.weekend .day-number {
  color: #666;
}

/* Для других месяцев на выходных - делаем чуть темнее */
.calendar-day.other-month.weekend {
  background: #B0B0B0 !important;
}

.calendar-day.other-month.weekend .day-number {
  color: #888;
}

/* Сегодняшний день на выходных */
.calendar-day.today.weekend .day-number {
  background: #666;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

/* Обычный сегодняшний день (не выходной) */
.calendar-day.today:not(.weekend) {
  background: #f0f8ff;
}

.calendar-day.today:not(.weekend) .day-number {
  background: #0D657A;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

/* Улучшенные стили для полосок событий */
.calendar-event-span {
  position: absolute;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Анимация по умолчанию */
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Состояние при появлении */
  /* Hover эффект */
  /* Иконка внутри полоски */
  /* Обеспечиваем правильное выравнивание контента */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  min-height: 22px;
}
.calendar-event-span.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.calendar-event-span:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.calendar-event-span .span-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.calendar-event-span .span-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
}

/* Увеличиваем высоту ячеек календаря для размещения событий */
.calendar-day {
  min-height: 100px; /* Увеличиваем для размещения событий */
  padding: 6px 4px 4px 4px;
}

/* Анимации для обновления календаря */
@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ДОБАВЬТЕ эти стили в ваш CSS файл */
/* ЗАМЕНИТЕ/ДОБАВЬТЕ эти стили для выходных дней */
/* Заголовки выходных дней */
.calendar-weekdays .weekday:nth-child(6),
.calendar-weekdays .weekday:nth-child(7),
.weekend-header {
  background: #C7C7C7 !important;
  color: #666 !important;
}

/* Ячейки выходных дней */
.calendar-day.weekend {
  background: #C7C7C7 !important;
}

.calendar-day.weekend .day-number {
  color: #666 !important;
}

/* Выходные дни других месяцев */
.calendar-day.other-month.weekend {
  background: #B0B0B0 !important;
}

.calendar-day.other-month.weekend .day-number {
  color: #888 !important;
}

/* Позиционирование событий внизу ячейки */
.calendar-event-span {
  bottom: 2px; /* Добавьте это свойство */
}

/* Увеличиваем высоту ячеек для событий */
.calendar-day {
  min-height: 120px !important;
  position: relative;
}
@media (max-width: 650px) {
  .calendar-day {
    min-height: 74px !important;
  }
}

.calendar-day.weekend {
  background: #C7C7C7 !important;
}

.calendar-day.weekend .day-number {
  color: #666 !important;
}

.tab-content {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}

.tab-content.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 650px) {
  .custom-select .select-dropdown::before {
    display: none;
  }
}
@media (max-width: 650px) {
  .calendar-mob {
    min-width: 650px;
    overflow: hidden;
  }
  .tab-content {
    overflow: auto;
  }
}
/* ==== TOOLTIP ==== */
.event-tooltip {
  /* убираем "display: none !important" на мобильниках */
  /* @media (max-width: 991px){ display: none !important; } */
  /* вместо этого прячем только если это действительно тач-only версия */
  pointer-events: none;
  position: fixed; /* вместо absolute */
}

/* ==== POPOVER ==== */
.event-popover .popover-arrow {
  display: block; /* <— включаем стрелочку */
  border-bottom-color: #fff; /* цвет совпадает с фоном поповера */
}

.event-popover.visible .popover-arrow {
  display: block;
}

/* у тултипа */
.event-tooltip {
  position: fixed; /* вместо absolute */
  z-index: 9999;
  pointer-events: none;
}

/* у поповера */
.event-popover {
  position: fixed; /* вместо absolute */
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.partners-section {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 650px) {
  .partners-section {
    padding: 25px 0 !important;
  }
}

.partners-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.partners-section-title {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.partners-section-content .section-label-with-border h2::after {
  height: 0;
}

.partners-section-content .section-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #FF781E;
  padding-left: 50px;
}

.partners-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.partners-swiper {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.partners-section-desc {
  margin: 20px 0 0 20px;
}

.partner-section-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  border-radius: 0 16px 16px 16px;
  padding: 8px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 650px) {
  .partner-section-item {
    padding: 8px 20px 20px;
  }
}

.partner-section-label h3 {
  color: #303030;
  font-size: clamp(28px, 0.1851851852vw + 27.3333333333px, 30px);
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  padding: 20px 0 0;
}

.partner-section-clip {
  position: absolute;
  top: -38px;
  left: 0;
  width: 250px;
  height: 40px;
  border-radius: 16px 0 0 0;
  clip-path: polygon(0 0, 80% 0, 100% 130%, 0% 100%);
  z-index: 0;
}

.partners-section-list .partner-section-item:nth-child(odd) .partner-section-clip,
.partners-section-list .partner-section-item:nth-child(odd) {
  background: #D2F3DE;
}

.partners-section-list .partner-section-item:nth-child(even) .partner-section-clip,
.partners-section-list .partner-section-item:nth-child(even) {
  background: #F0FFD8;
}

.partners-section-bg {
  position: absolute;
  top: 100px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 493px;
  height: 352px;
}

.partner-section-logo img {
  width: 120px;
  height: auto;
}
@media (max-width: 650px) {
  .partner-section-logo img {
    width: 80px;
  }
}

@media (max-width: 1200px) {
  .partners-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .partners-section-content .section-desc {
    padding: 0;
    border: none;
  }
  .partners-section-content .section-label-with-border h2::after {
    background: #FF781E;
    height: 1px;
  }
  .partners-section .section-actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .partners-section-list {
    margin-top: 0;
  }
  .partner-section-item:not(:first-child),
  .partner-section-item:not(:nth-child(2)) {
    margin-top: 40px;
  }
  .partners-section-bg {
    top: 300px;
    left: 60%;
  }
}
@media (max-width: 768px) {
  .partners-section {
    gap: 24px;
  }
  .partners-section .section-actions {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .partners-section {
    padding: 30px 0;
  }
  .partners-section-bg {
    left: auto;
    right: 0;
    width: 227px;
    height: 162px;
    top: 230px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .section-actions {
    margin-bottom: 0px !important;
  }
}
.info-section {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  background: linear-gradient(259deg, #0D657A 0%, #044D5E 100%);
  border-radius: 32px;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px;
}
@media (max-width: 768px) {
  .info-section {
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .info-section {
    margin: 25px 0;
  }
}
.info-section .section-item-num p {
  color: #3EA1B8;
  font-size: clamp(48px, 0.7407407407vw + 45.3333333333px, 56px);
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  line-height: 1;
}

.info-section-content .section-label h2 {
  color: #F9F9F9;
}

.info-section-item .section-item-label h3 {
  font-size: clamp(22px, 0.9259259259vw + 18.6666666667px, 32px);
  color: #F9F9F9;
  letter-spacing: -2px;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
}
@media (max-width: 650px) {
  .info-section-item .section-item-label h3 {
    letter-spacing: -2px;
  }
}

.info-section-item .section-desc p {
  color: rgba(249, 249, 249, 0.6980392157);
}

.info-section-inner .section-item-label::after {
  height: 0;
}

.info-section-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .info-section-items {
    margin-top: 20px;
  }
}

.info-section-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
}
@media (max-width: 650px) {
  .info-section-item {
    gap: 12px;
  }
}

.info-section-item .section-item-label {
  color: #F9F9F9;
}

.info-section-item .section-desc {
  position: relative;
  color: rgba(249, 249, 249, 0.6980392157);
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #F9F9F9;
}

.info-section-item .section-desc span {
  font-weight: 600;
  color: #F9F9F9;
}

.info-section-bg {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 503px;
  height: 429px;
}

.about-main-section .info-section-inner,
.main-section .info-section-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.info-section .section-item-number h3 {
  font-size: 48px;
  font-weight: 500;
  color: #3EA1B8;
  line-height: 110%;
  letter-spacing: -0.64px;
}

@media (max-width: 1200px) {
  .info-section {
    border-radius: 28px;
  }
}
@media (max-width: 768px) {
  .info-section-items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .info-section-bg {
    position: absolute;
    bottom: 60px;
    right: -30px;
    width: 286px;
    height: 244px;
  }
}
@media (max-width: 560px) {
  .info-section {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 20px;
  }
  .info-section-items {
    gap: 10px;
  }
  .info-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-4 {
  overflow: hidden;
}

.section-4__container {
  position: relative;
}
.section-4__container .section-4__cirkle {
  content: "";
  background-color: rgba(33, 72, 137, 0.0784313725);
  position: absolute;
  bottom: -25%;
  left: -15%;
  width: 530px;
  border-radius: 50%;
  height: 530px;
}
@media (max-width: 991px) {
  .section-4__container .section-4__cirkle {
    display: none;
  }
}

.section-4 {
  padding: 50px 0 250px 0;
  margin: 0 0 -200px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section-4 {
    padding: 25px 0;
    margin: 0px;
  }
}

.section-4-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}

.section-4-content-top .section-label {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

.section-4-content-top .section-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-4-content-top .section-desc {
  border-left: 1px solid #FF781E;
  padding: 20px 0 0 50px;
}

.section-4-content-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.section-4-content {
  padding-top: 40px;
}

.section-4-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-4-content-label h3,
.section-4-content-label span {
  color: #303030;
  font-size: clamp(26px, 2.037037037vw + 18.6666666667px, 48px);
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
}

.section-4-content-label span {
  color: hsl(192, 81%, 26%);
}

.section-4-item-btn.swiper-button-prev,
.section-4-item-btn.swiper-button-next {
  height: 54px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(70.21%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 70.21%);
  border: 2px solid transparent;
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
          box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
  padding: 12px;
}

.section-4-item-btn.swiper-button-prev::after,
.section-4-item-btn.swiper-button-next::after {
  content: none;
}

.section-4-item-btn.swiper-button-prev::before,
.section-4-item-btn.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F1F1F1));
  background: linear-gradient(180deg, #F9F9F9 0%, #F1F1F1 100%);
  border-radius: 16px;
  z-index: -1;
  padding: 2px;
}

.section-4-items {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0;
}

.swiper-slide.section-4-item {
  background: -webkit-gradient(linear, left bottom, left top, from(#F9F9F9), to(#F9F9F9)), -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(40%, #F9F9F9));
  background: linear-gradient(0deg, #F9F9F9, #F9F9F9), linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 40%);
  border: 2px solid;
  border-radius: 20px;
  border-image-source: linear-gradient(180deg, #F9F9F9 0%, #F1F1F1 100%);
  -webkit-box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.0784313725);
          box-shadow: 0px 12px 16px 0px rgba(48, 48, 48, 0.0784313725);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 36px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  -webkit-transition: border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
  transition: box-shadow 0.4s ease, border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  border: 1px solid transparent;
}

.swiper-slide.section-4-item:hover {
  border-color: #0d657a;
  -webkit-box-shadow: 0 0 0 1px #0d657a;
          box-shadow: 0 0 0 1px #0d657a;
}

.section-4-item-label h4 {
  color: #303030;
  font-size: clamp(24px, 0.5555555556vw + 22px, 30px);
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  padding: 20px 0;
  position: relative;
  display: inline-block;
}

.section-4-item-label h4::after {
  content: "";
  position: absolute;
  background-color: #0D657A;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 200px;
  margin: 0 auto;
}

.section-4-item img {
  width: 80px;
  height: 80px;
}

.section-4-item .section-desc {
  margin-top: 20px;
}

.section-4 .section-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.section-4-bg-illustration {
  position: absolute;
  bottom: -200px;
  left: -130px;
  width: 550px;
  height: 550px;
  z-index: -1;
}

.section-4-img-wrapper {
  position: absolute;
  left: 34%;
  top: 5%;
  width: 298px;
  height: 262px;
}

.section-4-img-wrapper img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1320px) {
  .section-4-img-wrapper {
    top: 24%;
  }
}
@media (max-width: 1200px) {
  .section-4-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .section-4-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-4-content-top .section-label {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
  }
  .section-4-content-top .section-label::after {
    content: "";
    position: absolute;
    background-color: #FF781E;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 200px;
  }
  .section-4-content-top .section-desc {
    padding: 0;
    border: none;
  }
  .section-4-img-wrapper {
    display: none;
  }
  .section-4-item img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .section-4-items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .section-4 > .section-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-4 .section-actions button {
    width: 100%;
  }
  .section-4-content-block .section-actions {
    gap: 24px;
  }
  .section-4-content-block .section-actions button {
    width: 50px;
    height: 50px;
  }
  .section-4-item img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 560px) {
  .section-4 {
    padding: 30px 0;
  }
}
.section-3 {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
}

.section-3-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}

.section-3-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 40px;
}

.section-3-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-3-content .section-desc {
  margin-top: 20px;
}

.section-3-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.section-3-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 min(300px, 100%);
          flex: 0 1 min(300px, 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(70.21%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 70.21%);
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #F9F9F9 0%, #F1F1F1 100%);
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
          box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
  transition: box-shadow 0.4s ease, border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  border: 1px solid transparent;
  position: relative;
}

.section-3-item:hover {
  border-color: #0d657a;
  -webkit-box-shadow: 0 0 0 1px #0d657a;
          box-shadow: 0 0 0 1px #0d657a;
}

.section-3-item-label p {
  color: #303030;
  font-weight: 400;
  line-height: 160%;
}

.section-3-item-label p a {
  font-weight: 600;
  color: #1E91AC;
  text-decoration: underline;
}

.section-3 .section-actions a {
  text-decoration: none;
}

.section-3-content-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-3-img {
  max-width: 272px;
  height: 386px;
}

.section-3-item-icon {
  width: 50px;
  height: 50px;
}

.section-3-content-bottom .section-3-content-img:nth-child(2) {
  position: relative;
  top: -250px;
}

.section-3-bg-wrapper {
  position: absolute;
  bottom: -140px;
  overflow: visible;
  z-index: -1;
  pointer-events: none;
}

.section-3-bg-wrapper img {
  width: 880px;
  height: auto;
}

@media (max-width: 1320px) {
  .section-3-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-3-items {
    grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
  }
  .section-3-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 60px) / 3);
            flex: 0 1 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .section-3-content {
    width: 100%;
  }
  .section-3 .section-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: -80px;
  }
  .section-3 .section-actions a {
    width: 100%;
    text-align: center;
  }
  .section-3-content-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-3-content-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .section-3-content-bottom .section-3-content-img:nth-child(1) {
    margin-top: 100px;
  }
  .section-3-content-bottom .section-3-content-img:nth-child(2) {
    top: 0;
  }
  .section-3-img {
    width: 153px;
    height: 217px;
  }
  .section-3-bg-wrapper {
    bottom: -110px;
  }
  .section-3-bg-wrapper img {
    width: 650px;
  }
}
@media (max-width: 1200px) {
  .section-3-bg-wrapper {
    bottom: -100px;
  }
  .section-3-bg-wrapper img {
    width: 650px;
  }
}
@media (max-width: 1024px) {
  .section-3 .section-actions {
    right: 0;
  }
  .section-3-bg-wrapper img {
    width: 530px;
  }
  .section-3-bg-wrapper {
    bottom: -90px;
  }
}
@media (max-width: 960px) {
  .section-3-bg-wrapper img {
    width: 480px;
  }
  .section-3-bg-wrapper {
    bottom: -80px;
  }
}
@media (max-width: 768px) {
  .section-3-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 30px) / 2);
            flex: 0 1 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .section-3-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-3-content-bottom .section-3-content-img:nth-child(1) {
    margin-top: 0;
  }
  .section-3 .section-actions {
    position: static;
    width: 100%;
    margin-top: 80px;
  }
  .section-3-bg-wrapper img {
    width: 730px;
  }
  .section-3-bg-wrapper {
    bottom: -130px;
  }
}
@media (max-width: 560px) {
  .section-3 {
    padding: 25px 0;
  }
  .section-3-item .section-3-item-label {
    font-size: 12px;
  }
  .section-3-bg-wrapper img {
    width: 560px;
  }
  .section-3-bg-wrapper {
    bottom: -120px;
  }
}
@media (min-width: 1300px) {
  .izdanie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .izdanie .izdanie__column {
    margin-top: 70px;
  }
  .izdanie .izdanie__column:last-child {
    margin-top: -190px;
  }
  .izdanie .izdanie__btns {
    margin-left: 30px;
  }
}

.izdanie__column:first-child img {
  display: block;
  -webkit-transform: translate(-120px, 0);
          transform: translate(-120px, 0);
}
@media (max-width: 1350px) {
  .izdanie__column:first-child img {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
}
.izdanie__column:last-child img {
  display: block;
  -webkit-transform: translate(120px, 0);
          transform: translate(120px, 0);
}
@media (max-width: 1350px) {
  .izdanie__column:last-child img {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
}

.section-3 .section-label-with-border {
  padding: 0 0 40px 0;
  position: relative;
}
@media (max-width: 650px) {
  .section-3 .section-label-with-border {
    padding: 0 0 30px 0;
  }
}
.section-3 .section-label-with-border::before {
  content: "";
  position: absolute;
  width: 200px;
  left: 0;
  height: 1px;
  bottom: 20px;
  background-color: #0D657A;
}
@media (max-width: 650px) {
  .section-3 .section-label-with-border::before {
    bottom: 15px;
  }
}
.section-3 .section-desc {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .section-3 .section-actions {
    margin-top: 0px !important;
  }
  .section-3 .izdanie__column:first-child {
    margin-left: -20px;
  }
  .section-3 .izdanie__column:last-child {
    margin-right: -20px;
  }
  .section-3 .izdanie__btns {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .izdanie {
    margin-top: 30px;
  }
  .section-3-content-top {
    gap: 24px;
  }
}
.section-2 {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .section-2 {
    padding-bottom: 25px;
  }
}
.section-2 h2 {
  max-width: 720px;
}
.section-2 .section-desc {
  max-width: 920px;
  position: relative;
  margin-top: 0px !important;
  padding: 40px 0 0 0 !important;
}
@media (max-width: 650px) {
  .section-2 .section-desc {
    padding: 30px 0 0 0 !important;
  }
}
.section-2 .section-desc::before {
  content: "";
  position: absolute;
  width: 200px;
  left: 0;
  height: 1px;
  top: 20px;
  background-color: #0D657A;
}
@media (max-width: 650px) {
  .section-2 .section-desc::before {
    top: 15px;
  }
}
.section-2 .section-desc-global-text {
  padding: 0 20px;
  margin-top: 24px;
}
@media (max-width: 650px) {
  .section-2 .section-desc-global-text {
    padding: 0px 0 0 0;
    margin-top: 15px;
  }
}
.section-2 .section-desc-global.section-2-text-center {
  margin-top: 40px;
}
@media (max-width: 650px) {
  .section-2 .section-desc-global.section-2-text-center {
    margin-top: 20px;
  }
}

.section-2 .section-desc {
  margin-top: 20px;
}

.section-2 > .section-desc:first-of-type {
  width: 70%;
}

.section-2 .section-label-with-border h2::after {
  background-color: #FF781E;
}

.section-2-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  padding-top: 130px;
}

.section-2-item {
  padding-top: 120px;
  position: relative;
}

.bg-clip {
  position: absolute;
  top: -38px;
  left: 0;
  width: 280px;
  height: 40px;
  background: #F0FFD8;
  border-radius: 16px 0 0 0;
  clip-path: polygon(0 0, 80% 0, 100% 130%, 0% 100%);
  z-index: 0;
}

.section-2-item .section-desc {
  padding: 0 20px;
}

.section-2-item-content {
  background-color: #F0FFD8;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(170, 191, 137, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(170, 191, 137, 0.2);
  border-radius: 0 16px 16px 16px;
  position: relative;
  padding: 20px;
}

.section-2-items .section-2-item:nth-child(2) .section-2-item-content {
  background-color: #D2F3DE;
}

.section-2-items .section-2-item:nth-child(2) .bg-clip {
  background: #D2F3DE;
}

.section-2-item-img-block {
  position: absolute;
  top: -100px;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 293px;
  height: 250px;
}

.section-2-item-img-block img {
  width: 100%;
  height: 100%;
}

.section-2-item-label h3 {
  color: #303030;
  font-size: clamp(24px, 1.1111111111vw + 20px, 36px);
  font-weight: 500;
  letter-spacing: -0.64px;
  font-family: "Cormorant Infant", serif;
  width: 70%;
}
@media (max-width: 650px) {
  .section-2-item-label h3 {
    width: 100%;
  }
}

@media (max-width: 1360px) {
  .section-2 {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .section-2 {
    padding-top: 25px;
  }
  .section-2-item-label,
  .section-2 > .section-desc:first-of-type {
    width: 100%;
  }
  .section-2-item-img-block {
    width: 220px;
    height: 200px;
    top: -50px;
  }
  .section-2-item-img-block {
    left: 60%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  .section-2-items {
    padding-top: 100px;
  }
  .bg-clip {
    width: 140px;
    height: 30px;
    top: -28px;
  }
}
@media (max-width: 768px) {
  .section-2-items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .section-2-items .section-2-item:nth-child(2) {
    margin-top: 40px;
  }
  .section-2-text-center p {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .section-2-items {
    padding-top: 70px;
  }
}
.global {
  overflow: hidden;
  padding: 144px 0 450px 0;
  margin: 0 0 -300px 0;
}
@media (max-width: 991px) {
  .global {
    padding: 95px 0 25px 0;
    margin: 0px;
  }
}
.global__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.global__column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 850px;
          flex: 0 1 850px;
}
.global__column:last-child {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -200px;
  max-width: 840px;
}
@media (max-width: 1350px) {
  .global__column:last-child {
    max-width: 640px;
    right: -50px;
  }
}
.global__title h1 {
  font-size: clamp(40px, 2.7777777778vw + 30px, 70px);
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
}
.global__title h1 strong {
  display: none;
}
@media (min-width: 1200px) {
  .global__title h1 {
    min-height: 170px;
  }
}
@media (max-width: 1200px) {
  .global__title h1 {
    min-height: 136px;
  }
}
.global__desp {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 580px;
}
@media (max-width: 650px) {
  .global__desp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .global .section-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.global__image {
  position: relative;
}
@media (max-width: 1200px) {
  .global__image {
    display: none;
  }
}
.global__image img {
  position: relative;
  z-index: 2;
}
.global__image .global__cirkle {
  content: "";
  background-color: rgba(13, 100, 120, 0.0784313725);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  right: -5%;
}
@media (max-width: 1350px) {
  .global__image .global__cirkle {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .global__image .global__cirkle {
    width: 250px;
    height: 250px;
    top: 50%;
    right: 10%;
  }
}
@media (max-width: 650px) {
  .global__image .global__cirkle {
    top: 20%;
    right: 0%;
  }
}
.global .global__image-mob {
  display: none;
}
@media (max-width: 1200px) {
  .global .global__image-mob {
    display: block;
    max-width: 600px;
    margin-top: 25px;
  }
}
@media (max-width: 650px) {
  .global .global__image-mob img {
    min-width: 110%;
  }
  .global .global__image-mob::before {
    content: "";
    top: 25%;
    right: -5%;
  }
}

h1 strong {
  display: none;
}

.privacy-policy-section-content {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .privacy-policy-section-content {
    margin-top: 15px;
  }
}
.privacy-policy-section-content p {
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .privacy-policy-section-content p {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .izdanie__img img {
    min-width: 780px;
  }
  .izdanie__column:last-child img {
    -webkit-transform: translate(-70px, 0);
            transform: translate(-70px, 0);
  }
}
@media (max-width: 650px) {
  .swiper.section-4-swiper .section-4-content-text {
    margin-bottom: 30px;
  }
  .section-4 .section-actions {
    margin-bottom: 20px !important;
    margin-top: 0px;
  }
  .section-4-content-label span {
    line-height: 1;
  }
}