@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Manrope;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.uk-container {
  max-width: 1504px;
}

.base-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.base-link img {
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-link:hover {
  text-decoration: none;
}

.reset_ul_ol {
  list-style-type: none;
  /* display: block; */
  padding: 0;
  margin: 0;
}

.base-section {
  padding: 32px 0px;
}
.base-section__title {
  /* H2 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #23272f;
  /* H2 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #c0448f;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.base-primary-btn {
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  padding: 16px 32px;
  border-radius: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
}
.base-primary-btn_primary {
  background: #c0448f !important;
}
.base-primary-btn:hover {
  color: #fff;
  text-decoration: none;
}

.round-orange-link {
  width: 48px;
  height: 48px;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  border-radius: 100%;
}

.square-orange-link {
  width: 48px;
  height: 48px;
  background: #c0448f;
  border-radius: 4px;
}

.outlined-link {
  border-radius: 64px;
  padding: 16px 32px;
  border: 2px solid #4f5769;
  color: #4f5769;
  font-size: 16px;
  font-weight: 700;
}
.outlined-link_white {
  border: 2px solid #fff;
  color: #fff;
}
.outlined-link_white:hover {
  color: #fff !important;
}
.outlined-link_primary {
  border: 2px solid #c0448f;
  color: #c0448f;
}
.outlined-link_primary:hover {
  color: #c0448f !important;
}
.outlined-link:hover {
  color: #4f5769;
}

.paralax1 {
  position: absolute;
  z-index: 999;
  bottom: 50px;
  right: 0px;
  width: 254px;
  height: 254px;
}
.paralax1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paralax2 {
  position: absolute;
  z-index: 999;
  top: -50px;
  left: 0px;
  width: 168px;
  height: 168px;
}
.paralax2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paralax3 {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: -80px;
  width: 250px;
  height: 250px;
}
.paralax3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

div[title="Двойной щелчок - Добавить элемент"] {
  width: 100%;
}

.square-orange-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-top {
  background-color: #f4f4f6;
  padding: 24px 0px;
}
.header-top__logo img {
  margin-right: 8px;
}
.header-top__logo span {
  color: var(--dark-23272-f, #23272f);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-top__logotype-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.header-top__logotype-wrap .search-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.header-top__link a {
  color: #fff;
  font-weight: 700;
}
.header-top__link a:hover {
  color: #fff;
  text-decoration: none;
}
.header-top__action a {
  font-weight: 700;
  color: #fff;
}
.header-top__action a:hover {
  color: #fff;
  text-decoration: none;
}
.header-bottom__logo {
  width: 70%;
}
.header-bottom__logo img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 8px;
}
.header-bottom__logo span {
  color: var(--dark-23272-f, #23272f);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-bottom__logotype-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.header-bottom__wrap {
  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;
  padding: 32px 0px;
}
.header-bottom__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-bottom__actions a.social {
  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;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.header-bottom__actions a.social-large {
  width: 54px;
  height: 54px;
}
.header-navigation {
  padding: 24px;
  background-color: #e5cbf7;
}
.header-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-navigation__item a {
  background: var(--Rad_1, linear-gradient(94deg, #af5ce6 0%, #c073f3 100%));
  -webkit-box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.5);
  box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.5);
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
}
.header-navigation__item-btn a {
  background: var(--Rad_1, linear-gradient(94deg, #af5ce6 0%, #c073f3 100%));
  -webkit-box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.5);
  box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.5);
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
}

.header-navigation__parther a {
  background: var(--Rad_1, linear-gradient(94deg, #af5ce6 0%, #c073f3 100%));
  -webkit-box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.5);
  box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.5);
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
}

.header-navigation__item a span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-navigation__item a:hover {
  text-decoration: none;
}

.offer-slider .slick-arrow {
  position: absolute;
  bottom: 25px;
  z-index: 99;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-slider .slick-arrow:hover {
  text-decoration: none;
}
.offer-slider .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.offer-slider .btn-prev {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.offer-slider .btn-next {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.offer-slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 34px;
  position: absolute;
  z-index: 99;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offer-slider .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.offer-slider .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #dfaad5);
}
.offer-slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}
.offer-slide {
  background: #f0e1fa;
  /* padding: 156px 0px; */
  padding: 88px 0px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.offer-slide__bg {
  width: 45%;
}
.offer-slide .uk-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-slide__content {
  position: relative;
  z-index: 99;
  width: 55%;
}
.offer-slide__title {
  color: #23272f;
  font-family: Manrope;
  font-size: 57px;
  font-style: normal;
  font-weight: 800;
  line-height: 127%;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 32px;
  flex-direction: column;
}
.offer-slide__title span {
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  padding: 16px 36px;
  border-radius: 16px;
  white-space: nowrap;
  color: #fff;
}
.offer-slide__subtitle {
  color: #c0448f;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 127%;
  /* 40.64px */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.offer-slide__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.offer-slide-square {
  background: #fff;
  position: absolute;
}
.offer-slide-square:nth-child(1) {
  width: 54.206px;
  height: 54.206px;
  -webkit-transform: rotate(21.306deg);
  -ms-transform: rotate(21.306deg);
  transform: rotate(21.306deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  bottom: 150px;
  right: 830px;
}
.offer-slide-square:nth-child(2) {
  width: 65.995px;
  height: 65.995px;
  -webkit-transform: rotate(22.41deg);
  -ms-transform: rotate(22.41deg);
  transform: rotate(22.41deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 16px;
  right: 710px;
}
.offer-slide-square:nth-child(3) {
  width: 37.27px;
  height: 37.27px;
  -webkit-transform: rotate(21.306deg);
  -ms-transform: rotate(21.306deg);
  transform: rotate(21.306deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  right: 50px;
}
.offer-slide-main__square {
  border-radius: 79px;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  width: 775.421px;
  height: 886.646px;
  -webkit-transform: rotate(22.408deg);
  -ms-transform: rotate(22.408deg);
  transform: rotate(22.408deg);
  position: absolute;
  right: 0px;
  top: 205px;
}
.offer-slide-main__lines {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.offer-slide-main__lines img {
  height: 100%;
  width: 100%;
}
.offer-slide-main__bg {
  border-radius: 79px;
  position: absolute;
  right: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 600px;
  height: 100%;
}
.offer-slide-main__bg img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.offer-slide-additional-second {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offer-slide__video {
  width: 70%;
  margin-left: 160px;
  position: relative;
  z-index: 99;
}
.offer-slide__video iframe {
  width: 100%;
  height: 430px;
}

.offer-slide__about {
  color: var(--dark-23272-f, #23272f);
  /* STRONG */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 64px;
  text-align: justify;
}

.offer-slide-additional-third {
  position: absolute;
  bottom: 0px;
  left: 25%;
}

.offer-director {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  z-index: 99;
  min-height: 350px;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.offer-director__image {
  position: absolute;
  right: 0;
  top: -17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 125px;
  height: 125px;
  border-radius: 100%;
}
.offer-director__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.offer-director__title {
  color: var(--dark-23272-f, #23272f);
  /* H3 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.offer-director__text {
  color: var(--dark-23272-f, #23272f);
  /* P */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  text-align: justify;
}
.offer-director__job {
  text-align: right;
  color: #000;
  /* P */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: auto;
}
.offer-director__name {
  text-align: right;
  color: #000;
  /* H4 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 22.5px */
}

.start-section {
  background-color: #f4f4f6;
}
.start-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  row-gap: 64px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.start-section__wrap p {
  color: var(--dark-23272-f, #23272f);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.start-section__card {
  border-radius: 16px;
  width: calc(25% - 24px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.start-section__card:hover {
  text-decoration: none;
}
.start-section__card .round-orange-link {
  position: absolute;
  right: 16px;
  top: 16px;
}
.start-section__card::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 16px;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 0;
}
.start-section__card-image {
  border-radius: 16px 16px 0px 0px;
  width: 100%;
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  position: relative;
  z-index: 99;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  right: 0px;
  bottom: 0px;
  -webkit-box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.2);
  box-shadow: 8px 8px 16px 0px rgba(197, 136, 237, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.start-section__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.start-section__card-subtitle {
  padding: 24px 32px;
  background-color: #c0448f;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  border-radius: 0px 0px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.news-section {
  background: #fff;
  position: relative;
}
.news-section > .uk-container {
  position: relative;
}
.news-section .uk-tab {
  margin-left: 0px;
}
.news-section .uk-tab::before {
  display: none;
}

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px !important;
  margin-bottom: 34px;
  gap: 32px;
}
.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.news-list {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
}
.news-list .news-btn-more {
  position: absolute;
  right: 50px;
  top: 0px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: #c0448f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.news-list__slider {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list__slider .slick-arrow {
  position: absolute;
  bottom: -45px;
  z-index: 1000;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-list__slider .slick-arrow:hover {
  text-decoration: none;
}
.news-list__slider .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.news-list__slider .btn-prev {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.news-list__slider .btn-next {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.news-list__slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -35px;
  position: relative;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-list__slider .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.news-list__slider .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #b9bfcb);
}
.news-list__slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}
.news-list__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.news-list .more-link {
  width: 100% !important;
}
.news-card {
  width: calc(25% - 24px);
  background-color: #fbf7fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 550px;
  padding: 32px;
}
.news-card__info {
  margin-bottom: 16px;
}
.news-card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 14px;
}
.news-card__info-item span:first-child {
  color: #c0448f;
  font-weight: bold;
}
.news-card__image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 16px;
}
.news-card__image::after {
  content: "";
  border-radius: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.35);
}
.news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  border-radius: 16px 16px 0px 0px;
}
.news-card__content {
  padding: 32px;
  width: 100%;
  z-index: 111;
  border-radius: 8px;
  background: -o-linear-gradient(
      356deg,
      rgba(145, 122, 235, 0.09) 0%,
      rgba(235, 44, 67, 0.09) 100%
    ),
    rgba(255, 255, 255, 0.75);
  background: linear-gradient(
      94deg,
      rgba(145, 122, 235, 0.09) 0%,
      rgba(235, 44, 67, 0.09) 100%
    ),
    rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.news-card__date {
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: auto;
  z-index: 111;
}
.news-card__title {
  color: #23272f;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.news-card a.base-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.news .uk-container {
  position: relative;
}
.news-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.news-tabs__item {
  padding-left: 0;
}
.news-tabs__item.uk-active a {
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%) !important;
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%) !important;
  border: 2px solid transparent;
  color: #fff !important;
}
.news-tabs__item a {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 8px;
  border: 2px solid var(--dark-lb-9-bfcb, #b9bfcb);
  background: #fff;
  color: var(--dark-l-9-ca-4-b-56, #9ca4b5);
  /* H3 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-tabs__item a:hover {
  text-decoration: none;
}

.news-section__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}

.news-departament-section {
  background: #fff;
  position: relative;
}
.news-departament-section > .uk-container {
  position: relative;
}
.news-departament-section .uk-tab {
  margin-left: 0px;
}
.news-departament-section .uk-tab::before {
  display: none;
}

.news-departament-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px !important;
  margin-bottom: 34px;
  gap: 32px;
}
.news-departament-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.news-departament-list {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
}
.news-departament-btn-more {
  position: absolute;
  right: 50px;
  top: 0px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: #c0448f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.news-departament-list__slider {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-departament-list__slider .slick-arrow {
  position: absolute;
  bottom: -45px;
  z-index: 1000;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-departament-list__slider .slick-arrow:hover {
  text-decoration: none;
}
.news-departament-list__slider .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.news-departament-list__slider .btn-prev {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.news-departament-list__slider .btn-next {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.news-departament-list__slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -35px;
  position: relative;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-departament-list__slider .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.news-departament-list__slider .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #b9bfcb);
}
.news-departament-list__slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}
.news-departament-list__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.news-departament-list .more-link {
  width: 100% !important;
}
.news-departament-card {
  width: calc(25% - 24px);
  background-color: #fbf7fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 550px;
  padding: 32px;
}
.news-departament-card__info {
  margin-bottom: 16px;
}
.news-departament-card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 14px;
}
.news-departament-card__info-item span:first-child {
  color: #c0448f;
  font-weight: bold;
}
.news-departament-card__image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 16px;
}
.news-departament-card__image::after {
  content: "";
  border-radius: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.35);
}
.news-departament-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  border-radius: 16px 16px 0px 0px;
}
.news-departament-card__content {
  padding: 32px;
  width: 100%;
  z-index: 111;
  border-radius: 8px;
  background: -o-linear-gradient(
      356deg,
      rgba(145, 122, 235, 0.09) 0%,
      rgba(235, 44, 67, 0.09) 100%
    ),
    rgba(255, 255, 255, 0.75);
  background: linear-gradient(
      94deg,
      rgba(145, 122, 235, 0.09) 0%,
      rgba(235, 44, 67, 0.09) 100%
    ),
    rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.news-departament-card__date {
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: auto;
  z-index: 111;
}
.news-departament-card__title {
  color: #23272f;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.news-departament-card a.base-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.news-departament .uk-container {
  position: relative;
}
.news-departament-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.news-departament-tabs__item {
  padding-left: 0;
}
.news-departament-tabs__item.uk-active a {
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%) !important;
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%) !important;
  border: 2px solid transparent;
  color: #fff !important;
}
.news-departament-tabs__item a {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 8px;
  border: 2px solid var(--dark-lb-9-bfcb, #b9bfcb);
  background: #fff;
  color: var(--dark-l-9-ca-4-b-56, #9ca4b5);
  /* H3 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-departament-tabs__item a:hover {
  text-decoration: none;
}

.news-departament-section__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}

.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-subscribe {
  width: calc(50% - 24px);
  border-radius: 32px;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  position: relative;
  overflow: hidden;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-subscribe__slider {
  margin-top: auto;
  position: relative;
  z-index: 999;
}
.info-subscribe__slider .slick-arrow {
  position: absolute;
  bottom: -22px;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-subscribe__slider .slick-arrow:hover {
  text-decoration: none;
}
.info-subscribe__slider .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.info-subscribe__slider .btn-prev {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.info-subscribe__slider .btn-next {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.info-subscribe__slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 92px;
  position: relative;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -14px;
}
.info-subscribe__slider .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.info-subscribe__slider .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #d987b2);
}
.info-subscribe__slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
  margin-top: 5px;
}
.info-subscribe__slide {
  background-color: #fff;
  padding: 32px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 16px;
  gap: 32px;
  position: relative;
  z-index: 999;
}
.info-subscribe__slide__image {
  width: 100px;
  height: 100px;
}
.info-subscribe__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.info-subscribe__slide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.info-subscribe__slide__text h4 {
  color: var(--dark-l-393-f-4-c, #393f4c);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.info-subscribe__content {
  width: 60%;
}
.info-subscribe__social {
  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;
  margin: 32px 0px;
}
.info-subscribe__social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.info-subscribe__social-item a:hover {
  text-decoration: none;
}
.info-subscribe__social-item__image {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-subscribe__social-item__image_vk {
  background-color: #2675e8;
}
.info-subscribe__social-item__image_ok {
  background-color: #ee8208;
}
.info-subscribe__social-item__image_tg {
  background-color: #27a7e7;
}
.info-subscribe__title {
  color: #fff;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 40px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.info-subscribe__subtitle {
  color: #fff;
  /* H3 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.info-subscribe .social-icon {
  width: 34px;
  height: 34px;
  background-color: #2675e8;
  border-radius: 100%;
}
.info-subscribe-vk {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 32px;
  z-index: 1000;
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.info-subscribe-vk__qr {
  width: 122px;
  height: 122px;
}
.info-subscribe-vk__qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-subscribe-vk__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #2675e8;
  /* STRONG */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.info-subscribe-vk__subtitle {
  color: #393f4c;
  /* SMALL */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
.info-subscribe-vk__btn {
  color: #2675e8;
  text-align: center;
  /* STRONG */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.info-subscribe-vk__btn:hover {
  text-decoration: none;
}
.info-subscribe-round_large {
  width: 844px;
  height: 844px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  position: absolute;
  bottom: -38%;
  right: -22%;
}
.info-subscribe-hand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  bottom: 0px;
  right: -40px;
  z-index: 1000;
}
.info-subscribe-image {
  position: absolute;
  bottom: 0;
  z-index: 999;
  right: 0px;
}
.info-subscribe-round_sm {
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
}
.info-subscribe-round_sm:nth-child(1) {
  width: 24px;
  height: 24px;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}
.info-subscribe-round_sm:nth-child(2) {
  width: 56px;
  height: 56px;
  right: 44px;
  top: 94px;
  z-index: 1000;
}
.info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: calc(50% - 24px);
}
.info-links .slick-arrow {
  position: absolute;
  bottom: -10px;
  z-index: 1000;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-links .slick-arrow:hover {
  text-decoration: none;
}
.info-links .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.info-links .btn-prev {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.info-links .btn-next {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.info-links .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0px;
  position: relative;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-links .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.info-links .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #dfaad5);
}
.info-links .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}
.info-link {
  background: #f7f8ff;
  border-radius: 16px;
  padding: 32px;
  margin: 0px 16px;
}
.info-link__head {
  margin-bottom: 32px;
}
.info-link__head-logo {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  width: 200px;
  height: 55px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.info-link__head-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #c0448f;
  /* P */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-link__head-href:hover {
  text-decoration: none;
}
.info-link__head-href img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-link__content {
  gap: 32px;
}
.info-link__content-image {
  border-radius: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 16px;
}
.info-link__content-image img {
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.info-link__content-intro-title {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #23272f;
  margin-bottom: 16px;
}
.info-link__content-intro-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-link__content-intro-stat p {
  color: #7f8a9f;
  /* P */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.info-link__content-intro-stat div {
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.info-link__content-intro-stat div:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.info-link__content-intro-stat div:nth-child(2) {
  width: 54px;
  height: 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;
  background: -o-linear-gradient(
      176deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    -o-linear-gradient(176deg, #ffae20 3.67%, #ff9820 110.04%);
  background: linear-gradient(
      274deg,
      #9930df 3.67%,
      #c0448f 56.86%,
      #f15c3b 110.04%
    ),
    linear-gradient(274deg, #ffae20 3.67%, #ff9820 110.04%);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 2px solid #fff;
  position: relative;
  left: -30px;
}

.subscribe-section {
  padding: 32px 0px 64px;
  background-color: #f0e1fa;
  position: relative;
}

.subscribe-section_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
}
.subscribe-section_bg img {
  height: 100%;
}

.subscribe-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  z-index: 999;
}
.subscribe-card {
  width: calc(50% - 24px);
  background-color: #fff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  min-height: 306px;
}
.subscribe-card__head {
  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: 32px;
}
.subscribe-card__head-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.subscribe-card__head-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #c0448f;
}
.subscribe-card__head-href:hover {
  text-decoration: none;
}
.subscribe-card__content h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 22.5px */
  color: #23272f;
  text-transform: uppercase;
}
.subscribe-card__content p {
  color: #23272f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.subscribe-card__actions {
  margin-top: auto;
}
.subscribe-card__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about-section {
  background-color: #f7f8ff;
}

.about-card {
  background-color: #fff;
  margin-top: 32px;
  padding: 64px;
  border-radius: 16px;
}
.about-card__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #c0448f;
  margin-bottom: 16px;
}
.about-card__text {
  color: #2e333e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-card__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
.about-card__content {
  width: 50%;
}
.about-card__image {
  width: 50%;
  border-radius: 16px;
}

.about-card__image video,
iframe {
  border-radius: 16px;
}
.about-card__image iframe {
  width: 100%;
  height: 380px;
}

.about-card__image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.about-card__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-card__link_act a {
  background: #c0448f;
  color: #fff !important;
  border: none !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.about-card__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #9ca4b5;
  border: 1px solid #b9bfcb;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-card__link a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
  background-color: #b9bfcb;
}
.about-card__slider {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
}
.about-card__slider .slick-arrow {
  position: absolute;
  bottom: -45px;
  z-index: 1000;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-card__slider .slick-arrow:hover {
  text-decoration: none;
}
.about-card__slider .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.about-card__slider .btn-prev {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 150px));
  -ms-transform: translateX(calc(-50% - 150px));
  transform: translateX(calc(-50% - 150px));
}
.about-card__slider .btn-next {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 150px));
  -ms-transform: translateX(calc(-50% + 150px));
  transform: translateX(calc(-50% + 150px));
}
.about-card__slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -35px;
  position: relative;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-card__slider .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.about-card__slider .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #b9bfcb);
}
.about-card__slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}
.about-card__slide {
  border-radius: 16px;
  margin: 0px 16px;
  /* height: 264px; */
  outline: none;
}
.about-card__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  height: 210px;
}

.usefull-section {
  position: relative;
}
.usefull-base-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.usefull-base-card {
  background-color: #c0448f;
  padding: 24px;
  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;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: calc(20% - 13px);
  text-transform: uppercase;
}
.usefull-base-card:hover {
  color: #fff;
  text-decoration: none;
}
.usefull-hard-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.usefull-middle-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.usefull-middle-card {
  width: calc(33.33% - 24px);
}
.usefull-middle-card__link {
  text-transform: uppercase;
  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;
  color: #23272f;
  /* P */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.usefull-middle-card__link:hover {
  text-decoration: none;
  color: #23272f;
}
.usefull-middle-card__image {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  height: 200px;
}
.usefull-middle-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
.usefull-middle-card__content {
  background-color: #f7f8ff;
  border-radius: 0px 0px 16px 16px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.usefull-hard-card {
  background-color: #f7f8ff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 24px);
}
.usefull-hard-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.usefull-hard-card .base-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: auto;
}
.usefull-hard-card .subscribe-card__head-href {
  gap: 32px;
}
.usefull-hard-card .subscribe-card__head-href:hover {
  text-decoration: none;
}
.usefull-hard-card h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.usefull-hard-card__image {
  position: relative;
  height: 100%;
  width: 256px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.usefull-hard-card__image img:nth-child(1) {
  border-radius: 8px 0px 0px 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.usefull-hard-card__image img:nth-child(2) {
  position: absolute;
  left: 24px;
  top: 24px;
  border-radius: 8px;
}
.usefull-hard-card__content {
  padding: 32px;
}

.resources-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}
.resources-list__item {
  width: calc(50% - 24px);
}
.resources-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px dashed #d6dae1;
  padding-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #23272f;
}
.resources-list__item a:hover {
  text-decoration: none;
}
.resources-list__item:last-child a,
.resources-list__item:nth-last-child(2) a {
  border-bottom: none;
}
#bx-panel #bx-panel-menu {
  display: none !important;
}
.bx-panel-button-group[data-group-id="2"] #bx_topmenu_btn_components {
  display: none !important;
}
.footer {
  margin-top: 100px;
  padding: 64px 0px;
  background-color: #23272f;
  color: #fff;
}
.footer-meta__logo {
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.footer-meta__logo:hover {
  text-decoration: none;
  color: #fff;
}
.footer-meta__rules {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.footer-meta__personal {
  color: #e65d31;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-meta__personal:hover {
  color: #e65d31;
}
.footer-meta__personal span {
  color: #e65d31;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav__list {
  margin-bottom: 30px;
}
.footer-nav__title {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 12px;
}
.footer-nav__item a {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.footer nav .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer nav .footer-nav__list {
  width: 50%;
}

@media screen and (max-width: 1500px) {
  .offer-slide-square:nth-child(2) {
    right: 588px;
    top: 56px;
  }

  .offer-slide-square:nth-child(1) {
    right: 808px;
    bottom: 62px;
  }

  .offer-slide-main__square {
    width: 750.421px;
    height: 850.646px;
    right: -43px;
    top: 163px;
  }

  .offer-slide__content {
    width: 45%;
  }

  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-list {
    width: 100%;
  }
  .news-departament-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-departament-list {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .start-section__card {
    width: calc(33.333% - 24px);
  }

  .header-bottom__actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1300px) {
  .news-card {
    width: calc(50% - 24px);
  }
  .news-departament-card {
    width: calc(50% - 24px);
  }
  .offer-slide__title {
    -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;
  }

  .offer-slide__video {
    margin-left: 0;
    width: 100%;
  }

  .offer-slide .uk-container {
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer-slide__bg {
    width: 1%;
  }
  .darkening {
    filter: brightness(40%);
  }

  .offer-slide-main__bg {
    display: none;
  }

  .offer-slide__content {
    width: 100%;
  }

  .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-subscribe-vk {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .info-link__content-intro {
    width: 100%;
  }

  .info-links {
    width: 100%;
  }

  .info-subscribe-vk__qr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .info-subscribe-vk {
    width: 90%;
  }

  .info-subscribe-hand {
    display: none;
  }

  .info-subscribe-image {
    display: none;
  }

  .info-subscribe {
    width: 100%;
    min-height: 500px;
  }

  .usefull-hard-card {
    width: 100%;
  }

  .offer-slide-main__square {
    width: 551.421px;
    height: 550.646px;
    right: -55px;
    top: 194px;
  }

  .offer-slide-main__bg {
    border-radius: 79px;
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 389px;
    height: 429px;
  }

  .offer-slide__title {
    font-size: 38px;
  }

  .offer-slide__subtitle {
    font-size: 23px;
  }

  .offer-slide__subtitle {
    margin-bottom: 32px;
  }

  .offer-slide {
    min-height: auto;
  }

  .offer-slide-square:nth-child(2) {
    right: 463px;
  }

  .offer-slide-square:nth-child(1) {
    right: 568px;
    bottom: 91px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .usefull-base-card {
    width: calc(33.333% - 13px);
  }

  .usefull-middle-card {
    width: calc(50% - 24px);
  }

  .subscribe-card {
    width: calc(50% - 24px);
  }

  .about-card__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-card__content {
    width: 100%;
  }
}
@media screen and (max-width: 998px) {
  .offer-slide-main__square {
    width: 451.421px;
    height: 450.646px;
    right: -60px;
    top: 264px;
  }

  .offer-slide-main__bg {
    border-radius: 79px;
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 289px;
    height: 329px;
  }

  .offer-slide-square:nth-child(2) {
    right: 320px;
    width: 55px;
    height: 55px;
    top: 150px;
  }

  .offer-slide-square:nth-child(1) {
    right: 420px;
    bottom: 91px;
  }

  .offer-slide-square:nth-child(3) {
    top: 220px;
  }

  .offer-slide__content {
    width: 75%;
  }

  .start-section__card {
    width: calc(50% - 24px);
  }

  .header-top__logotype-wrap {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .header-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .header-top .base-link.outlined-link {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 900px) {
  .header-bottom__logo {
    width: 100%;
  }

  .offer-slide__bg {
    display: none;
  }

  .offer-slide__content {
    width: 100%;
  }

  .header-bottom__actions {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-bottom__logotype-wrap {
    gap: 16px;
  }

  .header-bottom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 16px 0px;
    gap: 8px;
  }

  .header-bottom__menubtn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .resources-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-card {
    width: 100%;
  }
  .news-departament-card {
    width: 100%;
  }
  .info-subscribe__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-tabs {
    -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;
  }

  .news-card__content {
    padding: 16px;
  }

  .news-card {
    padding: 16px;
  }

  .news-departament-tabs {
    -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;
  }

  .news-departament-card__content {
    padding: 16px;
  }

  .news-departament-card {
    padding: 16px;
  }

  .subscribe-card__content {
    margin-bottom: 20px;
  }

  .about-card {
    padding: 32px;
  }

  .base-section__title {
    font-size: 20px;
  }

  .base-section {
    padding: 32px 0px;
  }

  .usefull-base-card {
    width: calc(50% - 13px);
  }

  .usefull-middle-card {
    width: 100%;
  }

  .about-card__image {
    width: 100%;
  }

  .subscribe-card {
    width: 100%;
  }

  .header-top__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-top__links {
    -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: 8px;
  }

  .header-top__actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .news-card {
    margin: 0;
  }
  .news-departament-card {
    margin: 0;
  }
  .footer nav .footer-nav__list {
    width: 100%;
  }

  .about-card__link a {
    padding: 8px 23px;
  }
}
@media screen and (max-width: 600px) {
  .paralax1 {
    width: 154px;
    height: 154px;
  }

  .paralax2 {
    width: 68px;
    height: 68px;
  }

  .paralax3 {
    width: 150px;
    height: 150px;
  }

  .info-link__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-link__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .info-link__content-image {
    width: 100%;
  }

  .info-link__content-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .usefull-hard-card__image {
    display: none;
  }

  .usefull-base-card {
    width: 100%;
  }

  .info-link__content-image img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .about-card__slide {
    margin: 0;
  }

  .subscribe-card__head {
    -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;
  }

  .base-primary-btn {
    padding: 8px 16px;
  }

  .news-list {
    padding: 16px 16px 32px 16px;
  }
  .news-departament-list {
    padding: 16px 16px 32px 16px;
  }

  .news-section__title-wrap {
    -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: 16px;
  }
  .news-departament-section__title-wrap {
    -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: 16px;
  }
  .start-section__card {
    width: 100%;
  }

  .offer-slide__title {
    font-size: 35px;
  }

  .offer-slide__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;
  }

  .header-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-top__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
  }

  .header-top__link {
    text-align: center;
  }

  .header-bottom__actions {
    gap: 16px;
  }
  .header-bottom__actions .base-primary-btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-bottom__wrap {
    gap: 16px;
  }
  .header-navigation__item-btn {
    width: 100%;
  }

  .header-navigation__item-btn a {
    padding: 8px 16px;
  }

  .about-card__link,
  .about-card__link a {
    width: 100%;
  }

  .news-tabs__item,
  .news-tabs__item a {
    width: 100%;
  }

  .news-list .news-btn-more {
    right: 50%;
    top: 110px;
    transform: translateX(50%);
  }
  .news-departament-tabs__item,
  .news-departament-tabs__item a {
    width: 100%;
  }

  .news-departament-list .news-departament-btn-more {
    right: 50%;
    top: 110px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 480px) {
  .info-subscribe-vk {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: auto;
  }

  .header-bottom__logo img {
    display: none;
  }
}
.header-navigation {
  padding-left: 0px;
  padding-right: 0px;
}

/* NEW MEDIA */
@media screen and (max-width: 1300px) {
  .info-subscribe__content {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .header-navigation__list {
    gap: 16px;
  }

  .header-navigation__item a {
    padding: 8px 16px;
  }

  .header-top__wrap .outlined-link {
    padding: 8px 16px;
  }

  .offer-slide {
    padding: 110px 0px;
  }

  .start-section__card-image,
  .start-section__card::after {
    width: 60px;
    height: 60px;
  }

  .offer-slide__title span {
    padding: 8px 16px;
  }

  .offer-slide__title {
    gap: 16px;
  }

  .header-bottom__logo img {
    display: none;
  }

  .header-bottom__logo {
    text-align: center;
    margin: 15px 0px;
  }

  .header-navigation__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .start-section__card::after {
    top: -5px;
    left: -5px;
  }

  .start-section__wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .offer-director__image {
    top: -30px;
  }
}
@media screen and (max-width: 800px) {
  .offer-director__image {
    top: 0px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .header-bottom__logotype-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .outlined-link {
    padding: 8px 16px;
  }

  .offer-slide {
    padding: 90px 0px;
  }

  .start-section__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .start-section__card::after {
    top: -5px;
    left: calc(50% - 5px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-navigation__item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .header-top__logotype-wrap .search-btn {
    display: none;
  }
}
/* END NEW MEDIA */
/* wow */
.about-card__link_act a {
  background: var(--Rad_1, linear-gradient(94deg, #af5ce6 0%, #c073f3 100%));
}

.about-card__link a {
  padding: 8px 16px;
}

.info-card {
  border-radius: 16px;
  background: var(
    --Linear,
    linear-gradient(90deg, #9930df 0%, #c0448f 50%, #f15c3b 100%)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
}
.info-card__image {
  width: 190px;
  height: 60px;
  margin-right: 32px;
}
.info-card__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.info-card__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.info-card .base-link {
  margin-left: auto;
}

.base-link_white {
  background-color: #fff;
  padding: 16px 32px;
  border-radius: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c0448f;
  /* STRONG */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.usefull-section .info-card {
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .info-card .base-link {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  .switch-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
.switch-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.switch-label {
  color: #9ca4b5;
  -webkit-transform: transition all 0.3s;
  -ms-transform: transition all 0.3s;
  transform: transition all 0.3s;
}
.switch-label_act {
  -webkit-transform: transition all 0.3s;
  -ms-transform: transition all 0.3s;
  transform: transition all 0.3s;
  color: #000;
}

.info-subscribe__slider .slick-current {
  width: 369px !important;
}

.info-subscribe__slide {
  margin: 0px 15px;
}
.info-subscribe__slide:not(.slick-current) {
  position: relative;
}
.info-subscribe__slide:not(.slick-current)::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}
.info-subscribe__slide__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* end wow */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f15c3b;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f15c3b;
  box-shadow: 0 0 1px #f15c3b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.base-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
.base-pagination .active > .page-link,
.base-pagination .page-link.active {
  background-color: #c0448f;
  border-color: #c0448f;
  color: #fff !important;
}
.base-pagination .page-link__arrow {
  border: none;
  color: #c0448f;
}
.base-pagination .page-link__arrow:focus,
.base-pagination .page-link__arrow:active {
  border: none;
}
.base-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.base-pagination ul li {
  width: 32px;
  height: 32px;
}
.base-pagination ul li a,
.base-pagination ul li a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 32px;
  padding: 0;
  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;
  background-color: transparent;
  border: 1px solid #c0448f;
  border-radius: 2px;
  outline: none;
  color: #c0448f;
}
.base-pagination ul li a:hover {
  text-decoration: none;
}
.base-pagination ul li .page-link__arrow {
  border: none;
}

.base-input {
  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;
}
.base-input_pwd-wrap {
  position: relative;
  width: 100%;
}
.base-input_pwd a {
  position: absolute;
  right: 16px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  top: 5px;
}
.base-input_pwd i {
  font-size: 20px;
  color: #000;
}
.base-input .show-pwd__icon {
  display: none;
}
.base-input_hide .hide-pwd__icon {
  display: none;
}
.base-input_hide .show-pwd__icon {
  display: block;
}
.base-input label {
  color: var(--dark-23272-f, #23272f);
  /* STRONG */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.base-input input {
  outline: none;
  border: none;
  border-radius: 8px;
  border: 1px solid var(--dark-lb-9-bfcb, #b9bfcb);
  background: var(--FFFFFF, #fff);
  padding: 20px 16px;
  width: 100%;
}
.base-input select {
  outline: none;
  border: none;
  border-radius: 8px;
  border: 1px solid var(--dark-lb-9-bfcb, #b9bfcb);
  background: var(--FFFFFF, #fff);
  padding: 20px 16px;
  width: 100%;
}

.base-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.breadcrumbs-wrap {
  padding: 32px 0px 16px 0px;
}
.breadcrumbs-wrap .uk-breadcrumb {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs-wrap .uk-breadcrumb a {
  color: var(--dark-l-4-f-57693, #4f5769);
}

.register-section {
  padding-top: 32px;
}
.register-form {
  margin-top: 32px;
}
.register-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.register-form__wrap .base-input,
.register-form__wrap .base-checkbox {
  width: calc(50% - 16px);
  margin-bottom: 16px;
}
.register-form__actions {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.register-form__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  color: var(--dark-23272-f, #23272f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 4px;
}

.checkmark-auth {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-image: none;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #6ac259;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bx-core-popup-menu-separator ~ span {
  display: none;
}
.news-section-page {
  padding-top: 42px;
}
.news-departament-section-page {
  padding-top: 42px;
}
.events {
  padding-top: 32px;
}
.events-wrap {
  margin-top: 32px;
  position: relative;
}
.events-list {
  gap: 16px;
  margin-bottom: 32px;
}
.events-list .nav-item button {
  padding: 16px 32px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #9ca4b5;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #9ca4b5;
}
.events-list .nav-item button.active {
  color: #fff;
  background-color: #9930df;
  border-color: #9930df;
}
.events-content__showmore {
  position: absolute;
  right: 0;
  top: 20px;
}
.events-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding: 32px 64px;
  background-color: #f9f8fe;
  border-radius: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.events-card:last-child {
  margin-bottom: 0;
}
.events-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 352px;
  border-radius: 16px;
}
.events-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
}
.events-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}
.events-card__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.events-card__tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #9930df;
}
.events-card__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-bottom: 16px;
}
.events-card__title > * {
  color: #000;
}
.events-card__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  color: #000;
}

.primary-link {
  color: #c0448f;
}

.basicinfo-section {
  padding-top: 32px;
}
.basicinfo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 31px;
}
.basicinfo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basicinfo-nav__item {
  list-style: none;
}
.basicinfo-nav__item a {
  padding: 24px 32px;
  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;
  border-radius: 8px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: var(--dark-23272-f, #23272f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.basicinfo-nav__item a:hover {
  text-decoration: none;
}
.basicinfo-nav__item a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basicinfo-nav__item_act a {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: none;
  background: var(
    --Linear,
    linear-gradient(90deg, #9930df 0%, #c0448f 50%, #f15c3b 100%)
  );
  color: white;
}
.basicinfo-nav__item_act a i {
  background-color: transparent;
  border: 2px solid #fff;
}
.basicinfo-content {
  padding: 0 64px;
}
.basicinfo-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: 32px;
}
.basicinfo-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.basicinfo-list__item span {
  color: var(--212227, #212227);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.basicinfo-list__item p {
  color: var(--dark-23272-f, #23272f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.base-divider {
  background-color: #d6dae1;
  display: block;
  height: 1px;
}

.base-download-link {
  color: #1e5dff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(30, 93, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.base-download-link:hover {
  text-decoration: none;
}
.base-download-link span {
  width: 18px;
  height: 18px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}
.base-download-link span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.baseinfo-tag {
  padding: 16px 32px;
  border-radius: 16px;
  background: #c0448f;
  gap: 32px;
  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;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-radius: 16px;
  background: var(
    --Linear,
    linear-gradient(90deg, #9930df 0%, #c0448f 50%, #f15c3b 100%)
  );
  height: 75px;
  margin-bottom: 23px;
}
.download-btn:hover {
  text-decoration: none;
}
.download-btn__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 16px;
  background: rgba(228, 207, 241, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  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;
  bottom: 15px;
}
.download-btn__image img {
  width: 36px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.download-btn__text {
  padding: 16px 16px 16px 0px;
}
.download-btn__text h5 {
  color: #fff;
}
.download-btn__text span {
  color: #fff;
}

.newsdetail-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}
.newsdetail-section {
  padding-top: 32px;
}
.newsdetail-slider {
  padding-bottom: 84px;
  position: relative;
  margin-bottom: 32px;
}
.newsdetail-slider .slick-arrow {
  position: absolute;
  bottom: 16px;
  z-index: 1000;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsdetail-slider .slick-arrow:hover {
  text-decoration: none;
}
.newsdetail-slider .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.newsdetail-slider .btn-prev {
  left: 30%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.newsdetail-slider .btn-next {
  left: 70%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.newsdetail-slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 24px;
  position: absolute;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.newsdetail-slider .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.newsdetail-slider .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #dfaad5);
}
.newsdetail-slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}

.newsdetail-sliders {
  padding-bottom: 84px;
  position: relative;
  margin-bottom: 32px;
}
.newsdetail-sliders .slick-arrow {
  position: absolute;
  bottom: 16px;
  z-index: 1000;
  color: #c0448f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsdetail-sliders .slick-arrow:hover {
  text-decoration: none;
}
.newsdetail-sliders .slick-arrow i {
  font-size: 45px;
  position: relative;
  z-index: 1000;
}
.newsdetail-sliders .btn-prev {
  left: 30%;
  -webkit-transform: translateX(calc(-50% - 70px));
  -ms-transform: translateX(calc(-50% - 70px));
  transform: translateX(calc(-50% - 70px));
}
.newsdetail-sliders .btn-next {
  left: 70%;
  -webkit-transform: translateX(calc(-50% + 70px));
  -ms-transform: translateX(calc(-50% + 70px));
  transform: translateX(calc(-50% + 70px));
}
.newsdetail-sliders .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 24px;
  position: absolute;
  z-index: 999;
  display: flex;
  list-style: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.newsdetail-sliders .slick-dots li {
  margin: 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.newsdetail-sliders .slick-dots li button {
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.35;
  background: var(--dark-lb-9-bfcb, #dfaad5);
}
.newsdetail-sliders .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c0448f;
  opacity: 1;
  margin-top: 5px;
}

.newsdetail-slide {
  border-radius: 16px;
  margin: 0px 16px;
}
.newsdetail-slide img {
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.newsdetail-block__tag {
  border-radius: 16px;
  background: #fbf7fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: var(--dark-23272-f, #23272f);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.newsdetail-add-text {
  color: var(--dark-l-2-e-333-e, #2e333e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.newsdetail-descr {
  margin: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newsdetail-descr__image {
  width: 30%;
}
.newsdetail-descr__image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.newsdetail-descr__text {
  width: 70%;
}
.newsdetail-descr__text p {
  color: var(--dark-l-2-e-333-e, #2e333e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.newsdetail-descr__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .events-card {
    padding: 32px;
  }

  .basicinfo-content {
    padding: 0px 16px;
  }

  .newsdetail-descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsdetail-descr__text {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .basicinfo-nav__item a {
    padding: 8px;
  }
}
@media screen and (max-width: 900px) {
  .events-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .register-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .register-form__wrap .base-input,
  .register-form__wrap .base-checkbox {
    width: 100%;
  }

  .base-checkbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .base-input_captcha {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .register-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .events-card__image {
    width: 100%;
  }

  .news-list {
    padding: 0;
  }

  .basicinfo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basicinfo-nav {
    width: 100%;
  }

  .newsdetail-descr__image {
    width: 100%;
  }
}
#offcanvas-overlay {
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#offcanvas-overlay.mainoverlay-menu .uk-offcanvas-bar {
  width: 100%;
  background: rgba(33, 34, 39, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

#offcanvas-overlay.mainoverlay-menu .uk-offcanvas-close {
  width: 30px;
  height: 30px;
  background-color: #ef544a;
  border-radius: 100%;
}

#offcanvas-overlay.mainoverlay-menu .uk-offcanvas-close svg {
  color: #fff;
}

#offcanvas-overlay.mainoverlay-menu .content {
  padding-top: 50px;
}

.search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: #50525e;
  border-radius: 8px;
}

.search-card p {
  margin: 0px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-card__image {
  width: 90px;
  height: 90px;
}

.search-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.search-result-btn {
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}

.mainoverlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 70px !important;
}

.mainoverlay-content__search-result {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.mainoverlay-content__accordion {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.uk-accordion-content__links {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mainoverlay-content__accordion > li {
  border-bottom: 1px dashed #808394;
  padding: 16px 0px;
  margin: 0px !important;
}

.mainoverlay-content__accordion > li:last-child {
  border-bottom: none;
}

.mainoverlay-content__accordion > li .uk-accordion-title {
  text-transform: uppercase;
}

.mainoverlay-content__accordion > li .uk-accordion-title::before {
  content: none;
}

.mainoverlay-content__accordion .uk-accordion-content {
  padding-left: 30px;
  margin-top: 10px;
}

.mainoverlay-content__accordion .uk-accordion-content__links li {
  padding: 8px 0px;
}

.mainoverlay-content__accordion .uk-accordion-content__links li a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-transform: uppercase;
}

.mainoverlay-content__accordion .uk-accordion-content__links li a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: url("/local/templates/webizi_spo_redisign/css/../img/common/arrow-right-orange.png")
    no-repeat bottom center;
}

.mainoverlay-content__accordion .uk-accordion-content__links li a:hover {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #ef544a;
}

.mainoverlay-content__accordion
  .uk-accordion-content__links
  li
  a:hover::before {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

.mainoverlay-content__col {
  width: 50%;
}

.mainoverlay-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  min-height: 150px;
}

.mainoverlay-content__head h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ef544a;
}

.mainoverlay-content__head h5 img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
}

.mainoverlay-content__head-image {
  width: 220px;
  height: 130px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-input {
  display: block;
  width: 100%;
}

.form-input input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 14px;
  border-radius: 4px;
}

.form-input_search {
  position: relative;
}

.form-input_search input {
  padding-right: 50px;
}

.form-input_search .search-link {
  position: absolute;
  width: 30px;
  height: 30px;
  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;
  right: 15px;
  top: 13px;
}

.form-input_search .search-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.form-input_ghost_white input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.form-input_ghost_white input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-input_ghost_white input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-input_ghost_white input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-input_ghost_white input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-input_ghost_white input::placeholder {
  color: #fff;
  opacity: 1;
}

.form-input_ghost_white input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-input_ghost_white input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#offcanvas-overlay .uk-offcanvas-close {
  cursor: pointer;
  outline: none;
  border: none;
  display: block;
  margin-left: auto;
  margin-top: 20px;
}

#offcanvas-overlay .uk-offcanvas-close i {
  color: #fff;
}

#offcanvas-overlay .accordion-item__text {
  color: #fff;
}

.uk-accordion-content__links a {
  color: #fff;
}

.search-card,
.search-result-btn {
  color: #fff;
}

.search-card:hover,
.search-result-btn:hover {
  color: #fff;
}

.mainoverlay-content__search {
  margin-top: 50px;
}

.uk-offcanvas-container,
.uk-offcanvas-page {
  overflow-x: clip;
}

.uk-offcanvas-container {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.uk-offcanvas-page {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .mainoverlay-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mainoverlay-content__col {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .mainoverlay-content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-navigation {
  position: relative;
}
.header-navigation__menu {
  padding: 32px 0px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-height: 550px;
  background: rgba(33, 34, 39, 0.65);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin-top: 22px;
  display: none;
}
.header-navigation__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.header-navigation__menu .uk-container {
  height: 100%;
}
.header-navigation__menu .start-section__card p {
  color: #fff;
}

.header-navigation__menu .uk-container {
  padding: 0px 30px;
}

.header-navigation__menu__list-item_childs > ul {
  top: 0px;
  padding-left: 16px;
  display: none !important;
}
.header-navigation__menu__list-item_childs > a::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
}
.header-navigation__menu__list li a {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 8px 0px;
  display: inline-flex;
}

.header-navigation__menu__list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.header-navigation__item_act .header-navigation__menu {
  display: block;
}

.header-bottom__menubtn {
  padding: 0;
  overflow: none;
  border: none;
}

.uk-offcanvas-container {
  position: relative;
}

.new-leftsidebar {
  z-index: 1100;
  width: 100%;
}
.new-leftsidebar .uk-offcanvas-bar {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: visible;
}
.new-leftsidebar::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.new-leftsidebar .uk-offcanvas-bar {
  width: 100%;
  background-color: transparent;
  padding-bottom: 120px;
  z-index: 9999;
}

.leftsidebar-logo {
  margin-bottom: 24px;
}
.leftsidebar-wrap {
  width: 576px;
  padding: 48px;
  background-color: #f4f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: unset;
  padding-bottom: 120px;
  -webkit-box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.uk-offcanvas-bar {
  padding: 0px !important;
  max-width: 100% !important;
}

.left-sidebar__nav {
  /* margin-bottom: 24px; */
}
.left-sidebar__nav > .uk-navbar-nav > li > a {
  height: 57px !important;
}
.left-sidebar__nav .uk-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-bottom: 16px;
}
.left-sidebar__nav .uk-navbar-nav li {
  position: relative;
}
.left-sidebar__nav .uk-navbar-nav li a {
  padding: 16px 32px;
  background-color: #fff;
  color: #23272f !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  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;
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: auto;
  text-transform: none;
}
.left-sidebar__nav .uk-navbar-nav li a[aria-expanded="true"] {
  color: #eb281b !important;
}
.left-sidebar__nav .uk-navbar-nav li a[aria-expanded="true"]::after {
  opacity: 1 !important;
}
.left-sidebar__nav .uk-navbar-nav li a.withchilds::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  font-size: 25px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #eb281b;
}
.left-sidebar__nav .uk-navbar-nav li a:hover {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #eb281b !important;
  text-decoration: none;
}
.left-sidebar__nav .uk-navbar-nav li a:hover::after {
  opacity: 1;
}
.left-sidebar__nav.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: transparent;
}
.left-sidebar__nav .uk-navbar-dropdown {
  right: 0px;
  max-width: 1708px;
  -webkit-transform: translateX(calc(100% + 8px));
  -ms-transform: translateX(calc(100% + 8px));
  transform: translateX(calc(100% + 8px));
  width: 530px;
  border-radius: 8px;
  left: auto !important;
  top: 0px !important;
  overflow: auto;
}
.left-sidebar__nav .uk-navbar-dropdown {
  padding: 24px !important;
}
.left-sidebar__nav .uk-navbar-dropdown-nav a {
  padding: 0 !important;
}
.left-sidebar__nav .uk-navbar-dropdown-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.left-sidebar__nav .uk-navbar-dropdown-nav a {
  color: #23272f !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.item-withchilds {
  position: relative;
}
.item-withchilds .uk-navbar-dropdown {
  -webkit-transform: translateX(calc(100% + 32px));
  -ms-transform: translateX(calc(100% + 32px));
  transform: translateX(calc(100% + 32px));
}

.leftsidebar-footer {
  margin-top: 15px;
}
.leftsidebar-footer__title {
  color: var(--dark-23272-f, #23272f);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}
.leftsidebar-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.leftsidebar-footer ul li span {
  color: var(--dark-23272-f, #23272f);
}
.leftsidebar-footer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--dark-23272-f, #23272f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leftsidebar-footer ul li a:hover {
  color: var(--dark-23272-f, #23272f);
  text-decoration: none;
}
.leftsidebar-footer ul li a span {
  color: var(--dark-23272-f, #23272f);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.left-sidebar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  gap: 4px;
}
.left-sidebar__nav li {
  position: relative;
}
.left-sidebar__nav li.main-menu__item_withchilds ul {
  padding: 24px 0px;
}
.left-sidebar__nav li.main-menu__item_withchilds ul li a {
  padding-bottom: 12px !important;
}
.left-sidebar__nav li.main-menu__item_withchilds ul li:last-child a {
  border-radius: 0px 0px 8px 8px;
}
.left-sidebar__nav li.main-menu__item_withchilds ul li a {
  padding: 0 36px;
  color: #23272f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0px;
}
.left-sidebar__nav li.main-menu__item_withchilds ul li a:hover {
  color: #eb281b;
  text-decoration: none;
}
.left-sidebar__nav li.main-menu__item_withchilds a {
  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;
}
.left-sidebar__nav li.main-menu__item_withchilds a.highlighted {
  color: #eb281b !important;
}
.left-sidebar__nav
  li.main-menu__item_withchilds
  a.highlighted.has-submenu::after {
  opacity: 1;
  color: #eb281b;
}
.left-sidebar__nav li.main-menu__item_withchilds a.has::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #23272f;
}
.left-sidebar__nav li.main-menu__item_withchilds a.has-submenu::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #23272f;
}
.left-sidebar__nav li > ul {
  width: 530px !important;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  right: 0px !important;
  -webkit-transform: translateX(calc(100% + 8px)) !important;
  -ms-transform: translateX(calc(100% + 8px)) !important;
  transform: translateX(calc(100% + 8px)) !important;
  left: auto !important;
  top: 0px !important;
  margin-top: 0px !important;
  max-width: 100% !important;
  max-height: 200px;
}
.left-sidebar__nav li a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 32px;
  color: #23272f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-sidebar__nav li a:hover {
  color: #eb281b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-offcanvas {
  width: 100%;
  border-radius: 8px;
  padding: 16px 32px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 24px;
  color: #eb281b !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .mainoverlay-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mainoverlay-content__col {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .leftsidebar-wrap {
    padding: 24px;
    width: 376px;
  }

  .left-sidebar__nav li > ul {
    width: 350px !important;
  }
}
@media screen and (max-width: 989px) {
  .leftsidebar-wrap {
    width: 100% !important;
    overflow: auto;
  }

  .left-sidebar__nav li > ul {
    position: inherit;
    height: 100%;
    max-height: 100%;
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-left: 0px !important;
    padding: 0 !important;
    padding-left: 15px !important;
  }

  .close-offcanvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Customize the label (the container-eye) */
.container-eye {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-eye input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container-eye .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  display: block;
  background-color: transparent;
  background-image: url(/local/templates/webizi_spo_redisign/css/../img/common/eye-hide.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

/* On mouse-over, add a grey background color */
.container-eye:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-eye input:checked ~ .checkmark {
  background-image: url(/local/templates/webizi_spo_redisign/css/../img/common/eye-green.png);
}

/* Show the checkmark when checked */
.container-eye input:checked ~ .checkmark:after {
  display: block;
}

.base-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.base-input__manage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-input__manage .container-eye {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.base-input__manage .switch {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-shrink: 0;
}
.base-input__manage label {
  display: block;
}

.switch-green {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 20px;
  width: 40px;
}
.switch-green input:checked + .slider {
  background-color: #00bd2a;
}
.switch-green .slider:before {
  width: 16px;
  height: 16px;
}

.base-input__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.base-btn {
  cursor: pointer;
  padding: 16px 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.base-btn:hover {
  text-decoration: none;
}
.base-btn__ghost {
  color: #ef544a;
  border: 1px solid #ef544a;
  position: relative;
}
.base-btn__ghost:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ef544a;
  color: #fff;
}
.base-btn__success {
  color: #fff;
  border: 1px solid #00bd2a;
  background-color: #00bd2a;
}
.base-btn__success:hover {
  background-color: #00a424;
  color: #fff;
}
.base-btn__danger {
  color: #fff;
  border: 1px solid #eb281b;
  background-color: #eb281b;
}
.base-btn__danger:hover {
  background-color: #d91f13;
  color: #fff;
}
.base-btn__grey {
  color: #dadada;
  border: 1px solid #dadada;
}
.base-btn__grey:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #dadada;
  color: #fff;
}

.manage-block__btn {
  text-align: center;
  margin-top: 24px;
}

.header-navigation__menu__list-item_childs > ul {
  display: none !important;
}

.header-navigation__menu__list-item_childs_act > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* @media screen and (min-width: 1367px) {
  .uk-offcanvas-container {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .uk-offcanvas-container .leftsidebar-footer {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 99999;
    width: 536px;
    left: 0;
    bottom: 0;
    padding: 48px 0px 0px 48px;
    padding-bottom: 24px;
    background-color: #F4F4F6;
  }
  .uk-offcanvas-container .header-top__logo {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 99999;
    width: 536px;
    left: 0;
    padding: 48px 0px 0px 48px;
    padding-bottom: 24px;
    background-color: #F4F4F6;
  }
  .uk-offcanvas-container .leftsidebar-wrap {
    padding-top: 0;
  }
  .uk-offcanvas-container .left-sidebar__nav {
    margin-top: 125px;
  }
  .uk-offcanvas-container .leftsidebar-wrap {
    background-color: transparent;
    position: relative;
  }
  .uk-offcanvas-container .leftsidebar-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #F4F4F6;
  }
  .uk-offcanvas-container .leftsidebar-footer {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1366px) {
  .uk-offcanvas-container .leftsidebar-footer {
    width: 360px;
  }
  .uk-offcanvas-container .header-top__logo {
    width: 360px;
  }
}
@media screen and (max-width: 989px) {
  .uk-offcanvas-container .header-top__logo {
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    padding: 48px 0px 0px 48px;
    padding-bottom: 24px;
    background-color: #F4F4F6;
  }
  .uk-offcanvas-container .leftsidebar-wrap {
    padding-top: 0;
  }
  .uk-offcanvas-container .left-sidebar__nav {
    margin-top: 130px;
  }
} */

.substrate {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 15px;
}

.color-white {
  color: #fff;
}

.main_slider_img {
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 24px 0px rgba(192, 68, 143, 0.24);
  border: 1.5px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.offer-slide__two {
  display: flex;
  align-items: end;
}

[title="Шаблон сайта: webizi_spo_redisign"] {
  display: none !important;
}
.news-tabs__item a {
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  background-color: #f4f4f6;
  text-transform: full-size-kana;
  border-radius: 8px;
  background: var(
    --Primary-Primary-secondary,
    linear-gradient(
      112deg,
      rgba(201, 119, 255, 0.1) 0%,
      rgba(255, 125, 204, 0.1) 40.99%,
      rgba(255, 138, 112, 0.1) 80.85%
    ),
    #fff
  );
  border: none;
}

.news-tabs__item a span {
  background: linear-gradient(
    112deg,
    #9930df 0%,
    #c0448f 40.99%,
    #f15c3b 80.85%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.news-tabs__item.uk-active a {
  border: none;
}

.news-tabs__item.uk-active a span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Модалка*/
.wi-pp-block {
  height: auto;

  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(192, 68, 143, 0.08);
  padding: 24px;

  width: 800px;
  left: 50%;
  transform: translateX(-50%);
  position: realative;
}

.wi-pp-block .wi-zk-passed {
  color: green;
}

.wi-zk-table .wi-zk-ntim .wi-zk-passed {
  color: green;
}
.wi-pp-block .wi-zk-error {
  color: red;
}
.wi-zk-table .wi-zk-error {
  color: red;
}

.wi-pp-block .base-primary-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 8px;
  padding: 0px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wi-pp-ico-warning {
  display: none;
}
.wi-pp-mess,
.wi-zk-structure {
  margin: 0px;
  padding: 0px;
}
.wi-pp-block .base-primary-btn {
  margin: 0px;
}
.wi-pp-mess {
  text-align: left;
}
.wi-zk-structure {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  overflow: auto;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}
.wi-zk-structure::-webkit-scrollbar {
  height: 8px;
  display: none;
}

.wi-zk-structure > li:nth-child(1),
.wi-zk-structure > li:nth-child(2),
.wi-zk-structure > li:nth-child(3) {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #424242;
  margin-bottom: 8px;
  background: #fff;
  padding: 0px;
}
.wi-zk-structure > li:nth-child(3) {
  margin-bottom: 24px;
}
.wi-zk-structure li {
  background: #f5f5f5;
}
.wi-zk-structure > li {
  padding-left: 24px;
  padding-right: 24px;

  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
}

.wi-zk-structure > li:nth-child(4) {
  padding-top: 24px;
  border-radius: 24px 24px 0px 0px;
}
.wi-zk-structure > li:last-child {
  padding-bottom: 24px;
  border-radius: 0px 0px 24px 24px;
}
.wi-zk-strblock div {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.wi-zk-structure .wi-zk-listtitle {
  display: flex;
  gap: 8px;
}
.banner {
  margin-bottom: 20px;
  margin-top: 20px;
}

.banner img {
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid #eee;
}

.banners-wrap a {
  display: flex;
  height: 320px;
}

.banners-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banners-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.banners-wrap-1 a {
  width: 100%;
}
.banners-wrap-2 a {
  width: calc(50% - 24px);
}
.banners-wrap-3 a {
  width: calc(33.333% - 24px);
  height: 220px;
}
.banners-wrap-4 a {
  width: calc(25% - 24px);
  height: 220px;
}

.cut-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  line-clamp: 15;
  -webkit-box-orient: vertical;
}

.link-open-modal {
  text-decoration: none !important;
  color: #c0448f;
}
a.link-open-modal:hover {
  color: #c0448f !important;
}
.uk-modal-dialog {
  border-radius: 20px;
}
/*banner gosuslugi*/


@media screen and (max-width: 1200px) {
  .banners-wrap-4 a {
    width: calc(33.333% - 24px);
    height: 220px;
  }
}

@media screen and (max-width: 992px) {
  .banners-wrap-4 a,
  .banners-wrap-3 a {
    width: calc(50% - 24px);
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .banners-wrap-4 a,
  .banners-wrap-3 a,
  .banners-wrap-2 a {
    width: 100%;
  }
}
