.great_table td {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}



@media (max-width: 1000px){
   .gallery_box {
       max-width: calc(100vw - 250px);
   }

   .small_win {
      display: inline_block;
   }

   .big_win {
     display: none;
   }
}

@media (min-width: 1000px){
   .gallery_box {
      max-width: calc(100vw - 500px);
      overflow: hidden;
   }

   .small_win {
     display: none;
   }

   .big_win {
     display: inline-block;
   }
}


.menu {
  width: auto;
  background-color: #ccc;
  padding: 15px;
  border: 5px double #444;
  border-radius: 10px;
  margin-bottom: 15px;
}

.menu td {
  width: 160px;
  height: 50px;
  background-color: white;
  border-left: 10px solid #ccc;
  border-right: 10px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

.menu a {
  display: inline-block;
  text-decoration: none;
  color: black;
  background-color: white;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.footer {
  background-color: #ccc;
  padding: 15px;
  /*border: 5px double #444;*/
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.table1 {
   width: 440px;
   height: 384px;
   border: 5px solid gray;
   border-radius: 40px;
}

.table1 td.td0 {
   padding: 25px 5px 5px 15px;
   font-size: 14px;
}

.table1 p {
  margin: 0;
}

a.button1 {
display: inline-block;
border: 3px solid gray;
width: 400px;
border-radius: 10px;
height: 80px;
background: linear-gradient(180deg, #ea5b87 0%, #e60012);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
text-decoration: none;
text-align: left;
vertical-align: top;
padding: 15px;
}

a.button1 strong {
display: inline-block;
width: 100%;
background-color: white;
height: 100%;
border-radius: 5px;
padding: 10px;
box-sizing: border-box;
text-align: center;
}
a.button1:hover {
display: inline-block;
border: 3px solid gray;
width: 400px;
border-radius: 10px;
height: 80px;
background: linear-gradient(0deg, #ea5b87 0%, #e60012);
border-style: solid;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: left;
vertical-align: top;
}

a.button1 .num1 , a.button1:hover .num1  {
text-decoration: none;
display: inline-block;
height: 75px;
font-size: 24px;
font-weight: bold;
padding: 3px 15px;
color: white;
width: 176px;
text-align: left;
vertical-align: top;

}

a.button1 .num2, a.button1:hover .num2  {
text-decoration: none;
display: inline-block;
height: 50px;
font-size: 18px;
font-weight: bold;
padding: 10px;
color: white;
width: 160px;
text-align: center;
background-color: white;
margin-top: 3px;
border-radius: 10px;
color: gray;
text-align: left;
vertical-align: top;
}

a.button1_2 {
display: inline-block;
border: 3px solid gray;
width: 185px;
padding-left:6px;
border-radius: 10px;
height: 80px;
background: linear-gradient(180deg, #ea5b87 0%, #e60012);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
text-decoration: none;
text-align: left;
vertical-align: top;
}

a.button1_2:hover {
display: inline-block;
border: 3px solid gray;
width: 185px;
padding-left:6px;
border-radius: 10px;
height: 80px;
background: linear-gradient(0deg, #ea5b87 0%, #e60012);
border-style: solid;
border-bottom-width: 0px;
border-right-width: 0px;
text-align: left;
vertical-align: top;
}

a.button1_2 .num1 , a.button1_2:hover .num1  {
text-decoration: none;
display: inline-block;
height: 75px;
font-size: 24px;
font-weight: bold;
padding: 3px 15px;
color: white;
width: 176px;
text-align: left;
vertical-align: top;

}

a.button1_2 .num2, a.button1_2:hover .num2  {
text-decoration: none;
display: inline-block;
height: 50px;
font-size: 18px;
font-weight: bold;
padding: 10px;
color: white;
width: 160px;
text-align: center;
background-color: white;
margin-top: 3px;
border-radius: 10px;
color: gray;
text-align: left;
vertical-align: top;
}

td p {
   margin: 0;
}

@media (max-width: 600px){
   .footer table {
       width: 97vw !important;
   }
}

@media (min-width: 600px){
   .footer table {
       width: 48vw !important;
   }
}


.footer table {
      /*border: 1px solid red;*/
}

.footer table tr td {
      padding: 5px;
      border: none;
      color: aqua;
}


.footer table tr td:nth-child(3n+1) {
      width: 3ex !important;
      text-transform: uppercase;
}

.footer table tr td:nth-child(3n+2) {
      width: 20ex !important;
}

.footer table tr td:nth-child(3n+2) {
      width: 20ex !important;
}

.footer table tr td:nth-child(3n+3) {
      width: auto !important;
      text-transform: uppercase;
}


.footer table tr:nth-child(2n+1) td:nth-child(3n+1) {
      text-transform: uppercase;
}

.footer table tr:nth-child(2n+1) td:nth-child(3n+2) {
      border: 1px solid white;
      color: white;
      text-align: center;
}

.footer table tr:nth-child(2n+1) td:nth-child(3n+3) {
      text-transform: uppercase;
}


.footer table tr:nth-child(2n+2) td:nth-child(3n+2) {
      text-transform: uppercase;
}

.footer table tr:nth-child(2n+2) td:nth-child(3n+3) {
      text-transform: uppercase;
}



.left_info, .right_info {
   display: inline-block;
   width: 200px;
   padding: 10px;
   border: 4px solid black;
   box-sizing: border-box;
   text-align: center;
   margin-bottom: 10px;
}

.left_info img, .right_info img {
   max-width: 160px;
   height: auto;
   border: 4px solid black;
}

.left_info {
   margin-right: 10px;
}

.big_win .right_info {
   margin-left: 10px;
}
