


nav {
	z-index: 99;
	height: 53px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.51);
}
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 13px;
	display: block;
	position: relative;
}

#menu {
	float: left;
	margin-left: 18px;
}
#menu:after,
#menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu #menu-button {
	display: none;
}
.htom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.htom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #AE0000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.htom:hover, .htom:focus, .htom:active {
  color: white;
}
.htom:hover:before, .htom:focus:before, .htom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#menu > ul > li {
	float: left;
	width: auto;
	text-align: center;
	font-weight: bold;
}
#menu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#menu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#menu.align-center ul ul {
	text-align: left;
}
#menu.align-right > ul > li {
	float: right;
}
#menu.align-right ul ul {
	text-align: right;
}
#menu > ul > li > a {
	padding: 20px 0;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	width: 148px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
	color: #FFF;
}
#menu ul ul {
	position: absolute;
	left: -9999px;
}
#menu li:hover > ul {
	left: auto;
}
#menu.align-right li:hover > ul {
	right: 0;
}
#menu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#menu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#menu ul li:hover > ul > li {
	height: auto;
}
#menu ul ul li a {
	padding: 10px;
	width: 170px;
	font-size: 13px;
	background-color: #6F0000;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: left;
}
#menu ul ul li:hover > a,
#menu ul ul li a:hover {
	color: #FFF;
	background-color: #000;
}
#menu ul ul li.parent > a::after {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #DDD;
	border-right: 2px solid #DDD;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#menu.align-right ul ul li.parent > a::after {
	right: auto;
	left: 10px;
	border-right: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#menu ul ul li.parent:hover > a::after {
	border-color: #FFF;
}
.stickytop {
	position: fixed;
	top: 0;
	margin-top: 0;
	background-color: #000;
}
.tl {
	margin: 10px 0 0 0;
	display: block;
	position: absolute;
	right: 40px;
	color: #FFF;
}
.iic {
	display: inline-block;
	margin: 5px 0 4px 0;
	font-size: 20px;
	font-weight: bold;
}
.wv {
	display: inline-block;
	color: #FFF;
	max-width: 300px;
	font-weight: bold;
}
.wo {
	font-size: 19px;
	font-weight: normal;	
text-shadow: 
		-0   -1px 1px #FFF,
		 0   -1px 1px #FFF,
		-0    1px 1px #FFF,
		 0    1px 1px #FFF,
		-1px -0   1px #FFF,
		 1px -0   1px #FFF,
		-1px  0   1px #FFF,
		 1px  0   1px #FFF,
		-1px -1px 1px #FFF,
		 1px -1px 1px #FFF,
		-1px  1px 1px #FFF,
		 1px  1px 1px #FFF,
		-1px -1px 1px #FFF,
		 1px -1px 1px #FFF,
		-1px  1px 1px #FFF,
		 1px  1px 1px #FFF;
}
.w1 {
	margin: 0 4px 0 -3px;
	color: #7F00A8;
}
.w2 {
	color: #00A049;
}
.tt {
	font-weight: normal;
	font-size: 18px;
	margin: 3px 0 0;
	display: block;
	height: auto;
	float: left;
}
@media (max-width:1042px){
nav {
	width: 100%;
}
#menu > ul > li > a {
	width: 120px;
	font-size: 13px;
}
.ti {
	right: 15px;
}
}
@media (max-width:930px){
	.cot {
display: none !important;
}

.cot-hd {
display: block !important;
}
  #menu ul {
	background-color: #3A3A3A;
  }
  #menu {
	width: 100%;
	margin-left: 0;
	text-align: left;
}
  #menu ul {
    width: 100%;
    display: none;
  }
  #menu > ul > li > a {
	padding: 20px;
	font-size: 15px;
	width: auto;
	text-align: left;
}

  #menu.align-center > ul,
  #menu.align-right ul ul {
    text-align: left;
  }
  #menu ul li,
  #menu ul ul li,
  #menu ul li:hover > ul > li {
	width: 100%;
	height: auto;
	border-top: 1px solid #B9B9B9;
  }
  #menu ul li a,
  #menu ul ul li a {
 	width: 100%;
  }
  #menu > ul > li,
  #menu.align-center > ul > li,
  #menu.align-right > ul > li {
    float: none;
    display: block;
  }
  #menu ul ul li a {
    padding: 20px 20px 20px 30px;
  }
  #menu ul ul ul li a {
    padding-left: 40px;
  }
  #menu ul ul,
  #menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #menu > ul > li.parent > a::after,
  #menu ul ul li.parent > a::after {
    display: none;
  }
  #menu #menu-button {
	display: block;
	padding: 20px;
	color: #FFF;
	cursor: pointer;
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	font-weight: bold;
  }
  #menu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(204,204,204,1.00);
	height: 52px;
	width: 52px;
	cursor: pointer;
  }
  #menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #EBEBEB;
    z-index: 99;
  }
  #menu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #EBEBEB;
    z-index: 99;
  }
  #menu .submenu-button.submenu-opened:after {
    display: none;
  }
}
@media (max-width:430px){
.tt {
	font-size: 15px;
	margin: 2px 0 0;
}	
.tl {
	margin: 10px 0 0 0;
	right: 12px;
}
.iic {
	margin: 7px 0 4px 0;
	font-size: 16px;
}
.wo {
	font-size: 16px;
}
.w1 {
	margin: 0 4px 0 -3px;
}
}
.sviaz a:link, .sviaz a:visited, .sviaz a:hover {
	color: #FFF;
	text-shadow: 2px 2px rgba(61,61,61,1.00);
}

