.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Risque";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Risque";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */*,
 ::before,
 ::after {
	 box-sizing: border-box;
 }
 
 /**
	 Убираем внутренние отступы слева тегам списков,
	 у которых есть атрибут class
	*/
 :where(ul, ol):where([class]) {
	padding-left: 0;
	list-style: none;
 }
 
 /**
	 Убираем внешние отступы body и двум другим тегам,
	 у которых есть атрибут class
	*/
 body,
 :where(blockquote, figure):where([class]) {
	 margin: 0;
 }
 
 /**
	 Убираем внешние отступы вертикали нужным тегам,
	 у которых есть атрибут class
	*/
 	 h1,
	 h2,
	 h3,
	 h4,
	 h5,
	 h6,
	 p,
	 ul,
	 ol,
	 dl
  {
	 margin-block: 0;
 }
 
 :where(dd[class]) {
	 margin-left: 0;
 }
 
 :where(fieldset[class]) {
	 margin-left: 0;
	 padding: 0;
	 border: none;
 }
 
 /**
	 Убираем стандартный маркер маркированному списку,
	 у которого есть атрибут class
	*/
 :where(ul[class]) {
	 list-style: none;
 }
 
 :where(address[class]) {
	 font-style: normal;
 }
 
 /**
	 Обнуляем вертикальные внешние отступы параграфа,
	 объявляем локальную переменную для внешнего отступа вниз,
	 чтобы избежать взаимодействие с более сложным селектором
	*/
 p {
	 --paragraphMarginBottom: 12px;
 
	 margin-block: 0;
 }
 
 /**
	 Внешний отступ вниз для параграфа без атрибута class,
	 который расположен не последним среди своих соседних элементов
	*/
 p:where(:not([class]):not(:last-child)) {
	 margin-bottom: var(--paragraphMarginBottom);
 }
 
 
 /**
	 Упрощаем работу с изображениями и видео
	*/
 img,
 video {
	 display: block;
	 max-width: 100%;
	 height: auto;
 }
 
 /**
	 Наследуем свойства шрифт для полей ввода
	*/
 input,
 textarea,
 select,
 button {
	 font: inherit;
 }
 
 /**
	 Плавный скролл
	*/
 html,
 :has(:target) {
	 scroll-behavior: smooth;
 }
 
 body {
	 /**
		 Пригодится в большинстве ситуаций
		 (когда, например, нужно будет "прижать" футер к низу сайта)
		*/
	 min-height: 100%;
	 /**
		 Унифицированный интерлиньяж
		*/
	 line-height: 1;
 }
 
 /**
	 Нормализация высоты элемента ссылки при его инспектировании в DevTools
	*/
 a:where([class]) {
	 display: inline-flex;
 }
 
 /**
	 Курсор-рука при наведении на элемент
	*/
 button,
 label {
	 cursor: pointer;
 }
 
 /**
	 Приводим к единому цвету svg-элементы
	 (за исключением тех, у которых уже указан
	 атрибут fill со значением 'none' или начинается с 'url')
	*/
 :where([fill]:not(
	 [fill="none"],
	 [fill^="url"]
 )) {
	 fill: currentColor;
 }
 
 /**
	 Приводим к единому цвету svg-элементы
	 (за исключением тех, у которых уже указан
	 атрибут stroke со значением 'none')
	*/
 :where([stroke]:not(
	 [stroke="none"],
	 [stroke^="url"]
 )) {
	 stroke: currentColor;
 }
 
 /**
	 Чиним баг задержки смены цвета при взаимодействии с svg-элементами
	*/
 svg * {
	 transition-property: fill, stroke;
 }
 
 /**
	 Приведение рамок таблиц в классический 'collapse' вид
	*/
 :where(table) {
	 border-collapse: collapse;
	 border-color: currentColor;
 }
 
 /**
	 Удаляем все анимации и переходы для людей,
	 которые предпочитают их не использовать
	*/
	
	:root {
	--font-main: 'Risque', sans-serif;
	--max-width: 1920px;
	--background: #006986;
	--block: #00556d;
	--block2: #57005866;
	--prize1: #cd00c9;
	--prize2: #ec7e00;
	--prize3: #e9b91a;
	--foot: linear-gradient(180deg, rgba(0, 17, 32, 0) 0%, #001e20 100%);
	--text: #f4fbff;
	--button: #b9da00;
	--button-hover: #9fba05;
	--button2: linear-gradient(95.52deg, #4bc9ff -7.64%, #9900ff 109.19%);
	--button2-hover: linear-gradient(95.52deg, #389dc8 -7.64%, #7801c8 109.19%);
	--error: #d50c63;

	--bcg-top: url('https://www.islandconstellation.com/wp-content/uploads/2025/06/1oi90z5y_5.png');
	--game-right: url('https://www.islandconstellation.com/wp-content/uploads/2025/06/rosepear_1oi90z5y_5.png');
	--game-left: url('https://www.islandconstellation.com/wp-content/uploads/2025/06/rosepear_roo3w5wl_7.png');
	--prizes-bg: url('https://www.islandconstellation.com/wp-content/uploads/2025/06/roo3w5wl_7.png');
	--close-modal: url('https://www.islandconstellation.com/wp-content/uploads/2025/06/X.svg');
}

html {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	font-family: var(--font-main);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text);
}

h1,
h2,
h3 {
	text-transform: uppercase;
	width: 100%;
}

a {
	text-decoration: none;
	color: var(--text);
}

body {
	display: flex;
	max-width: 1920px;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: relative;

	box-sizing: border-box;
	background: var(--background);
	color: var(--text);
	margin: 0;
}

section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 150px 15%;

	@media (max-width: 1560px) {
		padding: 80px 5%;
	}

	@media (max-width: 734px) {
		padding: 40px 15px 40px 15px;
	}
}

img {
	display: inline-block;
}

h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
}

