@charset "utf-8";





#usercookie {
	z-index: 10;
	left: 20%;
	right: 20%;
	bottom: 50px;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 75%;
	color: #333;
	background-color: #FFF;
	padding: 20px 50px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.25);
	}

#usercookie div:first-child {
	text-align: left;
	padding-right: 30px;
	}

#usercookie button {
	box-sizing: border-box;
	border: 0;
	width: auto;
	font-size: 100%;
	white-space: nowrap;
	color: #FFF;
	background: linear-gradient(to top, #06C, #09F);
	padding: 8px 12px;
	margin: 0;
	border-radius: 4px;
	text-shadow: none;
	cursor: pointer;
	transition: background .2s ease;
	}
#usercookie button:hover {
	color: #FFF;
	background: #09F;
	}
#usercookie button:active {
	color: #FFF;
	background: #0C0;
	transition: none;
	}





/*  ============================================= */
/* =А=Д=А=П=Т=И=В=*=М=Е=Д=И=А=*=З=А=П=Р=О=С=Ы= */
/* ============================================= */





/* Медиазапросы - точка перехода 1920 */

@media only screen and (max-width: 1920px) {

#usercookie {
	left: 15%;
	right: 15%;
	bottom: 40px;
	padding: 20px 40px;
	}

	}





/* Медиазапросы - точка перехода 1600 */

@media only screen and (max-width: 1600px) {

#usercookie {
	left: 10%;
	right: 10%;
	bottom: 30px;
	padding: 20px 30px;
	}

	}





/* Медиазапросы - точка перехода 1366 */

@media screen and (max-width: 1366px) {

#usercookie {
	left: 5%;
	right: 5%;
	bottom: 20px;
        padding: 15px 20px;
	}

	}





/* Медиазапросы - точка перехода 899 */

@media only screen and (max-width: 899px) {

#usercookie {
	left: 3%;
	right: 3%;
	bottom: 10px;
	font-size: 80%;
        padding: 10px;
	}

	}