body { position:relative; }
#pop {
	top:38px;
	width:500px;
	margin-left:-250px;
	left:50%;
	display:none;
	position:fixed;
	z-index:100000;
}
#popstyle {
	background-color:#fff;
	padding-bottom: 5px;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 0 20px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 0 20px;
	box-shadow: rgba(0,0,0,.2) 0 0 20px;
	text-align:center;
}
#popdim {
	background-color:#0b0b0b;
	opacity: 0.8;
	filter:alpha(opacity=80);

	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	z-index:99999;
}

/* Mobile Popup */
#mobile_popup {

  background-color: rgba(0, 0, 0, 0.8);

  display: none;

  position: fixed;

  z-index: 99999;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  padding: 0 30px;

  overflow: auto;

}

#mob_popup {

  background-color: #fff;

  max-width: 520px;

  margin: 10% auto;

  position: relative;

  /*--CSS3 Тени для Блока--*/

  -webkit-box-shadow: rgba(0,0,0,.2) 0 0 20px;

  -moz-box-shadow: rgba(0,0,0,.2) 0 0 20px;

  box-shadow: rgba(0,0,0,.2) 0 0 20px;

  /*--CSS3 Скругленные углы--*/

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

   border-radius: 15px;

   padding-bottom: 10px;

}

.close {
	cursor: pointer;
	color: #424240;
}

.button {
	color: #424240; 
	background-color: #fbc406; 
	border: none; 
	cursor: pointer; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	letter-spacing: -1px; 
	font-size: 19px; 
	font-weight: bold;
	padding: 10px 20px;
	max-width: 385px;
}

@media only screen and (max-width:991px){#wrap-pop {display: none;}}

@media only screen and (max-width:449px){.style6 img{-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}}

@media only screen and (min-width:991px) {#wrap_mobile_popup {display: none;}}

/*Custom style-------------------------------*/

body {
    background-color: #fff;
    color: #000;
    font-family: Tahoma;
}
a:link {
    color: #555555;
    text-decoration: underline;
}

a:active {
    color: #555555;
    text-decoration: underline;
}

a:visited {
    color: #555555;
    text-decoration: underline;
}

a:hover {
    color: #555555;
    text-decoration: underline;
}
.style6 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
}



.header {
	background: url(header_background.gif) no-repeat; 

	height: 45px;
}
.middle {
	background: url(middle-background.gif) repeat-y; 
	
}
.footer {
	background: url(footer_background.gif) no-repeat; 
	height: 45px;
}
img {
    max-width: 100%;
}
.wrapper_content {
	max-width: 720px; 
	margin: 0 auto; 
	box-shadow: 0 0 15px #777;
	 border-radius: 10px;
	  margin-top: 40px;
	   padding-top: 20px;
	    margin-bottom: 40px;
	}
.стиль2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.стиль3 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.стиль4 {font-size: 18px}
.стиль5 {font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.стиль6 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 36px;
	margin-top:25px;
	color: #CC0000;
	font-family: "Tahoma";
}

.text-center {
	margin: 0 auto;
	text-align: center;
}

.header-top {
	font-size: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.button-wrapper {
    margin: 5px 0 0;
    padding: 0 10px;
}

.subscription-header {
    font-size: 18px;
    font-family: Tahoma;
}

.text-left {
	text-align: left;
}

blockquote {
    max-width: 440px;
    padding: 0 0 0 10px;
    margin: 0 auto;
}

blockquote p {
	font-size: 18px;
	font-family: "Tahoma";
}

.mobile_popup__name strong {
	font-family: "Verdana";
	font-size: 18px;
}

input[type="text"] {
    font-size: 16px;
    width: 208px;
    height: 25px;
}

input[type="image"] {
    position: relative;
    top: -8px;
    width: 269px;
    height: 53px;
}

.button-wrapper > * {
    vertical-align: middle;
}

.img-wrapper {
	max-width: 552px;
	margin: 0 auto;
}

.divider {
	width: 90%;
	margin: 0 auto;
	background: #ccc;
	height: 2px;
}

.footer-wrapper {
    padding: 5px 0 0;
    font-family: "Arial";
    font-size: 12px;
    text-align: center;
}

p.personal-data {
    text-align: center;
    font-size: 10px;
}

#mobile_popup h1 {
    padding: 15px 20px;
    background-color: #424240;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

#mobile_popup h2 {
    text-align: center;
    white-space: normal;
    color: #424240;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0;
    white-space: normal;
    line-height: 28px;
}

#mobile_popup h2 span {
    color: #cc0000;
}

