body {
    background: #C3C6C6;
    margin:0 auto;
}
a {
    color: #C3C6C6;
    font-family: Lato;
    font-size: 13px;
    padding: 2px;
}
.main  {
    display:flex;
    justify-content: center; 
    flex-direction: row;
   /* border: 1px solid green;*/
    height:100%;
}
.container {
    display:flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    max-width: 715px;
/*border: 1px solid red;*/
}
.container-item {
    display:flex;
    flex-direction: row;
    justify-content: center;
  /*  border: 1px solid blue;*/
}
.menu {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
   /* border: 1px solid yellow;*/
    background-image: url(images/menu_back_miniback_1-2.png);
    background-repeat: repeat-x;
    height: 60px;
}
.menu #menu-left{
    display:flex;
    flex-direction: row;
   /* border: 1px solid crimson;*/
    padding: 5px;
}
.menu #menu-right{
    display:flex;
    flex-direction: row;
  /*  border: 1px solid crimson;*/
    padding: 5px;
}
.tosection {
    display:flex;
    flex-direction: row;
  /*  border: 1px solid green;*/
    padding: 5px;
    margin-left: 40px;
}
.tosection a{
    justify-content: center;
    align-content: center;
  /*  border: 1px solid aliceblue;*/
    text-decoration: none;
    margin-top: 10px;
}
 #section-text {
    min-width: 60px;
}
.tosection img {
    height: 15px;
    width: 15px;
}
.forward {
    display:flex;
    flex-direction: row;
  /*  border: 1px solid rebeccapurple;*/
    padding: 5px;
}
.forward a {
    justify-content: space-between;
   /* border: 1px solid aliceblue;*/
    text-decoration: none;
    margin-top: 10px;
}
.forward img {
    height: 15px;
    width: 15px;
}
.next {
    display:flex;
    flex-direction: row;
   /* border: 1px solid orchid;*/
    padding: 5px;
}
.next a {
    justify-content: space-between;
  /*  border: 1px solid aliceblue;*/
    text-decoration: none;
    margin-top: 10px;
}
.next img {
    height: 15px;
    width: 15px;
}
.language {
    display:flex;
    flex-direction: row;
    padding: 5px;
  /*  border: 1px solid orange;*/
}
.language a {
    justify-content: center;
    align-content: center;
    text-decoration: none;
    margin-top: 10px;
}
.language img {
    width: 28px;
    height: 18px;
}
.close {
    display:flex;
    flex-direction: row;
    padding: 5px;
  /*  border: 1px solid orange;*/
    margin-right: 40px;
}
.close a{
    justify-content: center;
    align-content: center;
    text-decoration: none;
    margin-top: 10px;
}
.footer{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
  /*  border: 1px solid yellow;*/
    background-image: url(images/menu_back_miniback_1-2-1.png);
    background-repeat: none;
    background-size: cover;
    height: 78px;
    margin-top:45px;
}
.footer #menu-left{
    display:flex;
    flex-direction: row;
  /*  border: 1px solid crimson;*/
    padding: 5px;

}
.footer #menu-right{
    display:flex;
    flex-direction: row;
  /*  border: 1px solid crimson;*/
    padding: 5px;
}
.footer a{
    margin-top:20px;
}
#title-rus {
    margin-left: 10px;
    margin-top: 30px;
    font-family: 'Noto Serif';
    font-weight: bold;
    font-size: 18px;
    color: #3c3c3c;
}
#subtitle-rus {
    margin-left: 40px;
    margin-top: 35px;
    margin-bottom: 40px;
    max-width: 250px;
    font-family: 'Lato';
    font-size: 12px;
    color: #3c3c3c;
}
.separate-image {
    margin-top: 5px;
}
.image_back {
    position: relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
}
.image_back img{
    max-width: 100%;
    height: auto;
    display:flex;
}
.image_back91 {
    position: relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
}
.image_back91 img{
    max-width: 100%;
    height: auto;
    display:flex;
}
.image_back5 {
    position: relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
}
.image_back5 img{
    max-width: 80%;
    margin-bottom: 40px;
    margin-top: 40px;
    height: auto;
    display:flex;
}
.image_back15 {
    position: relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
}
.image_back15 img{
    max-width: 80%;
    margin-bottom: 40px;
    margin-top: 40px;
    height: auto;
    display:flex;
}
.main_text {
    justify-content: center;
    max-width: 370px;
    font-family: 'Noto Serif';
    font-weight: regular;
    font-size: 16px;
    text-align: center;
    color: #3c3c3c;
}
.main_text_big {
    justify-content: center;
    max-width: 450px;
    font-family: 'Noto Serif';
    font-weight: regular;
    font-size: 16px;
    text-align: center;
    color: #3c3c3c;
}
.main_sub_text {
    justify-content: center;
    max-width: 350px;
    font-family: 'Lato Light';
    font-weight: regular;
    font-size: 13px;
    text-align: center;
    color: #3c3c3c;
}
.podpis {margin-top: -20px;
margin-bottom: 50px;}

