html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #0A0A0A;
}

@font-face {
	font-family: impact;
	src: url(../fonts/impact.ttf);
}


.right {
	float: right;
}


/*

 COLORS ################
########################
########################
########################
########################

#CCFF66 - LIGHT GREEN

*/



/*SCROLL*/
	/*FireFox*/
	.scroll-dark-y{
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin !important;
		scrollbar-color: #FFFFFF33 #00000099 !important;
	
	}
	.scroll-light-y{
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin !important;
		scrollbar-color: #00000033 #FFFFFF11 !important;
	}
	
	/*Chrome*/
	::-webkit-scrollbar {
	    width: 8px;
	    background: #00000044;
	}

	::-webkit-scrollbar-thumb {
	    background: #FFFFFF66;
	    -webkit-border-radius: 4px;
	    -webkit-box-shadow: 0px 1px 2px #00000090;
	}


/*!MAIN*/

.landing_container {
	margin: 0 auto;
	background-size: cover;
	min-width: 100%;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.landing_block {
	padding: 30px;
	height: 100%;
	max-width: 960px;
	background-color: rgba(0, 0, 0, 0.9);
	margin: 0 auto;
}


/*!LANDING*/


/*!INTRO_TEXT*/

.intro {
	width: 100%;
	padding-top: 50px;
	display: flex;
	justify-content: left;
}


.intro_line {
	margin: 0;
	padding-top: 20px;
	width: 7px;
	height: 190px;
	background-color: #FC8F3A;
	border: none;
}

.intro_text {
	font-family: Impact;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	margin-left: 10px;
	width: 100%;
}

.intro_text_main {
	font-size: 90px;
}

.intro_text_second {
	font-size: 28px;
}

.intro_text_second_color {
	color: #FC8F3A;
}

/*!PROMO*/

.promo {
	max-width: 1140px;
	flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
}


.promo_img {
	height: 100%;
	width: 100%;
	padding-top: 50px;
}

.promo_img_inner{
	position: relative;
	display: flex;
	cursor: pointer;
}

.promo_play {
	position: absolute;
	opacity: 0;
	transition: all .5s ease;
}

.promo_play:hover {
	opacity: 1;
}

.outro_btn-inf {
	max-width: 100%;
	margin-top: 5%;
}

a.outro_inf {
	justify-content: center;
    align-items: center;
    margin-top: 10%;
    height: 50px;
    width: 250px;
    background: rgb(52,40,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,0,1) 25%);
    display: flex;
    color: #000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 85%;
    outline: none;
    transition: 0.2s;
    font-weight: bold;
}

a.outro_inf:hover{
	background: rgba(255,255,255,.2); 
	color: #fff;
}
a.outro_inf:active { 
   background: white; 
   color: #000;
}

.outro {
    width: 100%;
    max-width: 100%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*!YMUSIC*/

.Ymusic_intro {
	display: flex;
	justify-content: left;
	margin-top: 50px;
}

.Ymusic_text {
	font-weight: bold;
	font-family: Impact;
	color: #fff;
	margin-left: 10px;
	font-size: 50px;
}

.Ymusic_line {
	margin: 0;
	width: 7px;
	height: 60px;
	background-color: #FC8F3A;
	border: none;
}

.Ymusic_text_color {
	color: #FC8F3A;
}

.Ymusic_promo {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	margin: 0 auto;
	display: inline;
}

.Ymusic_left_side {
	height: 100%;
	width: 100%;
	
}

.Ymusic_opic{
    margin-top: 5%;
    margin-bottom: 7%;
    text-align: justify;
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    padding-top: 10px;
    width: 60%;
    display: flex;
	flex-flow: row nowrap;
	margin: 0 auto;
}

.Ymusic_photo{
    width: min-content;
    padding-top: 20px;
    float: right;
}

.Ymusic_music{
    margin: 0 auto;
    height: 150px;
    display: flex;
    justify-content: center;
    padding: 20px;
}

a.Ymusic_button{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    width: 250px;
    background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(255,190,2,1) 56%, rgba(255,165,0,1) 100%);
    display: flex;
    color: white;
    font-weight: 16px;
    text-decoration: none;
    font-family: sans-serif;
    outline: none;
    font-weight: bold;
    font-size: 85%;
    border-radius: 10px;
    transition: 0.2s;
}

a.Ymusic_button:hover{
     background: rgba(255,255,255,.2); 
    }
a.Ymusic_button:active { 
    background: white; 
    color: #000;
}

.Ymusic_statyc_bar{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 50px;
	width: 60%;
}

.icona {
	transition: 0.2s;
}

.icona:hover {
	box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.3) ;
	border-radius: 1000px;
}

