@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.woff2") format("woff2"), url("../fonts/Impact.woff") format("woff"), url("../fonts/Impact.ttf") format("truetype"), url("../fonts/Impact.svg#Impact") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::selection {
  background: #04F9DD;
  color: #000000;
}

:root {
  --black:#000000;
  --white:#fff;
  --yellow:#ffd600;
  --blue:#04F9DD;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  padding-top: 0;
}
body.page.sny-alisy {
  background: url("../images/bg-min.jpg") 50% 0 no-repeat #000;
  background-size: cover;
}

.top-menu {
  display: none;
}

.footer {
  display: none !important;
}

.ordin-container .content {
  margin-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.ordin-container .content.pb-40 {
  padding-bottom: 0 !important;
}

.alice__block {
  padding: 40px;
  position: relative;
}
@media (max-width: 1140px) {
  .alice__block {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .alice__block {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .alice__block {
    padding-left: 0;
    padding-right: 0;
  }
}
.alice__block .nb {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 15px;
  color: var(--white);
  opacity: 0.5;
}
@media (max-width: 1140px) {
  .alice__block .nb {
    font-size: 14px;
    right: 10px;
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .alice__block .nb {
    font-size: 12px;
  }
}
.alice-block__header {
  display: flex;
}
@media (max-width: 1024px) {
  .alice-block__logo {
    margin-bottom: 30px;
  }
  .alice-block__logo svg {
    width: 144px;
    height: 18px;
  }
}
.alice-block__title {
  font-size: 70px;
  font-weight: 400;
  font-family: Impact;
  text-align: center;
  color: #00FFE3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url("../images/text.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .alice-block__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .alice-block__title img {
    width: 138px;
    height: 52px;
  }
}
.alice-block__title span {
  display: block;
  text-align: center;
}
.alice-block__title span img {
  margin-top: -13px;
}
.alice-block__overflow {
  max-width: 984px;
  margin: 0 auto;
  position: relative;
  max-height: calc(calc(var(--vh)*100) - 40px - 40px - 220px - 40px - 40px);
}
@media (max-width: 1024px) {
  .alice-block__overflow {
    max-height: calc(calc(var(--vh)*100) - 30px - 40px - 65px - 40px - 60px);
    margin-bottom: 20px;
  }
}
.alice-block__overflow .nicescroll-cursors {
  opacity: 0.4;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8) 0%, rgba(0, 234, 208, 0.8) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(255, 255, 255, 0.8) 0%, rgba(0, 234, 208, 0.8) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(255, 255, 255, 0.8) 0%, rgba(0, 234, 208, 0.8) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(255, 255, 255, 0.8) 0%, rgba(0, 234, 208, 0.8) 50%) top right/50% 50% no-repeat, #00EAD0 !important;
  transition: opacity 0.4s;
}
.alice-block__overflow .nicescroll-cursors:hover {
  opacity: 1;
}
.alice-block__list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.alice-block__item {
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .alice-block__item {
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .alice-block__item {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
}
.alice-block__item a {
  border-bottom: none;
  padding: 0;
  transition: 0.4s;
}
.alice-block__item a:hover {
  opacity: 0.85;
}
.alice-block__item img {
  max-width: 100%;
  height: auto;
}

.popup-alice.d-iblock {
  display: flex;
  align-items: center;
  padding-top: 290px;
  padding-bottom: 50px;
}
@media (max-height: 850px) {
  .popup-alice.d-iblock {
    display: block;
  }
}
@media (max-width: 1200px) {
  .popup-alice.d-iblock {
    display: block;
  }
}
@media (max-width: 1024px) {
  .popup-alice.d-iblock {
    padding-top: 170px;
    padding-bottom: 50px;
  }
}
.popup-alice .popup-prev, .popup-alice .popup-next {
  content: "";
  width: 71px;
  height: 71px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  opacity: 0.65;
}
.popup-alice .popup-prev:hover, .popup-alice .popup-next:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .popup-alice .popup-prev, .popup-alice .popup-next {
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 576px) {
  .popup-alice .popup-prev, .popup-alice .popup-next {
    width: 51px;
    height: 51px;
  }
}
.popup-alice .popup-prev {
  left: 10px;
  background-image: url("../images/arrow-left-circle.svg");
}
@media (max-width: 576px) {
  .popup-alice .popup-prev {
    left: -15px;
  }
}
.popup-alice .popup-next {
  right: 10px;
  background-image: url("../images/arrow-right-circle.svg");
}
@media (max-width: 576px) {
  .popup-alice .popup-next {
    right: -15px;
  }
}
.popup-alice .container {
  width: 100%;
  max-width: 1100px;
}
.popup-alice .close {
  position: absolute;
  right: -45px;
  top: -45px;
  width: 46px;
  height: 46px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1200px) {
  .popup-alice .close {
    right: -5px;
    top: -23px;
    width: 36px;
    height: 36px;
  }
}
.popup-alice .close:hover {
  opacity: 0.9;
}
.popup-alice .close:before, .popup-alice .close:after {
  position: absolute;
  left: 22px;
  content: " ";
  height: 46px;
  width: 3px;
  background-color: var(--blue);
}
@media (max-width: 1200px) {
  .popup-alice .close:before, .popup-alice .close:after {
    height: 30px;
  }
}
.popup-alice .close:before {
  transform: rotate(45deg);
}
.popup-alice .close:after {
  transform: rotate(-45deg);
}
.popup-alice + .svg-loaders {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}
.popup-alice + .svg-loaders img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 20%;
}
@media (max-width: 768px) {
  .popup-alice + .svg-loaders img {
    max-width: 30%;
  }
}
@media (max-width: 576px) {
  .popup-alice + .svg-loaders img {
    max-width: 40%;
  }
}

.alice__popup {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  color: var(--white);
  line-height: normal;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}
@media (max-width: 1100px) {
  .alice__popup {
    font-size: 20px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.alice-popup__back {
  border-radius: 40px;
  border: 2px solid var(--white);
  padding: 30px 23px;
  position: relative;
  margin-left: -17px;
  margin-right: -17px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(80, 72, 72, 0.15);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .alice-popup__back {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 20px 10px;
    margin-bottom: 50px;
  }
}
.alice-popup__left {
  width: 100%;
  flex: 0 0 39.1666666667%;
  max-width: 39.1666666667%;
  padding-left: 17px;
  padding-right: 17px;
}
@media (max-width: 1024px) {
  .alice-popup__left {
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .alice-popup__left {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.alice-popup__image {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .alice-popup__image {
    margin-bottom: 15px;
  }
}
.alice-popup__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 30px 0 0 0;
}
@media (max-width: 768px) {
  .alice-popup__image img {
    border-radius: 30px 30px 0 0;
    margin: 0 auto;
  }
}
.alice-popup__title {
  color: var(--blue);
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  min-height: 120px;
}
@media (max-width: 1100px) {
  .alice-popup__title {
    min-height: unset;
    font-size: 25px;
  }
}
.alice-popup__right {
  width: 100%;
  flex: 0 0 60.8333333333%;
  max-width: 60.8333333333%;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .alice-popup__right {
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .alice-popup__right {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.alice-popup__right h2 {
  font-style: italic;
  color: var(--blue);
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1100px) {
  .alice-popup__right h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.alice-popup__right a {
  border: none;
}
.alice-popup__right p {
  margin: 0;
}
.alice-popup__button {
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .alice-popup__button {
    padding: 15px 0;
    order: -1;
  }
}
.alice-popup__button .btn {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 400;
  text-shadow: none;
}
@media (max-width: 768px) {
  .alice-popup__button .btn {
    height: 34px;
    font-size: 22px;
    padding: 4px 8px;
  }
}
.alice-popup__button .btn-primary {
  background: var(--blue);
  color: var(--black);
  padding: 5px 10px;
}

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