.podpis-two {margin-top: -20px;
margin-bottom: 10px;}

.pic-bottom {
    position:relative;
}
.pic-bottom img{
    margin-top: 15px;
    max-width: 80%;
}
.pic-bottom26-1 {
    position:relative;
}
.pic-bottom26-1 img{
    margin-top: 15px;
    max-width: 80%;
    margin-bottom: 15px;
}
.pic-bottom26 {
    position:relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
    width: 100%;
}
.pic-bottom26 img{
    margin-top: 15px;
    max-width: 80%;
}
.pic-bottom7 {
    position:relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
    max-width: 715px;
}
.pic-bottom7 img{
    margin-top: 15px;
    max-width: 100%;
}
.pic-bottom74 {
    position:relative;
    background-image: url(images/dsc_3054и_back_miniback_1-u12259-fr.png);
    background-size: cover;
    width: 80%;
}
.pic-bottom74 img{
    max-width: 100%;
}
.pic-bottom100 {
    position:relative;
    
    width: 80%;
}
.pic-bottom100 img{
    max-width:90%;
}

audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-toggle-closed-captions-button {
    background: #C3C6C6;
    color: #C3C6C6;
}

@media (max-width: 768px) {
    .container  {
        width:100%;
    }
}
@media screen and (max-width:479px) {
    .main {
        width: 100%;
    }
    .container  {
        width:100%;
      /*  border: 5px solid crimson;*/
    }
    .container-item {
        flex-wrap: wrap;
    }
    .menu {
        display:flex;
        flex-direction: row;
        justify-content: center;
      /*  border: 1px solid yellow;*/
    }
    .footer {
        display:flex;
        flex-direction: row;
        justify-content: center;
      /*  border: 1px solid yellow;*/
        margin-top:15px;
         height: 88px;
    }
    .menu #menu-left{
        display:flex;
        flex-direction: row;
      /*  border: 1px solid crimson;*/
        padding: 5px;
        margin-left: -20px;
        margin-right: 35px;
    }
    .menu #menu-right{
        display:flex;
        flex-direction: row;
     /*   border: 1px solid crimson;*/
        padding: 5px;
        margin-right: -35px;
    }
    .footer #menu-left{
        display:flex;
        flex-direction: row;
      /*  border: 1px solid crimson;*/
        padding: 5px;
        margin-left: -20px;
        margin-right: 35px;
    }
    .footer #menu-right{
        display:flex;
        flex-direction: row;
      /*  border: 1px solid crimson;*/
        padding: 5px;
        margin-right: -35px;
    }
    .tosection {
        margin-left: -23px;
        margin-right: 10px;
    }
    #forward-text {
        visibility: hidden;
        position: absolute;
    }
    #next-text {
        visibility: hidden;
        position: absolute;
    }
    .forward img {
        height: 15px;
        width: 15px;
        visibility: visible;
        margin-left:0px;
    }
    .close {
        margin-right: 0;
    }
    #close-text {
        visibility: hidden;
        position: absolute;
    }
    .text {
        padding-left: 60px;
        padding-right: 20px;
        flex-direction: column;
        align-content: flex-start;
    }
    .text #title-rus {
        margin-left: 0px;
        flex-direction: column;
        align-content: flex-start;
    }
    #subtitle-rus {
        justify-content: flex-start;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
        max-width: 250px;
        font-family: 'Lato';
        font-size: 12px;
        color: #3c3c3c;
    }
    .main_text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_text_big {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_sub_text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_sub_text-fort-nast {
        padding-left: 20px;
        padding-right: 20px;
    }

    .image_back img {
        flex-basis: 1 1;
    max-height: 330px;
    }

   .image_back91 img {
        flex-basis: 1 1;
    max-height: 280px;
    }

    .image_back5 img {
    flex-basis: 1 1;
    max-height: 330px;
    }
  
.pic-bottom26 {
width: 405px;
height: 250px;   
}
.pic-bottom26 img{
flex-basis: auto;
object-fit: contain;
margin: 0;
max-height: 100%;
}
.pic-bottom26-1 {
/*width: 405px;*/
height: 250px; 
margin-left: 0; 
}
 .pic-bottom26-1 img{
flex-basis:auto;
margin-top: 15px;
max-width: 80%;
}
 .pic-bottom74 {
/*width: 375px;*/
height: 190px;   
margin: 5px 0px; 
}

.pic-bottom74 img{
flex-basis: auto;
margin: 0;
max-width: 100%;
}

.pic-bottom {
width: 405px;
height: 250px;   
}
.pic-bottom img{
flex-basis: auto;
margin: 0;
max-height: 200px;
}

}