.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:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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: '', sans-serif;
	--max-width: 1920px;
	--background: #1f2937;
	--background2: #111827;
	--block: #374151;
	--head1: #581c87;
	--head2: #be185d;
	--head3: #dc2626;
	--head: linear-gradient(
		90deg,
		var(--head1) 0%,
		var(--head2) 50%,
		var(--head3) 100%
	);
	--button: #eab308;
	--button-hover: #d09f06;
	--button-foot: #dc2626;
	--button-foot-hover: #bc2222;
	--text: #ffffff;
	--text2: #d1d5db;
	--text3: #15d8fa;
	--text4: #ffea00;
	--player1: #ffc921;
	--player2: #99a6bc;
	--player3: #b45309;
	--form: #3b3f46;
	--error: #ff3333;

	--bcg-top: url('https://www.archipelagoboss.com/wp-content/uploads/2025/06/fqenlg1j_10.png');
	--bcg-rate: url('https://www.archipelagoboss.com/wp-content/uploads/2025/06/b70mgh6a_11.png');
	--bcg-page: url('https://www.archipelagoboss.com/wp-content/uploads/2025/06/7t8irvnv_12.png');
}

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);
	@media (max-width: 1020px) {
	}
}

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;
	gap: 60px;
	align-items: flex-start;
	padding: 70px 15%;

	@media (max-width: 1571px) {
		padding: 80px 5%;
	}

	@media (max-width: 700px) {
		padding: 80px 15px 80px 15px;
	}
}

img {
	display: inline-block;
}

h1 {
	font-weight: 400;
	font-size: 60px;
	line-height: 130%;
	margin-bottom: 20px;
}

h2 {
	font-weight: 400;
	font-size: 36px;
	line-height: 110%;
	width: 100%;
	text-align: center;
}

h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

.x74jk18 {
	font-weight: 700;
	font-size: 20px;
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
}

span {
	color: var(--button) !important;
}

.x613f69 {
	font-weight: 400;
	font-size: 14px;
}

.x6mrh14 {
	font-weight: 400;
	font-size: 10px;
	text-transform: none;
}

.x3zeo70 {
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
}

.x72v371 {
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
}

.xz158152 {
	color: var(--text2);
}

.xz158153 {
	color: var(--text3);
}

.xz158154 {
	color: var(--text4);
}

.xjn9r38 {
	background-color: var(--background2);
}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 49px;
	padding: 28px 15% 60px 15%;
	text-align: center;
	background-color: var(--background2);

	@media (max-width: 1571px) {
		padding: 60px 5%;
		padding-top: 28px;
	}

	@media (max-width: 713px) {
		padding: 60px 15px;
		padding-top: 28px;
	}
}

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(--form);
	border: none;
	color: var(--text);
	border-radius: 10px;
}

.xxok168 {
	display: flex !important;
}

::placeholder {
	color: var(--text2);
}

.xdiwu25 {
	height: 477px;
	background-image: var(--bcg-page);
	background-size: cover;
	background-repeat: no-repeat;

	@media (max-width: 1000px) {
		height: 124px;
	}
}


header {
    width: 100%;
    padding: 20px 15%;
    position: relative;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--head);


    @media (max-width: 1571px) {
        padding: 20px 5%;
    }

    @media (max-width: 700px) {
        padding: 20px 15px 20px 15px;
    }
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.xqcox1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  @media (max-width: 1050px) {
    display: none;
  }
}

.x63mf3 {
  border: none;
  background-color: var(--text);
  color: var(--background2);
  border-radius: 10px;
  width: 140px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.xzulh4 {
  display: none;

  @media (max-width: 1050px) {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}

.xnt7g7 {
  display: none;
  position: fixed;
  top: 79px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--head);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 15px 0 15px;
  gap: 60px;
  z-index: 2000;
}

.xzulh4-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.x8sxo8 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}






<!----> 
.xrti428 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;

  @media (max-width: 700px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.xvkks2 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: start;
}

.x2c4529 {
  display: flex;
  flex-direction: column;
  gap: 12px;

  @media (max-width: 700px) {
    grid-column: 1 / 3;
    align-items: center;
  }
}

.xmwyw30 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.xw1kv31 {
  margin-bottom: 4px;
}

.xgc5z9 {
  margin-top: 12px;
  border: none;
  background-color: var(--text);
  color: var(--background2);
  border-radius: 10px;
  width: 140px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  @media (max-width: 700px) {
    width: 100%;
    height: 60px;
  }
}

.xl9cn32 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.x4hhb33 {
  height: 40px;
  width: 155px;
  border-radius: 10px;
  background-color: var(--button-foot);
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 700px) {
    height: 60px;
    width: 100%;
  }
}

.x4hhb33:hover {
  background-color: var(--button-foot-hover);
}

.xc7q910 {
  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)
}

.xc7q910-content {
  background-color: var(--background2);
  color: var(--text);
  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: 10px;
  gap: 10px;

  
  @media (max-width: 713px) {
    padding: 30px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
    margin: 0;
    width: 100%;
    right: 0;
  }

}
.xc7q910-content__cook {
  bottom: 20px;
  right: 20px;

  @media (max-width: 713px) {
    margin: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  }
}

.x8nlc73 {
  margin-bottom: 30px;
  padding: 0;
}

.xc7q910-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: 713px) {
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
  }
}

.xkum775 {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: start;
  margin-bottom: 10px;
  padding-top: 10px;
  @media (max-width: 713px) {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.62px;
    text-align: center;
  }
}