h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 110%;
}

h3 {
	font-weight: 700;
	font-size: 26px;
	color: var(--color1);
	line-height: 100%;
}

h4 {
	font-weight: 500;
	font-size: 24px;
}

.x2okv24 {
	font-weight: 700;
	font-size: 20px;
}

p {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 0;
	text-transform: uppercase;
}

.x5n5e42 {
	font-weight: 600;
	font-size: 15px;
}

.xuuyd20 {
	font-weight: 500;
	font-size: 15px;
	text-transform: none;
}

.xnenm54 {
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
}

.xoweq38 {
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
}

.xet1121 {
	color: var(--button);
}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 80px;
	padding: 0 15% 60px 15%;
	text-align: center;

	@media (max-width: 1560px) {
		padding: 60px 5%;
		padding-top: 0;
	}

	@media (max-width: 734px) {
		padding: 60px 15px;
		padding-top: 0;
	}
}

ol {
	margin-bottom: 30px;
}

ul:where(:not([class])) {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
}

span {
	color: var(--color);
}

form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 40px;
}

input {
	padding: 24px 18px;
	width: 100%;
	background-color: var(--block2);
	border: 2px solid var(--block-border);
	color: var(--text-form);
	border-radius: 20px;
}


header {
    width: 100%;
    padding: 20px 15%;
    position: relative;
    z-index: 1000;
    font-size: 14px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 172px;
    padding-bottom: 271px;
    background-image: var(--bcg-top);
    background-repeat: no-repeat;
    background-size: cover;

    @media (max-width: 1333px) {
        padding: 0px 5%;

        gap: 72px;
        padding-bottom: 72px;
    }

    @media (max-width: 734px) {
        padding: 0px 15px;
        padding-bottom: 72px;

    }
}

    .xc4qz2 {
      width: 100%;
      height: 80px;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* Секция 1: Логотип */
    .xeva83 img {
      height: 80px; 
      display: block;

      @media (max-width: 1333px) {
        height: 60px;
      }
    }

    /* Секция 2: Навигация */
    .xks7n4 {
      display: flex;
      gap: 40px;
    }

    .xtkea5 {
      position: relative;
      color: var(--text);
    }

    .xtkea5:hover,
    .xrr166 {
      color: var(--button);
      border-bottom: 2px solid var(--button);
      padding-bottom: 2px;
    }

    /* Секция 3: Отдельная кнопка (например, «Услуги» или «Контакты») */
    .xbc7q7 {
      max-width: 200px;
      width: 100%;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button2);
      border-radius: 10px;
    }

    .xbc7q7:hover {
      background: var(--button2-hover);
    }

    /* Секция 4: Кнопки «Логин» и «Регистрация» */
    .xlxca8 {
      display: flex;
      gap: 20px;
      max-width: 320px;
      width: 100%;
    }

    .xlxca8 button {
      max-width: 150px;
      width: 100%;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button);
      color: var(--text);
      border-radius: 10px;
      border: 0;
    }

    .xlxca8 button:hover {
      background-color: var(--button-hover);
    }

    /* Бургер-меню (скрыто по умолчанию) */
    .xc3o811 {
      display: none;
      background: none;
      border: none;
      padding: 0;
    }

    .xc3o811 img {
      height: 40px;
      display: block;
    }

    /* Полноэкранное мобильное меню */
    .xskqz12 {
      display: none;
      position: fixed;
      top: 80px;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: var(--background);
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 40px 15px 0 15px;
      gap: 60px;
      z-index: 2000;
    }

    .xskqz12.x806p53 {
      display: flex;
    }

    .xskqz12__nav {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }

    .xskqz12__cta {
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button2);
      border-radius: 10px;
    }

    .xskqz12__cta:hover {
      background: var(--button2-hover);
    }

    .xskqz12__auth-buttons {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 20px;
    }

    .xskqz12__auth-buttons button {
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button);
      color: var(--text);
      border-radius: 10px;
      border: 0;
    }

    .xskqz12__auth-buttons button:hover {
      background-color: var(--button-hover);
    }

    .xt24u10 {
        background-color: #ffffff00 !important;
        border: 2px solid var(--button) !important;
        color: var(--button) !important;
    }

    /* Адаптив при ширине экрана <= 1300px */
    @media (max-width: 1333px) {
      .xc4qz2 {
        justify-content: space-between;
      }

      .xks7n4,
      .xbc7q7,
      .xlxca8 {
        display: none;
      }

      .xc3o811 {
        display: block;
      }
    }




    .xmg6y43 {
        background-color: var(--block2);
        backdrop-filter: blur(50px);
        border-radius: 20px;
        padding: 40px 60px;
        max-width: 725px;
        width: 100%;
        align-self: flex-start;
        display: flex;
        flex-direction: column;
        gap: 10px;

        @media (max-width: 734px) {
          padding: 40px 20px;
        }
    }

    .xe1l444 {
        padding-top: 20px;
        max-width: 420px;
        width: 100%;
        display: flex !important;

        @media (max-width: 734px) {
          flex-direction: column;
        }
    }

    .xe1l444 .x930l9, 
    .xe1l444 .xt24u10 {
        height: 50px;
        max-width: 200px;

        @media (max-width: 734px) {
          max-width: none;
        }
    }



    .xowpy1 {
      background: none;
      padding-bottom: 0;
    }

