@font-face {
    font-family: 'stas';
    src: url('./segoescript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



*{
	box-sizing: border-box;
}


.yuryicons1{
	width: 25px;
    height: 25px;
    margin-right: 6px;
    margin-left: 1px;
    margin-top: 4px;
}
.yuryicons5{
	width: 25px;
    height: 25px;
    margin-right: 6px;
    margin-left: 1px;
    margin-top: 4px;
}

.registrationformtitle1 h2{
	/*text-align: left;
	padding-left: 9.5%;*/
}

.msilogo2 {
	display: none;
}

.registrationformtitle {
	margin-bottom: 1.5%;
	position: relative;
	
}
.registrationformtitle1 {
	margin-bottom: 7.5%;
	position: relative;
	display: flex;
	justify-content: center;
}
.registrationformtitle h3 {
	
	font-weight: 400;
}
.spec{
	font-family: 'Conv_dinpro-regular',Sans-Serif;
	color: #b22d2d;
	font-size: 1.5em;
}
.register .ok p{
	font-family: 'Conv_dinpro-regular',Sans-Serif;
	text-align: center;
	font-size: 1em;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7%;
	line-height: 30px;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 80%;
    margin-bottom: 15px;
	border: 0; 
    /*border-bottom: 1px solid #aaa;*/ 
    transition: .5s border-bottom;
	margin-left: 10%;
    margin-right: 10%;
}
.icon {
    padding-top: 10px;
	padding-bottom: 10px;
    color: gray;
    min-width: 33px;
    text-align: center;
	padding-right: 10px !important;
	padding-left: 0px !important;
}
.input-field {
    width: 100%;
    outline: none;
}

input[type="date"] {
   display: flex;
   flex-flow: row-reverse;
   padding: 8px;
   padding-left: 15px;
   height: auto;
   font-size: inherit !important;
   font-family: inherit !important;
   background: transparent;
       border-bottom: 1px solid #eee;
	   transition: background-color 0.4s ease;
	   animation: highlight-bg 3s infinite;
}
@keyframes highlight-bg {
  0% { background-color: #dc354526; }
  50% { background-color: #fff; }
  100% { background-color: #dc354526; }
}
input[type="date"].filled {
  background-color: #e8f5e9 !important; /* светло-зелёный */
}
input[type=date]:invalid::-webkit-datetime-edit {
    color: gray;
	margin-left: 14px;
}
/*::-webkit-calendar-picker-indicator {
    filter: invert(1)
            brightness(50%)
            sepia(100%)
            saturate(10000%)
            hue-rotate(180deg)
}*/

.eventdiv {
	display: flex;
	width: 100%;
}

.eventdivitem {
	margin-left: 0px;
    margin-right: 12px;
}

input[type='checkbox'] {
    accent-color: red;
	
	
}
/*  --------------------------START CHECKBOX------------------------ */

/*  --------------------------END CHECKBOX------------------------------------------------ */

input[type='radio'] {
    accent-color: red;
	margin-right: -7px;
}

.productitems{
	display: flex;
	width: 100%;
	flex-wrap: wrap
	    
}
.productitem{
	display: block;
	position: relative;
	font-size: 12px;
	width: 33%;
}
.productitem p {
	font-size: 12px;
	color: gray !important;
	font-family: inherit;
}
.questiontext{
	font-family: inherit;
    font-weight: 400;
    float: left;
    margin-left: 10%;
    font-size: 1.1em;
}
p {
	font-family: 'Conv_dinpro-regular',Sans-Serif;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0px !important;
}

.textresult {
	text-align: center;
	padding-bottom: 6%;
}

.row{
	padding: 0px;
}

html, body{
	font-family: 'Conv_dinpro-regular',Sans-Serif;
	font-size: 20px;
	line-height: 26px;
	margin: 0px !important;
	 width: 100%;
  height: 100%;
  background: black;

    
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
main{
	box-sizing: border-box;
	
}
img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
	
}
.gradientback{
	min-height: calc(100vh - 27px);
	background: url(../img/fan-day-bg2.jpg) top center;
	background-repeat: no-repeat;
    /*background-size: cover;*/
	animation: drift 60s ease-in-out infinite alternate;
}
.container-fluid {
	padding: 0px;
}

@media (min-width: 576px){
.container, .container-sm {
    max-width: 70% !important;
}
}
@media only screen and (max-width: 5120px){
	.container.text-center{
		padding-top: 8%;
    padding-bottom: 6%;
	}
	.container, .container-sm {
    max-width: 25% !important;
}

}

@media only screen and (max-width: 3980px){
	.container, .container-sm {
    max-width: 30% !important;
}
}
@media only screen and (max-width: 3440px){
	.container, .container-sm {
    max-width: 35% !important;
}
}

@media only screen and (max-width: 2880px){
	.container, .container-sm {
    max-width: 40% !important;
}
}
@media only screen and (max-width: 2400px){
	.container, .container-sm {
    max-width: 45% !important;
}
}
@media only screen and (max-width: 2100px){
	.container, .container-sm {
    max-width: 55% !important;
}
}
@media only screen and (max-width: 2018px){
	.container, .container-sm {
    max-width: 65% !important;
}
}
@media only screen and (max-width: 1700px){
	.container, .container-sm {
    max-width: 75% !important;
}
}
@media only screen and (max-width: 1500px){
	.container, .container-sm {
    max-width: 85% !important;
}
}
@media only screen and (max-width: 1280px){
	.container, .container-sm {
    max-width: 95% !important;
}
}
@media only screen and (max-width: 1160px){
	.container, .container-sm {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 1100px){
.productitem{
	width: 40%;
	margin-left: 10px;
    margin-right: 10px;
}
.productitems{
justify-content: center;
}
}
.logo {
width: 15vw !important;
    height: auto;
    position: absolute;
    top: 1.7%;
    left: 1.125%;
    z-index: 100;
}
@media only screen and (max-width: 895px){
  .form-data{
	  width: 100% !important;
  }
}
@media only screen and (max-width: 690px){
.productitem{
	width: 40%;
	margin-left: 10px;
    margin-right: 10px;
}
.productitems{
justify-content: center;
}
}
@media only screen and (max-width: 615px){
.productitem{
	width: 50%;
}
.questiontext {
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}
}
@media only screen and (max-width: 490px){
.productitem {
    width: 65%;
}
}
@media only screen and (max-width: 385px){
.productitem {
    width: 80%;
}
}
@media only screen and (max-width: 345px){
.bt-reg{
	font-size: 0.9em !important;
}
}
@media only screen and (max-width: 320px){
.productitem {
    width: 90%;
}
}


@media only screen and (max-width: 1025px){
.form-data{
	width: 60%;
}
.regimg{
	display: none;
}
.logo {
	    align-items: center;
    position: relative !important;
    width: 30% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    margin-bottom: -1%;
    left: 0;    
}
.msilogo {display: none;}
.msilogo2 {
	display: block;
	width: 79%;
	margin: 0 auto;
}
.gradientback {
    background-size: cover;
}
.bt-reg-clear{
	display: none;
}
}
@media only screen and (max-width: 1024px){
.col{

}
}
@media only screen and (max-width: 580px){
.footer p {
    font-size: 13px !important;
    
}
}
@media only screen and (max-width: 520px){
	.footer p {
    font-size: 9px !important;
}
.col {
    
}
}
@media only screen and (max-width: 449px){
	.footer p {
    font-size: 9px !important;
}
.col {
   
}
}
@media only screen and (max-width: 420px){
   .gradientback{
	  
   }
   .footer .container .col p {
    font-size: 8px !important;
}
.col {
   
}
}
@media only screen and (max-width: 340px){
.footer .container .col p {
    font-size: 7px !important;
}
.col {
    margin-bottom: -4.5% !important;
}
.footer img {
    max-width: 50px;
    padding: 0px 3px 9px 0;
}
}
@media screen and (max-width: 992px) {	
	.soundbar{
		display: none;
	}
	.super img {
		margin-top: 15px;
		margin-left: 0px;
	}
	.wheretobuy {
		margin-top: -120px;
	}
}
.wheretobuy{
	padding-top: 105px;
	/* background: url(../img/dragoncart.png) 6% 16% no-repeat, url(../img/chbox.png) 83% 8% no-repeat; */
}
.wheretobuy img{
}
.Logo {
	background-color: transparent;
    margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 230px;
    width: 727px;
}
.Logo__citilink {
    display: block;
    padding: 50px;
}
.vendors{
	margin: 105px 0 60px;
}
.register{
	/*width: 903px;*/
	margin: auto;
}
.register p{
	
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 0.3rem;
	text-align: left;
	/*text-transform: uppercase;*/
}
.req{
	margin: 57px 0 30px;
}
.footer{
	display: flex;
    justify-content: center;
	
	background-color: #000;
	margin-left: auto;
    margin-right: auto;
}
.col {
display: inline-block;

}
.footer .container{
	width: auto;
	margin-left: auto;
    margin-right: auto;
}
.footer img{
	float: left;
	
}
.footer p{
	color: #a8a7a7;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	padding: 4px 4px 4px 4px;
}
.form-data {
	display: block;
	width: 53%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #fff;
	/*border: 1px solid #777; */
	margin-top: 0px;
	padding-top: 30px;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
	border-radius: 15px;
}
table {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
input[type=text], input[type="tel"], input[type="number"], input[type="url"] {
	/*height: 35px;*/
	/*width: 600px;*/
	width: 100%;
	font-size: 0.8em;
	border: 0; 
    border-bottom: 1px solid #eee; 
	color: gray;
}

/*input[type=text]:hover {
	border: 0; 
    border-bottom: 1px solid #aaa; 
    transition: .5s border-bottom;
}*/
select {
	font-size: 1.1em;
	height: 35px;
	width: 600px;
	padding: 15px;	
	border: 0; 
    border-bottom: 1px solid #eee;
}
select:hover {
	border: 0; 
    border-bottom: 1px solid #aaa;
    transition: .5s border-bottom; 
}
input[id=id_purch_mb] {
	height: 35px;
	width: 570px;
	font-size: 1.1em;
	border: 0; 
    border-bottom: 1px solid #eee; 
}
input[id=id_purch_mb]:hover {
	border: 0; 
    border-bottom: 1px solid #aaa;
    transition: .5s border-bottom; 
}
:-ms-input-placeholder  {font-size: 14px;}
::-webkit-input-placeholder {font-size: 14px;}
::-moz-placeholder    {font-size: 14px;}
:-moz-placeholder {font-size: 14px;}

:focus {outline:none !important}
input:-moz-placeholder {color: gray;}
input::-webkit-input-placeholder {color: gray;}

input:focus:invalid  { /* when a field is considered invalid by the browser
    background: #fff url(../img/invalid_24.png) no-repeat 100% center; */
    background: #fff url(../img/invalid_2.svg) no-repeat 101% center;
    border-bottom: 1px solid #f00;
}
input:required:valid { /* when a field is considered valid by the browser */
    background: transparent url(../img/valid_1.svg) no-repeat 101% center;
    /*border-bottom: 1px solid green;*/
}
input[id=id_purch_mb]:focus:invalid  { /* when a field is considered invalid by the browser
    background: #fff url(../img/invalid_24.png) no-repeat 100% center; */
    background: #fff url(../img/invalid_2.svg) no-repeat 101% center;
    border-bottom: 1px solid #f00;
}
input[id=id_purch_mb]:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../img/valid_1.svg) no-repeat 101% center;
    border-bottom: 1px solid green;
}
.sn { 
	float:left;
	color:#aaa;
	text-decoration:none;
}
.tab_text {
	font-size: 10px;
	line-height: 14px;
	color: #555;
	text-align: left;	
}
.bt-reg {
	text-align: center;
	background-color: #51d351;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-top: 7px;
	font-weight: 500;
	font-size: 1.1em;
	margin-top: 33px;
	margin-bottom: 50px;
	border: none;
	font-family: inherit;
	cursor: pointer;
	margin-left: 3%;
    margin-right: 3%;
	border-radius: 25px;
}
.bt-reg:hover {
	text-align: center;
	background-color: #51d351;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-top: 7px;
	font-weight: 500;
	font-size: 1.1em;
	border: none;
	font-family: inherit;
	cursor: pointer;
	border-radius: 25px;
	box-shadow: 0px 0px 12px 3px rgb(81, 211, 81, .7);
}
.bt-reg-clear {
	text-align: center;
	background-color: gray;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-top: 7px;
	font-weight: 500;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom:50px;
	border: none;
	font-family: inherit;
	cursor: pointer;
	margin-left: 3%;
    margin-right: 3%;
	border-radius: 25px;
}
.bt-reg-clear:hover {
	text-align: center;
	background-color: gray;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-top: 7px;
	font-weight: 500;
	font-size: 1.1em;
	border: none;
	font-family: inherit;
	cursor: pointer;
	border-radius: 25px;
	box-shadow: 0px 0px 12px 3px rgb(190, 190, 190, .7);
}
.regimg {
	/*margin: 30px 0 40px;*/
	max-width: 17%;
    position: absolute;
    top: -5%;
    left: 77.9%;
}
.form-data{
	padding-top: 18px;
}
.tab_text{
	/*padding: 0 5px;*/
}

@media (max-width: 1024px) { 
	col-lg-6{
		padding: 0 5px;
		}
	img {
		
	}
	.object{
		max-width: 150px;
	}
	.lr1{
		left: 2%;
		top: 30px;
	}
	.lr2{
		right: 10%;
		top: 260px;
	}
	
	.pinkgrad{
		background: none;
	}
	.melody{
		display: none;
	}
	.ch40{
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.ch40 img{
		float: none;
	}
	.ch40text{
		margin-top: 30px;
	}
	.ch40text p{
		max-width: 100%;
		padding: 10px;
		margin: auto;
	}
	.tshback{
		width: 100%;
		background: none;
	}
	.tshirt{
		
	}
	.tshirt .title {
		margin-top: 55px;
	}
	.tshtext p{
		margin: auto;
	}

	.tshtext img{
		margin-right: 10%;
	}
	
	
	.tshimg{
		max-width: 90%;
		padding: 0px;
		float: none;
		margin: auto;
	}
	.soundbar{
		background-size: 90%;
	}
	.wheretobuy{
		background: none;
	}
	.Logo {
		background-color: transparent;
		margin-top: 70px;
		margin-bottom: 30px;
		margin-left: 0px;
		width: 100%;
	}
	.register{
		width: 100%;
	}
	.regimg {
		margin: 0px 0 15px;
	}
	input[type=text] {
		height: 35px;
		width: 90%;
		font-size: 1.1em;
	}
	input[id=id_purch_mb] {
		height: 35px;
		width: 100%;
		font-size: 1.1em;
	}
	.formcalen {
		width: 90%;
	}
	.table_none td{
		padding: 0px 10px !important;
	}
	.tab_text{
		font-size: 14px;
		margin-top: 15px;
		padding: 0 20px;
	}
	select {
		font-size: 1.1em;
		height: 35px;
		width: 90%;
	}	
	.sn { 
		padding-left: 5%;
		color:#aaa;
		text-decoration:none;
	}
	.sn small{
		font-size: 12px;
	}
	.register p{
		width: 100%;
	}
	.supertext{
		padding-top: 0px;
		text-align: left;
	}
	.super img{
		margin-left: 0px;
		max-width: 65%;
	}
	.Logo {
		width: 100%;
		transform: scale(1.15);
	}
	.footer p {
		font-size: 13px;
		padding: 0 0 0 0;
	}
	.footer img{
		max-width: 50px;
		
	}
	.form-data {
		max-width: 100%;
		
	}
	table{
		
	}
	.tab_text{
		max-width: 100%;
		width: 100%;
	}
	.msilogo{
		
	}
	.Logo {
		margin-top: 55px;
		margin-bottom: 60px;
	}
	.register p{
		margin: 5px 0;
	}
}
@media (min-width: 992px){
		.tshback{
			height: 418px;
		}
		.tshimg{
			float: right;
		}
		
	
	}
@media (min-width: 768px){
		
		.footer .container {
			max-width: 95%;
			display: flex;
        align-items: center;
		}
	
	}
@media (max-width: 375px) {
	input[id=id_purch_mb]{
		float: left;
	}
	.footer .container .col p{
		font-size: 8px;
	}
	.footer .container .col img{
		max-width: 40px;
	}
	
}
@media (max-width: 5120px) and (min-width: 3321px) {
	.gradientback {
    background-size: cover;
}
}
@media (max-width: 3320px) and (min-width: 3276px) {
	.gradientback {
    background-size: cover;
}
}
@media (max-width: 3275px) and (min-width: 3171px) {
	.gradientback {
    background-size: 187%;
}
}
@media (max-width: 3170px) and (min-width: 3001px) {
	.gradientback {
    background-size: 160%;
}
}
@media (max-width: 3000px) and (min-width: 2190px) {
	.gradientback {
    background-size: 120%;
}
}

@media (max-width: 323px) and (min-width: 300px) {
	.form-data {
        width: 100% !important;
    }
	.bt-reg {
    padding-left: 10px;
    padding-right: 10px;
}
input[type="date"] {
   padding-left: 0px;
   width: 95%;
}
input[type=text] {
        width: 100%;
    }
	.footer .container .col p {
        font-size: 6px !important;
    }
}

@keyframes drift {
      0% {
        background-position: 50% 50%;
      }
      25% {
        background-position: 60% 40%;
      }
      50% {
        background-position: 40% 60%;
      }
      75% {
        background-position: 55% 45%;
      }
      100% {
        background-position: 50% 50%;
      }
    }