
.top--page {
	padding:15px 0;
	    width: 100vw;
    left: 0;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
	background: #f8f9fa;
}
.tac { text-align:center;}
.group--block { display:flex;}
.col-6 { flex:0 0 50%;     display: flex;
    align-items: center;}
	.c--page .title {
	font-size: 28px;
    line-height: 36px;
    font-weight: 500; }
	.helper--text {
    color: #000;
}
.helper--text {
    font-size: 16px;
    line-height: 26px;
}
.grid-full {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
   .grid-full .col-g:first-child {  grid-row: span 3; }
.infomation--page-title  {     text-align: center;
    margin-bottom: 30px;}
	.block--page {
	padding: 15px 0;
    width: 100vw;
    left: 0;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);    padding-top: 50px;
    padding-bottom: 50px; }
	.grid--3 {
		gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
	
	}
		.sub-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.block--page .helper--text {
  
    color: #413A3B;


}
.block--page:nth-child(2n+1) {
	background: #f8f9fa;
	
}
.imap {padding:0;}
.grid--4 {
	
	    display: grid;
 
    grid-column-start: 1;
    grid-template-columns: repeat(4, 1fr);
	
}
.grid--4 .col-g:first-child {
	    grid-row: 1/3;
	
}
.grid--1 {
	 
    grid-column-start: 1;
    grid-template-columns: repeat(2, 1fr);
	
}
.grid--2 {
	   display: grid;
 
    grid-column-start: 1;
    grid-template-columns: repeat(3, 1fr);
	
}

@media(max-width:1366px){
	.grid--4 {
    
    grid-template-columns: repeat(3, 1fr);
}
.grid--4 .col-g:first-child {
    grid-row: unset;
    grid-column: 1 / -1;
	}
	.grid--3 .col-g:first-child {
    grid-row: unset;
    grid-column: 1 / -1;
}
.group--block {
    display: flex;
    flex-direction: column;
}

	
}
@media(max-width:1280px){
	.top--page { padding-left:15px;padding-right:15px;}
	.block--page:not(.imap)  { padding-left:15px;padding-right:15px;}
}

@media(max-width:575px){
	
	.infomation--page-title {
    
    font-size: 30px;
}
.helper--text {
    font-size: 14px;
    line-height: 22px;
}.sub-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
}
.deli
.c--page .title {
    font-size: 18px;
    line-height: 26px;
}
}