.fl_img {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 15px;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
* {
	box-sizing: border-box;
}
.bxcontainer{
	max-width: 960px;
	margin: 0 auto;
}
.bxhome {
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.31);
	padding: 0px 28px 20px;
}
.bxhead {
	margin: 0 0 25px;
}
.bxhead h1, .bxhead h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 58px;
	margin: 0 0 10px;
	font-weight: 700;
	text-align: center;
}
.bxhead h1{
	color: rgb(219, 29, 29);
}
.bxyoutube {
	text-align: center;
	margin: 0 0 30px;
}
.bxyoutube a {
	display: inline-block;
	border: 1px solid #000;
	line-height: 0;
	position: relative;
}
.bxcontent h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 37px;
	line-height: 51px;
	margin: 0 0 10px;
}
.bxcontent h3.st1 a {
	color: rgb(0, 0, 238);
}
.bxcontent h3.st1 a span {
	font-style: italic;
	text-decoration: underline;
	font-weight: 700;
}
.bxyoutube a .icon-click {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 84px;
	height: 84px;
}
.bxbttn {
	margin: 25px 0 33px;
}
.bxbttn a {
	max-width: 347px;
	background: rgb(255, 227, 0);
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #000;
	font-size: 45px;
	font-weight: 400;
	width: 100%;
	padding:5px 8px;
	box-sizing: border-box;
	border-radius: 5px;
}
.bxclsp_str span, .bxclsp_str strong {
	color: rgb(13, 106, 114);
}
.btn-center {
	text-align: center;
}
.bxbttn a .icon-click {
	position: absolute;
	width: 84px;
	height: 84px;
	top: 14px;
	left: 52%;
}
.bxcontent ul {
	display: flex;
	flex-wrap: wrap;
}
.bxcontent ul li {
	width: 50%;
	margin: 10px 0;
	padding-left: 10px;
}
.bxfooter {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: rgb(10, 10, 10);
	line-height: 14px;
	margin: 0 0 50px;
}
.bxfooter .bxmenuft ul {
	margin: 0;
	padding: 0;
}
.bxfooter .bxmenuft ul li {
	display: inline-block;
	margin: 0 5px;
}
.bxfooter .bxmenuft ul li a {
	color: rgb(10, 10, 10);
}
.mrgt70 {
	margin-top: 70px;
}
.fonth1 {
	line-height: 36px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color: rgb(32, 45, 60);
	margin: 0 0 42px;
}
.fontroboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.fontroboto p {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
}
.font34_600 {
	color: rgb(32, 45, 60);
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px;
}
.bxprivacy {
	margin-bottom: 100px;
}
.bxprivacy h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: rgb(0, 0, 0);
	text-align: left;
	line-height: 25px;
	margin: 0 0 10px;
}
.bxprivacy p, .bxprivacy li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: rgb(0, 0, 0);
	text-align: left;
	line-height: 30px;
}
.bxhome.pad_b10 {
	padding-bottom: 20px;
}
.bxhome.pad_b10 .bxbttn {
	margin-bottom: 0;
}
.mainimg_ct {
	max-width: 480px;
}

@media all and (max-width: 999px) {
	.bxyoutube video {
	    width: 100%;
	}
}
@media all and ( max-width: 750px ){
	.bxhead h1, .bxhead h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.mainimg_ct {
		max-width: 80%;
	}
	.fl_img {
/*		align-items: start;*/
		flex-direction: column;
	}
	.bxcontainer {
	    padding: 0 15px;
	}
	.bxprivacy p, .bxprivacy li {
	    font-size: 18px;
	    line-height: 27px;
	}
	.bxcontent h3 {
	    font-size: 30px;
	    line-height: 40px;
	}
}
@media all and ( max-width: 480px ){
	.bxhome {
		padding-left: 10px;
		padding-right: 10px;
	}
	.bxcontent ul li {
		width: 100%;
	}
	.bxbttn a {
		font-size: 22px;
		max-width: 100%;
	}
}