.Ymusic_btn-inf {
	max-width: 100%;
	margin-top: 5%;

}

a.Ymusic_inf {
	justify-content: center;
    align-items: center;
    margin-top: 10%;
    height: 50px;
    width: 250px;
    background: rgb(52,40,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,0,1) 25%);
    display: flex;
    color: #000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 85%;
    outline: none;
    transition: 0.2s;
    font-weight: bold;
}

a.Ymusic_inf:hover{
	background: rgba(255,255,255,.2); 
	color: #fff;
}
a.Ymusic_inf:active { 
   background: white; 
   color: #000;
}

.Ymusic_box {
    width: 100%;
    max-width: 100%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ymusic_modal {
    position: fixed;
    inset: 0;
    background: rgba(29, 29, 29, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;

}

.Ymusic_content {
    min-width: 30%;
    position: absolute;
    background: #000000;
    padding: 1em 2em;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
}

.Ymusic_modal:target {
    display: flex;
}

.Ymusic_container{
    margin: 0 auto;
    display: grid;
    align-items: center;
    justify-content: center;
}

.Ymusic_btn-tlg {
    height: 50px;
    width: 300px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #1E96C8;
    color: #FFF;
    margin: 20px;
    text-decoration: none;
    transition: .6s;
    font-family: "Roboto Condensed", Verdana, Arial;
    cursor: pointer;
    justify-content: space-evenly;
  }
  
  .Ymusic_btn-tlg:hover {
    background: #26BFFF;
    box-shadow: 0 0 6px 1px #1E96C899;
    transition: .2s;
    color: #00000099;
  }
  
  .Ymusic_btn-wh {
    height: 50px;
    width: 300px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #00C364;
    color: #FFF;
    margin: 20px;
    text-decoration: none;
    transition: .6s;
    font-family: "Roboto Condensed", Verdana, Arial;
    cursor: pointer;
    justify-content: space-evenly;
  }
  
  .Ymusic_btn-wh:hover {
    background: #00F880;
    box-shadow: 0 0 6px 1px #00F88099;
    transition: .2s;
    color: #00000099;
  }


/*!GALLERY*/

.gallery {
	max-width: 100%;
	padding-top: 100px;
}

.gallery_intro {
	display: flex;
	justify-content: left;
}

.gallery_text {
	font-weight: bold;
	font-family: Impact;
	color: #fff;
	margin-left: 10px;
	font-size: 50px;
}

.gallery_line {
	margin: 0;
	width: 7px;
	height: 60px;
	background-color: #FC8F3A;
	border: none;
}

.gallery_text_color {
	color: #FC8F3A;
}

.gallery_photo {
	padding-top: 10px;
}

.gallery_slider {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.gallery_slider-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery_slider-img.active {
  opacity: 1;
}

.gallery_slider img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.gallery_slider .prev {
  left: 10px;
}

.gallery_slider .next {
  right: 10px;
}

/*!FEEDBACK*/

.feedback {
	max-width: 100%;
	padding-top: 100px;
}

.feedback_intro {
	display: flex;
	justify-content: left;
}

.feedback_text {
	font-weight: bold;
	font-family: Impact;
	color: #fff;
	margin-left: 10px;
	font-size: 50px;
}

.feedback_line {
	margin: 0;
	width: 7px;
	height: 60px;
	background-color: #FC8F3A;
	border: none;
}

.feedback_text_color {
	color: #FC8F3A;
}

.feedback_photo {
	padding-top: 10px;
}

.feedback_slider {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.feedback_slider-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.feedback_slider-img.active {
  opacity: 1;
}

.feedback_slider img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.feedback_slider .back {
  left: 10px;
}

.feedback_slider .forward {
  right: 10px;
}
	
.row {
	display: flex;
	flex-direction: row;
}


.info-red {
	float: right;
	background: #A41515;
	color: #FFF;
	padding: 6px;
	width: 160px;
	text-align: center;
	 -moz-transform: rotate(10deg); /* Для Firefox */
    -ms-transform: rotate(10deg); /* Для IE */
    -webkit-transform: rotate(10deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(10deg); /* Для Opera */
    transform: rotate(10deg);
}
.ask {
	background: #FFFFFF11;
	border-radius: 10px;
	padding: 16px;
	color: #FFFDD0;
	text-align: center;
	margin: 10px;

}
.text-form {
	font-size: 14px;
	border-radius: 6px;
	padding: 8px;
	border: 1px solid #90909090;
	margin: 8px;
	width: 200px; max-width: 200px; min-width: 200px;
	font-family: "Verdana", Arial;
}
textarea {
min-height: 100px;
}

.main-menu {
	width: 100%; height: 80px;
	background: #000000EE;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 4px 12px 0px rgba(16, 0, 0, .8);
}



.rel-btn {
	color: #FFF;
	font-size: 14px;
	font-family: 'Verdana', Arial;
	margin: 0 auto;
	text-decoration: none;
	transition: .6s;
	margin-right: 12px;
}

.rel-btn:hover {
	color: #FFFFFFCC;
	transition: .3s;
}

.rel-btn:active {
	color: #FFD870;
}

footer .rel-btn {
		margin-bottom: 12px;
}

.btn-sign {
	color: #70EEFF;
	font-size: 14px;
	font-family: 'Verdana', Arial;
	margin: 20px;
	text-decoration: none;
	border: 1px solid #70EEFF;
	padding: 12px;
	transition: .6s;

}

.btn-sign:hover {
	color: #0A0A0A;
	background: #70EEFF;
	transition: .3s;
}

.btn-sign:active {
	color: #0A0A0A;
	background: #FFD870;
	border-color: #FFD155;
}



h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #BBB;
	font-size: 16px;
	margin: 0 auto;
}

h1 > span {
	color: #FFF;
	font-size: 20px;
}

.cont-video {
	width: 100%; height: 1000px;
	position: relative;
}


.landing {
	min-height: 400px;
	position: relative;
	z-index: 6;
}

.block-land {
		min-height: 1000px;
		max-height: 1000px;
		overflow: hidden;
		padding-top: 40px;
		position: relative;
		background: #1A1A1A;
		background-position: center;
		display: flex;
		justify-content: center;
		font-family: "Roboto", sans-serif;
		margin: 0 auto;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .6);
}

.img-clip {
	margin: 0 auto;
	position: absolute;
	top: 0;
	padding-left: 30%;
	opacity: 0.06;
}

.fixed {
	position: fixed !important;
}

.img-wrap {
	position: absolute;
}

.block-box-text {
	min-width: 1920px;
	max-width: 1920px;
	min-height: 200px;
	height: inherit;
	position: absolute;
	top: 40px;
	left: 0;
}

.title-clip {
	font-weight: 600;
	min-width: 512px;
	max-width: 512px;
	font-size: 52px;
	padding: 12px;
	padding-left: 18%;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .6);
}
.text-clip {
	font-weight: 500;
	min-width: 512px;
	max-width: 512px;
	font-size: 20px;
	padding: 12px;
	padding-left: 18%;
	text-align: left;
}

.logo-home {
	position: relative;
	top: -75px;
}


.cont-home-menu {
	margin: 0 auto;
	padding: 0;
	margin-top: -60px;
	/*display: inline-block;*/
	/*flex-direction: row;*/
}

.cont-home-menu li {
	display: inline-block;
	vertical-align: middle;
}

.btn-home-menu {
	text-decoration: none;
	width: 160px; height: 120px;
	font-size: 18px;
	border: 1px solid gray;
	color: gray;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin: 24px;
}

.btn-home-menu:hover {
	background: #FFFFFF11;
	box-shadow: 0 0 6px 1px #FFFFFF66;
}

.btn-home-menu:active {
	box-shadow: 0 0 10px 4px #FFF;
}

.blue-btn {
	cursor: pointer;
	color: #FFF;
	background: #0066FF;
	font-size: 14px;
	font-family: 'Verdana', Arial;
	text-decoration: none;
	padding: 12px 24px;
	transition: 0s;
	border: none;
}

.blue-btn:hover {
	background: #004EC3;
	transition: 0s;
}


.blue-btn:active {
	background: #C36E00;
}


footer {
	background: #0A0A0A;
	height: 600px;
	margin: 0 auto;
	padding: 20px;
}

.box-footer {
	max-width: 960px; height: inherit;
	margin: 0 auto;
}

.box-footer-items {
	width: 33%;
	padding-top: 20px;
	color: #FFFFFF66;
	font-family: "Verdana", Arial;
}

.box-footer-items h4 {
	text-align: right;
	font-family: "Verdana", Arial;
	font-weight: 400;
}

.box-footer-items p {
	/*font-size: 12px;*/
	font-family: "Verdana", Arial;
	transition: .6s;
}
.box-footer-items p:hover {
	color: #FFF;
	transition: .2s;
}

.box-footer-items p a:hover {
	color: #FFF;
	transition: .2s;
}

.box-footer a {
	color: #FFFFFF66;
	text-decoration: none;
}

.social {
	height: 36px;
	opacity: .3;
	transition: .6s;
	padding: 10px;
}

.social:hover {
	opacity: 1;
	transition: .2s;
}


.contact {
	height: 32px;
	opacity: .3;
	padding: 10px;
}

.cont-block {
	width: 960px; height: 1000px;
	margin: 0 auto;
	/*background: #EEE8E8;*/
	display: flex;
	flex-direction: row;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}


.block {
	display: block;
}

.center-widget {
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	/*padding-top: 100px;*/
	padding-right: 10%;
}

.padding-r-auto{
		padding-right: inherit;
}

.menu-block {
	width: 320px; height: inherit;
	min-height: 620px;
	background: #96A6A6;
	display: block;
}

.title-box {
	font-family: 'Verdana', Arial;
	padding: 6px;
	color: #FFF;
	background: #404747;
	font-size: 13px;
	cursor: default;
}

.empty-left-320 {
	width: 320px;
	min-height: 200px;
	background: red;
}

.content-box {
	min-height: 320px;
	max-height: 720px;
	width: inherit;
	display: block;
	font-size: 13px;
	padding: 6px;
	padding-bottom: 512px;
	margin-bottom: 6px;
}

.content-box a {
	text-decoration: none;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-flex;
	font-family: 'Verdana', Arial;
	color:  #FE2C55;
	background: #C4D9D9;
	border: 1px solid #FEBFCB;
	border-radius: 14px;
	margin-bottom: 6px;
	align-items: center;
	transition: .5s;
}

.content-box a:hover {
	border-color: #FE2C55;
	transition: .2s;
	background: #D7EEEE;
}

.hastag {
	font-size: 16px;
	margin-right: 4px;
}

.menu-block p {
	color: #00000066;
	text-align: center;
}

.info-block {
	width: 700px; height: inherit;
	background: #FFFFFF06;
	padding-top: 100px;
	font-size: 14px;
	overflow-y: auto;
}

.info-block th {
	text-align: left;
	background: #D2C2C2;
	font-size: 15px;;
	padding: 10px;
}

.info-block tr:hover {
	color: #BE0000;
}

.info-block table {
	padding-bottom: 200px;
}



.cont-name-page {
	position: relative;
	top: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	border: 1px solid gray;
	margin: 50px;
	padding: 20px;
}

hr{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 20px;
}


.hr-light{
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin: 20px;
}

.no-sel {
	overflow-x: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}

.cont-left {
	display: inline-flex;
	min-width: 256px;
	padding-left: 12px;
	padding-right: 12px;
}

.cont-right {
	display: inline-flex;
	min-width: 256px;
	padding-left: 12px;
	padding-right: 12px;
}

.cont-btn-genre {
	/*padding: 0;*/
	text-align: center;
}

.cont-btn-genre a{
	width: 120px;
}

/*CheckBox*/
.cont-btn-genre input[type='checkbox']{
	visibility: hidden;
	display: none;
	margin: 0 auto;
	text-align: center;
}

.genre-btn-active {
	display: none;
}

.btn-genre {
	cursor: pointer;
	text-decoration: none;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-flex;
	font-family: 'Verdana', Arial;
	color:  #FE2C55;
	border: 1px solid #FEBFCB;
	border-radius: 14px;
	margin-bottom: 6px;
	align-items: center;
	transition: .5s;
	}

.btn-genre:hover {
	background: rgba(255, 255, 255, .9);
	border: 1px solid #FE2C55;
}

	.cont-btn-genre input:checked + .btn-genre {
		color: #0066FF;
		border-color: #0066FF;
	}

	.btn-genre:active {
		background: #0066FF;
		color: #FFF;
	}

.head-block-menu{
	width: 100%; min-height: 24px;
	max-height: 96px;
	padding-top: 80px;
	display: flex;
	align-items: center;
	justify-content: end;
	color: #FE2C55;
	background: #00000008;
}

/*VIDEOS*/

.video-block {
	max-width: 960px; height: 1000px;
	padding-bottom: 256px;
	/*margin: 0 auto;*/
	background: #00000008;
	/*overflow: hidden;*/
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 8;
	position: relative;
}

	.box-video {
		padding: 20px;
		padding-bottom: 6px;
		margin-top: 0;
		min-height: 624px;
		max-height: 960px;
		background: #0A0A0A;
		border: 1px inset #90909050;
		font-family: 'Verdana', Arial;
		color: #0A0A0A;
		transition: .6s;
		display: block;
		margin-bottom: 6px;
	}
	.box-video:hover {
		border-color: #FF9185;
		background: #101010;
	}

	.video-title {
		padding-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #32323266;
	}

	.box-video h3 {
		font-size: 24px;
		font-weight: 400;
		margin: 0;
		color: #FEFEFE;
		font-family: 'Roboto Condensed', sans-serif;
	}

	.video-frame {
		width: 100%; height: 420px;
		background: #000;
	}

	.video-note {
 		padding: 10px;
 		color: #FFFEE7DD;
 		font-size: 14px;
 		min-height: 32px;
 		max-height: 128px;
	}

	.video-track {
		padding: 2px;
		padding-bottom: 1px;
 		color: #C1F9AD;
 		font-size: 12px;
 		min-height: 12px;
 		max-height: 128px;
 		border-bottom: 1px solid #32323266;
	}
	.video-track a{
		color: #C1F9AD;
		text-decoration: none;
		transition: .6;
		margin-right: 10px;
	}

	.video-track a:hover{
		color: #96F972;
		transition: .2;
	}

	.video-track a:active{
		color: #F99572;
		transition: 0;
	}

	.video-bot {
		display: flex;
		min-height: 20px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-bottom: 0;
		justify-content: end;
	}

	.video-bot-data-box {
		display: flex;
		align-items: center;
	}

	.key-w {
		display: flex;
		font-size: 11px;
		color: #323232;
		margin-right: 2px;
	}

	.value-w {
		display: flex;
		font-size: 11px;
		color: gray;
		margin-left: 2px;
	}


	.box-track {
		padding: 12px;
		/*padding-bottom: 6px;*/
		margin-top: 0;
		min-height: 32px;
		max-height: 128px;
		background: #EEE6E6;
		border: 1px inset #90909050;
		font-family: 'Verdana', Arial;
		color: #0A0A0A;
		transition: .6s;
		display: block;
		margin-bottom: 6px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-width: 660px;
	}
	
	.box-track:hover {
		border: 1px solid #FE2C55;
		background: #EEDBDB;
		transition: .1s;
	}

	.title-track {
		font-size: 16px;
		font-family: 'Verdana', Arial;
		color: #544B4B;
		cursor: default;
	}

	.btn-track {
		min-width: 128px;
	}

	.btn-track a {
		font-size: 12px;
		background: #0066FF;
		text-decoration: none;
		color: #FFF;
		padding: 10px;
		border-radius: 24px;
		transition: .5s;
	}

	.btn-track a:hover {
		background: #005FEE;
		transition: .3s;
	}

/*PRICES*/

	.box-price {
		padding: 20px;
		padding-bottom: 6px;
		margin-top: 0;
		min-height: 624px;
		max-height: 960px;
		max-width: 928px;
		background: rgba(255, 255, 255, .01);
		border: 1px inset #90909050;
		font-family: 'Verdana', Arial;
		color: #0A0A0A;
		transition: .6s;
		display: block;
		margin-bottom: 6px;
	}
	.box-price:hover {
		border-color: #FF9185;
		background: rgba(255, 0, 0, .01);
	}

	.box-price .st1 {
		max-height: 32px;
		background: green;
	}

	.box-price .st2 {
		min-width: 128px;
		min-height: 256px;
		max-height: 600px;
		background: rgba(10, 10, 10, .99);
		display: inline-block;
		text-align: center;
		padding: 12px;
	}

	.box-price .st2 img {
			margin: 0 auto;
			transition: .5s;
			border: 1px solid rgba(100, 100, 100, .0);
			cursor: pointer;
		}

	.vid-price-icon {
		margin: 0 auto;
		min-height: 194px;
		min-width: 290px;
		transition: .5s;
		border: 1px solid #FF9185;
	}

	.vid-price-icon:hover{
		transform: scale(1.06);
		box-shadow: 6px 6px 24px 6px rgb(0, 0, 16);
		transition: .3s;
		border: 1px solid #FF5F4D;
	}

	.box-price .st2 img:hover {
		transform: scale(1.06);
		box-shadow: 6px 6px 24px 6px rgb(0, 0, 16);
		transition: .3s;
		border: 1px solid rgba(100, 100, 100, .6);
}

	.img-price-icon-1 {
		max-height: 192px;
	}

	.img-price-icon-2 {
		max-width: 192px;
	}


	.box-price .st4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #C6F9B4;
	}

	.talk-box {
		display: flex;
		padding: 6px;
		border: 1px solid rgba(255, 255, 255, .06);
		border-radius: 6px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.talk-box a {
		min-height: 32px;
		min-width: 192px;
		margin: 2px;
	}

	.box-price .st5 {
		min-height: 64px;
		max-height: 512px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		color: #FFFEE7DD;
		font-size: 14px;
		text-align: justify;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.box-price .st6 {
		min-height: 64px;
		max-height: 256px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		display: flex;
		align-items: center;
		justify-content: end;
	}

	.price-title {
		padding-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #32323266;
	}

	.btn-file {
		font-family: "Roboto Condensed", Verdana, Arial;
		background: #FF9185;
		color: #FEFEFF;
		transition: .5s;
		border: 1px inset #FF9185;
		padding: 6px;
		padding-left: 12px;
		padding-right: 12px;
		text-decoration: none;
		border-radius: 1px;
		padding-bottom: 8px;
		min-width: 128px;
		min-height: 32px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.btn-file:hover {
		background: #EE8074;
		transition: .2s;
		box-shadow: 0 0 6px 1px rgba(230, 137, 91, .7);
	}

	.box-price h3 {
		font-size: 64px;
		font-weight: 400;
		margin: 0;
		color: #FEFEFE;
		font-family: 'Roboto Condensed', sans-serif;
	}

	.price-text {
		font-family: "Roboto", Verdana, Arial;
		font-size: 28px;
		color: #96F972;
		display: inline-block;
	}

	.box-feature {
		background: #00000010;
		width: 100%;
		padding: 6px;
	}
	.feature {
		cursor: default;
		background: #228D6A;
		color: #FFF;
		padding: 2px 6px;
		border-radius: 10px;
		margin: 4px;
		width: intrinsic;           /* Safari/WebKit используют нестандартное имя */
  		width: -moz-max-content;    /* Firefox/Gecko */
 	 	width: -webkit-max-content;
 	 	transition: .6s;
 	 	display: inline-block;
	}

	.feature:hover {
		background: #1E7A5C;
		color: #FEFFCB;
		transition: .1s;
	}

	.box-expense {
		background: #00000010;
		width: 100%;
		padding: 6px;
	}
	.expense {
		background: #F09000;
		cursor: default;
		color: #FFF;
		padding: 2px 6px;
		border-radius: 10px;
		margin: 4px;
		width: intrinsic;           /* Safari/WebKit используют нестандартное имя */
  		width: -moz-max-content;    /* Firefox/Gecko */
 	 	width: -webkit-max-content;
 	 	transition: .6s;
 	 	display: inline-block;
	}

	.expense:hover {
		background: #DE8500;
		color: #FEFFCB;
		transition: .1s;
	}

/*WhatsApp*/
	.btn-wh {
		display: flex;
		align-items: center;
		background: #00C364;
		color: #FFF;
		margin: 20px;
		text-decoration: none;
		transition: .6s;
		font-family: "Roboto Condensed", Verdana, Arial;
		cursor: pointer;
		justify-content: center;
	}

	.btn-wh:hover {
		background: #00F880;
		box-shadow: 0 0 6px 1px #00F88099;
		transition: .2s;
		color: #00000099;
	}

/*Telegram*/
	.btn-tlg {
		display: flex;
		align-items: center;
		background: #1E96C8;
		color: #FFF;
		margin: 20px;
		text-decoration: none;
		transition: .6s;
		font-family: "Roboto Condensed", Verdana, Arial;
		cursor: pointer;
		justify-content: center;
	}

	.btn-tlg:hover {
		background: #26BFFF;
		box-shadow: 0 0 6px 1px #1E96C899;
		transition: .2s;
		color: #00000099;
	}


.admin-btn {
	border: #70EEFF 1px solid;
	color: #70EEFF;
	padding: 6px;

}
.admin-btn:hover {
	background: #70EEFF;
	color: #1A1A1A;
}
.admin-btn:active {
	background: #70EEFF;
	color: #1A1A1A;
}


.form-create-order {
	display: block;
}

.form-create-order .box-input {
	width: 90%;
	margin-bottom: 12px;
	border-bottom: 1px solid lightgray;
	padding-left: 12px;
	display: grid;
	align-items: center;
	/*justify-content: start;*/
	grid-template-columns: 20% 80%;
}

.form-create-order .box-input label {
	color: #7E7B7B;
}

.form-create-order .box-input input {
	width: 256px;
	font-size: 16px;
	padding: 6px;
	margin-bottom: 12px;
}



.box-form {
	display: block;
	text-align: center;
}

.box-form input {
	margin: 0 auto;
	margin-bottom: 12px;
	height: 24px;
	width: 84%;
	padding: 4px;
}

.box-form textarea {
	padding: 4px;
	margin: 0 auto;
	margin-bottom: 12px;
	width: 84%;
	max-width: 84%;
	min-width: 84%;
}

.box-form .btn-form{
	cursor: pointer;
	width: 128px;
	height: 48px;
	background: #1E96C8;
	color: #FFF;
	font-weight: 600;
	border: 1px solid #1E96C8;
	transition: .5s;
}
.box-form .btn-form:hover {
	background: #26BFFF;
	box-shadow: 0 0 6px 1px #1E96C899;
	transition: .2s;
	color: #00000099;
}

.mess-box-post {
	text-align: center;
	padding-top: 256px;
	margin: 0 auto;
	width: 100%;
	min-height: 1024px;
}
/*Fades*/

	.fadeIn{
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;	
		animation-duration: .4s;	
		-webkit-animation-duration: .4s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes fadeIn {
		0% {
			filter: blur(10px);
			transform: scale(0);
			opacity: 0.0;		
		}
		100% {
			transform: scale(1);
			filter: blur(0px);
			opacity: 1;	
		}		
	}
	@-webkit-keyframes fadeIn {
		0% {
			-webkit-filter: blur(10px);
			-webkit-transform: scale(0);
			opacity: 0.0;		
		}
		100% {
			-webkit-transform: scale(1);
			-webkit-filter: blur(0px);
			opacity: 1;	
		}		
	}
	

	.fadeDown{
		animation-name: fadeDown;
		-webkit-animation-name: fadeDown;	
		animation-duration: .3s;	
		-webkit-animation-duration: 0.3s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes fadeDown {
		0% {
			transform: translateY(-100%);
			opacity: .5;		
		}
		100% {
			transform: translateY(0%);
			opacity: 1;	
		}		
	}
	@-webkit-keyframes fadeDown {
		0% {
			transform: translateY(-100%);
			opacity: .5;		
		}
		100% {
			transform: translateY(0%);
			opacity: 1;	
		}			
	}
	
	
	.fadeUp{
		animation-name: fadeUp;
		-webkit-animation-name: fadeUp;	
		animation-duration: .3s;	
		-webkit-animation-duration: .3s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes fadeUp {
		0% {
			transform: translateY(100%);
			opacity: .5;		
		}
		100% {
			transform: translateY(0%);
			opacity: 1;	
		}		
	}
	@-webkit-keyframes fadeUp {
		0% {
			transform: translateY(100%);
			opacity: .5;		
		}
		100% {
			transform: translateY(0%);
			opacity: 1;	
		}			
	}


	.fadeLeft{
		animation-name: fadeLeft;
		-webkit-animation-name: fadeLeft;	
		animation-duration: .4s;	
		-webkit-animation-duration: 0.4s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes fadeLeft {
		0% {
			transform: translateX(-100%);
			opacity: .5;		
		}
		100% {
			transform: translateX(0%);
			opacity: 1;	
		}		
	}
	@-webkit-keyframes fadeLeft {
		0% {
			transform: translateX(-100%);
			opacity: .5;		
		}
		100% {
			transform: translateX(0%);
			opacity: 1;	
		}			
	}

	.fadeLeft-off{
		animation-name: fadeLeft-off;
		-webkit-animation-name: fadeLeft-off;	
		animation-duration: .4s;	
		-webkit-animation-duration: 0.4s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes fadeLeft-off {
		0% {
			transform: translateX(90%);	
		}
		100% {
			transform: translateX(0%);
			opacity: 1;
		}		
	}
	@-webkit-keyframes fadeLeft-off {
		0% {
			transform: translateX(90%);	
		}
		100% {
			transform: translateX(0%);
			opacity: 1;	
		}			
	}

	.fadeRight{
		animation-name: fadeRight;
		-webkit-animation-name: fadeRight;	
		animation-duration: .5s;	
		-webkit-animation-duration: 0.5s;
		animation-timing-function: ease-out;	
		-webkit-animation-timing-function: ease-out;		
	}
	@keyframes fadeRight {
		0% {
			transform: translateX(100%);
			opacity: .5;		
		}
		100% {
			transform: translateX(0%);
			opacity: 1;	
		}		
	}
	@-webkit-keyframes fadeRight {
		0% {
			transform: translateX(100%);
			opacity: .5;		
		}
		100% {
			transform: translateX(0%);
			opacity: 1;	
		}			
	}


	.fadeRight-off{
		animation-name: fadeRight-off;
		-webkit-animation-name: fadeRight-off;	
		animation-duration: .4s;	
		-webkit-animation-duration: 0.4s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes fadeRight-off {
		0% {
			transform: translateX(-90%);	
		}
		100% {
			transform: translateX(0%);
			opacity: 1;
		}		
	}
	@-webkit-keyframes fadeRight-off {
		0% {
			transform: translateX(-90%);	
		}
		100% {
			transform: translateX(0%);
			opacity: 1;	
		}			
	}

	.new-value-up{
		animation-name: new-value-up;
		-webkit-animation-name: new-value-up;	
		animation-duration: .8s;	
		-webkit-animation-duration: 0.8s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes new-value-up {
		0% {
			background: #B1FF6433;
			box-shadow: 0 0 6px 2px #B1FF6499;
		}
		100% {
			background: #1E1E23;
		}		
	}
	@-webkit-keyframes new-value-up {
		0% {
			background: #B1FF6433;
			box-shadow: 0 0 6px 2px #B1FF6499;
		}
		100% {
			background: #1E1E23;
		}			
	}

	.new-value-down{
		animation-name: new-value-down;
		-webkit-animation-name: new-value-down;	
		animation-duration: .8s;	
		-webkit-animation-duration: 0.8s;
		animation-timing-function: ease-in-out;	
		-webkit-animation-timing-function: ease-in-out;		
	}
	@keyframes new-value-down {
		0% {
			background: #FF646433;
			box-shadow: 0 0 6px 2px #FF646499;
		}
		100% {
			background: #1E1E23;
		}		
	}
	@-webkit-keyframes new-value-down {
		0% {
			background: #FF646433;
			box-shadow: 0 0 6px 2px #FF646499;
		}
		100% {
			background: #1E1E23;
		}			
	}


	.hideMenu{
		animation-name: hideMenu;
		-webkit-animation-name: hideMenu;	
		animation-duration: .4s;	
		-webkit-animation-duration: 0.4s;
		animation-timing-function: ease-in;	
		-webkit-animation-timing-function: ease-in;
	}
	@keyframes hideMenu {
		0% {
			transform: translateX(0%);
			opacity: 1;	
		}
		100% {
			transform: translateX(100%);
			opacity: 0;	
		}		
	}
	@-webkit-keyframes hideMenu {
		0% {
			transform: translateX(0%);
			opacity: 1;	
		}
		100% {
			transform: translateX(100%);
			opacity: 0;
		}			
	}

	.showMenu{
		animation-name: showMenu;
		-webkit-animation-name: showMenu;	
		animation-duration: .4s;	
		-webkit-animation-duration: 0.4s;
		animation-timing-function: ease-out;	
		-webkit-animation-timing-function: ease-out;
	}
	@keyframes showMenu {
		0% {
			transform: translateX(100%);
			opacity: 0;	
		}


		100% {
			transform: translateX(0%);
			opacity: 1;	
		}		
	}
	@-webkit-keyframes showMenu {
		0% {
			transform: translateX(100%);
			opacity: 0;	
		}
		100% {
			transform: translateX(0%);
			opacity: 1;
		}			
	}


	.startFade {
		transform: translateX(100%);
		opacity: 0;	
	}



.fadeImgIn{
			animation-name: fadeImgIn;
		-webkit-animation-name: fadeImgIn;	
		animation-duration: .4s;	
		/*animation-iteration-count: infinite;*/
		/*-webkit-animation-iteration-count: infinite;*/
		/*-webkit-animation-duration: 5s;*/
		animation-timing-function: linear;	
		-webkit-animation-timing-function: ease-out;
	}
	@keyframes fadeImgIn {
		0% {
			/* transform: scale(1); */
			opacity: .6
		}
		
		80% {
			filter: blur(0px);
			/* transform: scale(1); */
			opacity: 1
		}	
		100% {
			filter: blur(24px);
			/* transform: scale(1); */
			opacity: .6;
		}		
	}

	.none {
		display: none !important;
	}


	.blockFade{
		animation-name: blockFade;
		animation-duration: 1s;	
		animation-timing-function: linear;	

	}
	@keyframes blockFade {
		0% {
			filter: blur(12px);
		}
		100% {
			filter: blur(0px);
		}		
	}


	.blockLeft{
		animation-name: blockLeft;
		animation-duration: 1s;	
		animation-timing-function: ease-in-out;	
	}

	@keyframes blockLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		10% {
			opacity: 1;
			transform: translateX(0%);
		}
		50% {
			opacity: .9;
			transform: translateX(1%);
		}	

		80% {
			opacity: 0;
			transform: translateX(-100%);
		}	
		100% {
		opacity: 0;
		transform: translateX(-100%);
		}		
	}


	.blockUp_pad{
		animation-name: blockUp_pad;
		animation-duration: 1s;	
		animation-timing-function: ease-in-out;	
		padding-left: 0px;
	}

	@keyframes blockUp_pad {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		10% {
			opacity: 1;
			transform: translateX(0%);
		}
		50% {
			opacity: 1;
			transform: translateX(1%);
		}	

		80% {
			opacity: 0;
			transform: translateX(-100%);
		}	
		100% {
		opacity: 0;
		transform: translateX(-100%);
		}		
	}


	.blockImgStatic{
		animation-name: blockImgStatic;
		animation-duration: 6s;	
		animation-timing-function: ease-in-out;	
		opacity: 1;
	}

	@keyframes blockImgStatic {
		0% {
			opacity: 0;
			filter: blur(12px);
			transform: rotate(33deg);
		}
		100% {
			opacity: 1;
			filter: blur(0px);
			transform: rotate(0deg);
		}