			.programma, .speakers, .under_banner, .banner, .features, .partners, .tarif, .form, .map, .footer {
				margin-top:100px;
			}
			a {
				color: unset;
				text-decoration: unset;
			}
			body {
				background: black;
				color:white;
				font-family: roboto;
				font-size:18px;
				font-weight:400;
				line-height:1.5;
				margin:unset;
				padding:8px;
				position:relative;
				z-index: -1;
			}
			.mobile-menu .button{
				display:none;
			}
			.mobile-menu{
				display: block;
				position: fixed;
				right: 0;
				top: 116px;
				width:320px;
				transition: all 0.2s ease-out;
				height:0;
				overflow:hidden;
				background: black;
			}
			.mobile-menu-container{
				padding:40px;
				display: flex;
				flex-wrap: wrap;
				flex-direction: column;
				gap:48px;
			}
			section{
				max-width: 1340px;
				width: 100%;
				margin-left: auto;
				margin-right: auto;
				display: flex;
				flex-wrap: wrap;
				z-index: 0;
				position: relative;
			}
			h2{
				margin:0;
				margin-bottom:80px;
			}
			
			.header {
				min-height: 48px;
				justify-content: space-between;
				position:fixed;
				max-width:unset;
				width:calc(100% - 16px);
				left: 0;
				right: 0;
				top: -8px;
				padding:8px;
				background: rgba(33, 33, 33, 0.8);
				z-index:2;
			}
			.a1, .a2 {
				position:relative;
				margin-left: 64px;
			}
			.a2{
				margin-top:48px;
			}
			input:focus-visible{
				outline-color: darkslateblue !important;
			}
			.header-container{
				padding-top:30px;
				padding-bottom:20px;
				display: flex;
				justify-content: space-between;
				width: 100%;
				max-width: 1340px;
				margin-left: auto;
				margin-right: auto;
			}
			body:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url('/img/bg img.png');
				width: 472px;
				height: 1064px;
				left: 0px;
				top:0px;
				z-index:-1;
			}
			
			.logo_and_menu{
				display: flex;
				gap: 81px;
				flex-wrap: wrap;
				align-items: center;
			}
			
			.menu {
				display: flex;
				gap: 64px;
				flex-wrap: wrap;
			}
			
			.button{
				width:280px;
				background:#2D46B9;
				border-radius: 100px;
				max-width:280px;
				height:48px;
				text-align: center;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: center;
				cursor:pointer;
				font-size:18px;
			}
			.button:hover{
				box-shadow: 0px 0px 5px 2px #2D46B9;
			}
			.button-and-hamburger{
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				gap: 32px;
			}
			.hamburger {
				display:none;
			}
			.banner {
				background:#212121;
				border-radius: 16px;
				margin-top:198px;
			}
			
			.container{
				padding:64px 40px;
				width:calc(100% - 80px);
			}
			
			h1{
				margin:0;
				font-size:48px;
				font-weight:600;
			}
			.subtitle{
				margin-top:24px;
				font-size:24px;
				font-weight:400;
			}
			.date{
				margin-top:48px;
				font-size:28px;
				font-weight:600;
			}
			.white {
				background: white;
				color:#0E0E0E;
			}
			.white:hover{
				box-shadow: 0px 0px 5px 2px white;
			}
			.line {
				margin-top:5px;
				display:flex;
				flex-wrap:wrap;
				align-items: center;
				justify-content: space-between;
				gap:16px;
			}
			.btns {
				display:flex;
				gap:16px;
				flex-wrap: wrap;
			}
			.rs {
				width: 206px;
				height: 106px;
				border: 1px solid #9BADFF;
				border-radius: 16px;
				padding:24px 32px;
				font-size:24px;
			}
			.rs_container {
				display: flex;
				flex-wrap: wrap;
				gap: 32px;
				max-width:576px;
			}
			.under_banner {
				justify-content: space-between;
			}
			.rs div:nth-child(1){
				font-size:64px;
				line-height:75px;
			}
			.text {
				width: calc(100% - 691px);
			}
			section h2 {
				font-size:40px;
				line-htight:47px;
				font-weight:600;
			}
			.p_line{
				display:flex;
				gap:64px;
				width:100%;
			}
			.p_time{
				min-width:164px;
				height:40px;
				display: flex;
				align-items: center;
				justify-content: center;
				border: 1px solid #9BADFF;
				border-radius: 100px;
				color:#9BADFF
			}
			.photo_and_name{
				display: flex;
				gap: 32px;
			}
			.name_and_pos{
				min-width: 195px;
			}
			.name{
				color:#9BADFF;
				font-size:24px;
				font-weight:700;
				margin-bottom:12px;
			}
			.p_container{
				display: flex;
				flex-wrap: wrap;
				gap: 72px;
			}
			.l-container {
				display: flex;
				justify-content: space-between;
				width: 100%;
				gap: 64px;
			}
			.s-container, .p-container{
				width:100%;
				display:flex;
				gap:32px;
				max-width:100%;
			}
			.s-pic div{
				margin-top:32px;
				margin-bottom:12px;
			}
			
			.feature{
				padding-top:32px;
				padding-bottom:32px;
				padding-left:112px;
				padding-right:53px;
				border:1px solid;
				border-radius:16px;
				max-width: calc(50% - 185px);
				position:relative;
				z-index: -1;
			}
			
			.f-container{
				display:flex;
				flex-wrap:wrap;
				gap:32px;
			}
			
			.feature div:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url(/img/check.svg);
				width: 40px;
				height: 40px;
				left: 38px;
			}
			.partner{
				width:100%;
				max-width:311px;
				aspect-ratio:1.42;
				display: flex;
				justify-content: center;
				background:#212121;
				border-radius:16px;
			}
			.t-container{
				width:100%;
				border: 1px solid #9BADFF;
				border-radius: 16px;
				padding: 41px 32px;
				font-size:16px;
			}
			.t-header{
				display: flex;
				align-items: center;
				justify-content: space-between;
				margin-bottom:66px;
			}
			.t-name{
				color:#9BADFF;
				font-size:32px;
				font-weight:600;
			}
			.t-date{
				min-height:40px;
				width: 127px;
				display:flex;
				align-items: center;
				justify-content: center;
				border: 1px solid;
				border-radius: 100px;
			}
			.t-list{
				margin-top:32px;
				display: flex;
				flex-direction: column;
				gap: 32px;
				padding-left:40px;
			}
			
			.t-list-item {
				position:relative;
			}
			
			.t-list-item div:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url(/img/check2.svg);
				width: 24px;
				height: 24px;
				left: -40px;
				top: -2px;
			}
			.price-button{
				margin-top:30px;
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-end;
				font-size:24px;
				gap:48px;
			}
			.price {
				font-size:32px;
				font-weight:600;
				color:#9BADFF;
			}
			.form{
				background:#212121;
				border-radius:16px;
				position:relative;
				z-index: -1;
			}
			
			.f-wrapper{
				display: flex; 
				justify-content: 
				space-between;
				width: 100%;
				margin-top:64px;
				flex-wrap:wrap;
				row-gap: 48px;
				position: relative;
			}
			
			.form-container:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url('/img/bg_2.png');
				width: 571px;
				height: 351px;
				right: 0px;
				top:0px;
				border-radius: 16px;
			}
			
			.form-container {
				padding:64px 32px;
				width:100%
			}
			.form input {
				width:300px;
				    background: none;
					width: 22%;
					border: 1px solid white;
					border-radius: 100px;
					color: white;
					font-size:16px;
					padding:0px 20px;
					height:48px;
			}
			.address-map{
				width:100%;
				display:flex;
				justify-content: space-between;
				align-items: center;
				z-index: -1;
			}
			.address {
				font-size:24px;
				width:49%;
			}
			.f-agree, .m-agree{
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				order:1
			}
			.m-agree{
				order:0;
				width:100%;
			}
			.m-agree div{
				margin-top: 2px;
				width:calc(100% - 40px);
				font-size:14px;
			}
			.m-agree input{
				margin-right: 10px;
				float: left;
			}
			.calendar:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url(/img/calendar.svg);
				width: 40px;
				height: 40px;
				left: -64px;
			}
			.point:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url(/img/point.svg);
				width: 40px;
				height: 40px;
				left: -64px;
			}
			.footer:before{
				content: ' ';
				position: absolute;
				width: 100%;
				left: 0;
				height: 1px;
				border-top: 1px solid #7C7C7C;
			}
			.g-map{
					width:90%;
			}
			#yandexmap{
					aspect-ratio:2;
					width: 100%;
					float:right;
					z-index: 2000;
					position: relative;
					max-width:660px;
			}
			.f-phone, .f-mail{
				font-size:24px;
				padding-left:48px;
				position:relative;
			}
			.f-phone:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url(/img/phone.svg);
				width: 32px;
				height: 32px;
				left: 0px;
			}
			.f-mail:before{
				content: ' ';
				position: absolute;
				display: block;
				background: url(/img/mail.svg);
				width: 32px;
				height: 32px;
				left: 0px;
			}
			#shadow{
				position:fixed;
				top:0;
				left:0;
				right:0;
				bottom:0;
				background:rgba(255, 255, 255, 0.5);
				display:flex;
				align-items: center;
				justify-content: center;
			}
			#buy{
				max-width:560px;
				background:white;
				border-radius:16px;
				color:black;
			}
			#buy h2 {
				margin-bottom:24px;
				font-size:40px;
			}
			#buy input{
				width:100%;
				min-height:48px;
				border-radius:100px;
				padding-left:15px;
				padding-right:15px;
				border: 1px solid #212121;
			}
			#close{
				transform:translateY(-50%);
				z-index:1;
				width: 30px;
				height:30px;
				cursor:pointer;
				position:relative;
				float:right;
			}
			#close span{
				position:absolute;
				width:80%;
				height:3px;
				left:10%;
				top:45%;
				background-color: black;
			}
			#close .first {
				transform:rotate(45deg);
			}
			#close .last {
				transform:rotate(-45deg);
			}
			.s-pic img{
				width:100%;
			}
			.form h2{
				margin-bottom:40px;
			}
			.f-phone{
				margin-top:32px;
				margin-bottom:43px;
			}
			.footer-container{
				margin-top:48px;
				display: flex;
				width: 100%;
				justify-content: space-between;
				flex-wrap: wrap;
			}
			.footer{
				margin-bottom: 40px;
			}
			@media screen and (max-width:1100px)
			{
				.line{
					gap:48px;
				}
				.banner .date {
					margin-bottom:16px;
				}
			}
			@media screen and (max-width:1024px)
			{
				.f-agree{
					display:unset;
					width:100%;
				}
				.f-agree input{
					margin-right: 10px;
					float: left;
				}
				.f-agree div{
					margin-top: 2px;
					width:calc(100% - 38px);
					margin-left:38px;
				}
				body{
					padding-left: 52px;
					padding-right:52px;
				}
				.header{
					padding-left:52px;
					padding-right:52px;
					width:calc(100% - 104px);
				}
				body:before{
					content: unset;
				}
				.logo_and_menu{
					gap: 48px;
				}
				.under_banner .text{
					margin-top:54px;
					width:100%
				}
				.form-button-wrap{
					width:100%;
				}
				.form-button-wrap .button{
					float:right;
				}
				.form input{
					width:32%;
				}
				.form-container:before{
					content:unset;
				}
			}
			@media screen and (max-width:1023px)
			{
				#yandexmap{
					max-width:unset;
				}
				.header{
					padding-left:40px;
					padding-right:40px;
					width:calc(100% - 80px);
				}
				#buy h2{
					font-size:24px;
				}
				.f-agree{
					order:0;
				}
				.banner{
					margin-top:160px;
				}
				.menu {
					display:none;
				}
				.hamburger{
					display:unset;
				}
				body{
					padding-left: 40px;
					padding-right:40px;
				}
				h1{
					font-size:32px;
				}
				.rs {
					width:34%;
				}
				.p_line {
					flex-wrap: wrap;
				}
				.photo_and_name{
					gap:16px;
				}
				.l-container{
					gap:46px;
				}
				.s-pic{
					font-size:16px;
				}
				.feature{
					padding-left:32px;
					padding-right:27px;
					padding-top:96px;
					max-width:calc(50% - 77px);
				}
				.feature div:before{
					left:unset;
					top:38px;
				}
				.photo_and_name img{
					max-width:64px
				}
				.name_and_pos{
					font-size:16px;
				}
				.name {
					font-size:20px;
				}
				.partners{
					margin-bottom:56px;
				}
				section h2{
					font-size:24px;
					margin-bottom: 56px;
				}
				.t-name{
					font-size:20px;
				}
				.form input {
					width: 100%;
				}
				.f-wrapper{
					row-gap:24px;
				}
				.address-map
				{
					flex-wrap:wrap;
					row-gap: 64px;
				}
				.address{
					width:100%;
					display:flex;
					justify-content: space-around;
				}
				.a2{
					margin-top:unset;
				}
				.a1, .a2{
					font-size:18px;
				}
				.calendar, .point{
					font-size:20px;
				}
				.calendar:before{
					left:-50px;
				}
				.point:before{
					left:-50px;
				}
				.g-map{
					width:100%;
				}
				.menu-btn:checked ~ .mobile-menu{
					height: 257px;
				}
			}
			@media screen and (max-width:639px)
			{
				#yandexmap{
					aspect-ratio:1;
				}
				.programma, .speakers, .under_banner, .banner, .features, .partners, .tarif, .form, .map, .footer {
					margin-top:88px;
				}
				.under_banner .text {
					margin-top:48px;
				}
				.l-container, .p-container{
					flex-wrap:wrap;
				}
				.p_line{
					gap:32px;
				}
				.l-container{
					gap:32px;
				}
				.s-container{
					flex-direction: column;
				}
				.s-pic {
					text-align: center;
				}
				.partner {
					width:43%;
					height:94px;
				}
				.t-header{
					flex-wrap: wrap;
					flex-direction: column-reverse;
					align-items:unset;
					gap:48px;
					margin-bottom:40px;
				}
				.t-list{
					gap:24px;
				}
				.price{
					font-size:24px;
				}
				.form-container{
					padding:32px 16px;
				}
				.f-wrapper{
					margin-top:48px;
				}
				.address{
					flex-wrap: wrap;
					justify-content: flex-start;
					gap:32px;
				}
				.address-map{
					row-gap:48px;
				}
				.price-button{
					justify-content:unset;
					gap:40px;
					margin-top:48px;
				}
				.t-container{
					padding: 32px 16px;
				}
				.p-container {
					gap:24px;
				}
				.s-container{
					width:100%;
				}
				.s-pic{
					width: 100%;
					text-align: center;
					align-items: center;
					display: flex;
					flex-wrap: wrap;
					justify-content: center;
					flex-direction: column;
				}
				.feature{
					max-width:unset;
					width:100%;
				}
				.s-pic img{
					width:90%;
				}
				body{
					padding-left: 20px;
					padding-right:20px;
					margin:unset;
				}
				.header{
					padding-left:20px;
					padding-right:20px;
					width:calc(100% - 40px);
				}
				.header .button {
					display:none;
				}
				.banner{
					margin-top:160px;
				}
				h1{
					font-size:28px;
					line-height:48px;
				}
				.date{
					font-size:24px;
				}
				.rs {
					width:33%;
					height:79px;
					padding: 24px 16px;
					font-size:18px;
				}
				.rs div:nth-child(1) {
					font-size:48px;
					line-height:56px;
				}
				.rs_container{
					gap:24px;
				}
				.button{
					width:248px;
				}
				.container{
					padding: 64px 15px;
					width:calc(100% - 30px)
				}
				.subtitle{
					font-size:20px;
					line-height: 30px;
				}
				.line{
					line-height:28px;
				}
				.f-mail{
					margin-bottom:16px;
				}
				.f-phone{
					margin:unset;
				}
				.f-mail, .f-phone{
					font-size:16px;
				}
				.f-mail:before, .f-phone:before{
					width:24px;
					height:24px;
					background-size: cover;
				}
				.footer-container{
					gap:34px;
					font-size: 16px;
				}
				.mobile-menu{
					top:92px;
				}
				.mobile-menu-container{
					padding:20px;
				}
				.mobile-menu .button{
					display:flex;
					width:280px;
				}
				.mobile-menu{
					width:100%;
				}
				.menu-btn:checked ~ .mobile-menu{
					/*height: 369px;*/
					height:100%;
				}
			}
			@media screen and (min-width:480px) and (max-width:639px)
			{
				.s-pic{
					width:46%;
					flex-direction: column;
				}
				.s-container{
					flex-direction:unset;
					flex-wrap:wrap;
				}
			}
			.menu-icon {
				grid-area: hamburger;
				cursor: pointer;
				display: block;
				/* justify-content: flex-end; */
				/* align-items: baseline; */
				/* padding: 30px 20px 30px 0; */
				position: relative;
				user-select: none;
				visibility: visible;
				width: fit-content;
			}
			.navicon {
				background: white;
				display: block;
				height: 2px;
				width: 34px;
				position: relative;
			}
			.navicon:before {
				top: 12px;
			}
			.navicon:after {
				top: -12px;
			}
			.navicon:before,
			.navicon:after {
				background: white;
				display: block;
				width: 100%;
				height: 100%;
				content: "";
				position: absolute;
				transition: all 0.2s ease-out;
			}
			.menu-btn:checked ~ .menu-icon .navicon {
				background: transparent;
			}
			.menu-btn:checked ~ .menu-icon .navicon:before {
				transform: rotate(-45deg);
			}
			.menu-btn:checked ~ .menu-icon .navicon:after {
				transform: rotate(45deg);
			}
			.menu-btn:checked ~ .menu-icon .navicon:before,
			.menu-btn:checked ~ .menu-icon .navicon:after {
				top: 0;
			}
			.menu-btn {
				display: none;
			}
			#menu-btn {
			  position: absolute;
			  top: -100%;
			  left: -100%;
			}