@charset "utf-8";

@font-face {
  font-family: "EtelkaLight";
  font-style: normal;
  font-weight: normal;
  src: url("inc/EtelkaLightPro.otf");
}
@font-face {
  font-family: "EtelkaMedium";
  font-style: normal;
  font-weight: normal;
  src: url("inc/EtelkaMediumPro.otf");
}

@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("inc/prestashop-icon-font.ttf") format("truetype");
}
@font-face {
  font-family: "Digital_Skew";
  font-style: normal;
  font-weight: normal;
  src: url("inc/Digital_Skew.ttf") format("truetype");
}

@keyframes pulse_green {
	0% {
		background-color: rgba(51,204,102,1.00);
		box-shadow: inset 0px 0px 20px rgba(255,255,255,0.5);
	}
	100% {
		background-color: rgba(45,183,91,1.00);
		box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
	}
}

.animation_pulse_green {
	animation-name: pulse_green;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	text-decoration: underline
}
a:hover	{
	text-decoration: none
}

a.dashed {
	border-bottom: 1px dashed;
	text-decoration: none;
}

a.admin {
	background-color: rgba(128,128,128,.2);
	border-radius: 2px;
	color: rgba(0,0,0,.4);
	font-size: 8pt;
	padding: 2px;
	position: absolute;
	right: 0px;
	z-index: 1000;
}

a.button:link, a.button:visited, a.button:active {
	font-size: 14pt;
	padding: 15px 50px;
	border-radius: 100px;
	color: #000;
	background-color: #FC0;
	text-shadow: none;
	text-decoration: none;
}

a.button:hover {
	box-shadow: 0px 0px 20px rgba(255,128,0,1);
}

.t_center		{text-align: center; vertical-align: top;}
.t_left			{text-align: left; vertical-align: top;}
.t_right		{text-align: right; vertical-align: top;}

.t_center_sm	{font-size: smaller; text-align: center; vertical-align: top;}
.t_left_sm		{font-size: smaller; text-align: left; vertical-align: top;}
.t_right_sm		{font-size: smaller; text-align: right; vertical-align: top;}

.wa { width: auto; margin: auto; position: relative; display: table; }

.sm {
	font-size: 8pt;
	color: #889;
}

.section {
	font-size: 28pt;
	font-style: normal;
	text-decoration: none;
	padding-left: 12pt;
	padding-bottom: 6pt;
	padding-top: 6pt;
}

.icons {
	font-family: "icons";
	vertical-align: middle;
}

::selection {
	color: #000;
	background-color: rgb(250, 234, 38);
}

::-moz-selection {
	color: #000;
	background-color: rgb(250, 234, 38);
}

body {
	font-family: 'EtelkaLight', Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #e1e1be;
	margin: 0px;
	padding: 0px;
	background-color: #293a1a;
}

/*
	div
*/

div {
}

div.login {
	position: fixed;
	top: 50px;
	right: 10px;
	text-align: left;
	z-index: 1050;
}

div.bottom {
	font-size: 10pt;
	overflow: auto;
	padding: 20px 0px 20px 0px;
	color: #e1e1be;
}

div.element {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px 10px;
}

div.element_right {
	float: right;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px 10px;
}

div.element3 {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px;
	margin: 5px;
	width: 278px;
	height: 278px;
	text-align: center;
	overflow: hidden;
	/*border: solid 1px #333;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.1);*/
}

div.element_light {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px;
	background-color: #333;
	border-radius: 2px;
}

div.user_sm {
	border-radius: 2px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	float: left;
}

div.parallax_element {
	text-align: center;
	overflow: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top left;
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.7);
	padding: 100px 0px;
	position: relative;
	
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

div.bg_element {
	text-align: center;
	overflow: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.7);
	padding: 100px 0px;
	position: relative;
	
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

div.white {
	text-align: center;
	overflow: auto;
	background-color: #fffcf2;
	padding: 40px 0px;
	position: relative;
}

div.black {
	text-align: center;
	overflow: auto;
	background-color: #293a1a;
	padding: 40px 0px;
	position: relative;
}

div.color {
	text-align: center;
	overflow: auto;
	/*background-color: rgba(255,255,0,0.3);*/
	padding: 40px 0px;
	position: relative;
	box-shadow: inset 0px 0px 200px rgba(46,108,46,.5);
}

div.color2 {
	text-align: center;
	overflow: auto;
	/*background-color: rgba(255,255,0,0.3);*/
	padding: 40px 0px;
	position: relative;
	box-shadow: inset 0px 0px 200px rgba(250, 234, 38,1);
}

div.content {
	text-align: left;
	padding: 0px;
	width: 900px;
	margin: auto;
	position: relative;
}

div.font_white {
	color: #e1e1be;
}

div.font_black {
	color: #000;
}

div.content_bg {
	text-align: left;
	padding: 20px;
	width: 900px;
	background-color: rgba(0,0,0,.6);
	border-radius: 4px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.6);
	position: relative;
	margin: auto;
}

