body { 
font-family: Verdana; color:#585858 }


a.text       { font-family: Verdana; font-size: 11pt; text-decoration: underline; color: 
               #2C56AD }
a:hover.text { font-family: Verdana; text-decoration: underline; color: #FF0000; font-size: 11pt }
a.blue       { color: #3366CC; text-decoration: underline; font-size: 11pt; font-family: 
               Verdana }
p            { font-family: Verdana; font-size: 11pt; color: #000000; text-decoration: none; 
               text-align: left; word-spacing: 0; text-indent: 0; 
               line-height: 150%; margin-left:0; margin-right:0; margin-top:0; margin-bottom:18 }
img            { margin:0; text-align: left; word-spacing: 0; text-indent: 0; line-height: 100%; 
               border: 0 solid #C0C0C0;  }
               
img.illustraciya       { text-align: left; word-spacing: 0; text-indent: 0; line-height: 100%; 
                        border: 0 solid #C0C0C0; float:left; margin-left:0; margin-right:35; margin-top:0; margin-bottom:0  }
                        
      

h1             {font-family: Verdana;font-size: 18pt;color: #2C56AD;word-spacing:0; text-indent:0; 
               margin-left:0; margin-right:0; margin-top:0; margin-bottom:20; text-align:left; line-height:120%; text-decoration:none; font-weight:bold }

h2             {font-family: Verdana;font-size: 10pt;color: #333333;text-decoration:none; word-spacing:0; text-indent:0; 
               margin-left:0; margin-right:0; margin-top:0; margin-bottom:20; line-height:150% }
               
a              { text-decoration: none; font-family: Verdana; font-size: 10pt; color: 
               #333333 }            


a:hover        {text-decoration: underline; color: #FF0000; font-family: Verdana; font-size: 10pt }


                
a.q            { text-decoration: none; font-family: Arial; font-size: 10pt; color: 
               #FFFFFF; font-weight:bold; text-align:left;  }
               
a:hover.q      { text-decoration: none; color: #FF0000; font-family: Arial; font-size: 10pt; font-weight:bold }

a:hover.blue { color: #FF0000; text-decoration: underline; font-family: Verdana; font-size: 
               11pt }
a.w            { text-decoration: underline; font-family: Arial; font-size: 10pt; color: 
               #808080; font-weight:bold }
               
a:hover.w      { text-decoration: none; color: #FF0000; font-family: Arial; font-size: 10pt; font-weight:bold }
               
li             { text-align: left; word-spacing: 0; text-indent: 0; margin-left: 0; margin-right: 0; margin-top: 0; 
               margin-bottom: 14; color:#000000; font-size:11pt; text-decoration:none; font-family:Verdana }


               @media(max-width:768px) {
               body > div > table {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

            body table > tbody > tr td > img {   
                width: 100%;
    display: block;
    height: auto;   
                }


            body > div > table > tbody > tr {   
            width: 100%;
            display: flex;
            flex-direction: column;
            }
            body > div > table > tbody > tr:nth-child(5) > td {
                width: 100%;
                display: flex;
                flex-direction: column;
            }

    
            body > div > table > tbody > tr:nth-child(5) > td:nth-child(1) > img{
                width: 100%;
                height: auto;
            }

            body > div > table > tbody > tr:nth-child(1) > td:nth-child(1) > a > img{
                width: 100%;
                height: auto;
            }

            td {
                height: auto;
            }
            .galery td{
                height: inherit;
            }

        }