body {
    background: #C3C6C6;
    margin:0 auto;
}

.main  {
    display:flex;
    justify-content: center; 
}

.container {
    display:flex;
    flex-direction: column;
    align-content: space-between;
    width: 100%;
    height:100%;
    background-image: url(images/main_back_1.png);
    background-repeat: repeat-x;
/*border: 1px solid red;*/
}

.container-item {
    display:flex;
    flex-direction: row;
    justify-content: center;
  /*  border: 1px solid blue;*/
}

.logo {
    justify-self: center;
    margin-top: 60px;
    max-width: 136px;
}

.container-item #title-rus {
    font-size: 29px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Noto Serif';
    max-width: 450px;
    text-align: center;
    text-transform: uppercase;
    color: #C3C6C6;
    margin-top:100px;
}

#subtitle-rus {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Noto Serif';
    max-width: 600px;
    text-align: center;
    text-transform: uppercase;
    color: #C3C6C6;
    margin-top:15px;
}

.container-item #title-eng {
    font-size: 29px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Noto Serif';
    max-width: 450px;
    text-align: center;
    text-transform: uppercase;
    color: #3c3c3c;
    margin-top:60px;
}

#subtitle-eng {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Noto Serif';
    max-width: 600px;
    text-align: center;
    text-transform: uppercase;
    color: #3c3c3c;
    margin-top:15px;
}

.flex-flag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 55px 40px 50px 40px;
   /* border: 1px solid green;*/
}

.flex-flag a {
    align-self: center;
    margin: 8px;
 /*   border: 1px solid greenyellow;*/
    font-size: 17px;
    font-weight: 400;
    font-family: 'Noto Serif';
    text-decoration: none;
    color: #3c3c3c;
}

.footer{
    background-image: url(images/menu_back_miniback_1-2-0.png);
    background-repeat: repeat-x;
    width:100%;
    height: 60px;
}

@media (max-width: 1024px) {
    .container-item {
        padding: 5px;
    }
}

@media screen and (max-width:479px) {
    .logo {
        justify-self: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .container-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-item #title-rus {
        font-size: 24px;
        line-height: 25px;
        font-weight: 400;
        font-family: 'Noto Serif';
        max-width: 350px;
        text-align: center;
        text-transform: uppercase;
        color: #C3C6C6;
        margin-top:30px;
        margin-bottom: 0px;
    }
    #subtitle-rus {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        font-family: 'Noto Serif';
        max-width: 300px;
        text-align: center;
        text-transform: uppercase;
        color: #C3C6C6;
    }
    
    .container-item #title-eng {
        font-size: 24px;
        line-height: 25px;
        font-weight: 400;
        font-family: 'Noto Serif';
        max-width: 350px;
        text-align: center;
        text-transform: uppercase;
        color: #3c3c3c;
        margin-top:30px;
        margin-bottom: 0px;
    }
    
    #subtitle-eng {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        font-family: 'Noto Serif';
        max-width: 300px;
        text-align: center;
        text-transform: uppercase;
        color: #3c3c3c;
        margin-top:15px;
    }
    
    .flex-flag {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin: 45px 20px 0px 20px;
       /* border: 1px solid green;*/
    }
    .flex-flag a {
        align-self: center;
        margin: 8px;
     /*   border: 1px solid greenyellow;*/
        font-size: 13px;
        font-weight: 400;
        font-family: 'Noto Serif';
        text-decoration: none;
        color: #3c3c3c;
    }
    
  }