.panel {
    background-color: #444;
    height: 34px;
    padding: 10px;
}
.panel a#login_pop, .panel a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup, .panel a#join_form {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    min-width: 280px;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.bl-imp, label, textarea{
	display: block;
	width: 100%;
}
.bl-imp, textarea{
	margin: 0 0 4px 0;
	border: 2px solid #DDD;
	padding: 7px 2%;
}
input.submit_button{
	font-size: 15px;
	line-height: 19px;
	display: block;
	padding: 9px 3%;
	background-color: #900020;
	font-variant: normal;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	cursor: pointer;
	border: none;
	z-index: 99;
}
input.submit_button:hover{
	background-color: #CC0000;
}
span.required,
span.error{
   color: #ff0000;
}
span.required{
    font-size: 18px;
}
span.error{
    font-size: 11px;
        display: block;
}
.alter{
	color: #F90004;
	cursor: pointer;
	font-size: 34px;
	position: absolute;
	right: 7px;
	top: 7px;
	font-weight: bold;
}
.alter:visited {
	color: #F90004;
}
.alter:hover {
	color: #810002;	
}
.ftxt {
    font-size: 17px;
    margin: 16px auto;
    display: block;
    text-align: center;
    font-weight: bold;
}
.com-name {display: none}
input[name="surname"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
.checkbox {
	width: 360px;
	text-align: left;
	margin: 14px auto 10px;
	position: relative;
	max-width: 96%;
	padding: 4px 0;
}
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.chx,.chx a,.chx a:visited {
	font-size: 10px;
	color: #ededed;
}
.custom-checkbox+label::before {
	content: "\e801";
	font-size: 10px;
	color: rgba(0,0,0,0);
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-family: fontello;
	padding: 1px 1px 1px 1px;
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #aeaeae;
	border-radius: 0.25em;
	margin-right: 0.8em;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}
.custom-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
}

.custom-checkbox:checked+label::before {
	color: rgba(239, 239, 239, 0.952);
}

.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.pow {
    margin: 0 auto;
    width: 500px;
    color: #FFF;
}
@media (max-width:540px){
.pow {
	width: 310px;
}	
}
.pp {
	display: block;
	padding: 4px 0 50px 0;
	background-color: #790029;
	background-image: -webkit-linear-gradient(270deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);}
