@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);

#tooltip {background: white; font: 1em tahoma; color: black; padding: 7px; position: absolute; visibility: hidden; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; max-width: 300px; border: 2px solid #cfd8dc; border-radius: 10px;} 

.dropdown-content li > a, 
.dropdown-content li > span,
.dropdown-content li {
	line-height: 14px !important;
}
.dropdown-content li {
	min-height: 30px;
}

.bg1 {
	background-color: #f5f2f0;
}

a.link {
	color: #453972;
	text-decoration: underline;
}
.hidden {
	display: none; 
}
.link1 {
	color: #b52f38;
	font-family: "Arial Narrow", Arial, sans-serif;
}
.link1:hover {
	color: #ff8562;
}
.red a {
	color: #FFD1AB;
}

input.select-dropdown {
	font-size: 1.4em !important; 
}

.top-info-left {
	width: 150px;
	display: inline-block;
	font-size: 0.8em;

}
.top-info-right {
	width: 50px;
	display: inline-block;
	padding-left: 5px;
	text-align: left;
}

i.medium-1 {
    font-size: 3rem;
}

.regcode {letter-spacing:5px;}

.color1 { color: #4db6ac;}

.clear {clear: both;}
.block {display: block;}
.relative {position: relative;}
.h100 {height: 100% !important;}
.w100 {width: 100% !important;}
.mw280 {max-width: 280px !important; width: 100% !important;}
.mw400 {max-width: 400px !important; width: 100% !important;}
.mw800 {max-width: 800px !important; width: 100% !important;}

.em06{font-size: 0.6em !important; line-height: normal !important;}
.em08{font-size: 0.8em !important; line-height: normal !important;}
.em10{font-size: 14px !important; line-height: normal !important;}
.em12{font-size: 1.2em !important; line-height: normal !important;}
.em14{font-size: 1.4em !important; line-height: normal !important;}
.em16{font-size: 1.6em !important; line-height: normal !important;}
.em18{font-size: 1.8em !important; line-height: normal !important;}
.em20{font-size: 2em !important; line-height: normal !important;}
.em22{font-size: 2.2em !important; line-height: normal !important;}
.em24{font-size: 2.4em !important; line-height: normal !important;}
.em26{font-size: 2.6em !important; line-height: normal !important;}
.fs16{font-size: 16px !important; line-height: normal !important;}
.fs26{font-size: 26px !important; line-height: normal !important;}
.fs30{font-size: 30px !important; line-height: normal !important;}
.condensed {font-family: Roboto Condensed; font-stretch: condensed !important;}

.iconshift{position: relative; bottom: -10px;}
.ma {margin: auto !important;}
.m0 {margin: 0 !important;}
.m10 {margin: 10px;}
.m20 {margin: 20px;}
.p0 {padding: 0;}
.p2 {padding: 2px;}
.p10 {padding: 10px;}
.p20 {padding: 20px;}
.pr10 {padding-right: 10px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.p0-10 {padding: 0 10px;}
.b1 {border: 1px solid gray;}
.bold {font-weight: bold;}
.margin-center {margin: 0 auto;}
.nowrap {white-space: nowrap}
.green {color: #A62121}

.w150 {width:150px;}
.w250 {width:250px;}
.w300 {width:300px;}

.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}

.strong {font-weight: bold;}

ol.num li {list-style-type: decimal;}
.bt-small {    
	height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 1rem;
}
.btn-mini{
	-webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    margin: 0 0 4px 0 !important;
    overflow: visible;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    -webkit-appearance: button;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    border: none;
    border-radius: 2px;
    display: inline-block;
	height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer;
}
.btn-mini:active {
    background-color: #a83524;
}

.mate {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.blackmate {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background-color: black;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5; /* Для остальных браузеров */
}


.whitemate {
	background-color: white;
	z-index: 1001;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5; /* Для остальных браузеров */
}
.overmate {
	z-index: 1010;
}

.glass {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5; /* Для остальных браузеров */
}
.glass8 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  /* IE 8 */
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8; /* Netscape */
	-khtml-opacity: 0.8;  /* Safari 1.x */
	opacity: 0.8; /* Для остальных браузеров */
}
.glass2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";  /* IE 8 */
	filter: alpha(opacity=20); /* IE 5-7 */
	-moz-opacity: 0.2; /* Netscape */
	-khtml-opacity: 0.2;  /* Safari 1.x */
	opacity: 0.2; /* Для остальных браузеров */
}

.orange a {color:#F05E01;}

.card-2 {margin: 0; font-size: 18px;}

.card-header {
	line-height: normal; 
	padding: 10px; 
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}
.card-header-2 {
	line-height: normal; 
	padding: 5px 10px; 
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}
.closecard {
	/*height: 300px;*/
	overflow: hidden;
}
.opencard {
	overflow: auto;
}
.card-title {
	padding: 4px 10px;
	font-size: 14px;
}
.card-footer {padding: 5px 20px !important;}
.card-description-title { 
	line-height: 26px;
	font-size: 1.2em;
}
.card-button {
	width: 30%;
	min-width: 200px;
	max-width: 250px;
	margin-bottom: 4px;
}
.card-description {
	background-color: white;
	min-height: 100px;
	padding: 5px;
}

.voite-container {width: 220px; display: inline-block; text-align: center; color: gray;vertical-align: middle;}
.voite {width: 50px; display: inline-block; text-align: center; padding: 0 10px;}
.voite-counter {text-align: center; margin: 0 5px; padding: 0 5px; vertical-align: super; background-color: #f2f2f2; width: 70px; display: inline-block; font-size: 1.4em;}

.favorite-container {width: 210px; display: inline-block; text-align: center; color: gray;vertical-align: middle; margin: 0;  min-height: 52px;}

.unibutton {cursor: pointer;}
.unibutton:hover {color:#770077;}
.hover-red:hover {color: red;}

.ui-effects-transfer {
    border: 1px dotted black;
}

label {
    display: inline-block;
  }
  
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.casting-wall {
	position: fixed; 
	right: 10px; 
	bottom: 10px;
	z-index: 210;
}
.wall-item {
	padding: 10px 15px;
	background-color:#ffffe8;
	margin-bottom: 5px;
	border: 2px outset #ccc;
	border-radius: 4px;
	color: #222222;
	max-width: 400px;
	
}
.wall-item-close{
	cursor: pointer;
	float: right;
	font-family: monospace;
}

.button-blue {
	font-size: 16px;
	color: rgb(255, 255, 255); 
	font-family: 'Open Sans'; 
	line-height: 1.55; 
	font-weight: 100; 
	letter-spacing: 0px; 
	background-color: rgb(69, 57, 114); 
	opacity: 1; 
	transform: rotate(0deg); 
	border-width: 2px; 
	border-radius: 0px; 
	border-color: rgb(44, 23, 28); 
	border-style: outset; 
	box-shadow: none; 
	padding: 2px 12px;
	margin: 2px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


.boxShadow {
  margin: 1em auto;
  padding: 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.boxShadow8 {
  margin: 2em auto;
  padding: 1em;
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.boxShadow2 {
  margin: 10px auto;
  padding: 1em;
  box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
}

/*Чекбокс-кнопки*/
.checkbox-btn {
	display: inline-block;
	margin: 0 5px 0 0;
	user-select: none;
	position: relative;
}
.checkbox-btn input[type=checkbox] {
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-btn span {
	display: inline-block;
	cursor: pointer;
	padding: 0px 10px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 4px;
	transition: background 0.2s ease;
}
 
/* Checked */
.checkbox-btn input[type=checkbox]:checked + span {
	background: #ffe0a6;
}
 
/* Focus */
.focused span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-btn:hover {
	color: #666;
}
 
/* Active */
.checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	background: #d2c5ac;
	color: #000;
}
 
/* Disabled */
.checkbox-btn input[type=checkbox]:disabled + span {
	background: #efefef;
	color: #666;
	cursor: default;
}
.checkbox-btn input[type=checkbox]:checked:disabled + span {
	background: #f7efdc;
}

/*
радио-кнопки

*/
.radio-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
}
.radio-container *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio-container .radio-btn{
  border-right: 2px solid #e0e0e0;
  overflow: hidden;
}
.radio-container .radio-btn:last-child{
  border-right: 0px;
}
.radio-container .radio-btn.nth-2{width: calc(50% - 1px);}
.radio-container .radio-btn.nth-3{width: calc(33.3333% - 1.4px);}
.radio-container .radio-btn.nth-4{width: calc(25% - 1.5px);}
.radio-container .radio-btn label{
  background-color: transparent;
  color: #999;
  display: block;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.radio-container .radio-btn input{display: none;}
.radio-container .radio-btn input:checked + label{
  background-color: #ff9800;
  color: #fff;
}

.ta-center {text-align: center;}
.ta-left{text-align: left;}
.ta-right {text-align: right;}
.ta-justify {text-align: justify;}

.input-div {
	-webkit-text-size-adjust: 100%;
    color: inherit;
    font: inherit;
    line-height: normal;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    width: 100%;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    background: white !important;
    height: auto !important;
    font-size: 1.6em !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    max-width: 340px;
}

/*
s: <= 600px		Mobile Devices 
m: > 600px		Tablet Devices
l: > 992px		Desktop Devices
xl: > 1200px 	Large Desktop Devices
*/

@media only screen and (max-width: 600px) {
	/* s: <= 600px		Mobile Devices  */
	#reformal_tab {display: none;}
	.tbl-s-left {text-align: center !important;}
	.tbl-s-right {text-align: center !importantr;}
	.tbl-m-left {text-align: center !important;}
	.tbl-m-right {text-align: center !important;}
	.tbl-l-left {text-align: center !important;}
	.tbl-l-right {text-align: center !important;}
	
	.rfs5 {font-size: 14px;}
	.rp {padding-left: 10px; padding-right: 10px;}
	h2 {font-size: 35px;}

	.radio-switch-s {margin: auto;}
	.radio-switch-m {margin: auto;}
	.radio-switch-l {margin: auto;}
}
@media only screen and (min-device-width: 601px) and (max-device-width: 992px) {
	/* m: > 600px		Tablet Devices */
	.tbl-s-left {text-align: right !important;} 
	.tbl-s-right {text-align: left !important;}
	.tbl-m-left {text-align: center !important;}
	.tbl-m-right {text-align: center !important;}
	.tbl-l-left {text-align: center !important;}
	.tbl-l-right {text-align: center !important;}

	.rfs5 {font-size: 16px;}
	.rp {padding-left: 10px; padding-right: 10px;}
	h2 {font-size: 40px;}

	.radio-switch-m {margin: auto;}
	.radio-switch-l {margin: auto;}
}
@media only screen and (min-device-width: 993px) and (max-device-width: 1200px) {
	/* l: > 992px		Desktop Devices */
	.tbl-s-left {text-align: right !important;}
	.tbl-s-right {text-align: left !important;}
	.tbl-m-left {text-align: right !important;}
	.tbl-m-right {text-align: left !important;}
	.tbl-l-left {text-align: center !important;}
	.tbl-l-right {text-align: center !important;}
	
	.rfs5 {font-size: 22px;}

	.radio-switch-l {margin: auto;}
}
@media only screen and (min-width: 1201px) {
	/* xl: > 1200px 	Large Desktop Devices */
	.tbl-s-left {text-align: right !important;}
	.tbl-s-right {text-align: left !important;}
	.tbl-m-left {text-align: right !important;}
	.tbl-m-right {text-align: left !important;}
	.tbl-l-left {text-align: right !important;}
	.tbl-l-right {text-align: left !important;}

	.rfs5 {font-size: 22px;}
}

.play-button{
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
    outline: 0;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 68px;
    height: 48px;
    margin: 0;
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 64;
    cursor: pointer;
}

.popup_player {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.video_plate{
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	z-index: -1;
	filter: alpha(Opacity=80);
	opacity: 0.8;
}
.video_container{
	display: grid; 
	place-items: center; 
	height: 100%;
}
.player {
	width: 100%;
	max-width: 1200px;
}
.video-2-to-line a {
	position: relative;
	display: block;
    height: 100%;
}

.form-default-small{
    background-color: black !important;
    color: white !important;
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0 !important;
    outline: none !important;
    height: auto !important;
    width: 100% !important;
    font-size: 1rem !important;
    margin: 0 0 4px 0 !important;
    padding: 2px !important;
    box-shadow: none !important;
    box-sizing: content-box !important;
    transition: all 0.3s !important;
}

.input-default {
    background-color: white !important;
    color: black !important;
    border: 1px solid #9e9e9e !important;
    border-radius: 0 !important;
    outline: none !important;
    height: auto !important;
    width: 100%;
    font-size: 1rem !important;
    margin: 0 0 4px 0 !important;
    padding: 2px !important;
    box-shadow: none !important;
    box-sizing: content-box !important;
    transition: all 0.3s !important;
}

.st4u {
	font-size: 18px;
	padding: 2px !important;
	line-height: normal;
}
.videohelp {
	font-size:18px;
}
.pass_text{
	border:1px solid gray;
	padding: 2px 4px;	
	display: inline-block;
	background-color: #f0f0f0;
}