<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes gift-el-1 {
  0% {
    transform: rotate(0) scale(-1, 1);
  }
  50% {
    transform: rotate(-2deg) scale(-1, 1);
  }
  100% {
    transform: rotate(0) scale(-1, 1);
  }
}
@keyframes gift-el-2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-4deg);
  }
}
@keyframes rotate-1 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-8deg);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@keyframes scale-1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
}
@keyframes scale-2 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  font: 400 19px/1.2 "HeliosCond", sans-serif, sans-serif !important;
  color: #000 !important;
}

body {
  background: radial-gradient(127.04% 295.68% at 3.75% -50.64%, #F7931E 0%, #F58B1C 1.5%, #E75010 11.39%, #DC2507 20.06%, #D30000 24.61%, #D50A02 26.8%, #B90000 41.3%, #760000 63.84%, #0C0100 96.42%, #000100 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #d7d6d9;
}
body::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #1a305e;
}
body {
  scrollbar-face-color: #d7d6d9;
  scrollbar-track-color: #1a305e;
}
body.act {
  overflow: hidden;
}

input.error {
  border: 2px solid #e9004c !important;
}
input.error ::-webkit-input-placeholder { /* Chrome */
  color: #C51616;
}
input.error :-ms-input-placeholder { /* IE 10+ */
  color: #C51616;
}
input.error ::-moz-placeholder { /* Firefox 19+ */
  color: #C51616;
  opacity: 1;
}
input.error :-moz-placeholder { /* Firefox 4 - 18 */
  color: #C51616;
  opacity: 1;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
a:hover {
  color: #8F8F8F;
}

p {
  line-height: 28px;
  margin-bottom: 30px;
}

img {
  display: inherit;
  max-width: 100%;
}

h1, .h1 {
  position: relative;
  font: 900 40px/1 "HeliosCond", sans-serif;
  color: #001B54;
  margin: 0;
  text-transform: uppercase;
}
h1 span, .h1 span {
  color: #000;
}
h1.white, .h1.white {
  color: #fff;
}
h1__desc, .h1__desc {
  color: #898989;
  font-size: 24px;
  letter-spacing: 0.28px;
  margin-top: 35px;
}
h1-gold, .h1-gold {
  background: linear-gradient(180deg, #F19830 0%, #FFB84E 17.18%, #FFCA64 31.08%, #FFE181 46.85%, #FFCA64 70.22%, #EE9229 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1-blue, .h1-blue {
  background: radial-gradient(83.33% 83.33% at 50.21% 49.12%, #0D79C7 0%, #032035 95.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2, .h2 {
  font: 400 36px/48px "HeliosCond", sans-serif;
  margin: 0;
}
h2.mb15, .h2.mb15 {
  margin-bottom: 15px;
}

h3, .h3 {
  font: 400 22px/28px "HeliosCond", sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
h3-desc, .h3-desc {
  color: #9395a7;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 50px;
}

h4, .h4 {
  font: 700 16px/24px "Open Sans";
  margin: 0;
  text-transform: uppercase;
  color: #9ecd44;
}

.up {
  text-transform: uppercase;
}

.nm {
  margin: 0;
}

.pt120 {
  padding-top: 120px;
}

.rub:after {
  content: "₽";
  margin-top: 5px;
  margin-left: 5px;
}

button,
.btn {
  position: relative;
  background: radial-gradient(83.33% 83.33% at 50.21% 49.12%, #0D79C7 0%, #032035 95.31%);
  border-radius: 10px;
  border: 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 16px 50px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
button:hover,
.btn:hover {
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3);
  color: #d39727;
}
button:before,
.btn:before {
  position: absolute;
  top: -12px;
  left: 2px;
  content: url(../img/snow-2.svg);
  pointer-events: none;
}
button:after,
.btn:after {
  position: absolute;
  top: -18px;
  right: -16px;
  content: url(../img/snow-1.svg);
  pointer-events: none;
}
button:focus,
.btn:focus {
  box-shadow: none;
}
button:disabled,
.btn:disabled {
  background: #f1eded;
  cursor: not-allowed !important;
  border-color: #7c7c7c;
  color: #4a4a4a;
  opacity: 1;
}
button:disabled:hover,
.btn:disabled:hover {
  color: #000;
}
button-disabled,
.btn-disabled {
  border: 3px solid #e9004c;
  background: #E5E5E5;
  font-weight: 700;
  cursor: default;
}
button-disabled:hover,
.btn-disabled:hover {
  background: #e6d9d9;
}
button-dark,
.btn-dark {
  background: #000;
  color: #fff;
}
button-dark:hover,
.btn-dark:hover {
  background: #202020;
}
button-white,
.btn-white {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
button-big,
.btn-big {
  padding: 17px 40px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
}
button-sm,
.btn-sm {
  font-size: 12px;
}
button-light,
.btn-light {
  display: inline-block;
  border: 2px solid #7A7A7A;
  color: #7A7A7A;
  background: transparent;
  padding: 18px 40px;
}
button-light:hover,
.btn-light:hover {
  border-color: #9ecd44;
}

form {
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
  flex: 1 0 100%;
}
form input:not(.btn),
form select,
form textarea {
  background: #bcbcd0;
  padding: 10px;
  outline: none;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #202263;
  width: 100%;
  flex: 1 0 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
form input:not(.btn):hover,
form select:hover,
form textarea:hover {
  background: #fdf6f6;
  padding-left: 10px;
}
form input:not(.btn).error,
form select.error,
form textarea.error {
  border-color: #ce4a4a !important;
  color: #ce4a4a !important;
  background-color: #f7e6e6;
}
form select:focus:hover {
  background: #bcbcd0;
}
form option:checked {
  background: #afafb7;
}
form button {
  border: 0;
  flex: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
form button:disabled {
  background: #7c7c7c;
  cursor: not-allowed !important;
  border-color: #7c7c7c;
  opacity: 1;
}
form button:disabled:hover {
  color: #fff;
}
form button:hover {
  background: #202020;
}
form ::-webkit-input-placeholder { /* Chrome */
  color: #202263;
}
form :-ms-input-placeholder { /* IE 10+ */
  color: #202263;
}
form ::-moz-placeholder { /* Firefox 19+ */
  color: #202263;
  opacity: 1;
}
form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #202263;
  opacity: 1;
}
form .desc {
  margin-top: 30px;
  font-size: 12px;
  color: #595959;
  flex: 0 0 50%;
}

.button {
  display: inline-block;
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 14px;
  padding: 26px 25px;
  min-width: 180px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  color: #fff;
  background: #202020;
}

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

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}

.flex {
  display: -ms-flex;
  display: flex;
}
.flex-jcsb {
  justify-content: space-between;
}
.flex-jcc {
  justify-content: center;
}
.flex-jcfe {
  justify-content: flex-end;
}
.flex-aic {
  align-items: center;
}
.flex-aife {
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-end {
  justify-content: flex-end;
}
.flex-col {
  flex-direction: column;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.w100 {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
}

.modal {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 580px;
  background: #eee;
  color: #000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.modal.active {
  top: 50%;
  pointer-events: inherit;
  opacity: 1;
}
.modal__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #e9004c;
  cursor: pointer;
}
.modal .close:after, .modal .close:before {
  position: absolute;
  top: 50%;
  left: calc(50% - 13px);
  content: "";
  width: 26px;
  height: 3px;
  background: #000;
}
.modal .close:before {
  transform: rotate(45deg);
}
.modal .close:after {
  transform: rotate(-45deg);
}
.modal-content {
  padding: 70px 50px;
  color: #000;
  border: 10px solid #e9004c;
}
.modal-content .h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  text-transform: none;
}
.modal-content .label {
  line-height: 16px !important;
  color: #000;
}
.modal-content .label a {
  color: inherit;
}
.modal-content form.form input,
.modal-content form.form textarea {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  color: #000;
  border-bottom: 2px solid #e9004c;
}
.modal-content form.form button {
  background: #e9004c;
  width: 100%;
  margin-top: 50px;
}
.modal-content.thx {
  display: none;
}
.modal-content.hide {
  display: none;
}

label.custom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
label.custom input[type=checkbox],
label.custom input[type=radio] {
  display: none;
}
label.custom .radio-custom,
label.custom .checkbox-custom {
  width: 26px;
  height: 26px;
  border: 2px solid #e9004c;
  background: #fff;
  border-radius: 0;
  position: relative;
  margin-right: 10px;
}
label.custom .radio-custom {
  border-radius: 50%;
}
label.custom .radio-custom,
label.custom .checkbox-custom,
label.custom .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  color: #8F8F8F;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
label.custom .label {
  width: calc(100% - 26px);
}
label.custom input[type=radio]:checked + .radio-custom,
label.custom input[type=radio]:checked + .checkbox-custom,
label.custom input[type=checkbox]:checked + .radio-custom,
label.custom input[type=checkbox]:checked + .checkbox-custom {
  background: #fff;
  border-color: #898989;
}
label.custom input[type=radio]:checked + .radio-custom + .label,
label.custom input[type=radio]:checked + .checkbox-custom + .label,
label.custom input[type=checkbox]:checked + .radio-custom + .label,
label.custom input[type=checkbox]:checked + .checkbox-custom + .label {
  color: #000;
}
label.custom input[type=radio]:checked + .radio-custom:before,
label.custom input[type=radio]:checked + .checkbox-custom:before,
label.custom input[type=checkbox]:checked + .radio-custom:before,
label.custom input[type=checkbox]:checked + .checkbox-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #e9004c;
  border-bottom: 2px solid #e9004c;
  transform: rotate(45deg);
}
label.custom input[type=radio]:checked + .radio-custom:before {
  top: 4px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 0;
}

.video-wrap {
  position: relative;
  padding-bottom: 53.2%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}
.hidden.success {
  display: block;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100vh;
  background: #06020e url(../img/bg-header.jpg) 50%/cover;
  padding: 10px 20px;
  color: #3B3B3B;
  overflow: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  z-index: 2000;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.mobile_menu.act {
  left: 0;
}

#dark_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#dark_bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
#dark_bg.act {
  pointer-events: inherit;
  opacity: 1;
}

.mw-750 {
  max-width: 750px;
}

.text {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
.text p {
  margin-top: 0;
  line-height: 30px;
}

.strong {
  font-weight: 700;
}

.red {
  color: #e9004c;
}

.blue {
  color: #4b2884;
}

@font-face {
  font-family: "HeliosCond";
  font-display: swap;
  src: url("../fonts/HeliosCondC.eot");
  src: local("^"), url("../fonts/HeliosCondC.woff?v=1") format("woff"), url("../fonts/HeliosCondC.ttf?v=1") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HeliosCond";
  font-display: swap;
  src: url("../fonts/HeliosCondC-Bold.eot");
  src: local("^"), url("../fonts/HeliosCondC-Bold.woff?v=1") format("woff"), url("../fonts/HeliosCondC-Bold.ttf?v=1") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HeliosCond";
  font-display: swap;
  src: url("../fonts/HeliosBlackC.eot");
  src: local("^"), url("../fonts/HeliosBlackC.woff?v=1") format("woff"), url("../fonts/HeliosBlackC.ttf?v=1") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.hamb_menu {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  z-index: 2000;
  padding: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.hamb_menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background: #9ecd44;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamb_menu.act span {
  position: absolute;
  width: 80%;
  top: 40%;
  left: 50%;
}
.hamb_menu.act span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamb_menu.act span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamb_menu.act span:nth-child(2) {
  display: none;
}

@media (max-width: 991px) {
  .hamb_menu {
    display: block;
  }
}
.section {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_main {
  position: relative;
  background: url(../img/bg-main.jpg) 50%/cover;
  height: 940px;
  min-height: 940px;
  overflow: hidden;
}
.section_main .container {
  height: 100%;
  z-index: 10;
}
.section_main .container-full {
  position: relative;
  max-width: 1800px;
  height: auto;
  margin: auto;
  z-index: 15;
}
.section_main .ball {
  position: absolute;
  width: 4vw;
  max-width: 90px;
  animation: rotate-1 2s ease infinite;
  transform-origin: top;
}
.section_main .ball::after {
  position: absolute;
  top: -15px;
  right: -30px;
  content: url(../img/star.svg);
  scale: 0.8;
  animation: scale-1 2s ease infinite;
}
.section_main .ball:nth-child(2) {
  right: 50%;
}
.section_main .star {
  position: absolute;
  width: 4vw;
  max-width: 107px;
  animation: scale-1 5s ease infinite;
}
.section_main .tree {
  position: absolute;
  bottom: 0;
  width: 40vw;
  max-width: 660px;
  z-index: 5;
}
.section_main .tree--left {
  right: 48%;
  transform: translateX(-50%);
}
.section_main .tree--left .ball-1 {
  top: 22%;
  left: 30%;
  animation: rotate-2 2s ease infinite;
}
.section_main .tree--left .ball-1::after {
  scale: 1;
  animation: scale-1 5s ease infinite;
}
.section_main .tree--left .ball-2 {
  bottom: 25%;
  right: 25%;
}
.section_main .tree--left .star-1 {
  top: 50%;
  left: 20%;
}
.section_main .tree--right {
  left: 48%;
  transform: translateX(50%);
}
.section_main .tree--right .ball-1 {
  top: 38%;
  left: 38%;
  animation: rotate-1 3s ease infinite;
}
.section_main .tree--right .ball-1::after {
  scale: 1;
  animation: scale-2 5s ease infinite;
}
.section_main .tree--right .ball-2 {
  bottom: 14%;
  left: 10%;
  animation: rotate-2 5s ease infinite;
}
.section_main .main-text {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1023px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 50;
}
.section_main .main-text img {
  display: inline-block;
}
.section_main .main-text .img-main-name {
  max-width: 30vw;
  max-height: 140px;
}
.section_main .main-text .text-zakaz {
  position: relative;
  background: rgba(243, 239, 238, 0.7);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 20px;
}
.section_main .main-text .text-zakaz:after {
  position: absolute;
  top: -16px;
  right: -5px;
  content: url(../img/snow-3.svg);
  pointer-events: none;
}
.section_main .main-text .buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.section_main .main-text .block-mobile {
  display: none;
}
.section_main .main-building {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50vw;
  max-width: 800px;
}
.section_main .top-logos {
  position: absolute;
  top: 0;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.section_main .top-logos a {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  background: url(../img/logo-bg.png) 50%/cover;
  width: 163px;
  height: 164px;
  padding: 0 20px 40px 28px;
  margin-right: 30px;
}
.section_main .top-logos a img {
  margin: auto;
  max-height: 100%;
}
.section_main .top-text {
  position: absolute;
  top: 0;
  left: 50%;
  color: #FAEEA6;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  width: 40vw;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  transform: translateX(-50%);
}
.section_main .top-date {
  display: flex;
  position: absolute;
  right: 50px;
  top: -6px;
  z-index: 10;
}
.section_main .top-date img {
  max-width: 160px;
}
.section_main .medal {
  position: relative;
  top: 50px;
  z-index: 9;
}
.section_main .medal-text {
  position: absolute;
  bottom: 0;
  right: 30px;
  font-size: 14px;
  background: #eee5e3;
  border-radius: 10px;
  padding: 4px;
  z-index: 20;
}
.section_main .main-text-after {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 50;
}
.section_main .main-text-after .btn {
  margin-right: 80px;
}

.text-zakaz {
  position: relative;
  background: rgba(243, 239, 238, 0.7);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 20px;
}
.text-zakaz:after {
  position: absolute;
  top: -16px;
  right: -5px;
  content: url(../img/snow-3.svg);
  pointer-events: none;
}

.section_icons {
  position: relative;
  background: #fff;
  min-height: 500px;
  height: 100%;
}
.section_icons:after {
  position: absolute;
  top: -23%;
  display: inline-block;
  content: "";
  background: url(../img/bg-show.png) no-repeat 100% 50%/cover;
  width: 100%;
  height: 142%;
  pointer-events: none;
  z-index: 10;
}
.section_icons .buttons {
  display: none;
}
.section_icons .h1 {
  position: relative;
  text-align: center;
  margin-top: 20px;
  z-index: 50;
}
.section_icons .iconBox {
  position: relative;
  display: inline-block;
}
.section_icons .iconBox__img {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/iconBox-bg.svg);
  width: 123px;
  height: 123px;
}
.section_icons .iconBox__img img {
  flex-shrink: 0;
}
.section_icons .iconBox__text {
  position: relative;
  background: #EEE5E3;
  border: 3px dashed #0D79C7;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  padding: 5px 20px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_icons .iconBox__text span {
  background: radial-gradient(83.33% 83.33% at 50.21% 49.12%, #0D79C7 0%, #032035 95.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_icons .iconBox__text:before {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/iconBox-shadow.png);
  z-index: -1;
}
.section_icons .iconBox__text:after {
  position: absolute;
  bottom: -28px;
  left: calc(50% - 2px);
  content: "";
  display: inline-block;
  width: 3px;
  height: 25px;
  background: #007D68;
  border-radius: 10px;
}
.section_icons .iconBox:after {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 10px);
  content: "";
  background: #504d4d;
  width: 20px;
  height: 4px;
  border-radius: 100%;
}
.section_icons .iconBox:nth-child(1) {
  transform: rotate(-12deg);
}
.section_icons .iconBox:nth-child(1):after {
  transform: rotate(12deg);
}
.section_icons .iconBox:nth-child(2) {
  transform: translateY(80px);
}
.section_icons .iconBox:nth-child(3) {
  transform: translateY(-80px);
}
.section_icons .iconBox:nth-child(4) {
  transform: rotate(10deg) translateY(40px);
}
.section_icons .iconBox:nth-child(4):after {
  transform: rotate(-10deg);
}
.section_icons .container.info {
  z-index: 999;
  margin-top: 3%;
  font-size: 24px;
  line-height: 30px;
  max-width: 1200px;
  text-align: center;
}
.section_icons .container.flex {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.section_desc {
  background: url(../img/bg.jpg) 50%/cover;
  color: #fff;
  padding-top: 150px;
  overflow: hidden;
}
.section_desc .element-desc-footer {
  position: absolute;
  bottom: 0;
  background: url(../img/element-review.svg) 50% 100%;
  height: 203px;
  width: 100%;
  pointer-events: none;
}
.section_desc .desc_top {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.section_desc .desc_top .h1 {
  margin-bottom: 60px;
  text-align: center;
}
.section_desc .desc_top .h1:before {
  position: absolute;
  top: -70px;
  left: -130px;
  content: url(../img/el-price.svg);
  pointer-events: none;
}
.section_desc .desc_top .text {
  margin-top: 50px;
}
.section_desc a {
  color: #fff;
}
.section_desc .text {
  color: #fff;
  max-width: 60%;
}
.section_desc .block_price {
  max-width: 930px;
  margin: 130px auto 200px;
}
.section_desc .block_price .h1 {
  text-align: center;
  color: #FFCA64;
}
.section_desc .block_price .h1:before {
  position: absolute;
  top: -110px;
  left: 0;
  content: url(../img/element-price.svg);
  pointer-events: none;
}
.section_desc .block_price .box {
  display: flex;
  margin: 50px auto;
}
.section_desc .block_price .box .left {
  flex-shrink: 0;
  text-align: center;
  margin-right: 80px;
}
.section_desc .block_price .box .price {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 40px;
}
.section_desc .block_price .box .price--old {
  text-decoration: line-through;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section_desc .block_price .box .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_desc .block_price .box .list li {
  position: relative;
  margin-bottom: 10px;
}
.section_desc .block_price .box .list li:before {
  position: absolute;
  top: -2px;
  left: -28px;
  content: "—";
}
.section_desc .gallery-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F19830 0%, #FFB84E 17.18%, #FFCA64 31.08%, #FFE181 46.85%, #FFCA64 70.22%, #EE9229 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 50px auto 20px;
}
.section_desc .gallery-slider {
  overflow: hidden;
  z-index: 10;
}
.section_desc .gallery-slider .swiper-button-prev,
.section_desc .gallery-slider .swiper-button-next {
  --swiper-theme-color: #fff;
}
.section_desc .swiper-slide {
  width: auto;
  border-radius: 20px;
  overflow: hidden;
}
.section_desc .swiper-wrapper {
  transition-timing-function: linear;
}

.section_gift {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.section_gift .container-w {
  padding: 50px 100px 160px;
}
.section_gift .h1 {
  margin-bottom: 80px;
  margin-left: 120px;
}
.section_gift .h1:before {
  position: absolute;
  top: -90px;
  left: -230px;
  content: url("../img/gift-1.svg");
  pointer-events: none;
}
.section_gift .title {
  font-weight: 700;
  font-size: 20px;
  color: #001B54;
  margin-top: 50px;
}
.section_gift .list {
  --_gap: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--_gap);
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.section_gift .list li {
  display: flex;
  align-items: center;
  width: calc(50% - var(--_gap));
  margin-top: 10px;
}
.section_gift .list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: radial-gradient(23.31% 26.02% at 45.44% 34.96%, #FFE181 0%, #FFCA64 51.56%, #EE9229 100%);
  border-radius: 50%;
  margin-right: 15px;
}
.section_gift .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
  color: #001B54;
  z-index: 50;
}
.section_gift .left .desc {
  line-height: 1.2;
}
.section_gift .right {
  position: relative;
  flex-shrink: 0;
  min-width: 200px;
}
.section_gift .right .gift-box {
  position: relative;
  margin-bottom: -150px;
}
.section_gift .right .gift-box .gift-el {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.section_gift .right .gift-box .gift-el-1 {
  left: -140px;
  animation: gift-el-1 4s ease infinite;
}
.section_gift .right .gift-box .gift-el-2 {
  right: -140px;
  animation: gift-el-2 6s ease infinite;
}
.section_gift .right .gift-box__img {
  max-width: 640px;
  margin-bottom: -180px;
}
.section_gift .container {
  display: flex;
}

.section-parents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.section-parents::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 140%;
  background: url(../img/bg-show.png) no-repeat 50%/cover;
  transform: scale(-1, 1);
}
.section-parents .h1 {
  text-align: center;
  position: relative;
  margin: 50px 0;
  line-height: 1.4;
  z-index: 10;
}
.section-parents .container {
  position: relative;
  justify-content: center;
  gap: 50px;
  z-index: 10;
}
.section-parents .parent-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-parents .parent-box .img {
  border-radius: 10px;
  overflow: hidden;
}
.section-parents .parent-box .title {
  font-size: 22px;
  margin-top: 15px;
  color: #000;
}
.section-parents .parent-box .link {
  padding-top: 50px;
  margin-top: auto;
}

.section_gallery {
  --swiper-theme-color: #fff;
  --_top: -200px;
  position: relative;
  padding-bottom: 140px;
  color: #fff;
}
.section_gallery::before {
  position: absolute;
  left: 0;
  top: var(--_top);
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - var(--_top));
  background: url(../img/bg-section-gallery.svg) 50% 0/cover;
  pointer-events: none;
  z-index: 5;
}
.section_gallery .section-title {
  position: relative;
  text-align: center;
  padding: 130px 0 60px;
  z-index: 10;
}
.section_gallery .section-title .h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.section_gallery .section-title .h1:before {
  position: absolute;
  top: -70px;
  right: -300px;
  content: url(../img/gallery_element.svg);
  pointer-events: none;
}
.section_gallery .video {
  position: relative;
  max-width: 950px;
  margin: auto;
  z-index: 10;
}
.section_gallery .video::after {
  position: absolute;
  top: -12px;
  left: 25%;
  content: url(../img/snow-2.svg);
  pointer-events: none;
  z-index: 10;
}

.section_review {
  padding: 400px 0 360px;
  overflow: hidden;
}
.section_review .element-review {
  position: absolute;
  bottom: 0;
  background: url(../img/element-review.svg) 50% 100%;
  height: 203px;
  width: 100%;
  pointer-events: none;
}
.section_review .container {
  max-width: 1050px;
}
.section_review .container:before {
  position: absolute;
  top: 0;
  left: -170px;
  content: url(../img/el-q.svg);
  pointer-events: none;
  z-index: 50;
  pointer-events: none;
}
.section_review .container:after {
  position: absolute;
  bottom: 20px;
  right: -170px;
  content: url(../img/el-q.svg);
  pointer-events: none;
  transform: rotate(-180deg);
  z-index: 50;
  pointer-events: none;
}
.section_review .container .snowman {
  position: absolute;
  top: -160px;
  left: 0;
  pointer-events: none;
  z-index: 20;
  display: flex;
  align-items: flex-end;
}
.section_review .container .snowman .h1 {
  font-size: 55px;
  background: linear-gradient(180deg, #F19830 0%, #FFB84E 17.18%, #FFCA64 31.08%, #FFE181 46.85%, #FFCA64 70.22%, #EE9229 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.section_review .swiper {
  background: #fff;
  border-radius: 30px;
  border: 30px solid #fff;
  min-height: 300px;
}
.section_review .swiper p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.section_review .swiper-button-container {
  position: absolute;
  top: -50px;
  right: 110px;
}
.section_review .swiper-button-container .swiper-button {
  opacity: 1;
}
.section_review .swiper-button-container .swiper-button:after {
  display: none;
}
.section_review .swiper-button-container .svg path {
  fill: #fff;
}
.section_review .swiper-button-container .swiper-button-next {
  transform: scale(-1);
  margin-right: 20px;
}

.section-partners {
  background: #fff;
  padding: 150px 0 100px;
}
.section-partners .title-h {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.section-partners .title-h span {
  position: relative;
  background: radial-gradient(83.33% 83.33% at 50.21% 49.12%, #0D79C7 0%, #032035 95.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 110px;
  z-index: 5;
}
.section-partners .title-h:before {
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 928px;
  height: 179px;
  background: url(../img/gift-4.svg) no-repeat calc(50% + 15px) 50%;
  pointer-events: none;
  z-index: 1;
}
.section-partners .flex {
  align-items: flex-start;
}
.section-partners .flex .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 50px);
  gap: 30px;
}
.section-partners .flex .box .title {
  flex: 1 0 100%;
  margin-bottom: 40px;
  font-size: 22px;
}
.section-partners .flex .box img {
  max-width: 200px;
  max-height: 60px;
}

.footer {
  position: relative;
  background: linear-gradient(180deg, #FF000E 0, #290009 100%);
  min-height: 150px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer:after {
  position: absolute;
  top: -36px;
  content: "";
  background: url(../img/footer-line.svg) 50% 100%;
  width: 100%;
  height: 36px;
}
.footer .phone {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.footer .phone:before {
  content: url(../img/icon-phone.svg);
  margin-right: 15px;
}
.footer .place {
  display: flex;
  align-items: center;
}
.footer .place:before {
  content: url(../img/icon-place.svg);
  margin-right: 15px;
}

#snow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/snow_1.png"), url("../img/snow_2.png"), url("../img/snow_3.png");
  animation: snow 30s linear infinite;
  pointer-events: none;
  z-index: 10;
  opacity: 0.8;
}

.hide {
  display: none;
}

.js-toggle {
  cursor: pointer;
}

.section_form {
  margin: 100px auto;
  background: #fff;
  padding: 3vw;
}
.section_form form {
  flex-direction: column;
}
.section_form form .soglasie {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section_form form .soglasie input.agree {
  flex-basis: 50px;
  margin: 0;
  flex-grow: 0;
}

.floating_button-container {
  position: fixed;
  top: -74px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  margin-top: -74px;
  transition: 0.25s;
  opacity: 0;
  z-index: 99;
}
.floating_button-container.scrolled {
  top: 0;
  margin-top: 0;
  padding: 10px;
  opacity: 1;
}
@media (max-width: 767px) {
  .floating_button-container.scrolled {
    top: inherit;
    bottom: 0;
  }
}

.title-gold {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F19830 0%, #FFB84E 17.18%, #FFCA64 31.08%, #FFE181 46.85%, #FFCA64 70.22%, #EE9229 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 50px auto;
}</pre></body></html>