@charset "utf-8";
.n-down {
    background-color: #b28850;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.news {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px dashed #b28850;
    padding-bottom: 15px;
}
.new-ph {
    width: 20%;
}
.new-bun {
    width: 75%;
    margin-left: 4%;
}
.new-bun h3  {
    color: #b28850;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1em;
}
.ntisiki h3  {
    color: #b28850;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1em;
}
.new-bun p {
    font-size: 1em;
    line-height: 1.3em;
}
.center-block {
    text-align: center;
    margin-bottom: 50px;
}
.tisiki {
    width: 49%;
    border-radius: 10px;
    height: auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #b28850;
    margin-bottom: 20px;
}


.tisiki h3  {
    color: #b28850;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1em;
}
.tisiki p {
    font-size: 1em;
    line-height: 1.3em;
}
.conts {
	display: flex;
	flex-wrap: wrap;
}
.conts-right {
    margin-right: 2%;
}
.tisiki .conts-photo  {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}


@media (max-width:809px){
.tisiki {
    width: 100%;
}
.container-pa {
    padding-left: 15px;
    padding-right: 15px;
}



}
