@charset "UTF-8";
* {margin: 0;padding: 0;border: 0;-moz-box-sizing: border-box;box-sizing: border-box;}
:root {
--font: -apple-system, 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Tahoma, Verdana, Arial, sans-serif;
--wd0: 2100px;
--ico5: url(ico_menu.svg);
}

body{
	background:#f4f1ef;
	margin-bottom:400px;
}

/**/
.b_pages_load {
display: flex;
    margin-top: 20px;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.page {
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-weight: normal;
    color: #222;
    font: 1.1em Arial;
    padding: 10px 13px 10px 13px;
    margin: 5px 4px 5px 4px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #818dab;
    background: -moz-linear-gradient(top,#b5c4ea,#818dab);
    background: -ms-linear-gradient(top,#b5c4ea,#818dab);
    background: -o-linear-gradient(top,#b5c4ea,#818dab);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b5c4ea), to(#818dab));
    background: -webkit-linear-gradient(top, #b5c4ea, #818dab);
    background: linear-gradient(to bottom, #b5c4ea, #818dab);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow .22s ease;
    transition: box-shadow .22s ease;
    transition: color .22s ease;
}

.page:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow .35s ease;
    transition: box-shadow .35s ease;
    transition: color .05s ease;
    cursor: pointer;
}

.pon {
    background-color: #ffbd0d;
    background: -moz-linear-gradient(top,#fcff1f,#ffbd0d);
    background: -ms-linear-gradient(top,#fcff1f,#ffbd0d);
    background: -o-linear-gradient(top,#fcff1f,#ffbd0d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcff1f), to(#ffbd0d));
    background: -webkit-linear-gradient(top, #fcff1f, #ffbd0d);
    background: linear-gradient(to bottom, #fcff1f, #ffbd0d);
}
/**/

.c0{
    display: flex;
    width: 100%;
    margin: 0px auto;
margin-top:20px;	
    padding-bottom: 50px;
max-width: var(--wd0);
}
.c1{
    display: flex;
flex-grow:1;
flex-shrink:1;
flex-basis:260px;	
order:1;
margin-left: 18px;
    margin-right: 18px;
}
 .c2{
/*display: flex;*/
flex-grow:1;
flex-shrink:1;
flex-basis:85%;
order:2;
	
}  
 .c2 h1{
    font-size: 1.5rem;
    font-family: var(--font);
    color: #272727;
 }	
  .c2 h2{
    font-size: 1.5rem;
    font-family: var(--font);
    color: #272727;
 }
 .de{
	 padding: 50px 20px 20px 20px;
	 font-size: 0.95rem;
    font-family: var(--font);
    color: #272727;
 }
 .de h1{
    font-size: 1.5rem;
    font-family: var(--font);
    color: #272727;
	margin-bottom:10px;
 }	
  .de h2{
    font-size: 1.5rem;
    font-family: var(--font);
    color: #272727;
		margin-bottom:10px;
 }

  .de p{
font-size: 0.95rem;
    font-family: var(--font);
    color: #272727;
 }
 
 .c2_2{
display: grid;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 55%;
    order: 2;
    background-color: #ffffff;
    padding: 20px 0px 30px 0px;
    border-radius: 12px;
    font-family: var(--font);
    font-size: 0.95rem;
    color: #222;
    line-height: 1.3rem;
}  
 .c2_3{
background-color: #ffffff;
    padding: 10px 30px 30px 30px;
    border-radius: 12px;
    font-family: var(--font);
    font-size: 0.95rem;
    color: #222;
    line-height: 1.3rem;
	max-width: 700px;
		margin: 0 auto;
}

.c2_3 h1{
	  font-family: var(--font);
    font-size: 1.45rem;
    color: #252525;
    line-height: 1.5rem;
	    margin-bottom: 15px;
 }	 
 .c2_2 h2{
	 margin-top: 10px;
	 margin-bottom: 10px;
 }
 .c2_2 ul, ol {
    margin: 0 0 20px 30px;
}
 .c3{
display: flex;
flex-grow:1;
flex-shrink:1;
flex-basis:250px;
order:3;
	
}

.a1{
	text-decoration: none;
}

.l{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
    grid-template-rows: 320px;
    grid-auto-flow: row;
    /* grid-auto-columns: 200px; */
    grid-auto-rows: 320px;
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:20px;
	margin-right:20px;	
}
.li2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
    grid-template-rows: 320px;
    grid-auto-flow: row;
    /* grid-auto-columns: 200px; */
    grid-auto-rows: 320px;
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    clear: both;	
}

.lc{
	background-color: #ededed;
    padding: 4px 12px 4px 12px;
    margin-right: 8px;
    border-radius: 50px;
    font-family: var(--font);
    text-decoration: none;
    color: #252525;
    font-size: 0.92rem;
    display: inline-block;
    margin-bottom: 6px;
}
.lc:hover{
cursor:pointer;
color: #111;
background-color: #e5e5e5;
/*box-shadow: 0 2px 10px rgb(18 17 36 / 10%);*/
}
.b0{
	display: inline-grid;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 16px rgb(18 17 36 / 8%);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: white;
    transition: all 0.2s ease-in;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}


.b0:hover{
cursor:pointer;
position:relative;
color:#000;
box-shadow: 0 8px 22px rgb(18 17 36 / 6%), 0 18px 20px rgb(18 17 36 / 14%);
	transition: all 0.5s ease-in;
	min-height: 305px;
	 height: max-content;
	 z-index: 5;
}
.b4{
margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0px dashed #d1c5b3;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    font-size: 0.8rem;
		transition: all 0.18s ease-in;
}

.b0:hover .b4{
	
    background-color: #f1f1f1;	
	}
.b1 {
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b2 {
padding: 10px 12px;
}
.ba1{text-decoration: none;
    display: grid;
    font-family: var(--font);
    font-size: 1.10rem;
    color: #393024;
    line-height: 1.05rem;
    font-weight: bold;
}
/*	
.ba1{
text-decoration: none;
    display: grid;
    font-family: var(--font);
    font-size: 0.95rem;
    color: #222;
    line-height: 1.0rem;
    margin-bottom: 10px;
    font-weight: bold;
}
*/
.ba1:hover{
color: #121212;
}
.b3 {
font-family:var(--font);
font-size: 0.9rem;
    color: #353535;
    line-height: 0.95rem;
}

.b3:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1.8em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

.b4 ul{
margin-left: 20px;
}
.b_search {
    display: inline-block;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
}

.form_search{
    display: flex;
    height: 45px;
    align-items: center;
}

._bs2 {
    display: flex;
    position: absolute;
    width: 50px;
    height: 45px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ico_se {
    position: absolute;
    pointer-events: none;
    margin: 6px;
}

.inp_se {
    font-family: var(--font);
    font-size: 0.9rem;
    height: 45px;
    margin: 0;
    border: none;
    color: #000;
    background-color: #ffffff;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.1s ease 0s;
    padding: 3px 20px 3px 45px;
	box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 12px rgb(18 17 36 / 8%);
}

.aligncenter{
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 12px;
	width: 100%;
    height: auto;
	max-width: 500px;

}
.img1{
	width: 100%;
    max-width: 350px;
    border-radius: 16px;
	clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.txt2{
	font-family: var(--font);
    font-size: 1.28rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}	
.cat-item{
	background-color: #dfdedbd9;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 5px 8px;
	list-style-type: none;
    margin-left: 0px;
}
.cat-item:hover{
	cursor:pointer;
	background-color: #bdbdbd8c;
}
.cat-item a{
color: #332300;
    text-decoration: none;
    font-family: var(--font);
    font-size: 0.9rem;
}
.blg0 {
    display: flex;
		width: 100%;
		gap: 20px;
 /*flex: 70px 1 1;*/
 margin-top: 10px;
     max-width: var(--wd0);
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;

}
.blg1 {
    width: 70px;
	margin-left: 20px;
}
.blg2 {
    width: 140px;
}
.blg3 {
    width: 100%;
}

.logo{
width: 100%;
    font-size: 16px;
    font-family: var(--font);
    font-weight: bold;
    line-height: 0.9rem;
    color: #272727;
    display: flex;
    max-height: 45px;
    height: 45px;
    align-items: baseline;
    font-style: italic;
    display: flex;
    flex-direction: column;
}

.l2{
	font-size: 0.9rem;
    line-height: 0.8rem;
    font-weight: normal;
}

.ts{
	padding: 4px 10px;
    background-color: #edebea;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #454545;
    font-size: 0.92rem;
	transition: all 0.2s ease-in;
	cursor:pointer;
}
.ts:hover{
background-color: #efe9dc;
}
.ts2{
color: #454545;
}
.item2{
	list-style-type: none;
    margin-left: 0px;
	
}
.ai2{
	    padding: 2px 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    display: inline-flex;
    color: #333;
    text-decoration: none;
    font-family: var(--font);
    font-size: 0.9rem;
}
.ai2:hover{
color: #1e95ff;
}
/**/
.menu_window{
	    /* display: flex; */
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #f1f1f5;
    height: 100%;
    overflow: scroll;
    /* margin: 10px; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* max-width: 400px;*/
    padding: 0px;

left: 50%;
    transform: translate(-50%, 0px);
    max-width: var(--wd0);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff75;
}



.menu_window_active {
    display: flex;
    z-index: 9910000001;
}

.menu_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 46px;
    align-items: center;
    padding: 0px 16px 0px 16px;
    background: #272727e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    max-width: 56px;

}
.menu_b1{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgb(51 51 51 / 40%);
height: max-content;
    padding-bottom: 15px;
}
.menu_b1 a{
text-decoration: none;
color: #222;
}
.fib{
    display: flex;
    background-color: white;
    padding: 10px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	align-items: center;
	}
.fib_txt{
    font-family: var(--font);
font-weight: 600;
    padding: 0px 0px 0px 10px;	
}
._ico:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* background-color: #fff; */
    position: absolute;
    top: 0;
    left: 0;
}

._ico5:before {
    background: var(--ico5);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.icon2 {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
}
._close {
    display: block;
    width: 33px;
    height: 33px;
    position: relative;
    cursor: pointer;
}

.me_bl {
    background: #fff;
    padding: 5px 10px 5px 15px;
    font-family: var(--font);
    height: 38px;
    font-size: 0.95rem;
    align-items: center;
    display: flex;
    line-height: 0.8rem;
    margin: 0px 8px;
    border-radius: 12px;
    transition: all 0.02s;
	cursor:pointer;
}
.me_bl:hover {
background: #ededed;
}
.but_x2:before {
    transform: rotate(45deg);
}
.but_x2:after {
    transform: rotate(-45deg);
}
.but_x2:before, .but_x2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background: rgb(0 0 0 / 30%);
    transition: all 0.3s ease;
}

.but_x2:hover:before , .but_x2:hover:after {
background: rgb(0 0 0 / 90%);
}

.scroll_off{
overflow-y: hidden;
margin-right: 15px;
}

.mainimage {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
	max-width: 320px;
}
.img_a{
	width:100%;
border-radius: 18px;	
}
.c2_3 a{
	color: #5183ad;
}
.c2_3 p{
margin-bottom: 12px;
}
/**/

@media screen and (max-width: 1600px){
.l{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 320px;
    grid-auto-flow: row;
    grid-auto-rows: 320px;
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:20px;
	margin-right:20px;	
}
.li2{
    grid-template-columns: repeat(3, 1fr);
}

}

@media screen and (max-width: 1500px){
.l{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 320px;
    grid-auto-flow: row;
    grid-auto-rows: 320px;
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:20px;
	margin-right:20px;	
}

}

@media screen and (max-width: 1350px){
.l{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 320px;
    grid-auto-flow: row;
    grid-auto-rows: 320px;
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:20px;
	margin-right:20px;	
}

}

@media screen and (max-width: 1000px){

.c3{
	display:none;
}

}

@media screen and (max-width: 900px){

.c1{
	display:none;
}

}

@media screen and (max-width: 700px){
.li2{
grid-template-columns: repeat(2, 1fr);
}	
	
	.l{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 320px;
    grid-auto-flow: row;
    grid-auto-rows: 320px;
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:20px;
	margin-right:20px;	
}

}

@media screen and (max-width: 500px){
	.blg0{
		gap:0px;
	}
.blg2 {
    display: none;
}
}

@media screen and (max-width: 450px){
.l{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 320px;
    grid-auto-flow: row;
    grid-auto-rows: 320px;
    grid-column-gap: 8px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:5px;
	margin-right:5px;	
}

}

@media screen and (max-width: 300px){
.l{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 320px;
    grid-auto-flow: row;
    grid-auto-rows: 320px;
    grid-column-gap: 8px;
    grid-row-gap: 35px;
    clear: both;
	margin-left:5px;
	margin-right:5px;	
}

}