@font-face { 
	font-family: 'wixmadefor'; 
	src: url('fonts/WixMadeforDisplay-Regular.ttf') format('truetype');
	font-weight: normal;
}
@font-face { 
	font-family: 'wixmadefor'; 
	src: url('fonts/WixMadeforDisplay-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face { 
	font-family: 'wixmadefor'; 
	src: url('fonts/WixMadeforDisplay-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}
:root{
	--c-blue-100: #1a2a3d;
	--c-blue-200: #34547a;
	--c-blue-300: #3488ea;
	--c-white-100: #eceff3;
	--c-white-200: #fff;
	--c-pink-100: #e94483;
	--c-pink-200: #fe78ab;
}
* {margin:0; padding:0; box-sizing:border-box;}
html{height: 100%;margin:0; padding:0;}
body {font-size:40px; line-height:1.3; font-family:'wixmadefor',tahoma,sans-serif; font-weight:normal; color:var(--c-white-200);}
a {color:var(--c-white-200);text-decoration:none;}
ol, ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
img {border:0;}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.bt{
	width: calc(50% - 8px);
	display: flex;
	background: var(--c-blue-300);
	border-radius: 44px;
	padding: 24px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.bt:active{
	background: var(--c-blue-200);
}
.bt.pink{
	background: var(--c-pink-200);
}
.bt.pink:active{
	background: var(--c-pink-100);
}
.nav_bt{
	height: 102px;
	width: 102px;
	flex-shrink: 0;
	border-radius: 28px;
	padding: 24px;
	display: flex;
	align-items: center;
	margin-right: 22px;
	background: var(--c-blue-200);
}
.nav_bt:active{
	background: var(--c-blue-100);
}
.nav_bt img{
	width: 100%;
}
.bt_word{
	width: 82px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: var(--c-blue-300);
	font-weight: 700;
	letter-spacing: 0.5px;
}
.bt_word:active{
	background: var(--c-blue-200);
}
.site_wrap{
	width: 860px;
	height: 1225px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.page{
	padding: 20px 5px 0;
	width: 100%;
	position: relative;
}
.header{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 73px;
}
.logo img{
	height: 100%;
}
.header_right{
	display: flex;
	align-items: center;
}
.header_right span{
	font-weight: 700;
	color: var(--c-blue-300);
}
.header_right img{
	height: 73px;
	margin-left: 16px;
}
.main_block{
	height: 768px;
	border-radius: 56px;
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
}
.main_block video{
	margin-left: 50%;
	transform: translateX(-50%);
}
.main_block_imgtxt{
	position: absolute;
	top: 90px;
	right: 20px;
	z-index: 2;
}
.main_block_imgtxt img{
	height: 250px;
}
.main_descr{
	padding: 30px 44px;
	margin-bottom: 12px;
	border-radius: 28px;
	text-align: center;
	font-size: 46px;
	line-height: 54px;
	letter-spacing: -1px;
	color: var(--c-blue-200);
	background: var(--c-white-100);
}
.page_main .bt_list .bt, .page_zhesty .bt_list .bt{
	width: calc(50% - 8px);
}
.nav{
	display: flex;
	margin-bottom: 12px;
}
.nav_current{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	letter-spacing: -1px;
	background: var(--c-blue-200);
	border-radius: 28px;
}
.bt_list{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.page_main .bt_list{
	gap: unset;
	justify-content: space-between;
}
.page_zhesty .bt_list{
	gap: unset;
	justify-content: space-between;
}
.main_video{

}
.page_zhesty .bt_list{
	gap: unset;
	justify-content: space-between;
}
.page_zhesty .bt_list .bt{
	margin-bottom: 16px;
}
.scroll_block{
	height: 285px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.page_zhesty .scroll_block {
	height: 265px;
}




