.elementor-35 .elementor-element.elementor-element-94b2f0a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-35 .elementor-element.elementor-element-c986fd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}body.elementor-page-35{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-94b2f0a */*,
 ::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 {
	--background: #4a773a;
	--back-text: #cff9cd;
	--text2: #177012;
	--text3: #a4533a;
	--title-back: #1be400;
	--title: #ff9500;
	--button: linear-gradient(180deg, #f9d545 0%, #c2353c 100%);
	--button-hover: linear-gradient(180deg, #f9d545 0%, #c2353c 100%);
	--banner: #446622;

	--back-intro: url('https://www.arcanetourney.com/wp-content/uploads/2025/06/wrehezh1_16.png');
	--back-intro2: url('https://www.arcanetourney.com/wp-content/uploads/2025/06/qx9juk22_11.png');
	--back-adv: url('https://www.arcanetourney.com/wp-content/uploads/2025/06/xebly8yh_12.png');
	--back-comments: url('https://www.arcanetourney.com/wp-content/uploads/2025/06/040bi38r_10.png');
	--burger: url('https://www.arcanetourney.com/wp-content/uploads/2025/06/yupbtiif_20.png');
	--burger-close: url('https://www.arcanetourney.com/wp-content/uploads/2025/06/4v17zn16_1.png');
}

html {
	display: flex;
	align-items: center;
	justify-content: center;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1940px;
	background-color: var(--background);
	color: var(--back-text);
	font-family: 'Mitr';
	position: relative;
	width: 100%;

	@media (max-width: 857px) {
		word-break: break-all;
	}
}

#bodyMain {
	overflow-y: hidden;
}

* {
	white-space: normal !important;

	@media (max-width: 510px) {
		word-break: break-all;
	}
}

header {
	width: 100%;
	margin: 0;
	background-color: var(--background);
	padding: 45px 15.5%;

	@media (max-width: 1152px) {
		padding-left: 7%;
		padding-right: 7%;
	}

	@media (max-width: 857px) {
		padding: 5px 16px;
	}
}

footer {
	width: 100%;
	margin: 0;
	padding: 60px 15.5%;
	background-color: var(--head);
	display: flex;
	flex-direction: column;
	gap: 73px;

	@media (max-width: 1152px) {
		padding-left: 7%;
		padding-right: 7%;
	}

	@media (max-width: 857px) {
		padding: 60px 16px;
	}
}

section {
	width: 100%;
	margin: 0;
	margin-bottom: 150px;
	padding: 0 15.5%;

	@media (max-width: 1152px) {
		padding-left: 7%;
		padding-right: 7%;
	}

	@media (max-width: 857px) {
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 80px;
	}
}

h1 {
	font-weight: 700;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--title);

	@media (max-width: 1152px) {
		font-size: 50px;
	}
}

h2 {
	font-weight: 700;
	font-size: 56px;
	line-height: 115%;
	text-transform: uppercase;
	text-align: center;

	@media (max-width: 1152px) {
		font-size: 46px;
	}
}

h6 {
	font-weight: 700;
	font-size: 28px;
	line-height: 110%;
	text-transform: uppercase;
	color: var(--text2);

	@media (max-width: 1152px) {
		font-size: 36px;
	}
}

h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
}

p {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	margin: 0;
	color: var(--text2);

	@media (max-width: 1152px) {
		font-size: 24px;
	}
}

.xmwwh9 {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}

.xqsyc5 {
	font-weight: 700;
	font-size: 17px;
	line-height: 120%;
	text-align: center;
	align-self: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--back-text);
}

.x1yji10 {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--back-text);
	align-self: center;
}

.x7ynv13 {
	background: var(--button);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	text-decoration: none;
	color: var(--back-text);
	border-radius: 10px;
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 20px;
	border: 0;

	@media (max-width: 857px) {
		padding: 20px 10px;
		height: auto;
	}
}

.x7ynv13:hover {
	background-color: var(--button-hover);
}

input {
	border: 1px solid #3838374d;
	width: 100%;
	height: 60px;
	padding-left: 20px;
	border-radius: 16px;
}

form {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}

.xha8651 {
	display: flex;
	gap: 40px;
	align-items: flex-start;

	@media (max-width: 1590px) {
		flex-direction: column;
	}
}

.xg5xe52 {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 30px;
	background-color: var(--background);
	border-radius: 20px;

	@media (max-width: 857px) {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

.xdcdt21 {
	color: var(--text2);
}

.x5cma31 {
	color: var(--back-text);
}

.xjfhs53 {
	bottom: -2px;
	position: absolute;
}

.x8v4554 {
	position: relative;
}


.x5phc20 {
    background-color: var(--back-text);
    color: var(--text2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding-bottom: 95px;
    padding-top: 40px;
    border-radius: 50px;
}

.x5phc20__block {
    display: flex;
    flex-direction: column;
    background-image: var(--back-adv);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 540px;
    width: 100%;
    padding-bottom: 125px;
    padding-top: 200px;

    @media (max-width: 1590px) {
        background-image: none;
    }
}

.x5phc20__content {
    max-width: 780px;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #B2003F1A;
    background-color: var(--back-text);
}

.x4glq24 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 133px;
    gap: 150px 40px;

    @media (max-width: 1152px) {
        grid-template-columns: 1fr;
        gap: 173px;
    }
}

.x6op425 {
    text-align: center;
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #B2003F1A;
    background-color: var(--back-text);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.xt6va26 {
    position: absolute;
    top: -130px;
    left: auto;
}

.xw83k27 {
    background-color: var(--back-text);
    border-radius: 50px 50px 0 0;
    margin-bottom: -1px;
    padding-top: 240px;
    padding-bottom: 50px;
}

.xyac228 {
    background-color: var(--banner);
    color: var(--back-text);
    display: flex;
    position: relative;
    padding: 50px 80px;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px #FF3B7299;
    
    @media (max-width: 1800px) {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 400px;
    }

    @media (max-width: 857px) {
        padding: 40px 19px;
        padding-bottom: 320px;

    }

    .x7ynv13 {
        margin-top: 20px;
    }
}

.xyac228__text {
    max-width: 633px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
    padding-left: 20%;
}

.xyac228__screen {
    position: absolute;
    bottom: 0;
    left: -25px;
    z-index: 1;

    @media (max-width: 1152px) {
        right: 0;
        top: -1;
        height: 272px;
    }
}

.xyac228__magnet {
    position: absolute;
    top: -151px;
    right: -109px;

    @media (max-width: 1152px) {
        right: 0;
        top: -94px;
        height: 160px;
    }
}

.x6a8k37 {
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-image: var(--back-comments);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 550px;
    margin-bottom: -45px;
    padding-top: 50px;
}

.x4ibu38 {
    display: grid;
    flex-direction: column;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);

    @media (max-width: 1400px) {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.xuj0m39 {
    margin-right: 115px;
    margin-bottom: 68px;
    position: relative;
    border-radius: 20px;
    background-color: var(--back-text);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;

    @media (max-width: 1152px) {
        margin-right: 0;
        margin-bottom: 120px;
        gap: 20px;
    }
}

.x3byy42 {
    position: absolute;
    right: -115px;
    bottom: -68px;
    
    @media (max-width: 1152px) {
        right: 0;
        bottom: -120px;
    }
}

.xqsyc5-color {
    color: var(--text3);    
}

.xuj0m39-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.xhd2b15 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;

    @media (max-width: 1152px) {
        grid-template-columns: 1fr;
    }
}

.xk20714 {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.xq80t16 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    width: 100%;
    gap: 80px;
    @media (max-width: 1000px) {
        grid-template-columns: 1fr;
    }
}

.xseju17 {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: var(--back-text);
}

.xseju17__line {
    display: flex;
    gap: 20px;
    width: 100%;
    background-color: var(--title-back);
    padding: 6px 0;
    padding-left: 20px;
    align-items: center;
    border-radius: 20px 20px 0 0;
}

.xseju17-text {
    padding: 20px;
}



.xk4js1__foot {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    text-align: center;

    @media (max-width: 1590px) {
        gap: 60px;
    }
}

.x0gi844 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    @media (max-width: 1152px) {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    
}

.xdsel45 {
    @media (max-width: 1152px) {
        display: block;
        text-align: center;
    }
}

.xg2ji46 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;

    .xmwwh9 {
        color: var(--title);
    }

    @media (max-width: 1152px) {
        align-items: center;
    }
}

.x7ynv13-form {
    width: 100%;
    border: none;
    box-shadow: 0px 4px 4px 0px #40270040;
    border: 1px solid #FCFF8D;
}

.x16u634 {
    max-width: 730px;
    background-color: var(--back-text);
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0px 4px 20px 0px #B2003F1A;
    z-index: 2;
}

.xh15d33 {
    background-color: var(--back-text);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 270px;
    padding-bottom: 300px;
    margin-bottom: 0;
    border-radius: 0 0 50px 50px;

    @media (max-width: 1300px) {
        padding-top: 80px;
        padding-bottom: 350px;
        justify-content: center;
        height: auto;
    }
}

.xn5es36 {
    position: absolute;
    right: 10%;
    @media (max-width: 1300px) {
        right: auto;
        bottom: 20px;
    }
}

.x05j548 {
    fill: var(--background);
  }
  
  .x211a11 {
    background-image: var(--back-intro2), var(--back-intro);
    background-repeat: no-repeat;
    background-position: 95% bottom, right bottom;
    background-color: var(--background);
    padding-bottom: 270px;
    padding-top: 55px;
    margin-bottom: 0px;

    @media (max-width: 1200px) {
        background-size: 160px, contain;
        padding-bottom: 600px;
    }

    @media (max-width: 600px) {
        padding-bottom: 400px;
    }
}

.x211a11__content {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.099);

    .x7ynv13 {
        margin-top: 20px;
        max-width: 360px;
    }
}

.x211a11-rainbow {
    fill: var(--back-text);
}

.xk4js1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.xi0ex3 {
    padding-left: 40px;
    display: flex;
    align-items: center;
    gap: 40px;

    @media (max-width: 1200px) {
        display: none;
    }
}

.x35766 {
    color: var(--title);
}

.xvcsg7 {
    display: none;
    width: 40px;
    height: 40px;
    background-image: var(--burger);
    background-repeat: no-repeat;
    background-position: center;

    @media (max-width: 1200px) {
        display: block;
    }
}

.xvcsg7__open {
    background-image: var(--burger-close);
}

.xk46v50 {
    @media (max-width: 1200px) {
        display: none;
    }
}

.xji0o8 {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background);
    align-items: center;
    gap: 40px;
    padding-top: 60px;
    z-index: 10;

    @media (max-width: 857px) {
        bottom: -70px;
    }

    .xmwwh9 {
        text-align: center;
        color: var(--title);
        margin-bottom: 10px;
    }

    .x1yji10 {
        text-align: center;
        padding-top: 40px;
    }
}

#header, hr, #footer {
    display: none !important;
}

.xk4js1 {
    flex-direction: row !important;
}
.x5phc20__block {
    padding: 0;
}

.x211a11 .x211a11__content {
    background-color: rgb(0 0 0 / 52%) !important;
}

#burgerBtn, .xu4jr2 {
    z-index: 999999 !important;
}/* End custom CSS */