/* FOOTER */

.xryl937 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: start;
    gap: 20px;

    @media (max-width: 1333px) {
        flex-direction: column;
        text-align: center;
    }
}

.xfj0f39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  @media (max-width: 1333px) {
    flex-direction: column;
    gap: 40px;
  }
}

.xqi4t40 {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  @media (max-width: 734px) {
    flex-direction: column;
    gap: 100px;
  }
}

.xhyef41 {
  display: flex;
  flex-direction: column;
  gap: 20px;

  @media (max-width: 734px) {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.x5gsc16 {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(50px)
}

.x5gsc16-content {
  background-color: var(--block);
  color: var(--text1);
  padding: 40px;
  text-align: start;
  max-width: 722px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  margin: 0;
  position: fixed;
  z-index: 999;
  border-radius: 20px;
  gap: 10px;

  
  @media (max-width: 734px) {
    padding: 30px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
    margin: 0;
    width: 100%;
    right: 0;
  }

}
.x5gsc16-content__cook {
  bottom: 20px;
  right: 20px;

  @media (max-width: 734px) {
    margin: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  }
}

.xucph55 {
  margin-bottom: 30px;
  padding: 0;
}

.x5gsc16-cook {
  font-weight: 600;
  font-size: 40px;
  line-height: 63.6px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0;
  @media (max-width: 734px) {
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
  }
}

.x49u257 {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: start;
  margin-bottom: 10px;
  padding-top: 10px;
  @media (max-width: 734px) {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.62px;
    text-align: center;
  }
}

.xmeu258 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  @media (max-width: 734px) {
    flex-direction: column;
  }
}

.xl0z759 {
  align-self: flex-end;
  height: 50px;
  width: 50px;
  background-image: var(--close-modal);
  background-color: var(--header);
  border: 1px solid var(--lines);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.xrrga28 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

.xnc2q60 {
  width: 100%;
}

.xkep630 {
  width: 100%;
  height: 60px;
  border: 2px solid var(--button);
  color: var(--button);
  border-radius: 10px;
  background-color: var(--block);
}

.xzcdi29 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button);
  color: var(--text);
  border-radius: 10px;
  border: 0;
}

