@media screen and (max-width: 800px) {
     p {
    font-size: 20px;
}
.text img, .group img {
    float: none;
    width: 100%;
    height: auto; 
    margin: 0 auto;
    clear: both;
    }    
  
.canvas img {
    width: 100%;
    height: auto;    
    margin: 0 auto;

}

.page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    }
.menu-vertic {
     width: 100%;
 
    }     
.menu-vertic li {
     width: 100%;
     font-size: 20px;
    }
.col {
    flex-wrap: wrap;
}

}
@media screen and (max-width: 550px) {

.header-top, .header-top-index, .menu {
    flex-direction: column;
    margin: 0 auto;
    }
    .menu li {
        text-align: center;
    }
    
.col {
    flex-wrap: wrap;
        width: 350px;
}
.col-txt {
    width: 300px;
    font-size: 19px;
}
 .header-top-index, .logo img {
        width: 90%;
        height: auto:
        margin: 5px;
    }
    
   .trin img {
        display: none;    
}
}


* {
    padding: 0;
    margin: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    background-image: url(../img/bc1.jpg);
}

.bigger {
    width: auto;
    height: auto;

}
.container {
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 3px solid #d2cec9;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.20);
}
.content {
    flex: 1;
    background-image:url(../img/bc.jpg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*index*/

.page-index {
    width: 100%
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  
}
.header-top-index {
    list-style-type: none;
    margin: 20px;
    display: flex;
    justify-content: space-between;
}
.logo-index {
    display: block;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
 }
.txt-index {
    height: auto;
    margin: 10px 0;
}
.menu-index {
    text-align: center;
}
.menu-index a {
    margin: 20px 0px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}
.card {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    flex-wrap: wrap;
}
.card li {
    width: 30%;
    min-width: 320px;
    height: auto;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 20px 10px;
    border: 2px solid #dcd2c3;
    border-radius: 5px;
}
.card h2  {
     font-size: 14px;
}

p.card-text {
    font-size: 15px;
    text-align: justify;
    text-indent: 0px;
    margin: 20px;
}
p.left a {
    font-size: 14px;
    text-align: left;
    text-indent: 0px;
    margin: 10px;
   }
.right-i {
    text-align: right;
    font-size: 12px;
    font-style: italic;
    margin: 10px 20px;
    vertical-align: bottom;
}
.card a img {
    display:  inline-block;
    text-align: center;
    border: 3px solid #dcd2c3; 
}

.card img:hover {
    border: 3px solid #c8b3a8; 
}
.card-anons {
    background-color: #f4f3f3;
}
/*txt*/
.header {
    height: auto;
    padding: 0;
    margin: 20px;
    flex-direction: row;
}
.header-top {
    display: flex;
    justify-content: space-between;
    margin: 0;

}
.top {
    width: 200px;
}
.logo {
    display: block;
}
.logo a {
    font-size: 20px; 
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}
.logo p {
    font-size: 14px; 
    text-align: center;
    font-weight: normal;
    margin: 20px;
}

/*top vertic menu*/
.menu-top {
    list-style-type: none;
    margin-top: 40px;
}
.menu-top li {
    color: #993300;
    flex-direction: column;
    display: block;
    font-size: 11px;
    padding: 1px;
    text-align: right;
}
/*horizontal menu*/
.menu {
    display: flex;
    justify-content: center;
    list-style-type: none;

}
.menu li {
    width: 150px;
    display: block;
    text-align: center;
    margin: 5px;
    padding: 5px;
}
.menu li a {
    font-size: 14px;
    font-weight: normal;
}

.page {
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.txt {
    display: block;
    margin: 20px;
    padding: 5px;
}
p {
    font-family: "Book Antiqua";
    font-size: 17px;
    text-align: justify;
    margin-bottom: 10px;
    text-indent: 35px;
}
h1 {
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}
h2 {
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
}
h3 {
    font-size: 18px;
    text-align: justify;
    font-weight: bold;
    margin: 10px 0;
}
h4 {
    font-size: 15px;
    text-align: justify;
    font-weight: bold;
    margin: 10px 0;
}
.center {
    text-align: center;
        font-size: 12px;
}
.txt img {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 3px solid #c96;
}
.txt img:hover {
    border: 3px solid #c63; 
}

.quoter {
    font-style: italic;
    text-indent: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}
.right {
    text-align: right;
    margin-top: 6px;
    font-size: 15px;
}
.group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0 10px 0;
}
.group img {
    margin: 5px;
}

.links-bott {
    font-size: 11px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    clear: both;
}

a {
    font-family: "Book Antiqua";
    color: #CC6633;
    font-weight: bold;
}
a:link {
    color: #963;
    text-decoration: none;
}
a:active {
    color: #c30;
    text-decoration: underline;
}
a:visited {
    color: #c96;
    text-decoration: none;
}
a:hover {
    color: #c30;
    text-decoration: underline;
}
.col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.col-txt {
    width: 45%;
    margin: 10px;
}

/*canvas*/
.canvas {
    display: block;
    margin: 20px;
}

h5 {
    font-size: 12px;
    padding: 10px;
    text-align: center;
    clear: both;
    margin: 0 20px;
}

.canvas p {
    font-size: 14px;
    margin: 10px;

}
.canvas img {
    display: block;
    margin: 0 auto;
    padding: 20px 5px;
    max-width: 880px;
    height: auto;

}
.publ li {
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
}
/*vertical menu*/
.menu-vert {
    display: block;
    margin: 10px;
}
.menu-vertic {
    display: block;
    width: 270px;
    flex-direction: column;
    list-style-type: none;
    background-color: #f4f3f3;
    margin-right: 0;
    padding-right: 0;
    border: 2px solid #dcd2c3;
    border-radius: 5px;
    height: auto;
    align-content: center;
}
.menu-vertic li {
    width: 255px;
    display: block;
    font-size: 12px;
    text-align: left;
    margin: 10px;
    padding: 0px;
}
li.menu-nazv {
    font-size: 12px;
    text-align: center;
}
li.menu-razd {
    font-size: 11px;
    font-style: italic;
    text-align: right;
}
/*link*/
.link {
    display: block;
    margin: 20px;
    padding: 5px;
}
.link img {
    text-align: left;
}
/*map*/  
.map p {
    text-indent: 0px;
    font-weight: normal;
    margin: 10px;
}
.map h2 {
    text-align: left;
    margin-top: 20px;
}

.all-pic {
    margin: 50px 0;
    border: 2px solid #dcd2c3;
    border-radius: 5px;
    padding: 10px 20px;
}
.all-pic a, .all-pic p {
    font-size: 13px; 
    font-weight: normal;
    margin: 20px 5px;
    text-indent: 0px;
}
/*footer*/
.footer {
    height: 18px;
    background-color: #dcd2c3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.footer p {
    font-size: 12px;
    color: #fff;
    padding: 1px;
    text-align: center;
}
