.elementor-34 .elementor-element.elementor-element-da276df{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-34 .elementor-element.elementor-element-cf6f764 > .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-34{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-cf6f764{width:100%;}}/* Start custom CSS for section, class: .elementor-element-da276df */*,
 ::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: #261e31;
	--back-text: #dfc8ff;
	--text2: #0f001f;
	--text3: #341442;
	--title-back: #9524c2;
	--title: #ff0099;
	--button: linear-gradient(180deg, #f3ff4d 0%, #007ad0 100%);
	--button-hover: linear-gradient(180deg, #f3ff4d 0%, #007ad0 100%);
	--banner: #00459e;

	--back-intro: url('https://www.epictotality.com/wp-content/uploads/2025/06/mw3igkg0_16.png');
	--back-intro2: url('https://www.epictotality.com/wp-content/uploads/2025/06/bc5yu5gx_11.png');
	--back-adv: url('https://www.epictotality.com/wp-content/uploads/2025/06/xfah39qz_12.png');
	--back-comments: url('https://www.epictotality.com/wp-content/uploads/2025/06/19ij1fvp_10.png');
	--burger: url('https://www.epictotality.com/wp-content/uploads/2025/06/ieoglelo_20.png');
	--burger-close: url('https://www.epictotality.com/wp-content/uploads/2025/06/l9b2t1lb_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: 'Gloock';
	position: relative;
	width: 100%;

	@media (max-width: 773px) {
		word-break: break-all;
	}
}

#bodyMain {
	overflow-y: hidden;
}

* {
	white-space: normal !important;

	@media (max-width: 448px) {
		word-break: break-all;
	}
}

header {
	width: 100%;
	margin: 0;
	background-color: var(--background);
	padding: 45px 15.5%;

	@media (max-width: 1067px) {
		padding-left: 7%;
		padding-right: 7%;
	}

	@media (max-width: 773px) {
		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: 1067px) {
		padding-left: 7%;
		padding-right: 7%;
	}

	@media (max-width: 773px) {
		padding: 60px 16px;
	}
}

section {
	width: 100%;
	margin: 0;
	margin-bottom: 150px;
	padding: 0 15.5%;

	@media (max-width: 1067px) {
		padding-left: 7%;
		padding-right: 7%;
	}

	@media (max-width: 773px) {
		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: 1067px) {
		font-size: 50px;
	}
}

h2 {
	font-weight: 700;
	font-size: 56px;
	line-height: 115%;
	text-transform: uppercase;
	text-align: center;

	@media (max-width: 1067px) {
		font-size: 46px;
	}
}

h6 {
	font-weight: 700;
	font-size: 28px;
	line-height: 110%;
	text-transform: uppercase;
	color: var(--text2);

	@media (max-width: 1067px) {
		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: 1067px) {
		font-size: 24px;
	}
}

.xi45z9 {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}

.x8x3i5 {
	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);
}

.xvs2f10 {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--back-text);
	align-self: center;
}

.xctwf13 {
	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: 773px) {
		padding: 20px 10px;
		height: auto;
	}
}

.xctwf13: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;
}

.x62pj51 {
	display: flex;
	gap: 40px;
	align-items: flex-start;

	@media (max-width: 1516px) {
		flex-direction: column;
	}
}

.x8pk552 {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 30px;
	background-color: var(--background);
	border-radius: 20px;

	@media (max-width: 773px) {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

.xnlzw27 {
	color: var(--text2);
}

.xw00s37 {
	color: var(--back-text);
}

.x4w8k53 {
	bottom: -2px;
	position: absolute;
}

.x5vmk54 {
	position: relative;
}


.xdeb926 {
    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;
}

.xdeb926__block {
    display: flex;
    flex-direction: column;
    background-image: var(--back-adv);
    background-repeat: no-repeat;
    background-position: left -100px;
    background-size: 540px;
    width: 100%;
    padding-bottom: 125px;

    @media (max-width: 1516px) {
        background-image: none;
    }
}

.xdeb926__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);
}

.xsfre30 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 133px;
    gap: 160px 20px;

    @media (max-width: 1067px) {
        grid-template-columns: 1fr;
        gap: 173px;
    }
}

.xiavg31 {
    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;
}

.x38p832 {
    position: absolute;
    top: -130px;
    left: auto;
}

.xl36r33 {
    background-color: var(--back-text);
    border-radius: 50px 50px 0 0;
    margin-bottom: -1px;
    padding-top: 240px;
    padding-bottom: 50px;
}