.xebuz61 {
  color: var(--color1);
  text-decoration: underline;
}








/* Registr */


.x5gsc16 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 3000;
    }

    .x5gsc16.x806p53 {
      display: flex;
    }

    .x5gsc16__content {
      background-color: var(--block);
      width: 90%;
      max-width: 692px;
      padding: 20px;
      border-radius: 20px;
      position: relative;
    }

    .x5gsc16__close {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 1.2rem;
    }

    /* Пример содержимого модалки (можно заменить по необходимости) */
    .x5gsc16__header {
      margin-bottom: 30px;
      text-align: start;
    }

    .x5gsc16__body {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .x5gsc16__body input {
      padding: 20px 40px;
      border-radius: 10px;
      width: 100%;
      height: 60px;
      background-color: #FFFFFF4D;
      color: var(--text);
    }

    .x5gsc16__footer {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .x5gsc16__footer button {
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button);
      color: var(--text);
      border-radius: 10px;
      border: 0;

    }
    
    .xt24u10-from-log {
      background: none;
      border: none;
      width: 100%;
      padding-top: 20px;
    }

    .xzf2y22 {
      text-decoration: underline;
      padding-top: 10px;
    }
    
    .xk26w45 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
    
    @media (max-width: 1333px) {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }
}

.xzkdd46 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.xoao647 {
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: var(--block);
    background-image: var(--game-right);
    background-repeat: no-repeat;
    background-position: right;
    height: 158px;
    gap: 10px;
    border-radius: 20px;
}

.xoao647:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.xoao647:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.xoao647:nth-child(3) {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    text-align: center;
    align-items: center;
    background-color: var(--block);
    background-image: var(--game-right), var(--game-left);
    background-repeat: no-repeat;
    background-position: right, left;

    @media (max-width: 1333px) {
        background-color: var(--block);
        background-image: var(--game-right);
        background-repeat: no-repeat;
        background-position: right;
        align-items: flex-start;
        text-align: start;
    }
}

.x6m2r48 {
    background-image: var(--prizes-bg);
    display: grid;
    grid-template-columns: auto 748px;
    gap: 50px;
    padding-top: 41px;
    padding-bottom: 41px;

    @media (max-width: 1333px) {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.xrutu49 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: start;
}

.xxorl50 {
    display: flex;
    justify-content: space-between;
    height: 100%;

    @media (max-width: 734px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
}

.xostn51 {
    display: flex;
    position: relative;
    width: 195px;
    height: 195px;
    padding: 111px 10px 0 10px;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    border-radius: 20px;

    @media (max-width: 734px) {
        height: 175px;
        width: 100%;
    }
}

.xostn51:nth-child(1) {
    background-color: var(--prize1);
}

.xostn51:nth-child(2) {
    background-color: var(--prize2);
}

.xostn51:nth-child(3) {
    background-color: var(--prize3);
}

.xostn51-img {
    position: absolute;
    top: 0;
    width: 260px;
    height: 91px;
    max-width: none;
}

.xulfh31 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 250px;
    padding-bottom: 0;
}

.xur6z32 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

    @media (max-width: 1333px) {
        grid-template-columns: 1fr;
        gap: 240px;
    }
}

.x3h9e33 {
    position: relative;
    background-color: var(--block);
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 11px;
    text-align: center;
    justify-content: flex-start;
    border-radius: 20px;
    padding: 20px;
}

.xpxdh34 {
    position: absolute;
    bottom: 65%;
    z-index: -1;
    align-self: center;
}

.x4lkb35 {
    display: grid;
    grid-template-columns: 308fr 972fr;
    gap: 40px;
    align-items: flex-start;

    @media (max-width: 734px) {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
    }
}

.x8u0l36 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    padding-top: 30px;

    @media (max-width: 734px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

#masthead.site-header, #colophon, .page-header.default-page-header {
    display: none !important;
}
#modal-content {
    z-index: 9999999999 !important;
}/* End custom CSS */