.bl-imp, label, textarea{
	width: 100%;
	color: #FFF;
}
.ppp {
	display: block;
	padding: 40px 0 58px 0;
	background-color: #2A000E;
	width: 100%;
	color: #FFF;
}
.mp {
	padding: 20px 0;
	text-align: justify;
}
.bl-imp, textarea{
	margin: 3px 0 15px 0;
	border: 2px solid #A6A6A6;
	padding: 11px 2%;
	background-color: #131313;
}
input.submit_button{
	font-size: 16px;
	line-height: 19px;
	display: block;
	padding: 9px 3%;
	background-color: #900020;
	font-variant: normal;
	font-weight: bold;
	color: #FFF;
	width: 280px;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	z-index: 99;
}
input.submit_button:hover{
	background-color: #CC0000;
}
span.required,
span.error{
   color: #ff0000;
}
span.required{
    font-size: 18px;
}
span.error{
    font-size: 11px;
        display: block;
}
.ftxt {
    font-size: 17px;
    margin: 16px auto;
    display: block;
    text-align: center;
    font-weight: bold;
}
.sog {
	font-size: 10px;
	padding: 12px 0;
	display: inline-block;
	vertical-align: middle;
}
.ysy {
   max-width: 90%;
   text-align: left;
}
.bl-imp::-webkit-input-placeholder {color:#B0E3FC;}
.bl-imp::-moz-placeholder {color:#B0E3FC;}
.bl-imp:-moz-placeholder {color:#B0E3FC}
.bl-impl:-ms-input-placeholder {color:#B0E3FC;}
.txtar::-webkit-input-placeholder {color:#B0E3FC;}
.txtar::-moz-placeholder {color:#B0E3FC;}
.txtar:-moz-placeholder {color:#B0E3FC}
.txtar:-ms-input-placeholder {color:#B0E3FC;}
.em {
	text-align: center;
	padding-bottom: 48px;
}
.em p {
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
}
.em span {
	display: block;
	padding: 4px 0 6px;
	font-size: 24px;
}





#cok {
  position: relative;
  display: none;
  transition: 3s;
  z-index: 177;
}
.cookie-controls.open {
 margin: 5px 0;
 max-height: 130px;
 padding: 10px;
 background-color: #f1f1f1;
 overflow-y: auto;
}
.pop2 {
 font-size: 13px;
}
.clink {
  font-weight: bold;
}
.contentc {
  margin: 5px 0;
  max-height: 130px;
  font-size: 13px;
  padding: 10px 20px;
  background-color: #f1f1f1;
  overflow-y: auto;
}
.cookp {
  margin: 4px 0 8px;
  display: block;
}

.cookiebar {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  justify-content: center !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), -3px -4px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}
.carc {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
}
.ccontent {
  padding: 24px;
  border-radius: 0 0 2px 2px;
  font-size: 16px;
}
.cact {
  position: relative;
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, .2);
}
.cact #basic_chkbx,
.cact label[for="basic_chkbx"] {
  opacity: .5;
}
.cche {
  display: flex;
  padding-right: 28px;
}
.width--100 {
  display: flex;
  width: 100%;
  justify-content: center !important;
}
.alig {
  align-items: center !important;
  margin-right: 4px;
  color: #3d3d3d;
}
.ccolumn {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.ck-all {
  padding: 5px 6px;
  font-size: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}
.cookv {
  color: #fff;
  background-color: #9d1104;
  border: 1px solid #5e0801;
}
.cookn {
  color: #868e96;
  background-color: transparent;
  border: 1px solid #868e96;
}
.ck-all, .changecc {
  cursor: pointer;
}
.cche label,.cche textarea {
    display: inline;
    width: 100%;
}
@media (max-width:840px) {
  .cche {
    padding-right: 11px;
  }
}
@media (max-width:783px) {
  .cact {
    display: block;
  }
  .cche {
    display: inline-block;
    padding: 0 19px 7px 0;
    min-width: 222px;
  }
}