.x4jjv76 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  @media (max-width: 713px) {
    flex-direction: column;
  }
}

.xgeh277 {
  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;
}

.xovyc22 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

.x64gd78 {
  width: 100%;
}

.xmn4o24 {
  width: 100%;
  height: 60px;
  border: 2px solid var(--button);
  color: var(--button);
  border-radius: 10px;
  background-color: var(--background2);
}

.xa8ig23 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button);
  color: var(--background2);
  border-radius: 10px;
  border: 0;
}

.x33km79 {
  color: var(--color1);
  text-decoration: underline;
}








/* Registr */


.xc7q910 {
      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;
    }

    .xc7q910.xxok168 {
      display: flex;
    }

    .xc7q910__content {
      background-color: var(--block);
      width: 90%;
      max-width: 692px;
      padding: 20px;
      border-radius: 20px;
      position: relative;
    }

    .xc7q910__close {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 1.2rem;
    }

    /* Пример содержимого модалки (можно заменить по необходимости) */
    .xc7q910__header {
      margin-bottom: 30px;
      text-align: start;
    }

    .xc7q910__body {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .xc7q910__body input {
      padding: 20px 40px;
      border-radius: 10px;
      width: 100%;
      height: 60px;
      background-color: #FFFFFF4D;
      color: var(--text);
    }

    .xc7q910__footer {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .xc7q910__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;

    }
    
    .xsv1n19 {
      background: none;
      border: none;
      width: 100%;
      padding-top: 20px;
    }

    .xhzuq16 {
      text-decoration: underline;
      padding-top: 10px;
    }
    
    .xizc244 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    padding: 59px 100px;
    background-image: var(--bcg-top);
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;

    @media (max-width: 1500px) {
        padding: 80px 5%;
    }

    @media (max-width: 713px) {
        padding: 80px 15px 80px 15px;
    }
}

.x9zoo46 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.xa7ze47 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    @media (max-width: 700px) {
        flex-direction: column;
        width: 100%;
    }
}

.xdd2448 {
    border: none;
    background-color: var(--button);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 60px;
    color: var(--background2);
    font-weight: 400;
    font-size: 20px;

    @media (max-width: 700px) {
        width: 100%;
    }
}

.x5o2v49 {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 60px;
    color: var(--button);
    font-weight: 400;
    font-size: 20px;
    border: 2px solid var(--button);

    @media (max-width: 700px) {
        width: 100%;
    }
}

.x4sel45 {
    @media (max-width: 1500px) {
        display: none;
    }
}

.xcitz50 {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;

    @media (max-width: 700px) {
        grid-template-columns: 1fr;
        gap: 64px;
    }
}

.xjx1w51 {
    position: relative;
    padding: 71px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--block);
    border-radius: 12px;
}

.xjx1w51:nth-child(1) {
    margin: 16px 0;
}

.xjx1w51:nth-child(3) {
    margin: 16px 0;
}

.xwi9g52 {
    position: absolute;
    align-self: center;
    top: -64px;
}

.x4j4839 {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: stretch;

    @media (max-width: 700px) {
        flex-direction: column;
    }
}

.xv3ju40 {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    height: 404px;
    max-width: 450px;
}

.x7bas42 {
    padding: 30px 20px;
    border-radius: 0 0 12px 12px;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    height: 212px;
    justify-content: space-between;
}

.xaypt41 {
    width: 100%;
    height: 192px;
    border-radius: 12px 12px 0 0;
}

.xok0z43 {
    border: none;
    background-color: var(--button);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    color: var(--background2);
    font-weight: 400;
    font-size: 20px;
    margin-top: 24px;
}

.xu21h53 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.xti7x54 {
    width: 100%;
    background-color: var(--block);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 20px;
    border-radius: 12px;
}

.x0kw555 {
    display: flex;
    width: 100%;
    gap: 20px;

    @media (max-width: 700px) {
        flex-direction: column;
    }
}

.xb3x356 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px 20px;
    background-color: var(--background);
    border-radius: 12px;
}

.xcktp57 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.xy7yx58 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
}

.x0yvk60 {
    background-image: var(--bcg-rate);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;

    @media (max-width: 1500px) {
        justify-content: center;
    }
}

.x8z4x62 {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    padding-top: 30px;

    @media (max-width: 700px) {
        flex-direction: column;
        align-items: center;
    }
}

.xxc5h61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.xlyqu63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.xn55464 {
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x2f4q66 {
    background-color: var(--player1);
}

.xb7vu65 {
    background-color: var(--player2);
}

.xzw1b67 {
    background-color: var(--player3);
}

.xyru527 {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    border-radius: 16px;
    border: 1px solid #FFB33A;
    color: #FFB33A;
    width: 100%;

    @media (max-width: 700px) {
        flex-direction: column;
    }
}

.xawvp34 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    
    @media (max-width: 1200px) {
        grid-template-columns: 1fr;
    }
}

.xs77435 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    padding: 24px 30px;
    background-color: var(--block);
    border-radius: 12px;

    @media (max-width: 1200px) {
        flex-direction: column;
        padding: 24px 20px;
    }
}

.xs77435:nth-child(3) {
    grid-column: 1 / 3;

    @media (max-width: 1200px) {
        grid-column: auto;
    }
}

.xs77435-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    text-align: start;
}

.xizz637 {
    text-align: start;
}/* End custom CSS */