div.map {
	width: 100%;
	background: url(files/site/file-uploader.gif) center no-repeat;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

div.flex_top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.card {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #555;
	border-bottom: 1px solid #444;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
	overflow: auto;
}

div.modal {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 9999;
	padding-top: 100px;
}

div.modal_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

div.modal_card {
	position: relative;
	overflow: auto;
	width: auto;
	margin: auto;
}

div#top {
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 169px;
	background: url(files/site/top3.png) no-repeat center left;
	/*background: url(files/site/main.jpg) fixed no-repeat top center;*/
	background-size: cover;

	position: relative;
	margin: auto;
	width: 900px;
}

div#top .element {
	padding-top: 0;
	padding-left: 0;
}

div#top .element_right {
	text-shadow: 0 0 5px rgba(0,0,0,1);
}

/*
	table
*/

table {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
}

tr {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
}

td {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	padding: 2px 2px;
}

div#requisites table {
	background-color: #ccc;
	border-spacing: 1px;
}

div#requisites td {
	vertical-align: top;
	background-color: #fff;
	width: 50%;
	padding: 10px 10px;
}

div.pult {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	
	background-image: url(/files/site/dver.jpg);
	background-size: cover;
	
	width: 100%;
	height: 100%;
}

div.panel {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}

img.panel {
	filter: drop-shadow(0 0 10px rgba(0,0,0,1));
}

div.panel_form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.digits {
	position: relative;
	top: 360px;
	width: 240px;
	margin: auto;
}


a.no_phone {
	position: relative;
	top: 380px;
	margin: auto;
	color: #fff;
}
/*
	form
*/

input,select,textarea {
	font-family: 'EtelkaLight',Verdana, Arial;
	font-size: 14pt;
	border: 1px solid #fc0;
	background-color: rgba(255,255,0,0.1);
	padding: 10px 20px;
	border-radius: 4px;
	margin: 2px;
}

input:hover, select:hover, textarea:hover {
	box-shadow: 0px 0px 20px rgba(255,128,0,0.5);
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0px 0px 20px rgba(255,128,0,1);
}

input[type="submit"] {
	cursor: pointer;
	padding: 15px 50px;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #000;
	background-color: #fe0;
}

option {
	padding: 5px 5px;
}

textarea.msg {
	font-family: 'EtelkaLight',Verdana, Arial;
	width: 100%;
}

input.pult_phone {
	font-family: "Digital_Skew", "Courier New", "monospace";
	font-size: 25px;
	padding: 5px 5px;
	margin: 0pt auto;
	text-align: right;
	background-color: transparent;
	color: #f00;
	border: 0px;
	position: relative;
	top: 280px;
	width: 250px;
	box-shadow: 0 0 0 0 #000;
}

input.pult_button {
	width: 60px;
	height: 60px;
	background-size: cover;
	cursor: pointer;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	background-color: transparent;
	border: 0;
	border-radius: 50%;
}

input.pult_button[type="submit"] {
	cursor: pointer;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	box-shadow: 0px 0px 10px rgba(0,255,0,1);
}

input.pult_button_clear {
}

input.pult_button:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	filter: brightness(0.8);
}

input.pult_button:disabled {
	box-shadow: 0px 0px 0px #000;
}

/*
	img
*/

img {
	border: 0px;
	border-radius: 4px;
}

img.plain {
	border: 0px;
	border-radius: 0px;
}

img.icon {
	border: 0px;
	border-radius: 2px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

img.logo {
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#photo_bg {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
	text-align: center;
}

#photo_win {
	top: 10px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1050;
	overflow-y: auto;
}

#photo_container {
	position: relative;
	overflow-y: auto;
	padding: 1px;
}

#big_photo {
	max-width: 80%;
	max-height: 80%;
}

.photo_preview {
	/*border-width: 1px;
	border-style: solid;*/
	float: left;
	width: 150px;
	height: 150px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.photo_preview img {
	vertical-align: middle;
	max-height: 150px;
	max-width: 150px;
}

#photo_container a {
	color: #fff;
	font-size: 16pt;
}


/*
	text
*/

h1 {
	font-size: 48pt;
	font-family: 'EtelkaLight',Verdana, Arial;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 36pt;
	font-family: 'EtelkaLight',Verdana, Arial;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 24pt;
	font-family: 'EtelkaLight',Verdana, Arial;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.user_text ul li {
	list-style: none;
	text-indent: -2em;
}
div.user_text ul li::before {
	content: '\2015';
	padding-right: 1em;
	color: red;
}

p {
	color: inherit;
}

strong {
	font-family: "EtelkaMedium";
	font-weight: normal;
}

#cookie-consent {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 2rem 2rem 1rem 2rem;
	text-align: start;
	z-index: 9997;
	justify-content: center;
}

#decline-cookies {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	width: auto;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
}

.cookie-card {
	background-color: rgba(0, 0, 0, 0.8);
	width: 500px;
	max-width: 100%;
	position: relative;
	padding: 1rem 0.5rem 0 0.5rem;
	border-radius: 1rem;
	font-size: 80%;
}