.playercontainer form {
    margin: 0 auto;
    padding: 0;
}

#table3, .table3 {
    width: 75%;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

.mobile_popup__name {
    display: inline-block;
    width: 133px;
    height: auto;
    text-align: center;
    font-family: Verdana;
    font-size: 12pt;
    color: #424240;
    vertical-align: text-bottom;
}

.mobile_popup__name span {
    color: #cc0000;
}

.mobile_popup__input {
    display: inline-block;
    font-family: Arial;
    font-size: 14pt;
    padding-bottom: 10px;
}

.mobile_popup__input input {
    width: 320px;
    height: 30px;
}

.get-curs {
    height: 64px;
    font-family: "Arial";
    color: #000;
}

.close-popup {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.close {
    font-family: "Tahoma";
    font-size: 13px;
}

#popstyle h1 {
    padding: 15px 0;
    background-color: #232323;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 39px;
    font-family: "Tahoma";
    color: #fbc406;
}

#popstyle h2 {
    white-space: normal;
}


#popstyle h2 span {
    color: #cc0000;
}

#popstyle h2 p {
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    white-space: normal;
    line-height: 28px;
}

#popstyle h2 p span {
    color: #fbc406;
}

.get-curs__header {
    width: 360px;
    background: #cc0000 none repeat scroll 0% 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    padding: 5px;
    height: 40px; 
    border: 0;
}

.get-curs__header input {
    color: #fff;
     background-color: #cc0000;
      border: none; cursor: pointer;
       font-family: Verdana,Arial,Helvetica,sans-serif; letter-spacing: -1px;
        font-size: 19px;
         font-weight: bold;
          width: 360px; 
    height: 40px;
}

.kontakty textarea {
    width: 302px;
    display: none;
}
div#footer {
    font-size: 12px;
    color: #fff;
}

div#footer a {
    color: #fff;
}

.privacy {
	margin: 0;
}
.legal {
    text-align: center;
    font-size: 14px;
    color: #515151;
}

.kontakty textarea {
	width: 302px;
	display: none;
}

table {
	width: 100%;
}
/*BEGIN of media-----------------------------------------------------------*/
@media only screen and (max-width:550px) {
img.bg {
    max-width: 100%;
}
#box h1 {
    font-size: 30px;
}
#box {
    width: 100%;
}
#footer {
    width: auto;
}
#footer a {
    display: inline-block;
}
#box-bottom h2 {
    font-size: 24px;
}
.form-description {
    padding: 0 15px;
}
.form-description br {
    display: none;
}
#mobile_popup {
    padding: 0 15px !important;
}
#mobile_popup h1 {
    padding: 15px 15px;
    font-size: 22px;
    line-height: normal;
    font-family: Tahoma;
    text-align: center;
    background: #424240;
    color: #fff;
}
#mobile_popup h1 br {
    display: none;
}
#mobile_popup h2 {
    font-size: 20px;
    padding: 15px 15px;
    line-height: 28px;
}
#mobile_popup h2 br {
    display: none;
}
.button {
    font-size: 13px;
    width: 230px;
}
.mobile_popup__input input {
    width: 230px;
    padding: 0 0 0 10px;
    height: 34px;
    display: inline-block;
    position: relative;
    top: 5px;
    box-sizing: border-box;
}
#table3, .table3 {
    width: 90%;
}

.legal a {
	display: inline-block;
}
.subheadline {
    font-size: 30px;
}
.style2 {
    display: block;
    text-align: center;
    font-size: 24px;
}
.style1 {
    display: block;
    padding: 15px 0 15px;
    font-size: 20px;
    text-align: center;
}
.style1 br, .style1 ~ br {
	display: none;
}
body > br {
	display: none;
}
.user-table {
    width: 100%;
    text-align: center;
}
.mobile_popup__name {
    padding: 0;
}
.mobile_popup__name strong {
	display: block;
	text-align: center;
}
p.personal-data {
    text-align: center;
    font-size: 10px;
}
p.personal-data br {
	display: none;
}
.subscription-header br {
   display: none;
}
.style7 {
    font-size: 22px;
}
input[type="image"] {
    width: 232px;
    margin: 0 auto;
}
blockquote p {
    font-size: 16px;
}
}

@media only screen and (max-width:448px) {

.button-wrapper .style6 {
    display: block;
}

}