@font-face {
    font-family: 'Alegreya';
    font-style: normal;
    font-weight: 400;
    src: local('Alegreya'), local('Alegreya-ExtraBold'),
        url(Alegreya-ExtraBold.woff) format('woff'),
        url(Alegreya-ExtraBold.ttf) format('truetype');
}
/* font-family: 'Lobster', arial; */
h1,h2,#exampleModalLabel {
	font-family: 'Alegreya';
}
h1 {
	font-size:6.5rem!important;
}
/*
#bottles{
	position:absolute;
	top:16%;
	right:5%;
	width:20%;
}
*/
#actionsGen{
	background-image: url('https://krop-retail.ru/IMG/Actions.png');
	background-size: cover;
}
#headGen{
	background-image: url('https://krop-retail.ru/IMG/Head2.png');
	background-size: cover;
}
#VKURL{
	position:absolute;bottom:20%;left:5%;
}
#TGURL{
	position:absolute;bottom:15%;left:5%;
}
@media (max-width: 768px) {
	h1 {
		font-size: 2.5rem!important;
	}
	/*
	#bottles{
		top:45%;
		right:5%;
		width:25%;
	}
	*/
	/*
	#actions{
		background-size:100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	*/
	#VKURL{
		position:absolute;bottom:15%;left:5%;
	}
	#TGURL{
		position:absolute;bottom:15%;left:15%;
	}
	.imgtaste{
		width:50%;
	}
	.noshowblock{
		display:none;
	}
}
.filter-dark{
	filter: invert(100%);
}
.modal-backdrop.show {
    opacity: .93!important;
}