* {
	padding: 0px;
	margin: 0px;
	border: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
a, a:link, a:visited  {
    text-decoration: none;
}
a:hover  {
    text-decoration: none;
}
aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}


input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

body * {
	scroll-behavior: smooth;
	box-sizing: border-box;
}
*{
	font-family: 'Gilroy';
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
*::selection{
	background: #ff0f8f25;
}
.contacts a{
	color: inherit;
}
.contacts a:hover{
	color: #B81E1D;
}
.semibold{
	font-weight: 600;
    font-style: normal;
}
.main_wrapper{
	width: 100%;
	overflow: hidden;
}
.main_limit_width{
	max-width: 1500px;
	margin: 0 auto;
}
.wrapper{
	width: 100%;
}
.first_block {
	position: relative;
}
.date {
	margin: 30px 0 20px 5px;
	display: inline-block;
	font-size: 40px;
	border: 1px solid #17171769;
	border-radius: 50px;
	padding: 8px 15px;
	color: #000;
}
.date p::before{
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ff259b;
	display: inline-block;
	margin-right: 7px;
	vertical-align: -3px;
	animation: blink 2s infinite ease-in;
}
@keyframes blink {
	0%{
		opacity: 100%;
	}
	25%{
		opacity: 60%;
	}
	50%{
		opacity: 0%;
	}
	75%{
		opacity: 60%;
	}
	100%{
		opacity: 100%;
	}
}
.date p{
	margin: 0 10px;
}
h1{
	font-size: 85px;
	font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	line-height: 100%;
	background: linear-gradient(135deg, rgba(255,0,122,1) 17%, rgba(0,0,0,1) 62%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
}
h2{
	font-size: 50px;
	line-height: 100%;
}
h2 span:nth-child(1){
	display: none;
}
h2 span:nth-child(3){
	display: none;
}
.speaker {
	margin: 30px 0;
}
.first {
	text-transform: uppercase;
	color: #C0005A;
	font-size: 60px;
	font-weight: bold;
    font-style: normal;
}
.first span{
	display: none;
}
.second {
	font-size: 50px;
}
.second span{
	display: none;
}
.price {
	display: inline-flex;
	align-items: center;
	margin-bottom: 40px;
}
.strikethrough {
	font-size: 50px;
	margin-right: 30px;
	font-weight: bold;
    font-style: normal;
	position: relative;
	margin-top: 10px;
}
.price p:nth-child(1){
	color: #484446;
}
.line {
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	top: 40%;
}
.line_fill{
	background-color: #484446;
	width: 100%;
	height: 100%;
}
.price p:nth-child(2){
	font-size: 80px;
	font-weight: bold;
    font-style: normal;
}
.yulia{
	position: absolute;
	max-width: 38%;
    bottom: -43px;
    right: 6%;
}
.cloud{
	position: absolute;
	z-index: 1;
	min-width: 150%;
	left: -270px;
	bottom: -230px;
}
.second_block{
	margin: 250px 0 70px 0;
	display: inline-flex;
}
.header{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.second_block_video{
	width: 50%;
	display: flex;
	align-items: center;
}
.header p.second_block_text{
	font-weight: 600;
    font-style: normal;
	font-size: 60px;
	line-height: 100%;
	padding: 0 20px;
	background: linear-gradient(180deg, rgba(255,0,122,1) 25%, rgba(35,34,35,1) 93%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.second_block_text span{
	display: none;
}
.second_block_video{
	margin: 0 auto;
	height: 800px;
	overflow: hidden;
	border-radius: 30px;
	-webkit-box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
-moz-box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
}
.second_block_video video{
	margin-top: -130px;
	width: 100%;
}
.block_header{
	text-align: center;
	font-weight: 600;
    font-style: normal;
	font-size: 60px;
	line-height: 100%;
	background: linear-gradient(180deg, rgba(255,0,122,1) 50%, rgba(41,41,41,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.emoji-block{
	margin: 50px 0 70px 0;
	display: flex;
	gap: 50px;
	justify-content: space-around;
}
.flex_block{
	display: inline-flex;
	color: #fff;
	border-radius: 15px;
	background: linear-gradient(153deg, rgba(255,8,132,1) 0%, rgba(195,1,94,1) 100%);
	align-self: stretch;
	-webkit-box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
-moz-box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
}
.emoji{
	display: flex;
	width: 280px;
	align-items: center;
}
.emoji_content{
	margin-right: 10px;
}
.emoji_header{
	font-weight: 600;
    font-style: normal;
	font-size: 30px;
	margin: 20px 0 10px 0;
}
.emoji_text{
	margin: 10px 0 20px 0;
	font-size: 20px;
}
.fourth_block_wrapper{
	margin: 20px 0;
}
.fourth_block_header{
	color: #C1005B;
	font-size: 35px;
	margin: 40px 0 20px 0;
}
.fourth_block_text{
	font-size: 30px;
}
.fourth_block_text strong{
	font-weight: bold;
    font-style: normal;
}
.swiper{
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 50px 0;
}
.swiper-button-next, .swiper-button-prev{
	color: #ff259b !important;
}
.fifth_block{
	padding: 30px 0;
	background-color: #EEEFEE;
	min-height: 400px;
}
.fifth_block .block_header{
	background: linear-gradient(141deg, rgba(255,9,132,1) 20%, rgba(208,1,101,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fifth_block_wrapper{
	margin: 50px auto;
	width: 500px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	-webkit-box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
-moz-box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
box-shadow: 1px 3px 13px 2px rgba(34, 60, 80, 0.39);
}
.fifth_block_video_wrapper{
	width: 100%;
	overflow: hidden;
	height: 435px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.fifth_block_video_wrapper video{
	margin-top: -280px;
	width: 100%;
}
.text_center{
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
    font-style: normal;
}
.fifth_block_price{
	font-size: 30px;
	color: #484243;
}
.fifth_block_price span{
	text-decoration:line-through;
}
.fifth_block_free{
	font-size: 40px;
	color: #FF0982;
}
form{
	margin: 15px 35px 30px 35px;
}
.over_input_text{
	font-size: 23px;
	color: #484243;
}
input[type="text"], input[type="email"]{
	border: 1px solid #48424390;
	width: 100%;
	border-radius: 15px;
	font-size: 20px;
	padding: 15px;
	margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus{
	border: 1px solid #000;
}
.submit{
	margin: 20px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
input[type="submit"]{
	font-size: 30px;
	font-weight: bold;
    font-style: normal;
	color: #fff;
	border-radius: 15px;
	padding: 15px 70px;
	background: linear-gradient(141deg, rgba(255,9,132,1) 50%, rgba(208,1,101,1) 100%);
}
input[type="submit"]:hover{
	background: linear-gradient(141deg, rgba(226,7,116,1) 50%, rgba(179,2,87,1) 100%);
}
.contacts{
	text-align: center;
	font-size: 23px;
	color: #484243;
	margin: 30px 0;
	line-height: 40px;
}
.created_by{
	background-color: #3E3E3E;
	text-align: center;
	color: #C3E88D;
	padding: 4px 0;
	font-size: 18px;
}
a .my_tg{
	color: #fff;
	transition: all .5s;
}
a .my_tg:hover{
	color: #e85f4a;
}
.vertical-line{
	font-size: 22px;
	color: #FFCB60;
	padding-left: 1px;
	font-weight: 500;
    font-style: normal;
	animation: vertical-line 1s infinite linear;
}
@keyframes vertical-line {
	0%{
		opacity: 100%;
	}
	49%{
		opacity: 100%;
	}
	50%{
		opacity: 0%;
	}
	99%{
		opacity: 0%;
	}
	100%{
		opacity: 100%;
	}
}

/* Видео поверх всего */

.widget-video-fixed{
	border-radius:.5rem;
	bottom:50px;
	cursor:pointer;
	font-size:0;
	left:50px;
	outline:3px solid #f2f2f2;
	outline-offset:-1px;
	overflow:hidden;
	position:fixed;
	text-align:center;
	transition:transform .2s,width .2s;
	width:100px;
	z-index:1030;
	}
	
	.widget-video-fixed--active{
	width:240px;
	}
	
	.widget-video-fixed__video{
	max-width:100%;
	}
	
	.widget-video-fixed:hover:not(.widget-video-fixed--active){
	transform:scale(1.1) translate(6px,-6px);
	}
	
	.widget-video-fixed:hover .widget-video-fixed__icon{
	opacity:1;
	}
	
	.widget-video-fixed__icon{
	color:#fff;
	font-size:.75rem;
	opacity:0;
	position:absolute;
	right:8px;
	text-shadow:0 0 2px gray;
	top:5px;
	transition:opacity .4s linear;
	z-index:2;
	}
	
	.widget-video-fixed__icon.-minus{
	font-size:1.5rem;
	}
	.icon.-close:before {
	    font-size:1.5rem;
		content: "×";
	}
	.icon.-minus:before {
		content: "—";
	}