*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
a, 
a:focus,
a:active,
a:hover{

	outline: none !important;

}
.btn.focus, .btn:focus {
   -webkit-box-shadow: none;
           box-shadow: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
html{
	height: 100%;
}
body {
	font-family: Noto Sans;
	letter-spacing: 0.05em;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;

	height: 100%;
	display: flex;
	flex-direction: column;

}
.bg{
	position: fixed;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*background: url(../img/background.jpg) no-repeat;*/
	/*background-position: center;*/
	/*background-size: cover;*/
	width: 100%;
	height: 100%;
	background: #000;
}
.hidden {
	display: none;
}

header{
	position: relative;
	z-index: 1;
}
header img{
	width: 200px
}

.subscription{
	background: #fff;
	width: 100%;
}
.subscription_header{
	background: #fecf07;
}
.subscription h1{
	font-size: 22px;
	font-weight: 600;
}
.subscription .subscription__descr{
	/*font-weight: 600;*/
}

.subscription__message-true{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.subscription input{
	width: 100%;
	padding: 10px;
	border: 1px solid #A5A5A5;
}
.subscription textarea{
	width: 100%;
	padding: 10px;
	border: 1px solid #A5A5A5;
	resize: vertical;
	min-height: 100px;
}
.subscription input::placeholder,
.subscription textarea::placeholder{
	color: #B0B0B0;
}
.subscription .input__block-button input{
	border: 1px solid #fecf07;
	/*background: #eb6740;*/
	background: #fecf07;
	color: #000;
	cursor: pointer;
	opacity: 1;
}
.subscription .input__block-button input:hover,
.subscription .input__block-button input:active{
	opacity: .9;
}

.agreement .agreement__checkbox input{
	border: 1px solid #858585;
	color: #858585;
	width: 20px;
}
.agreement .agreement__checkbox input:hover{
	border: 1px solid #000;
	color: #000;
}

.subscription a{
	/* text-decoration: underline;
	color: #BD212E; */
}

.agreement .agreement__text{
	font-size: 13px;
	color: #A0A0A0;
}
.agreement .agreement__text a{
	color: #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
}
.agreement__subtext {
	font-size: 13px;
	color: #000;
	margin-top: 10px;
}

.about .about__title{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}
.about  p{
	color: #fff;
}

.about__share{
	/*background: #eb6740;*/
	background: #fecf07;
	color: #000;
	padding: 15px 60px 15px 40px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	opacity: 1;
}
.about__share:hover{
	color: #fff;
	text-decoration: none;
	opacity: .9;
}

.about__share-SHINE-IS{
	background: #E8A0C6;
	color: #000;
}
.about__share-BRAUN{
	background: #FFF579;
	color: #000;
}
.about__share-SHINE-IS:hover,
.about__share-BRAUN:hover{
	color: #000;
}

.about__share:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 80px;
	height: 100%;
	background: url(../img/link.png) no-repeat;
	background-position: center;
}

.about_social{
	list-style: none;
	background-color: #000;
}
.about_social li a{
	display: block;
	background: url(../img/social_white.png) no-repeat;
	width: 38px;
	height: 38px;
}
.about_social li a.vk{
	background-position: -58px -99px;
}
.about_social li a.fb{
	background-position: -7px -5px;
}
.about_social li a.in{
	background-position: -57px -5px;
}
.partners a{
	color: #000;
	text-decoration: underline;
}



.subscription a.button{
	border: 1px solid #9B3038;
	background: #BD212E;
	/*background: #ed0080;*/
	color: #fff;
	cursor: pointer;
	opacity: 1;
	display: inline-block;
	padding: 10px 50px;
	text-decoration: none;
	position: relative;
}
.subscription a.button:hover,
.subscription a.button:active{
	opacity: .9;
}
.js-copy-link span {
	background: #FFA500;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	position:  absolute;
	bottom: 0;
	left: 0px;
	width: 200px !important;
	margin-left: calc(50% - 100px) !important;
	padding: 5px 7px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

.js-copy-link span:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFA500;
	position: absolute;
	bottom: -5px;
	left: 0;
	margin-left: 50%;
}

.js-copy-link:hover span {
	bottom: 50px;
	visibility: visible;
	opacity: 1;
}