.xfhid34 {
    background-color: var(--banner);
    color: var(--back-text);
    display: flex;
    position: relative;
    padding: 33px 80px;
    justify-content: flex-end;
    border-radius: 20px;
    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: 773px) {
        padding: 40px 19px;
        padding-bottom: 320px;

    }

    .xctwf13 {
        margin-top: 20px;
    }
}

.xfhid34__text {
    max-width: 633px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xfhid34__screen {
    position: absolute;
    bottom: 0;
    left: -25px;

    @media (max-width: 1067px) {
        right: 0;
        top: -1;
        height: 272px;
    }
}

.xfhid34__magnet {
    position: absolute;
    top: -151px;
    right: -109px;

    @media (max-width: 1067px) {
        right: 0;
        top: -94px;
        height: 160px;
    }
}

.xorks20 {
    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;
}

.x8v2g21 {
    display: flex;
    flex-direction: column;
    gap: 40px;

    @media (max-width: 1400px) {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.xwse622 {
    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: 1067px) {
        margin-right: 0;
        margin-bottom: 120px;
        gap: 20px;
    }
}

.xsqlc25 {
    position: absolute;
    right: -115px;
    bottom: -68px;
    
    @media (max-width: 1067px) {
        right: 0;
        bottom: -120px;
    }
}

.x8x3i5-color {
    color: var(--text3);    
}

.xwse622-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x7mc415 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;

    @media (max-width: 1067px) {
        grid-template-columns: 1fr;
    }
}

.xdesd14 {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.x9cc016 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: column;
    width: 100%;
    gap: 20px;
    @media (max-width: 1000px) {
        grid-template-columns: 1fr;
    }
}

.x1x3s17 {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: var(--back-text);
}

.x1x3s17__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;
}

.x1x3s17-text {
    padding: 20px;
}



.x1jzz1__foot {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    text-align: center;

    @media (max-width: 1516px) {
        gap: 60px;
    }
}

.xvoy044 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    @media (max-width: 1067px) {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    
}

.xd89y45 {
    @media (max-width: 1067px) {
        display: block;
        text-align: center;
    }
}

.xsuai46 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;

    .xi45z9 {
        color: var(--title);
    }

    @media (max-width: 1067px) {
        align-items: center;
    }
}

.xctwf13-form {
    width: 100%;
    border: none;
    box-shadow: 0px 4px 4px 0px #40270040;
    border: 1px solid #FCFF8D;
}

.xosf740 {
    max-width: 611px;
    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;
}

.xhnsi39 {
    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;

    @media (max-width: 1300px) {
        padding-top: 80px;
        padding-bottom: 350px;
        justify-content: center;
        height: auto;
    }
}

.xmlvw42 {
    position: absolute;
    right: 10%;
    @media (max-width: 1300px) {
        right: auto;
        bottom: 20px;
    }
}

.xkpqc48 {
    fill: var(--background);
  }
  
  .xoq5x11 {
    /*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;
    }
}

.xoq5x11__content {
    max-width: 710px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.099);

    .xctwf13 {
        margin-top: 20px;
        max-width: 360px;
    }
}

.xoq5x11-rainbow {
    fill: var(--back-text);
}

.x1jzz1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.xjqoc3 {
    padding-left: 40px;
    display: flex;
    align-items: center;
    gap: 40px;

    @media (max-width: 1200px) {
        display: none;
    }
}

.xaw7r6 {
    color: var(--title);
}

.xxe7b7 {
    display: none;
    width: 40px;
    height: 40px;
    background-image: var(--burger);
    background-repeat: no-repeat;
    background-position: center;

    @media (max-width: 1200px) {
        display: block;
    }
}

.xxe7b7__open {
    background-image: var(--burger-close);
}

.xfx2w50 {
    @media (max-width: 1200px) {
        display: none;
    }
}

.xo22r8 {
    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: 773px) {
        bottom: -70px;
    }

    .xi45z9 {
        text-align: center;
        color: var(--title);
        margin-bottom: 10px;
    }

    .xvs2f10 {
        text-align: center;
        padding-top: 40px;
    }
}

#top-bar-wrap, #site-header, #main>.page-header, #footer {
    display: none;
}

h5, h2 {
    color: #dfc8ff;
}

.x7mc415 img {
    display: none;
}/* End custom CSS */