/*frame*/
*[class*="-animate"]{
-webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	*[class*="-animatnormal"]{
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
		}

* {
	    outline: 0px;
}

.mk-red.btn-primary {
  color: #fff;
  background-color: #C00000;
  border-color: #C00000;
  width: auto;
}

.mk-red.btn-primary:hover {
  color: #fff;
  background-color: #920b0b;
  border-color: #920b0b;
}
.file-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQAxMi83LzEyiCJQPAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAACrSURBVDiNpZNZDsMgDETHVW/UHMyoOUaQfbByJvoTR2YrUZkfEMKP8QLlnLGix1I0gKdtiAjM7O1EVd2Z+VDVvQ4055eDMziqKgHYALyZ+XDrPAV7SVWTQQDEX5AC4C/dhZDlEkJ4AfjYZVeD7nlTg9GLMyeXAyKyNO462UQkNXMwcYK6pd1BGkDy2eJCw0msIRZs8yIiqVuDWi53U9GFKcBBvDM0gH+1/Bu/zGmK57kdMeUAAAAASUVORK5CYII=);
	vertical-align: text-bottom;
	margin-right: 5px;
}
.error_message {
	display: none;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #f00;
	background: #fdd;
	color: #f00;
	font-weight: 600;
	font-size: 20px;
}
table td{
	vertical-align: middle;
}
label {
	cursor:pointer;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th {
    text-align: left;
}

*{padding:0;margin:0;outline:0;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;}

.mb{margin-bottom: 35px!important;}
.mb-h{margin-bottom: 17px!important;}
.ml-5{margin-left:5px;}
.mt-10{margin-top:10px;}
.mr0{margin-right:0px!important;}
.w98{width:98%!important;}
.pp-rigth{padding-right: 35px;}
.debug {
	width: 30%;
	position: fixed;
	z-index: 99999;
	border-right: 5px solid #ff8505;
	overflow: auto;
	height: 100%;
	background-color:#fff;
}
.input-row {
	display: table;
}
.input-row input[type='checkbox'] {
	display: none;
}
.input-row input[type='checkbox'] + label {
	cursor: pointer;
}
.input-row input[type='checkbox'].error + label,.input-row input[type='checkbox'].error + label a {
	color:#ED1C24!important;
}

.stylized-inputs input[type='radio'] {
	display: none;
}
.stylized-inputs input[type='radio'] + label {
	cursor: pointer;
}
.stylized-inputs input[type='radio'].error + label,.input-row input[type='radio'].error + label a {
	color:#ED1C24!important;
}
.stylized-inputs input[type='radio'] + label span.radio-style {
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url("/images/radio.png");
	background-position: 0px 0px;
	width: 14px;
	min-height: 14px;
	height: 100%;
	margin: 0px 10px 0px 0px;
}
.stylized-inputs input[type='radio']:active + label span.radio-style {
	background-position: -14px 0px;
}
.stylized-inputs input[type='radio']:checked + label span.radio-style {
	background-position: -28px 0px;
}




.input-row input[type='checkbox'] + label span.checkbox-style {
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url("/images/checkbox.jpg");
	background-position: 0px 0px;
	width: 20px;
	min-height: 20px;
	height: 100%;
	float: left;
}
.input-row input[type='checkbox']:active + label span.checkbox-style {
	background-position: -20px 0px;
}
.input-row input[type='checkbox']:checked + label span.checkbox-style {
	background-position: -40px 0px;
}
.input-row > * {
	display: table-cell;
	vertical-align: middle;
	margin-right: 10px;
}
input.hide_input {
    height: 1px!important;
    width: 1px!important;
    padding: 0px!important;
    border:0px!important;
}
.file_upload{
	position: relative;
	overflow: hidden;
	height: 50px;           /* example */
	line-height: 50px       /* the same as height */
}
.file_upload > button{
	float: right;
	width: 8em;
	height: 100%;
}
.file_upload > div{
	padding-left: 1em;
}
.file_upload > div{
	display: none;
}
.file_upload > button{
	width: 100%;
}
.file_upload input[type=file]{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(20);
	letter-spacing: 10em;
	-ms-transform: scale(20);
	opacity: 0;
	cursor: pointer;
}


.mb{margin-bottom: 35px!important;}
.middl-pos {
	width: 725px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.cp {
	padding-right: 25px;
}
.mb1 {
	margin-bottom: 25px!important;
}
.no-p{
	padding: 0px!important;
}
.no-m{
	margin: 0px!important;
}
.auto-m{
	margin: 0 auto!important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.no-ul{
	text-decoration: none!important;
	border-bottom: 0px!important;}

.button,button{cursor: pointer;}
.of {
	overflow: hidden;
	position: relative;
	z-index:1;
}
.of-clean {
	overflow: hidden;
}
.cb {
	clear: both;
		display: table;
		display: inline-block;
		width: 100%;
}
.of-v {
	overflow: visible;
}
*[id*="-bakin-bg"],*[class*="-bakin-bg"]{
	width: 100%;
	position: absolute;
	z-index: -1;
	height: 100%;
}
.mk-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
*[class*="-main"]{
	position: relative;
	width: 1180px;
	margin: 0 auto;
}
*[class*="-in_main"]{
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
*[class*="-in_main_2"]{
	position: relative;
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 1210px) {

	*[class*="-main"]{
		width: 968px;
	}
	*[class*="-in_main"]{
		width: 959px;
	} 
}
@media screen and (max-width: 1023px) {

	*[class*="-main"]{
		width: 940px;
	}
	*[class*="-in_main"]{
		width: 920px;
	} 
}
@media screen  and (max-width: 959px) {

	*[class*="-main"]{
		width: 760px;
	}
	*[class*="-in_main"]{
		width: 740px;
	}
}
@media screen and (max-width: 799px) {

	*[class*="-main"]{
		width: 748px;
	}
	*[class*="-in_main"]{
		width: 728px;
	}
	#footer *[class*="-in_main"]{
		width: 608px;
	}
	ul.list{padding-left:5px;}
	.sub-area label{
		font-size: 14px;
	}
	.cabinet-card-orderhistory-mainbox{
		width: 216px;
	}
}

.padding {
	padding: 40px;
}

.dn {
	display: none!important;
}
.dil {
	display: inline;
}
.dib {
	display: inline-block;
}
.db {
	display: block;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
*[class*="-fl"]{
	float:left!important;
	min-height: 2px;
}
*[class*="-fr"]{
	float:right!important;
	min-height: 2px;
}
*[class*="-cb"]{
	clear: both;
}

*[class*="c1-"]{
	width:8.33%;
}
*[class*="c1-offset-"]{
	width:6.33%;
	margin-right:2%;
}
*[class*="c2-"]{
	width:16.66%;
}
*[class*="c2-offset-"]{
	width:14.66%;
	margin-right:2%;
}
*[class*="c3-"]{
	width:25%;
}
*[class*="c3-offset-"]{
	width:23%;
	margin-right:2%;
}
*[class*="c4-"]{
	width:33.33%;
}
*[class*="c4-offset-"]{
	width:31.33%;
	margin-right:2%;
}
*[class*="c5-"]{
	width:41.66%;
}
*[class*="c5-offset-"]{
	width:39.66%;
	margin-right:2%;
}
*[class*="c6-"]{
	width:49.99%;
}
*[class*="c6-offset-"]{
	width:47.99%;
	margin-right:2%;
}
*[class*="c7-"]{
	width:58.32%;
}
*[class*="c7-offset-"]{
	width:56.32%;
	margin-right:2%;
}
*[class*="c8-"]{
	width:66.65%;
}
*[class*="c8-offset-"]{
	width:64.65%;
	margin-right:2%;
}
*[class*="c9-"]{
	width:74.98%;
}
*[class*="c9-offset-"]{
	width:72.98%;
	margin-right:2%;
}
*[class*="c10-"]{
	width:83.31%;
	padding-top: 2px;
}
*[class*="c10-offset-"]{
	width:81.31%;
	margin-right:2%;
}
*[class*="c11-"]{
	width:91.64%;
}
*[class*="c11-offset-"]{
	width:89.64%;
	margin-right:2%;
}
*[class*="c12-"]{
	width:99.97%;
}
*[class*="c12-offset-"]{
	width:97.97%;
	margin-right:2%;
}

*[class*="c1-m-"]{
	width:6.52%;
	margin-right: 1.81%; 
}
*[class*="c1-m-f-"]{
	width:8.33%;
}
*[class*="c4-m-"]{
	width:28.33%;
	margin-right: 7%; 
}
*[class*="c4-m-f-"]{
	width:29.33%;
	margin-right: 0%; 
}

*[class*="c6-m-"]{
	width: 44.99%;
	margin-right: 9%;
}
*[class*="c6-m-f-"]{
	width: 45.99%;
	margin-right: 0%;
}

*[class*="c8-m-f-"]{
	width:66.65%;
	margin-right: 0%; 
}



/* end frame*/
html,
body {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
.romb-45 {
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.romb-90 {
	-webkit-transform: rotate(90deg); 
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.romb-135 {
	-webkit-transform: rotate(135deg); 
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.romb1 {
	-webkit-transform: matrix(0.7071,-0.7071,0.7071,0.7071,0,0);
	    -ms-transform: matrix(0.7071,-0.7071,0.7071,0.7071,0,0);
	    -o-transform: matrix(0.7071,-0.7071,0.7071,0.7071,0,0);
	    transform: matrix(0.7071,-0.7071,0.7071,0.7071,0,0);
}
.delay {

	    -webkit-transition-delay: 0.2s;
	    -o-transition-delay: 0.2s;
	    -moz-transition-delay: 0.2s;
	    transition-delay: 0.2s;
}

.every-2:nth-child(2n+1) {
	clear: both;
}

.modal_mk1 * {
	color:#000!important;
}
.modal_mk1 {
	z-index: 10000;
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	opacity: 0;
	-webkit-transition: opacity 0.2 ease;
	    -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.2s ease;
	    -o-transition: opacity 0.2s ease;
	    transition: opacity 0.2s ease;
}
.modal_mk1 .inner .close_btn {

}
.modal_mk1 .inner {
	width: 560px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

}
.modal_mk1 .inner .head {
	position: relative;
	width: 100%;
}
.modal_mk1.show{
	opacity: 1;
}
.modal_mk1 .inner .head .close {
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 100%;
	font-size: 22px;
	cursor: pointer;
	color: #000;
	filter: alpha(opacity=20);
	padding-top: 6px;
	right: -50px;
	position: absolute;
	top: -43px;
	background-image:url(/images/close.png);
	background-repeat: no-repeat; 
}
.modal_mk1 .inner .head .close:hover {
	background-image:url(/images/closer.png);
}
.modal_mk1 .inner .head .title {
	float: left;
	width: 369px;
	height: 100%;
		padding: 9px 0px 0px 15px;
		font-size: 18px;
		font-weight: bold;
}
.modal_mk1 .inner .body {
	padding: 20px;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.42);
	z-index: 9999;
	position: fixed;
	top: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.2 ease;
	    -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.2s ease;
	    -o-transition: opacity 0.2s ease;
	    transition: opacity 0.2s ease;
}
.overlay.show{
	opacity: 1;
}
.preloader-sw {
	background-position: 0%;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	background-image:url(/images/preloader2.gif);
}
.preloader {
	background-position: 0%;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	width: 40px;
	height: 40px;
	background-image:url(/images/preloader.gif);
}

.preloader.lds-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-image:none;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

.galkin ul.list {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.galkin ul.list li {
	float: none;
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 24px;
	color: #222222;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
}
.galkin ul.list li::before {
	content: "✔";
	font-size: 18px;
	color: rgb(192, 0, 0);
	font-weight: 700;
	line-height: 25px;
	margin-right: 5px;
	top: 0px;
	position: relative;
}

.exitblock {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100000;
}
.exitblock .fon {
	background: #000;
	opacity:.5;
	position:fixed;
	width:100%;
	height:100%;
}
.pop_up_bonuse_active{
	position: fixed;
	width: 100%;
	height: 10px;
	top: 0;
	z-index: 10000;
}
.pop_up_bonuse_active_main{
	position: fixed;
	width: 50%;
	height: 35px;
	top: 0;
	z-index: 10000;
	right: 0;
}
#pass_name_dictionary{
	display: none;
	width: 100%;
	cursor: pointer;
	border: 1px solid #d6d6d6;
}
#pass_name_dictionary p{
	background-color: #FFFFFF;
	line-height: 19px;
	font-size: 16px;
	color: #777777;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	padding: 16px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 0px;
}
#passport_name:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #aaa, #ccc);
	background-position: calc(100% - 19px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.8em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 50px !important;
}

.card_set {
	padding-top: 16px;
	height: 68px;
	display: flex;
}
.card_set>img {
	margin: auto;
}