footer .polysy a {
    color: #fff;
	display:inline-block;
}
footer .polysy a + a{
	margin-left:15px;
}
form .polysy a {
    color: #006ba0 
}
footer .polysy {
    margin-bottom: 15px;
}
form .polysy{
  max-width: 388px;
    margin-top: 15px;
}
.w-100{
	width:100% !important
}
.w-50{
	width:50% !important
}
.w-25{
	width:25% !important
}
.w-75{
	width:75% !important
}
/*padding*/
.ps-0{padding-left:0!important}
.ps-1{padding-left:.25rem!important}
.ps-2{padding-left:.5rem!important}
.ps-3{padding-left:1rem!important}
.ps-4{padding-left:1.5rem!important}
.ps-5{padding-left:3rem!important}
.ps-auto{padding-left:auto!important}

.pe-0{padding-right:0!important}
.pe-1{padding-right:.25rem!important}
.pe-2{padding-right:.5rem!important}
.pe-3{padding-right:1rem!important}
.pe-4{padding-right:1.5rem!important}
.pe-5{padding-right:3rem!important}
.pe-auto{padding-right:auto!important}

.pt-0{padding-top:0!important}
.pt-1{padding-top:.25rem!important}
.pt-2{padding-top:.5rem!important}
.pt-3{padding-top:1rem!important}
.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}
.pt-auto{padding-top:auto!important}

.pb-0{padding-bottom:0!important}
.pb-1{padding-bottom:.25rem!important}
.pb-2{padding-bottom:.5rem!important}
.pb-3{padding-bottom:1rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pb-5{padding-bottom:3rem!important}
.pb-auto{padding-bottom:auto!important}

/*margin*/
.ms-0{margin-left:0!important}
.ms-1{margin-left:.25rem!important}
.ms-2{margin-left:.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.ms-auto{margin-left:auto!important}

.me-0{margin-right:0!important}
.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}
.me-auto{margin-right:auto!important}

.mt-0{margin-top:0!important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.mt-auto{margin-top:auto!important}

.mb-0{margin-bottom:0!important}
.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}
.mb-auto{margin-bottom:auto!important}

.index-video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.index-bg_video{
	position:absolute;
	left:50%;
	top:0;
	/*width:100%;*/
	height:716px;
	transform: translateX(-50%);
}

.container table{
	width:100%;
	display:block;
	/*overflow:hidden;*/
	overflow-x: auto;
}
.container .table_w-noslide table {
  display: table;
}
.container .table_w table{
	width:auto;
	display: table;
	overflow-x: auto;
}
/*body {
  overscroll-behavior-y: none
}*/
@media (max-width: 600px) {
	blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	.d-flex{
		display:block;
	}
	.w-100{
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	.w-50{
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	.w-25{
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	.w-75{
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}

footer .polysy {
	text-align:center
}
form .polysy{
	font-size:12px;
}
html, body {
  overscroll-behavior-y: none !important;
  overflow-y: auto;
}
}