@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body {
    color: #191A1E;
	font-family: 'Roboto', sans-serif;
    margin: 0;
}
body.J--H--ideen{
	overflow-y: hidden;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    outline: none;
}
a{
    -webkit-transition: linear .25s;
    -o-transition: linear .25s;
    transition: linear .25s;
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
ul , ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: 400;
}
a,label{
	display: block;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #F1F1F1; 
}
::-webkit-scrollbar-thumb {
  background: #191A1E; 
}
::-webkit-scrollbar-thumb:hover {
  background: #191A1E; 
}
a[href="#"] {
    pointer-events: none;
}
.JA--espa {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.JQThinkBread {
    position: relative;
    background-image: url(../images/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 220px;
    margin-top: 27px;
}
.JQThinkBreadInner {
    position: absolute;
    right: 7.85%;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 1200px;
	margin: 0 auto;
}
.JQThinkBreadInner > h1, .JQThinkBreadInner > h2 {
    color: #191A1E;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
	text-align: center;
}
.breadcrumb {
    position: relative;
    max-width: 1335px;
    margin: 0 auto;
}
.breadcrumb > ul {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.breadcrumb > ul > li {
    color: #191A1E;
    font-size: 14px;
	text-transform: uppercase;
}
.breadcrumbUX > ul > li:last-child {
    font-weight: 600;
}
.breadcrumb > ul > li:not(:last-child):after {
    position: relative;
    content: '>';
    font-size: 14px;
    margin: 0 8px;
    vertical-align: text-top;
}
.breadcrumb > ul > li > a {
    display: inline-block;
}
.JV--row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.JV--spacer{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.JV--acenter{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.JLG--M--head{
	position: relative;
	padding-left: 15px;
}
.JLG--M--head > p {
    color: #302d2d;
    font-size: 13px;
}
.JLG--M--head > h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    margin-top: 10px;
}
.JLG--M--head:before {
    position: absolute;
    content: '';
    background-color: #005392;
    width: 2px;
    height: 62px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	left: 0;
}
.JLF--head {
    position: relative;
    max-width: 1273px;
    margin: 0 auto;
    padding: 33px 20px;
}
.JLF--head > ul > li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.JLF--head > ul > li:not(:last-child) {
	margin-bottom: 10px;
}
.JLF--head > ul > li > svg {
    width: 15px;
    margin-right: 20px;
}
.JLF--head > a {
    width: 300px;
}
.JGL--back{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.JLF--social {
    margin-right: 30px;
}
.JLF--social > a {
    width: 18px;
}
.JLF--social > a:not(:last-child) {
	margin-right: 22px;
}
.mod-languages ul li:not(:last-child) {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mod-languages ul li:not(:last-child):after {
    position: relative;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #000;
    top: 0;
    right: 0;
    margin-left: 10px;
}
.JLF--MS {
    width: 100%;
	height: 54px;
    border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.JLG--menu,.JLG--menu--tree,.JLG--MU {
    height: 100%;
}
.JLG--MU > li {
    position: relative;
    height: 100%;
}
.JLG--MU > li:not(:last-child) {
    margin-right: 80px;
}
.JXMQArrow:after {
    position: relative;
    top: -3px;
    content: '\2193';
    margin-left: 10px;
}
.JLG--MU > li > a {
    position: relative;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
}
.JLG--MU > li > a[href="#"] {
    pointer-events: none;
}
.JLG--MU > li > a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background-color: #005392;
	top: -15px;
	left: 0;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.JLG--MU > li > a:hover::before {
    width: 100%;
}
.JLG--MU > li > a:before , .JLG--MU > li > a:hover::before {
    -webkit-transition: width 350ms ease-in-out;
    -o-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;	
}
.JLG--MU > li > ul {
    position: absolute;
    background-color: #FFF;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 225px;
	opacity: 0;
	z-index: -1;
}
.JLG--MU > li:hover > ul {
    opacity: 1;
    z-index: 150;
}
.JG--burger {
    width: 40px;
    height: 40px;
	cursor: pointer;
    display: none;
}
.JG--X {
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px 20px 0 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: -180;
}
.JG--X.JG--X--A {
    opacity: 1;
    z-index: 180;
    cursor: pointer;
}
.JLG--children > li {
    color: #262626;
    font-size: 17px;
    padding: 15px 20px;
    -webkit-transition: background-color .45s ease-in-out;
    -o-transition: background-color .45s ease-in-out;
    transition: background-color .45s ease-in-out;
}
.JLG--children > li:hover {
    background-color: #005392;
    color: #FFF;
}
.JLG--children > li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.JLG--children > li > a > img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.JLG--children > li > a > span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.JLG--children > li:hover > a > img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.JGL--P--R--T {
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 80px 40px;
}
.JGL--P--R--T img {
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.JGL--P--R--T img:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    transition: -webkit-filter 300ms ease-in-out;
    -o-transition: filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}
.JGL--P--R--T button img , .JGL--P--R--T button svg {
    width: 40px;
    height: 40px;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
.JGL--foot {
    border-top: 1px solid rgba(0,0,0,.25);
    background-color: #F5F5F5;
}
.JGL--foot--tree {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}
.JGL--F--box > ul > li > svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.JGL--F--box > h2 {
    font-size: 17px;
    font-weight: 600;
}
.JGL--F--box > h2:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #005392;
    margin: 10px 0 40px;
}
.JGL--F--U > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
}
.JGL--F--SM > li > a{
	display: inline-block;
}
.JGL--F--SM > li > a:hover{
	color: grey;
	text-decoration: underline;
}
.JGL--F--U > li,.JGL--F--SM > li {
    font-size: 15px;
}
.JGL--F--SM > li:not(:last-child) {
	margin-bottom: 15px;
}
.JGL--F--social > a {
    width: 20px;
    height: 20px;
}
.JGL--F--social > a:not(:last-child) {
    margin-right: 15px;
}
.JGL--F--box > p {
    color: #808080;
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 28px;
}
.JGL--F--box > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.JGL--F--box > form > input {
    width: 270px;
    height: 40px;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    padding-left: 10px;
}
.JGL--F--box > form > button {
    width: 150px;
    background-color: #005392;
    color: #FFF;
    font-size: 15px;
    height: 40px;
    border: 0;
    margin-top: 25px;
}
.JGL--F--CN > li:not(:last-child) {
    margin-bottom: 20px;
}
.JGL--F--CN > li h3 {
    font-size: 15px;
    margin-bottom: 5px;
	max-width: 350px;
}
.JGL--F--CN > li a {
    color: #005392;
    font-size: 13px;
}
.footerBox {
    background-color: #191A1E;
}
.footerBox-context {
    color: #FFF;
    font-weight: 300;
    padding: 15px 40px;
}
.copyright + a > span {
    color: whitesmoke;
    font-weight: 300;
    margin: 0 2px;
}
.copyright + a > img {
    width: 32px;
    height: 32px;
}
.designedby {
	text-align: right;
}
.designedby > a {
    display: inline-block;
    margin-left: 10px;
}
.JLG--A--tree {
    max-width: 1190px;
    margin: 0 auto;
    padding: 180px 20px 100px;
}
.JLG--A--1 {
	-ms-flex-preferred-size: 67%;
	flex-basis: 67%;
	margin-right: 20px;
}
.JLG--A--A > ul {
    margin-top: 30px;
    margin-bottom: 5px;
}
.JLG--C--item {
    font-size: 15px;
    padding: 20px 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.JLG--C--item.JLG--C--heroe{
	background-color: #F5F5F5;
	color: #005392;
}
.JLG--A--item.JLG--A--item--X{
	display: none;
}
.JLG--A--item > img {
    width: 300px;
}
.JLG--A--T , .JLG--A--2{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.JLG--A--2 {
	-webkit-box-shadow: 0 -5px 15px 5px rgb(0 0 0 / 5%);
	box-shadow: 0 -5px 15px 5px rgb(0 0 0 / 5%);
}
.JLG--A--T > h3 {
    font-size: 19px;
    margin-bottom: 20px;
}
.JLG--A--T > p {
    font-size: 15px;
    line-height: 1.5;
}
.JLG--A--T > ul > li {
    position: relative;
    color: #4a4949;
    font-size: 15px;
    padding-left: 20px;
}
.JLG--A--T > ul > li:before {
    position: absolute;
    content: '';
    background-color: #8E8E8E;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    top: 6px;
    left: 0;
}
.JLG--A--T > ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.JLG--A--vector {
    background-color: rgba(0,0,0,.35);
    width: 50px;
    height: 50px;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
}
.JLG--A--vector svg {
    width: 30px;
    height: 30px;
}
.JLG--AT--ext > span {
    font-size: 25px;
    font-weight: 700;
}
.JLG--AT--ext > p {
    color: #747474;
    font-size: 13px;
}
.JLG--A--TOP {
    background-color: #005392;
    padding: 35px 30px;
    color: #FFF;
}
.JLG--A--T--box {
    padding: 25px 30px;
    border-left: 1px solid rgba(0,0,0,.25);
    border-right: 1px solid rgba(0,0,0,.25);
}
.JLG--A--T--box:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.JLG--A--TOP > p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
.JLG--A--TOP > h2 {
    font-size: 25px;
	font-weight: 300;
}
.JLG--product--box {
	position: relative;
	-ms-flex-preferred-size: 33.333333%;
	flex-basis: 33.333333%;
	height: 450px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.JLG--product--box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.JLG--product--box:hover::before {
    background-color: rgba(0,0,0,.85);
}
.JLG--product--box > h2 {
    position: relative;
    background-color: #000;
    color: #FFF;
    font-size: 25px;
    max-width: 450px;
    padding: 10px 15px;
    text-align: center;
    z-index: 1;
}
.JLG--product--box > span , .JLG--product--box > a {
    position: absolute;
    color: #FFF;
    font-size: 17px;
	text-align: center;
	opacity: 0;
	z-index: 1;
}
.JLG--product--box > span {   
    font-weight: 700;
    top: 40%;
}
.JLG--product--box > a {
    background-color: #005392;
    width: 140px;
    height: 35px;
    line-height: 35px;
    top: 90%;
    font-weight: 300;
}
.JLG--product--box > a:hover {
    background-color: #FFF;
    color: #005392;
}
.JLG--product--box:hover > span , .JLG--product--box:hover > a {
    opacity: 1;
}
.JLG--product--box:hover > span {
    top: 65%;
}
.JLG--product--box:hover > a {
    top: 85%;
}
.JGL--A--Y {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
}
.JGL--A--Y--R {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 15px;
}
.JLG--A--K {
    margin-top: 40px;
}
.JLG--A--K--I {
    width: 390px;
}
.JLG--A--K--IT {
	position: relative;
    font-size: 17px;
    font-weight: 700;
    background-color: #FFF;
    padding-left: 15px;
    height: 105.4px;
	cursor: pointer;
	-webkit-transition: background-color 400ms ease-in-out,color 300ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out,color 300ms ease-in-out;
	transition: background-color 400ms ease-in-out,color 300ms ease-in-out;
}
.JLG--A--K--IT > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.JLG--A--K--IT:hover > img , .JLG--A--K--IT.JLG--A--MA--IA > img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.JLG--A--K--IT.JLG--A--MA--IA:after {
    position: absolute;
    content: '';
    background-color: #FFE700;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 4px;
	height: 65px;
}
.JLG--A--K--IT:hover, .JLG--A--K--IT.JLG--A--MA--IA {
    background-color: #005392;
    color: #FFF;
}
.JLG--A--MA {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.JLG--A--MA--I {
    position: relative;
    height: 100%;
    display: none;
}
.J--T--I {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    padding: 30px 20px 30px 35px;
    max-width: 500px;
}
.J--T--I:before {
    position: absolute;
    content: '';
    border-bottom: 165px solid #FFF;
    border-left: 70px solid transparent;
    top: 0;
    left: -70px;
}
.J--T--I h2 {
	color: #000;
    font-size: 18px;
}
.J--T--I h2 + p {
    color: #747473;
    font-size: 13px;
    margin: 10px 0 10px;
}
.J--T--I > a {
    color: #005392;
    font-size: 15px;
    font-weight: 700;
    width: 90px;
    margin-left: auto;
}
.JGL--sender > h2 {
    font-size: 21px;
}
.JGL--sender > h2 + p {
    font-size: 17px;
}
.JGL--form {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.JGL--F--TT > form label {
    font-size: 15px;
}
.JGL--wait {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
}
.JGL--F--TT {
    background-color: #FFF;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}
.JGL--sender {
    color: #005392;
    border-bottom: 1px solid rgba(0,0,0,.15);
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.JGL--F--TT > form input , .JGL--F--TT > form textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.JGL--F--TT > form input {
    height: 40px;
}
.JGL--F--TT > form textarea {
    height: 120px;
    resize: none;
    padding-top: 10px;
}
.JGL--F--TT > form button {
    background-color: #005392;
    color: #FFF;
    border: 1px solid #005392;
    width: 150px;
    height: 40px;
    margin-top: 35px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
}
.JGL--F--TT > form button:hover {
    background-color: #FFF;
    color: #005392;
    border-color: #005392;
}
@media screen and ( max-width : 1680px ){
	.JGL--F--TT > form input {
		margin-top: 6px;
		margin-bottom: 14px;
	}
	.JGL--F--TT > form button {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1366px){
	.JGL--F--TT > form input {
		margin-bottom: 10px;
	}
}
@media screen and ( max-width : 1024px ){
	.JLG--product--box {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.JGL--sender {
		background-color: #FFF;
		color: #3a3b3c;
	}
	.JGL--wait {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		margin-right: 5%;
	}
	.JGL--F--TT {
		-ms-flex-preferred-size: 44%;
		    flex-basis: 44%;
	}
	.JGL--form {
		margin-top: 150px;
		margin-bottom: 80px;
	}
	.JGL--F--TT > form {
		padding-left: 0;
		padding-right: 0;
	}
	.JGL--F--TT > form input {
		margin-bottom: 25px;
	}
	.JGL--F--box {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 50px;
	}
	.footerBox-context {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and ( max-width : 991px ){
	.JLF--head > a {
		width: 200px;
	}
	.JLG--A--1 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.J--T--I {
		background-color: rgba(255,255,255,.9);
		max-width: 100%;
	}
	.J--T--I:before {
		border: 0;
	}
}
@media screen and ( max-width : 800px ){
	.JLF--MS {
		height: initial;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px;
	}
	.JG--burger{
		display: block;
	}
	.JLG--menu--tree {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #EEE;
		opacity: 0;
		z-index: -150;
	}
	.JLG--menu--tree.JF--M--T--active {
		opacity: 1;
		z-index: 150;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.JLF--head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.JLF--head > ul > li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.JLF--head > a {
		width: 300px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.JLG--MU {
		overflow-y: scroll;
	}
	.JLG--MU > li > ul {
		position: relative;
		top: initial;
		left: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 1;
		width: 100%;
		max-width: 300px;
		margin: 40px 0;
		background-color: transparent;
	}
	.JLG--MU > li , .JLG--children > li > a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.JLG--MU > li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		height: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.JLG--MU > li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.JLG--children > li > a > img {
		width: 25px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.JLG--product--box {
		height: 400px;
	}
	.JGL--wait , .JGL--F--TT {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.JGL--wait {
		margin-right: 0;
	}
	.JGL--F--TT {
		padding-left: 50px;
		padding-right: 50px;
	}
	.JLG--A--K--I {
		width: 250px;
	}
	.JGL--F--box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 40px 0;
	}
}
@media screen and ( max-width : 604px ){
	.JLG--C--item ,.JLG--A--MA {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.JLG--A--2 {
		margin-top: 40px;
	}
	.JLG--A--TOP {
		background-color: #FFF;
		color: #005392;
	}
	.JLG--A--T--box:not(:last-child) {
		border-bottom: 0;
	}
	.JLG--A--K--I {
		width: 100%;
	}
	.JLG--A--K--IT {
		height: 80px;
	}
	.J--T--I {
		position: relative;
		padding: 50px 15px;
		border-top: 5px solid rgba(0,0,0,.25);
	}
	.footerBox-context {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.copyright {
		margin-bottom: 20px;
	}
}
@media screen and ( max-width : 480px ){
	.JQThinkBread {
		height: 180px;
	}
	.JQThinkBreadInner {
		position: relative;
		right: initial;
		top: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
	}
	.JQThinkBreadInner > h1, .JQThinkBreadInner > h2 {
		font-size: 23px;
	}
	.JLG--product--box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.JLG--A--T--box {
		padding: 20px 20px;
		border-left: 0;
		border-right: 0;
	}
	.JGL--F--TT {
		padding-left: 20px;
		padding-right: 20px;
	}
	.JGL--form {
		margin-top: 0;
	}
}
@media screen and ( max-width : 414px ){
	.J--P--HT > img {
		display: none;
	}
}