.popup {
	background-color: #fff;
	border: 1px solid rgba(128, 128, 128, 0.41);
}
.popup-form .mfp-content {
	max-width: 600px;
	padding: 15px;
	background-color: #fff;
}
.popup-form .mfp-content button.mfp-close {
	font-family: "pt-r";
	font-size: 50px;
	color: #292929;
	font-weight: 100;
	margin-top: 10px;
	margin-right: 10px;
	transition: 1s;
}
.popup-form .mfp-content button.mfp-close:hover {
	transform: rotateZ(180deg);
}
.popup-form .form {
	padding: 40px 0 0;
	width: calc(100% - 70px);
	margin-left: 35px;
	border-top: 1px solid rgba(128, 128, 128, 0.41);
}
.popup-form .form-msg {
	padding: 25px 0 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.popup-form .form-msg .icon {
	fill: #f89778;
	margin-bottom: 20px;
	width: 58px;
	height: 58px;
}
.popup-form .form-msg span {
	display: block;
	text-align: center;
	width: 100%;
}
.popup-form .form-msg span b {
	font-size: 25px;
	line-height: 110%;
	color: black;
}
.popup-form .lc-inputs__block {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.popup-form .lc-inputs__block .check-label {
	position: relative;
	top: 0;
	padding-left: 0;
	left: 0;
	cursor: pointer;
}
.popup-form .lc-inputs__block .check-label span {
	padding-left: 5px;
	max-width: calc(100% - 22px);
}
.popup-form .lc-inputs__block p {
	font-size: 18px;
	line-height: 140%;
	color: rgba(48, 48, 48, 0.5);
}
.popup-form .lc-inputs__block p b {
	color: #303030;
	font-weight: normal;
}
.popup-form .lc-inputs__block p b span {
	color: blue;
}
.popup-form .lc-inputs__block a {
	/*font-size: 15px;*/
	color: black;
	
	color: rgb(255, 62, 0);
	margin-top: 5px;
	text-decoration: underline;
}
.popup-form .lc-inputs__block a a {
	color: blue;
}
.popup-form .lc-inputs__block a:hover {
	text-decoration: none;
}
.popup-form .lc-sbmt {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	padding: 0;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 30px;
}
.popup-form .lc-sbmt .form-enter__btn {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.popup-form .lc-sbmt .form-enter__btn p {
	font-size: 15px;
	color: black;
	margin: 20px 0 5px;
	width: 100%;
}
.popup-form .lc-sbmt a {
	text-align: center;
	text-decoration: underline;
	color: #303030;
}
.popup-form .lc-sbmt a:hover {
	text-decoration: none;
}
.popup-form .lc-sbmt a.ajax-popup:not(.button) {
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	color: black;
	text-decoration: underline;
}
.popup-form .lc-sbmt a.ajax-popup:not(.button):hover {
	text-decoration: none;
}
.popup-form .lc-sbmt-reg {
	width: calc(100% + 70px);
	margin-left: -35px;
	min-height: 70px;
	/*background-color: #F3F5F8;*/
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 140%;
}
.popup-form .lc-sbmt-reg a{
	text-decoration: none;
	color: black;
}
.popup-form .lc-sbmt-reg .color {
	text-decoration: underline;
	color: rgb(248, 151, 120);
	
	color: rgb(255, 62, 0);
}
.popup-form .lc-sbmt-reg .color:hover {
	text-decoration: none;
}
.popup-form .lc-inputs__check--style {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}
.popup-form .lc-inputs__check--style label {
	display: flex;
}
.popup-form .lc-inputs__check--style label span {
	width: calc(100% - 40px);
}
.popup-top {
	padding: 26px 30px 20px;
	margin-bottom: 11px;
	margin: 0;
	position: relative;
}
.popup-top::before {
	content: "";
	content: none;
	width: 310px;
	height: 1px;
	background-color: rgba(128, 128, 128, 0.41);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.popup-top__zag {
	font-size: 30px;
	line-height: 120%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-top__zag .icon {
	width: 32px;
	height: 32px;
	fill: #f89778;
	margin-right: 8px;
}

.lc-inputs__block input[type='text'], .lc-inputs__block input[type='password'] {
	width: 100%;
	border: 1px solid #E5E6F0;
	padding: 5px;
	color: #6B7581;
	font-size: 14px;
	line-height: 140%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
}
.lc-inputs__block label {
	padding: 2px 5px;
	background-color: #fff;
	font-size: 16px;
	color: #303030;
	line-height: 140%;
	z-index: 10;
	border-radius: 10px;
	margin-bottom: 2px;
	display: inline-block;
	cursor:pointer;
}
.button--black {
	border: 0;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	color: #303030;
	background: none;
	cursor: pointer;
}
.button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 25px;
	height: 45px;
	min-width: 170px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-transform: uppercase;
	border: 1px solid #8884;
	border-radius: 4px;
	transition: background-color .6s;
}
.button:hover {
	background-color: #f897781c;
}

.button:after, .button:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.button:hover:after, .button:hover:before {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.lc-inputs__block label .red {
	color: #E31E24;
}
.jq-selectbox {
	width: 100%;
	height: 34px;
	z-index: 5;
	border-radius: 0;
}
.jq-selectbox.opened.dropup {
	z-index: 11 !important;
}
.jq-selectbox__select {
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #E5E6F0;
	padding: 6px 5px;
	border-radius: 0;
	box-shadow: none;
	transition: 0.3s;
	text-align: left;
}
.jq-selectbox__select:focus, .jq-selectbox__select:hover {
	border-color: #c9cad2;
}
.jq-selectbox__select-text {
	color: #A9AAAB;
	font-size: 14px;
	line-height: 140%;
}
.jq-selectbox__trigger {
	border: 0;
	background-image: url(../img/svg/sel-ar.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.jq-selectbox__trigger-arrow {
	display: none;
}
.jq-selectbox__dropdown {
	border: 1px solid #E5E6F0;
}
.jq-selectbox__dropdown li.selected, .jq-selectbox__dropdown li.sel {
	background-color: #f89778;
	color: #fff;
}
.jq-selectbox__dropdown li:hover {
	background-color: #f89778;
	opacity: 0.8;
}
.jq-selectbox__select:hover {
	background: #fff;
}
.jq-selectbox li{
	font-size: 14px;
}
.form--double{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form--double .lc-inputs__block{
	width: 48%;
}
.form--double .lc-inputs__block.w100{
	width: 100%;
}
.form--double .lc-inputs__block.w100 p.red{
	margin: 0;
	color: red;
	font-size: 14px;
	font-weight: 100;
}
.form--double .lc-sbmt{
	padding-bottom: 15px;
	padding-top: 30px;
}

.lc-inputs__block--img{
	position: relative;
}
.lc-inputs__block--img input{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.lc-inputs__block--img .img{
	display: flex;
	justify-content: center;
}
.lc-inputs__block--img img{
	width: 100px;
	height: 100px;
}



input.error,
input.error-online,
.error .jq-selectbox__select,
.required--file.error img {
	border-color: red !important;
}
input.success,
.success .jq-selectbox__select{
	border-color: green !important;
}
input.success, input.error, .required--select.error{
	text-align: left;
}
.required--file img {
	border: 1px solid transparent;
}

.disabled[name="reg_pass_confirm"]{
	opacity: 0.4;
	pointer-events: none;
}
.login-on, .required--file img{
	object-fit: cover;
}

.hide {
	display: none;
}

.lc-inputs__block label span.hint {
	font-size: 12px;
    color: #c0c0c0;
}

.header-right{
	display: flex;
	align-content: center;
}
.header-right .icon{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	transition: .3s;
}
.header-right a{
	color: black;
	text-decoration: underline;
	text-decoration-color: #f4511e;
	transition: .3s;
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-right a:hover .icon{
	fill: #f4511e;
}
.header-right a:hover{
	text-decoration-color: transparent;
}
.flex{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.flex a{
	margin: 0;
}
#nav-hold{
	margin-left: 10px !important;
	pointer-events: none;
}
nav{
	display: flex;
	align-items: center;
}

body .popup-form  .lc-inputs__block--check input{
	
	width: 15px;
	height: 15px;
}
body .popup-form  .lc-inputs__block--check .jq-checkbox{
	margin-top: 8px;
  margin-right: 10px;
	width: 18px;
	width: 23px;
	display: flex;
  align-content: center;
  align-items: center;
}
body .popup-form  .lc-inputs__block--check .jq-checkbox.focused{
	border-color: #f89778;
}
body .popup-form  .lc-inputs__block--check  .jq-checkbox.error{
	border-color: red;
}
body .popup-form  .lc-inputs__block--check .jq-checkbox.checked .jq-checkbox__div{
	margin: 5px 0 0 3px;
	margin: auto;
	margin: 3px 2px auto auto;
	border-bottom: 2px solid rgb(255, 62, 0);
  border-left: 2px solid rgb(255, 62, 0);
	width: 10px;
  height: 5px;
}

body .popup-form  .lc-inputs__block--check input.error{
	border-color: red;
}
body .popup-form  .lc-inputs__block--check{
	width: 100%;
	display: flex;
	align-content: center;
}
body .popup-form  .lc-inputs__block--check a{
	text-decoration: none;
	/*font-size: 12px;*/
	width: calc(100% - 30px);
}
body .popup-form  .lc-inputs__block--check a span{
	text-decoration: underline;
}
body .popup-form  .lc-inputs__block--check a:hover span{
	text-decoration: none;
}


.index-help__left, .index-help__right{
	width: 350px;
	height: auto;
	background-repeat: no-repeat;
	font-size: 35px;
	color: #008f97;
	position: absolute;
	top: 20px;
	font-weight: bold;
	background-size: contain;
	text-align: center;
	line-height: 100%;
	min-height: 105px;
}
@media screen and (max-width: 1400px){
	.index-help__left, .index-help__right{
		font-size: 30px;
		min-height: 90px;
	}
}
.index-help__left{
	padding-left: 75px;
	background-image: url(../img/ar-top-left.png);
	background-position: left;
	left: 50px;
}
.index-help__right{
	padding-right: 90px;
	background-image: url(../img/ar-top-right.png);
	background-position: right;
	right: 50px;
	width: 300px;
}

.index--img{
	width: 100%;
	height: 100%;
}

#page{
	width: 100%;
}
.index--img img{
	display: none;
}
.index--img__bg{ 
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#cardpack-cards #players-list li{
	height: auto;
}

.btnLink,
.ifo a.btnLink{
	background-color: transparent;
  border: 0 none;
	padding: 0;
	margin: 0;
	/*display:none;*/
}
/*.btnLink:hover{
	text-decoration: underline;
}*/
h1.titleClipBoard{
	color: white;
  text-shadow: 0 0 10px #04ebf7;
}
/*						makigra.ru/libs/Font-Awesome-4.7.0/fonts/fontawesome-webfont.ttf
D:\Work\www.makigra.ru/libs/Font-Awesome-4.7.0/fonts/fontawesome-webfont.ttf
https://www.makigra.ru/libs/Font-Awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0*/