li, p {
    line-height: 1.5;
    font-size: 16px;
	font-family: Arial;
}

p {
    display: block;
    margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
    display: block;
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 20px;
	font-weight: normal;
	font-family: Arial;
}

h2 {
    display: block;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
	font-weight: normal;
	font-family: Arial;
}

h3 {
    display: block;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
	font-weight: normal;
	font-family: Arial;
}

a {
    color: #14a754;
    cursor: pointer;
    text-decoration: underline;
}

footer {margin-top: 15px;
background: #272727;
text-align: center;
padding: 8px 3px;
color: #f9f9f9;}

footer a {
	color: #f784b8;
}




.head {
	display: flex;
	Justify-content: space-between;
	border-bottom: 2px solid #dbdbdb;
	border-top: 2px solid #dbdbdb;
	background: #e1e1e1;
}

.logo {
	max-height: 82px;
}


.container{
	width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

.button-head {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

a.button-enter{
border-radius:7px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 8px 16px;
margin: 10px 5px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}
a.button-enter {
background-color: #14a754;

}
        
a.button-enter:hover {
opacity: .80;
}

a.button-reg{
border-radius:7px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 8px 16px;
margin: 10px 5px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}
a.button-reg {
background-color: #14a754;

}
        
a.button-reg:hover {
opacity: .80;
}


a.button-text {
border-radius:7px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 8px 16px;
margin: 10px auto;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
max-width: 220px;    
}
a.button-text {
background-color: #14a754;

}
        
a.button-text:hover {
opacity: .80;
}


a.button-tg {
border-radius:7px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding: 6px 12px;
margin: 0px 4px 2px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
max-width: 100%;   
}
a.button-tg {
background-color: #138ccf;
}
        
a.button-tg:hover {
opacity: .80;
}


a.button-undertable {
border-radius:7px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding: 8px 15px;
margin: 15px auto;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
max-width: 220px;  
}
a.button-undertable {
background-color: #138ccf;
}
        
a.button-undertable:hover {
opacity: .80;
}

.faq {
  margin: 0 auto;
}
 
details {
  background-color: #e1e1e1;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 0.5em;
  margin-bottom: 1em;
}
 
summary {
  cursor: pointer;
  font-size: 22px;
  font-family: Arial;
}



table {
	border: 2px solid #dbdbdb;
	text-align: center;
	width: 100%
}

th {
	background-color: #272727;
	color: #fff;
	padding: 5px 10px;
	line-height: 1.5;
    font-size: 18px;
    font-family: Arial;
	font-weight: 200;
}

td {
	padding: 5px 10px;
	background-color: #e1e1e1;
    font-size: 17px;
    font-family: Arial;
}

td img {
	max-height: 82px;
	border: 2px solid #dbdbdb;
}

td:nth-child(3) {
  color: #df0404;
  font-weight: 600;
}

@media  screen and (min-width: 681px) {
a.button-tg{
	display: none;
}
}

@media  screen and (max-width: 680px) {
a.button-undertable{
	display: none;
}
}


 @media  screen and (max-width: 830px) {
    table {
		border: 0px;
		margin-bottom: -15px;
	}
	td img {
		margin-top: 10px;
	}
	
	table thead {
        display: none;
    }
    table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15px;
		border: 2px solid #dbdbdb;
    }
    table td {
        width: 100%;
    }
}
 
 
 
 @media  screen and (max-width: 1200px) {
  .container {
    width: 100%;
}

.main{
	padding-right: 10px;
    padding-left: 10px;
}

.button-head {
    margin-right: 10px;
}

.head {
    border-right: 2px solid #dbdbdb;
    border-left: 2px solid #dbdbdb;
}
}


 @media  screen and (max-width: 680px) {
.head {
    display: flex;
	flex-direction: column;
}
.logo {
    border-right: none;
	margin: auto;
	max-width: -webkit-fill-available;
	max-height: none;
}

.button-head {
    margin-right: 0px;
}

a.button-enter{
width: 50%;
margin: 4px;
}

a.button-reg{
width: 50%;  
margin: 4px;   
}

h1 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
	margin-bottom: 12px;
}

h3 {
    font-size: 22px;
	margin-bottom: 12px;
}

summary {
    font-size: 16px;
}

details p{
    font-size: 14px;
}

footer p{
	font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.button-enter {
    font-size: 20px;
}

a.button-reg {
    font-size: 20px;
}

a.button-text {
    font-size: 20px;	
}
}
