@media screen and (max-width: 800px) {
#flag, .slider, .slider_wrapper {display: none;}
}

body,td,tr,table {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
   	font-size:13px;
	}

h1 { 
	padding: 10px;
	color: #6b2867;
   	font-size: 16px;
   	text-align:  center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


h2
{ margin: 15px;
	padding: 10px 0 10px 0;
	color: #6b2867;
   	font-size: 15px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

h3
{ margin: 15px;
	padding: 10px 0 10px 0;
	color: #6b2867;
   	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

a, a:link, a:visited {
	color: #ff6700;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.container {
	width: 100%; max-width: 1024px; 
	margin: auto;
}

.main {
	width: 100%; max-width: 1024px; 
	display: inline-block; 
	padding: 5px; 
	border: dashed 1px #000000; 
	background-color: #333333;
}


.left {
	max-width: 724px; 
	float: left; 
	background-color: #ffffff; 
	margin: 5px; 
	padding: 10px;
}

.content div {  
	height: 120px;
	text-align: justify;
	padding-bottom: 5px;
}

.content div img {
	border: 1px solid #000000;
	margin-right:5px;
	/*margin-bottom:15px;*/
	width: 120px;
	height: 90px;
	float: left;
}

.right {
	width: 240px; 
	float: left; 
	height: 100%; 
	background-color: #ffffff; 
	margin:5px; 
	padding: 10px	
}
.footer { 
	color: #ffffff;
	text-align: center;
   	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	display: block; 
	width: 100%;  
	padding: 5px; 
	margin: 5px;
}



body,td,tr,table {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
   	font-size:13px;
	}

h1 { margin: 10px;
	padding: 10px 0 10px 0;
	color: #6b2867;
   	font-size: 22px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


/*  SLIDER */

/*!
     * chiefSlider (https://itchief.ru/lessons/php/feedback-form-for-website)
     * Copyright 2018 Alexander Maltsev
     * Licensed under MIT (https://github.com/itchief/feedback-form/blob/master/LICENSE)
     */
/*
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #fff;
      height: 3000px;
    }
*/
    .slider {
    padding: 10px 0 10px 0;
    max-width:724px;
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
    max-width:724px;
      transition: transform 0.6s ease;
    }
/* how many games to show - 25-50% */
    .slider__item {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .slider__control {
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0; margin-right: 5px;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .slider__item>div {
      line-height: 150px;
      font-size: 100px;
      text-align: center;
    }