/* FONT */
/* @font-face {
	font-family: 'D3 euronism italic';
  src: url('fonts/D3-euronism-italic/D3 euronism italic.eot');
  src: url('fonts/D3-euronism-italic/D3 euronism italic.eot?#iefix') format('embedded-opentype'),
       url('fonts/D3-euronism-italic/D3 euronism italic.woff2') format('woff2');
  src: url('fonts/D3-euronism-italic/D3 euronism italic.svg#D3 euronism italic') format('svg'),
       url('fonts/D3-euronism-italic/D3 euronism italic.ttf') format('truetype'),
       url('fonts/D3-euronism-italic/D3 euronism italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
	font-family: 'AwesomeCursorTest';
	src:url('fonts/AwesomeCursorTest/fonts/AwesomeCursorTest.eot');
	src:url('fonts/AwesomeCursorTest/fonts/AwesomeCursorTest.eot') format('embedded-opentype'),
		url('fonts/AwesomeCursorTest/fonts/AwesomeCursorTest.woff') format('woff'),
		url('fonts/AwesomeCursorTest/fonts/AwesomeCursorTest.ttf') format('truetype'),
		url('fonts/AwesomeCursorTest/fonts/AwesomeCursorTest.svg#AwesomeCursorTest') format('svg');
	font-weight: normal;
	font-style: normal;
} */

/* /FONT */





* {
	box-sizing: border-box;
}

/* *, *:before, *:after { */
	/* box-sizing: border-box; */
/* } */





/* LASER */
#galopakam-nevunaps>span {
	/*color: #000080;*/
	position: relative;
	left: 1%;
	/*font-family: 'D3 euronism italic';
	font-style: normal;*/
	/* font-family: 'Times New Roman'; */
	/*   font-style: italic;
	font-size: 36pt;
	font-weight: normal; */
	/* text-shadow: 1px 1px 1px rgba(136, 132, 132); */
	border-radius: 0px;
}

#galopakam-nevunaps>span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0em;
	width: 100%;
	height: 80%;
	/*background: linear-gradient(to left, rgba(187, 187, 187, 0), rgba(255, 0, 0, 0.5), rgba(187, 187, 187, 0)) no-repeat -2em 0%;*/
	background: linear-gradient(to left, rgba(0, 128, 0, 0.5), rgba(255, 255, 0, 0.4), rgba(255, 0, 0, 0.3)) no-repeat -2em 0%;
	background-size: 40px 100%;
	
	-webkit-transform: skewX(-50deg);
	-moz-transform: skewX(-50deg);
	-ms-transform: skewX(-50deg);
	-o-transform: skewX(-50deg);
	transform: skewX(-50deg);
}

#galopakam-nevunaps>span.kenexp-encevon:after {
	transition: 1.5s linear;
	background-position: 128% 0%;
}
/* /LASER */



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	/* padding: 5px 5px 5px 5px; */
	box-sizing: border-box;
	
}

body {
	height: 100%;
	/* background: linear-gradient(to bottom, #ffffff, #F8F8FF); */
	/* background-image: linear-gradient(170deg, #92009b 33%, #f5e944 66%, #00ffa2); */
	/* background: linear-gradient(to bottom, #ffffff, #C0C0C0); */
	/* padding: 10px 10px 10px 10px;
	box-sizing: border-box; */
}

/* html { overflow:  hidden; } */

/* Полоса прокрутки */

/* html { */
      /* overflow: auto; */
      /* -ms-overflow-style: none; */
      /* scrollbar-width: none; */
/* } */

/* html::-webkit-scrollbar { */
      /* width: 0; */
      /* height: 0; */
/* } */

/* /Полоса прокрутки */





/* a { cursor: url(images/sniper.cur), pointer; } */
/* cursor: url('path-to-image.png'), auto;	 */
/* ::selection */





/* HEADER */

header- {
	
	/* font-family: Cuprum, Arial, Helvetica, sans-serif; */
	position: fixed !important;
	/* position: relative; */
	/*margin-top: 200px;*/
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

@media all and (max-width: 1024px) {
	header- {
		/* font-family: Cuprum, Arial, Helvetica, sans-serif; */
		position: fixed !important;
		position: relative;
		/*margin-top: 200px;*/
		top: 0;
		right: 0;
		left: 0;
		/* z-index: 1; */
	}
}

.art-headline {
	/* font-family: 'D3 euronism italic'; */
	/* color: #FFFFFF !important; */
	/* font-size: 20px !important; */
	
	-webkit-animation: adjustHue 10s alternate infinite;
	-moz-animation: adjustHue 10s alternate infinite;
	-o-animation: adjustHue 10s alternate infinite;
	-ms-animation: adjustHue 10s alternate infinite;
	animation: adjustHue 10s alternate infinite;
}

.art-slogan {
	/* color: #FF8C00 !important; */
	color: #FFFFFF !important;
	-webkit-animation: adjustHue 10s alternate infinite;
	-moz-animation: adjustHue 10s alternate infinite;
	-o-animation: adjustHue 10s alternate infinite;
	-ms-animation: adjustHue 10s alternate infinite;
	animation: adjustHue 10s alternate infinite;
}

@-webkit-keyframes adjustHue {
	0% { -webkit-filter: hue-rotate(0deg); }
	20% { -webkit-filter: hue-rotate(45deg); }
	40% { -webkit-filter: hue-rotate(90deg); }
	60% { -webkit-filter: hue-rotate(135deg); }
	80% { -webkit-filter: hue-rotate(180deg); }
	100% { -webkit-filter: hue-rotate(360deg); }
}

.art-headline-:hover {
	color: #FF8C00;
	/* margin: 36px 0 0; */
	font-size: 20px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	
	/* font-weight: bold; */
	font-style: normal;
	/*text-transform: uppercase;*/
	text-align: center;
	/* text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227); */
}

@media (max-width: 1279px) {
	.art-slogan {
		/* position: fixed; */
		display: none !important;
	}
}

/* -webkit-animation: значения; — для браузеров: Chrome, Safari, iOS; */
/* -moz-animation: значения; — для браузера Firefox; */
/* -o-animation: значения; — для браузера Opera; */
/* -ms-animation: значения; — для браузера Internet Explorer. */

/* /HEADER */





/* MENU */

.art-nav {
	/* position: fixed; */
	/* width: 100%; */
	/* height: 40px; */
	/* margin-top: 80px; */
	/* margin-top: -5px; */
	/* background: #FFFFFF; */
	/* background: rgba(255, 255, 255, 0.97); */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* margin-top: 0; */
	/* scroll-margin-bottom: 1em; */
	z-index: 20;
	/* pointer-events: auto; */
	/* transition: 5s; */
}

.indent-10 {
	height: 10px;
	/* background: #ffffff; */
	/* background: rgba(255, 255, 255, 0.9); */
	opacity: 0.9;
	/* z-index: 2; */
}



@media (max-width: 1023px) {
	.block-art-nav- {
		/* position: fixed; */
		display: none;
	}
}

.art-nav- {
	/* background: #FFFFFF; */
	/* background: rgba(255, 255, 255); */
	/* -webkit-box-shadow:5px 5px 3px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:5px 5px 3px 1px rgba(0, 0, 0, 0.24);
	box-shadow:5px 5px 3px 1px rgba(0, 0, 0, 0.24);
	margin:0px auto 0;
	position: relative;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100; */
	
	/* position: relative; */
	/* position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100; */
	
	/* width: 80%; */
	/* height: 40px; */
	margin: auto;
	background: #FFFFFF;
	/* font-size: 12px; */
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	/* z-index: 1; */

}

.art-nav-:hover- {
	text-decoration: none;
}

@media (max-width: 1024px) {
	.art-nav- {
		/* position: fixed; */
		/* display: none; */
	}
}



.art-nav- ul {
	margin-left: 7%;
	list-style: none;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: left;
	height: 40px;
	text-transform: uppercase;
}

.art-nav- li {
	margin-left: 5px;
	list-style: none;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: left;
	font-size: 14px;
	text-transform: uppercase;
	/* color: #000000; */
}

.art-nav- li:after {
	content: " | ";
	margin-left: 10px;
	/* display: block; */
	color: #808000;
	/* font-size: 18px; */
	font-style: normal;
	font-weight: normal;
	/* text-transform: uppercase; */
	/* -webkit-animation: pulsate 5s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 1.0; */
}

/* .fa-cog { */
	/* color: #808000; */
/* } */

/* a {
	mix-blend-mode: difference;
	filter: invert(1) grayscale(1) contrast(9);
} */

/* https://webformyself.com/avtomaticheskaya-css-inversiya-cveta-teksta-v-zavisimosti-ot-fona/ */

.art-nav- a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	
	transition-duration: 1.5s;
	
}

.art-nav- a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #FF8C00;

	margin-left: 5px;
	margin-right: 5px;
	
	transition-duration: 0.5s;
	
}

@media only screen and (max-width: 350px) {
	.art-nav- {
		display: none;
	}
}

.art-nav- a.active {
	border-bottom: 2px solid #FF8C00;
	padding-bottom: 6px;
	color: #FF8C00;
}

/* MENU */





/* ##### */

@media (max-width: 1279px) {
	.art-vmenublock, .art-blockcontent {
		display: none !important;
	}
}

/* .default-responsive .art-header .art-headline,  */
/* .default-responsive .art-header .art-slogan { */
   /* display: block !important; */
   /* display: none !important; */
   /* top: 0 !important; */
   /* left: 0 !important; */
   /* margin: 2% !important; */
   /* text-align: center !important; */
}

#search-site {
	display: none;
	/* display: inline; */
	/* margin-left: -10px; */
}

/* BreadcrumbList */

#breadcrumblist {
	/* display: none; */
	/* display: inline; */
	margin-top: -4px;
	/* margin-left: -10px; */
	 transition-duration: 1.0s;
}

.breadcrumblist {
	/* display: none; */
	/* display: inline; */
	margin-left: 10px;
	font-size: 14px;
	/* color: #6A7D90 !important; */
	list-style-type: none !important;
	/* list-style-type: disc !important; */
	/* list-style-type: circle !important; */
	/* list-style-type: square !important; */
	/* list-style: none !important; */
}

.breadcrumblist li {
	display: inline;
	margin-left: -2px;
	font-size: 16px !important;
	color: #6A7D90 !important;
	list-style: none !important;
	/* list-style: disc !important; */
	transition-duration: 1.5s;

}

/* .breadcrumblist li:hover { */
	/* display: inline; */
	/* margin-left: -2px; */
	/* font-size: 16px !important; */
	/* color: #6A7D90 !important; */
	/* list-style: none !important; */
	/* list-style: disc !important; */
	/* transition-duration: 1.0s; */
	/* margin-left: 5px; */
	/* margin-right: 5px; */
/* } */

/* .breadcrumblist li:before { */
	/* content: " | " !important;  */
	/* margin-right: 10px; */
	/* display: inline; */
	/* color: #FF4500; */
/* } */

.breadcrumblist li:after {
	content: " | " !important; 
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	color: #6A7D90;
}

.breadcrumblist a {
	font-size: 16px !important;
	color: #6A7D90 !important;
	transition-duration: 1.0s;
}

.breadcrumblist a:hover {
	font-size: 16px !important;
	color: #FF4500 !important;
	transition-duration: 1.0s;
	margin-left: 5px;
	margin-right: 5px;
}

/* /BreadcrumbList */

.geolocation {
	margin-left: 6px;
	font-size: 16px !important;
	color: #6A7D90 !important;
	transition-duration: 1.5s;
}

/* /##### */





/* MAIN */

section {
	/* color: #ffffff; */
	/* height: 75vh; */
	margin: 0;
	scroll-margin-top: 5em;
}

section:first-child {
	margin-top: 60px;
}

section.active {
	/* Стиль для активной секции */
	background: #BFE2FF;
}

/* section:nth-child(even) {
	background: #BFE2FF;
} */

#art-main- {
	width: 80%;
	/* max-width: 1000px; */
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
}	
	
@media only screen and (min-width: 721px) and (max-width: 1024px) {
	#art-main- {
		width: 90%; 
		margin: 0 auto;
	}
}	

@media only screen and (min-width: 320px) and (max-width: 720px) {
	#art-main- {
		width: 95%; 
		margin: 0 auto;
		/* padding: 5px 5px 5px 5px; */
		overflow: hidden;
	}
}



.h1- {
	color: #FF8C00;
	margin: 10px 0 0;
	font-size: 24px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	/* font-family: 'D3 euronism italic'; */
	font-weight: bold;
	font-style: normal;
	/*text-transform: uppercase;*/
	text-align: center;
	text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227);
}

/* h1:before {
	content: " "; 
	margin-right: 10px;
	display: inline;
	color: #00FF00;
	list-style: none;
} */

/* h1:after {
	content: " Car Repair Center ";
	margin-bottom: 10px;
	display: block;
	color: #FFD700;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	
	-webkit-animation: pulsate 5s ease-out;
	-moz-animation: pulsate 5s ease-out;
	-ms-animation: pulsate 5s ease-out;
	-o-animation: pulsate 5s ease-out;
	animation: pulsate 5s ease-out;
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	opacity: 1.0;
} */

@media (max-width: 360px) {
	h1:after {
		display: none;
	}
}

h2- {
	color: #FF8C00;
	margin: 10px 0 0;
	font-size: 20px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	/* font-family: 'D3 euronism italic'; */
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227);
}

h3- {
	color: #FF8C00;
	margin: 10px 0 0;
	font-size: 18px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	/* font-family: 'D3 euronism italic'; */
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227);
}

h4- {
	color: #FF8C00;
	margin: 10px 0 0;
	font-size: 16px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	/* font-family: 'D3 euronism italic'; */
	font-weight: bold;
	font-style: normal;
	/*text-transform: uppercase;*/
	text-align: center;
	text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227);
}

h5- {
	color: #FF8C00;
	margin: 10px 0 0;
	font-size: 14px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	/* font-family: 'D3 euronism italic'; */
	font-weight: bold;
	font-style: normal;
	/*text-transform: uppercase;*/
	text-align: center;
	/* text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227); */
	
}

h6- {
	color: #FF8C00;
	margin: 10px 0 0;
	font-size: 12px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
	/* font-family: 'D3 euronism italic'; */
	font-weight: bold;
	font-style: normal;
	/*text-transform: uppercase;*/
	text-align: center;
	/* text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227); */
}

/* #art-main p */
/* article .art-post art-article */

#art-main p {
	/* color: #FFFFFF; */
	/* text-align: justify; */
	/* margin: 5px 5px 5px 5px; */
	/* font-size: 14px; */
	
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	hyphenate-limit-chars: 10 4 4;
	-webkit-hyphenate-limit-lines: 10;
	-webkit-hyphenate-limit-before: 4;
	-webkit-hyphenate-limit-after: 4;
}

.art-post- p:before {
	content: " "; 
	margin-right: 20px;
	display: inline;
	/* color: #00FF00; */
}

#art-main- a {
	/* color: #FFFFFF; */
	/* text-align: justify; */
	/* margin: 5px 5px 5px 5px; */
	font-size: 14px;
}

div {
	/* background-image: linear-gradient(170deg, #92009b 33%, #f5e944 66%, #00ffa2); */
	/* background: linear-gradient(to bottom, #ffffff, #C0C0C0); */
	
	/* padding: 5px 5px 5px 5px; */
	box-sizing: border-box;
}

.block-1 {
	width: 100%;
	display: block;
	vertical-align: top; /* Выравниваем их сверху */
	/* padding: 5px 5px 5px 5px; */
	/* padding: 10px; */
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin: auto;
	/* border: 1px solid #FF8C00; */
	/* border-collapse: collapse;  */
	/* margin: 20px 20px; */
	text-align: center;
	overflow: hidden;
	/* position: relative; */
	
	/* display: flex;
	justify-content: space-around;
	flex-wrap: wrap; */
}

.block-2 {
	width: 49%;
	display: inline-block;
	vertical-align: top; /* Выравниваем их сверху */
	/* padding: 5px 5px 5px 5px; */
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	border: 1px solid #FF8C00;
	/* border-collapse: collapse;  */
	margin: 2px;
	text-align: left;
	overflow: hidden;
	/* background: linear-gradient(to bottom, #ffffff, #C0C0C0); */
}

/* https://atuin.ru/blog/vyravnivanie-blokov-po-vysote/ */
.block-4 {
	width: 24%;
	/* min-height: 360px; */
	/* height: 360px; */
	display: inline-block;
	/* float: left; */
	vertical-align: top; /* Выравниваем их сверху */
	/* padding: 5px 5px 5px 5px; */
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	border: 1px solid #FF8C00;
	/* border-collapse: collapse;  */
	margin: 2px;
	text-align: left;
	overflow: hidden;
	/* float: left; */
	/* background: linear-gradient(to bottom, #ffffff, #C0C0C0); */
}

.block-4 img {
	width: 50%;
	height: auto;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
	.block-1 {
		width: 100%;
		display: block;
		/* padding: 5px 5px 5px 5px; */
		box-sizing: border-box;
		/* border: 1px solid #FF8C00; */
		/* border-collapse: collapse;  */
		/* margin: 20px 20px; */
		margin: 2px auto;
		text-align: center;
		overflow: hidden;
		
	}

	.block-2 {
		width: 49%;
		display: inline-block;
		/* padding: 5px 5px 5px 5px; */
		/* padding: 10px; */
		box-sizing: border-box;
		border: 1px solid #FF8C00;
		/* border-collapse: collapse;  */
		margin: 2px auto;
		text-align: left;
		overflow: hidden;
	}

	.block-4 {
		width: 48%;
		display: inline-block;
		/* padding: 5px 5px 5px 5px; */
		/* padding: 10px; */
		box-sizing: border-box;
		border: 1px solid #FF8C00;
		/* border-collapse: collapse;  */
		margin: 2px auto;
		text-align: left;
		overflow: hidden;
	}
}

@media only screen and (max-width: 720px) {
	.block-1 {
		width: 100%;
		display: block;
		/* padding: 5px 5px 5px 5px; */
		box-sizing: border-box;
		/* border: 1px solid #FF8C00; */
		/* border-collapse: collapse;  */
		/* margin: 20px 20px; */
		text-align: center;
		overflow: hidden;
		
	}

	.block-2 {
		width: 100%;
		display: block;
		/* padding: 5px 5px 5px 5px; */
		/* padding: 10px; */
		box-sizing: border-box;
		border: 1px solid #FF8C00;
		/* border-collapse: collapse;  */
		margin: 2px auto;
		text-align: left;
		overflow: hidden;
	}

	.block-4 {
		width: 100%;
		display: block;
		/* padding: 5px 5px 5px 5px; */
		/* padding: 10px; */
		box-sizing: border-box;
		border: 1px solid #FF8C00;
		/* border-collapse: collapse;  */
		margin: 2px auto;
		text-align: left;
		overflow: hidden;
	}
	
	.block-4 img {
		width: 50%;
		height: auto;
	}
	
}

.block-2 li {
	list-style-type: none;
	margin-left: -20px;
}

.block-2 li:before {
	color: #FF8C00;
	content: "▪";
	padding-right: 10px;
}





img {
	max-width: 100%;
	height: auto;
	/* opacity: 0.9; */
	/* -webkit-filter: contrast(90%); */
	/* filter: alpha(Opacity=90); */
	/* filter: none; */
	/* Прозрачность */
	/* filter: opacity(0.9); */
	/* Устанавливает размытие по Гауссу */
	/* filter: blur(3px); */
	/* Эффект тени */
	/* filter: drop-shadow(1px 1px 2px #000000);
	/* Яркость изображения */
	/* filter: brightness(0.9); */
	/* Контрастность изображения */
	/* filter: contrast(0.9); */
	/* Насыщенность цветов изображения */
	/* filter: saturate(0.9); */
	/* Преобразует изображение в оттенки серого */
	/* filter: grayscale(0.9); */
	/* Преобразует входное изображение в сепию, т.е. имитирует старину */
	/* filter: sepia(0.55); */
	/* Инвертирует цвета изображения */
	/* filter: invert(100%); */
	/* Меняет цвета изображения в зависимости от заданного угла поворота в цветовом круге */
	/* filter: hue-rotate(180deg); */
	
	/* Комбинирование функций filter */
	-webkit-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000);
	-moz-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000);
	-o-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000);
	-ms-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000);
	filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000);
	
	-webkit-animation: saturate 2.5s alternate infinite;
	-moz-animation: saturate 2.5s alternate infinite;
	-o-animation: saturate 2.5s alternate infinite;
	-ms-animation: saturate 2.5s alternate infinite;
	animation: saturate 2.5s alternate infinite;
	
	/* filter: url(img.svg); */
	
	/* -webkit-transform: scale(0.9); */
	/* -moz-transform: scale(0.9); */
	/* -o-transform: scale(0.9); */
	/* -ms-transform: scale(0.9); */
	/* transform: scale(0.9); */
	
	/* Эффект перехода */
	/* -webkit-transition: all 1s ease; */
	/* -moz-transition: all 1s ease; */
	/* -o-transition: all 1s ease; */
	/* -ms-transition: all 1s ease; */
	/* transition: all 1s ease; */
	/* transition: top 1s ease-out 0.5s; */
	/* transition: width 1s ease-in-out, height 1s ease-in-out, top 1s ease-in-out, left 1s ease-in-out; */
	
	transition-duration: 1.5s;
}

img:hover {
	max-width: 100%;
	height: auto;
	/* opacity: 0.5; */
	/* filter: none; */
	/* -webkit-filter: contrast(110%); */
	/* filter: alpha(Opacity=50); */
	/* filter: alpha(Opacity=50%); */
	
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50, enabled=false)"; */
	/* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50, enabled=false); */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
	
	/* filter: finishOpacity(50); */
	/* Устанавливает значение прозрачности в конце градиента. */
	
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50, finishOpacity=100, style=3); */
	
	filter: brightness(1.0) contrast(1.0) saturate(1.2) sepia(0.1) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000);
	
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	
	-webkit-transform: scale(1.05)!important;
	-moz-transform: scale(1.05)!important;
	-o-transform: scale(1.05)!important;
	-ms-transform: scale(1.05)!important;
	transform: scale(1.05)!important;
	
	box-shadow: none;
	transition-duration: 0.5s;
}

@-webkit-keyframes saturate {
	0% { -webkit-filter: saturate(1.0); }
	25% { -webkit-filter: saturate(0.75); }
	50% { -webkit-filter: saturate(0.50); }
	75% { -webkit-filter: saturate(0.75); }
	100% { -webkit-filter: saturate(1.5); }
}




/* ---------- */
.zoom {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 118px;
	height: 118px;
}

.zoom img {
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.zoom img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.image {
	margin: auto;
	float: none;
	overflow: hidden;
	width: 320px;
	height: 180px;
}

.image img {
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@media only screen and (max-width: 350px) {
	.image {
		display: none;
	}
}
/* ---------- */

/* ########## */
.div-image {
	display: block;
	margin: auto;
	float: none;
	overflow: hidden;
	width: 512px;
	height: 512px;
	/* background-color: #FFD700; */
	background-image: url("div-image-background-color.png");
	/* background-size: 50%; */
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	/* animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s; */
	
}

.div-image img {
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	
	animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s;
	
}

/* .div-image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
} */

/* @media only screen and (min-width: 320px) and (max-width: 350px) {
	.div-image {
		display: none;
	}
} */

/* @media only screen and (min-width: 320px) and (max-width: 350px) {
	.div-image {
		display: none;
	}
} */
/* /########## */







ol, ul, li, a {
	/* color: #0000FF; */
	text-decoration: none;
}

a:hover {
	color: #FF8C00;
	text-decoration: none;
	transition-duration: 0.5s;
}

#phone-number a[href^="tel:"] {
	color: #00FF00; 
	font-size: 20px;
	text-decoration: none;
	transition-duration: 2.5s;
}

#phone-number a[href^="tel:"]:hover {
	color: #FF8C00;
	font-size: 20px;
	text-decoration: none;
	transition-duration: 2.5s;
}

#tel:before {
	/* content: "+7 (000) 000-00-00"; */
	content: "+7 (000) 000-00-00";
	/* content: "<a href="tel:+79771515121">+7 (977) 151-51-21</a>"; */
	font-family: 'Times New Roman';
	font-size: 20px;
	color: #00FF00;
	text-decoration: none;
	/* position: absolute; */
}

/* a[href^="tel:"]:before {
	content: "\2706";
	margin-right: 10px;
} */

a[href^="mailto:"] {
	text-decoration: none;
	color: #00ff00;
}

a[href^="mailto:"]:hover {
	text-decoration: none;
	color: #0000FF;
	transition-duration: 0.5s;
}



/* /MAIN */





/* INDENT */

.indent-10 {
	height: 10px;
}

.indent-20 {
	height: 20px;
}

.indent-50 {
	height: 50px;
}

.indent-100 {
	height: 100px;
}

.indent {
	height: 100px;
}

@media only screen and (max-width: 1024px) {
	.indent-50 {
		display: none;
	}
	.indent {
		height: 10px;
	}
}

/* /INDENT */





/* HR */

hr- {
	/* position: relative; */
	/* position: absolute; */
	/* position: fixed; */
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-style: inset;
    border-width: 1px;
	border-top: 1px solid #FFFFFF;
	/* width: 90%; */
	z-index: -10;
}

/* #art-main hr { */
	/* margin: -30px auto 10px; */
	/* padding: 0; */
	/* height: 50px; */
	/* border: none; */
	/* border-bottom: 1px solid #1f1209; */
	/* box-shadow: 0 20px 20px -20px #FFFFF3; */
	/* width: 95%; */
/* } */

.hr-shadow {
	margin: 20px 0;
	padding: 0;
	height: 10px;
	border: none;
	border-top: 1px solid #333;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.hr-shelf {
	margin: -30px auto 10px;
	padding: 0;
	height: 50px;
	border: none;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
	width: 95%;
}

.hr-double {
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.hr-multiline {
	margin: 20px 0;
	padding: 0;
	height: 20px;
	border: none;
	color: #333;
	background-image: linear-gradient(currentColor, currentColor 33.33%, transparent 33.33%, transparent 100%);
	background-size: 100% 3px;
}

.hr-block {
	/* margin-top: 90%; */
	margin-bottom: 10%;
	padding: 0;
	height: 5px;
	border: none;
	border-top: 1px solid #FF0000;
}

.hr-red {
	margin: 5px 0 !important;
	padding: 0;
	height: 5px !important;
	border: none;
	border-top: 1px solid #FF0000 !important;
	border-bottom: none !important;
	box-shadow: none;
	z-index: 100;
}

.hr-gold {
	margin: 5px 0 !important;
	padding: 0;
	height: 5px !important;
	border: none;
	border-top: 1px solid #FFD700 !important;
	border-bottom: none !important;
	box-shadow: none;
	z-index: 100;
}

.hr-green {
	margin: 5px 0 !important;
	padding: 0;
	height: 5px !important;
	border: none;
	border-top: 1px solid #008000 !important;
	border-bottom: none !important;
	box-shadow: none;
	z-index: 100;
}

.hr-dashed {
	/* margin: 10px 0; */
	padding: 0;
	height: 0;
	border: none;
	/* border-bottom: 1px dashed #000000; */
	border-top: 1px dashed #FFFFFF;
	/* width: 90%; */
}

/* https://snipp.ru/html-css/style-line */

/* /HR */





/* SVG */

.svg {
	/* fill: #000000; */
	fill: #FFFFFF;
	/* — заливка цветом */
	/* stroke: green; */
	/* — цвет обводки */
	/* stroke-width: 1; */
	/* — толщина обводки */
}

.svg:hover {
	fill: #FF8C00;
	transition-duration: 0.5s;
}

.svg-social {
	fill: #000000;
	/* fill: #FFFFFF; */
	/* — заливка цветом */
	/* stroke: green; */
	/* — цвет обводки */
	/* stroke-width: 1; */
	/* — толщина обводки */
	
	transition-duration: 0.5s;
}

.svg-social:hover {
	fill: #FF8C00;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
	margin-left: 10px;
	margin-right: 10px;
	
	transition-duration: 0.5s;
}
/* /SVG */





/* SHARE */

.ya-share2 li:before {
	content: " ";
	opacity: 0;
	margin-right: 32px;
	/* padding: 5px 25px 5px 5px; */;
}

.ya-share2 li {
	list-style: none;

}

.ya-share2 a {
	text-decoration: none;
	transition-duration: 0.5s;
}

.ya-share2 a:hover {
	text-decoration: none;
	-webkit-filter: contrast(120%);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
	margin-left: 10px;
	margin-right: 10px;
	
	transition-duration: 0.5s;
}

/* /SHARE */





/* YANDEX */

.ymaps-geolink {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	margin-top: 1px;

}

.ymaps-geolink:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	
}

.ymaps-geolink:before {
	content: " ";
	/* content: none; */
	/* margin-left: 10px; */
	margin-right: 10px;
	display: inline;
	color: #000000;
	opacity: 1.0;
	
	z-index: 10;

}

.ymaps-geolink:after {
	content: " ";
	/* content: none; */
	margin-left: 10px;
	/* margin-right: 10px; */
	display: inline;
	color: #000000;
	opacity: 0;
	
	z-index: 10;
}

/* /YANDEX */





/* Yandex-News */
	
/* .ya-news-title>a {
	font-size: 100%;
	color: #FFD700;
	font-weight: 700;
	margin-bottom: 0.5em;
	text-decoration: none;
}

.ya-news-title>a:hover {
	font-size: 100%;
	color: #FFA500;
	font-weight: 700;
	margin-bottom: 0.5em;
	text-decoration: none;
}

.ya-news-date {
	font-size: 85%;
	color: #0000FF;
	margin-right: 0.5em;
}

.ya-news-informer {
	font-size: 85%;
	margin-bottom: 0.3em;
}

.ya-news-description {
	font-size: 90%;
	color: #000000;
	margin-bottom: 0.5em;
	text-align: justify;
}

.ya-news-all {
	font-size: 80%;
	margin-top: 0.3em;
} */

/* /Yandex-News */











/* Price-Table */

/* /Price-Table */





/* BLOCK */

.left-block , .center-block, .right-block {
	display: block;
	/* width: 94px; */
	/* height: 20px; */
	min-height: 28px;
	/* text-align: center; */
	margin: 0 auto;
	/* margin: 0px 10px 0px 20px; */
	/* padding: 1px 0; */
	padding: 1px 1px 1px 1px;
	/* padding: 2px 2px 2px 2px; */
	/* padding: 5px 5px 5px 5px; */
	/* padding: 20px 20px 20px 20px; */
	/* Поочередно устанавливается поля от верхнего, правого, нижнего и левого края. */
	/* background: #808080; */
	/* background: linear-gradient(to bottom, #000000, #C0C0C0, #000000); */
	/* border: 1px solid #808080; */
	/* border: 1px solid #FF8C00; */
	/* border-radius: 5px; */
	/* box-shadow: Смещение по ширине / Смещение по высоте / Радиус размытия / Растяжение / Цвет */
	/* box-shadow: 0 0 5px 1px #808080; */
	/* box-shadow: #000000 1px 1px 0, */
				/* #000000 2px 2px 0, */
				/* #000000 2px 2px 0; */
				/* #808080 3px 3px 0; */
				
	/* -webkit-transform: scale(1.05); */
	/* -ms-transform: scale(1.05); */
	/* transform: scale(1.05); */
	
	box-sizing: border-box;
	transition-duration: 0.5s;
	/* pointer-events: none; */
}

.left-block   {
	text-align: left; 
	color: #6A7D90; 
	font-size: 16px;
	/* border: 1px solid #808080; */
	border: 1px dashed #808080 !important;
}

.left-block a  {
	text-align: left; 
	color: #6A7D90 !important; 
	font-size: 16px !important;
	/* border: 1px solid #808080; */
}

.left-block a:hover  {
	text-align: left; 
	color: #FF4500 !important;
	font-size: 16px !important;
	/* border: 1px solid #808080; */
}

.center-block {
	/* border: 1px solid #808080; */
}

.right-block {
	/* border: 1px solid #808080; */
	border: 1px dashed #808080 !important;
}

.advertisement-block {
	display: block;
	/* max-width: 100%; */
	/* width: 100%; */
	/* height: auto; */
	text-align: center;
	margin: 0 auto;
	/* margin: 0px 10px 0px 20px; */
	/* padding: 1px 0; */
	/* padding: 1px 1px 1px 1px; */
	/* padding: 2px 2px 2px 2px; */
	padding: 5px 5px 5px 5px;
	/* Поочередно устанавливается поля от верхнего, правого, нижнего и левого края. */
	/* background: #808080; */
	/* background: linear-gradient(to bottom, #000000, #C0C0C0, #000000); */
	/* border: 1px solid #808080; */
	/* border: 1px solid #FF8C00; */
	/* border-radius: 2px; */
	/* box-shadow: Смещение по ширине / Смещение по высоте / Радиус размытия / Растяжение / Цвет */
	/* box-shadow: 0 0 5px 1px #808080; */
	/* box-shadow: #000000 1px 1px 0, */
				/* #000000 2px 2px 0, */
				/* #000000 2px 2px 0; */
				/* #808080 3px 3px 0; */
				
	/* -webkit-transform: scale(1.05); */
	/* -ms-transform: scale(1.05); */
	/* transform: scale(1.05); */
	
	box-sizing: border-box;
	/* transition-duration: 0.5s; */
	/* pointer-events: none; */
}

.advertisement {
	/* display: block; */
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	/* margin: 5px 5px 5px 5px; */
	/* margin: 0px 10px 0px 20px; */
	/* padding: 1px 0; */
	/* padding: 1px 1px 1px 1px; */
	/* padding: 2px 2px 2px 2px; */
	/* Поочередно устанавливается поля от верхнего, правого, нижнего и левого края. */
	/* background: #808080; */
	/* background: linear-gradient(to bottom, #000000, #C0C0C0, #000000); */
	/* border: 1px solid #808080; */
	/* border: 1px solid #FF8C00; */
	/* border-radius: 2px; */
	/* box-shadow: Смещение по ширине / Смещение по высоте / Радиус размытия / Растяжение / Цвет */
	box-shadow: 0 0 5px 1px #808080;
	/* box-shadow: #000000 1px 1px 0, */
				/* #000000 2px 2px 0, */
				/* #808080 3px 3px 0; */
				
	transition-duration: 2.5s;

}

/* advertisement */

/* /BLOCK */





/* FOOTER */

.art-footer- {
	background: linear-gradient(to bottom, #696969, #000000);
	width: 100%;
	position: absolute;
	margin-bottom: 0px;
	/* text-align: center; */
	/* color: #FFFFFF; */
	font-size: 16px;
	
}

.art-footer- iframe {
	pointer-events: none !important;
	-ms-pointer-events: none !important;
}

.widget-block {
	/* width: 80%; */
	/* text-align: center; */
	/* text-align: justify; */
	margin: 0 auto;
	display: flex;
	/* justify-content: space-around; */
	/* padding: 5px 5px 5px 5px; */
	box-sizing: border-box;
}

.widget {
	width: 25%;
	/* height: 100%; */
	/* height: 300px; */
	min-height: 300px;
	display: inline-block;
	/* float: left; */
	/* padding: 10px; */
	/* padding: 5px 5px 5px 5px; */
	padding: 5px;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	/* margin-left: 1%; */
	text-align: left;
	box-sizing: border-box;
}

/* .widget ul { */
	
/* } */

.widget li {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: -40px;
	list-style: none;
	
	pointer-events: none !important;
	-ms-pointer-events: none !important;
	
}

.widget li:before {
	/* color: #FF8C00;
	content: " "; */
	/* padding-right: 10px; */
}

.widget a {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	
	/* pointer-events: none !important; */
	/* -ms-pointer-events: none !important; */
	
}

.widget a:hover {
	text-align: left;
	color: #FF8C00;
	font-size: 14px;
	
	/* pointer-events: none !important; */
	/* -ms-pointer-events: none !important; */
	
}

/* a, a:hover, a:visited, a:active, a:focus  { */
    /* cursor: default; */
    /* text-decoration: none; */
    /* color: #07C;/*Default link colour */
/* } */

.widget h6 {
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
}

.widget h6:hover {
	margin-left: 7px;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
}

.widget-mini  {
	width: 12,5%;
	/* height: 60px; */
	/* padding: 10px 1px 10px 1px; */
	/* padding: 1px 1px 1px 1px; */
	display: inline-block;
	float: left;
	margin: auto;
	margin-left: 5px;
	text-align: left;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	/* border: 1px solid #FFD700; */
	/* box-sizing: border-box; */
}

.widget-info {
	display: inline-block;
	width: 94px;
	height: 37px;
	text-align: center;
	margin: 0 auto;
	/* margin: 0px 10px 0px 20px; */
	/* padding: 1px 0; */
	/* padding: 1px 1px 1px 1px; */
	padding: 2px 2px 2px 2px;
	/* Поочередно устанавливается поля от верхнего, правого, нижнего и левого края. */
	/* background: #808080; */
	background: linear-gradient(to bottom, #000000, #C0C0C0, #000000);
	border: 1px solid #FFD700;
	/* border: 1px solid #FF8C00; */
	/* border-radius: 2px; */
	/* box-shadow: Смещение по ширине / Смещение по высоте / Радиус размытия / Растяжение / Цвет */
	box-shadow: 0 0 5px 1px #808080;
	/* box-shadow: #000000 1px 1px 0, */
				/* #000000 2px 2px 0, */
				/* #000000 2px 2px 0; */
				/* #808080 3px 3px 0; */
				
	/* -webkit-transform: scale(1.05); */
	/* -ms-transform: scale(1.05); */
	/* transform: scale(1.05); */
	
	box-sizing: border-box;
	transition-duration: 0.5s;
	/* pointer-events: none; */
}

.widget-info:hover {
	/* background: linear-gradient(to bottom, #00000095, #FFFFFF50, #00000095); */
	border: 1px solid #FFD700;
	/* border: 1px solid #FF8C00; */
	/* border-radius: 2px; */
	box-shadow: none;
	/* box-shadow: 0 0 5px 1px #808080; */
	/* box-shadow: #000000 1px 0px 0, */
				/* #000000 2px 2px 0; */
				/* #000000 3px 3px 0, */
				/* #808080 4px 4px 0; */
	
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-sizing: border-box;
	transition-duration: 0.5s;
}

.widget-info img {
	max-width: 100%;
	width: 100%;
	height: auto;
	/* object-fit: fill; */ /* - картинка просто заполняет блок без сохранения пропорций (по умолчанию) */
	object-fit: cover; /* - картинка полностью заполняет всё пространство блока. Края изображения могут быть обрезаны из за того, что форма блока не совпадает с формой картинки. */
	display: block;
	margin: auto;
	text-align: center;
	/* margin: 1px 1px 1px 1px; */
	filter: none;
	/* -webkit-transform: scale(1.05); */
	/* -ms-transform: scale(1.05); */
	/* transform: scale(1.05); */
	transition-duration: 1.5s;
	
	/* z-index: -1; */
}

.widget-info img:hover {
	max-width: 100%;
	width: 100%;
	height: auto;
	/* margin: 2px 2px 2px 2px; */
	
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	/* transition-duration: 1.5s; */
}

@media screen and (max-width: 1024px) {
	.widget-block {
		width: 90%;
		display: inline-block;
		text-align: justify;
		margin: 0 auto;
		padding: 5px 5px 5px 5px;
		box-sizing: border-box;
	}
	
	
	.widget {
		width: 40%;
		display: inline-block;
		float: left;
		margin-left: 5%;
		/* height: 250px; */
	}

	.widget-mini {
		display: none;
	}
	
	.widget-info {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.widget-block {
		width: 95%;
		display: inline-block;
		/* text-align: center; */
		text-align: justify;
		margin: 0 auto;
		padding: 5px 5px 5px 5px;
		box-sizing: border-box;
	}
	
	.widget {
		width: 100%;
		display: block;
	}
	
	.widget-mini {
		display: none;
	}
	
	.widget-info {
		display: none;
	}
}

.copyrigh {
	/* background: #000000; */
	/* background-image: linear-gradient(170deg, #000000 33%, #f5e944 66%, #000000); */
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	/* font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
	/* font-family: 'D3 euronism italic'; */
	/* font-weight: bold; */
	font-style: normal;
	text-transform: uppercase;
	
	/* text-shadow: 0.7px 0.7px 0 rgb(217, 222, 227), 1.4px 1.4px 0 rgb(217, 222, 227), 2.1px 2.1px 1px rgb(217, 222, 227), 2.8px 2.8px 0 rgb(217, 222, 227), 3.5px 3.5px 0 rgb(217, 222, 227); */
}

.copyrigh p {
	/* background: #000000; */
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
}

.metrika  {
	display: none;
}

/* /FOOTER */





/* PHOTO */

.photo-desktop-block {
	max-width: 100%;
	/* width: 100%; */
	/* height: auto; */
	
	text-align: center;
	margin: auto;
	margin-left: 10%;
	
	/* transition-duration: 5.5s; */
}

.photo-table-block {
	width: 20%;
	display: inline-block;
	text-align: center;
	margin: auto;
	margin-left: -100px;
	margin-right: 0px;
	/* border: 5px solid #FFD700; */
	transition-duration: 5.0s;
	z-index: 40;
}

.photo-table-block:hover {
	width: 20%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	/* border: 5px solid #FFD700; */
	margin: auto;
	margin-left: 40px;
	margin-right: 140px;
	transition-duration: 2.0s;
	z-index: 50;
}

.photo-table {
	max-width: 100%;
	/* width: 25%; */
	height: auto;
	display: inline-block;
	border: 5px solid #FFFFFF;
	/* border: 5px solid #FFD700; */
	box-shadow: 5px 5px 10px #666;
	margin: auto;
	/* margin: 2px 2px 2px 2px; */
	
	-webkit-filter: contrast(90%);
	opacity: 0.9;
	filter: alpha(Opacity=90);
	
	/* -webkit-transform: none; */
	/* -ms-transform: none; */
	/* transform: none; */
	
	/* transform: translate(50px,50px); */
	
    -moz-transform: rotate(-5deg) translate(5px,-20px) scale(0.7);
    -ms-transform: rotate(-5deg) translate(5px,-20px) scale(0.7);
    -webkit-transform: rotate(-5deg) translate(5px,-20px) scale(0.7);
    -o-transform: rotate(-5deg) translate(5px,-20px) scale(0.7);
    transform: rotate(-5deg) translate(5px,-20px) scale(0.7);
	
	/* transform: skewY(-10deg); */
	/* transition-duration: 1.5s; */
	
	z-index: 40;
}

.photo-table:hover {
	max-width: 100%;
	/* width: 25%; */
	height: auto;
	display: inline-block;
	border: 5px solid #FFFFFF;
	/* border: 5px solid #FFD700; */
	box-shadow: 5px 5px 10px #666;
	margin: auto;
	/* margin: 2px 2px 2px 2px; */
	
	-webkit-filter: contrast(100%);
	opacity: 1.0;
	filter: alpha(Opacity=100);
	
	/* -webkit-transform: none; */
	/* -ms-transform: none; */
	/* transform: none; */
	/* transform: none; */
	
    -moz-transform: rotate(1deg) translate(0px,0px) scale(1.2);
    -ms-transform: rotate(1deg) translate(0px,0px) scale(1.2);
    -webkit-transform: rotate(1deg) translate(0px,0px) scale(1.2);
    -o-transform: rotate(1deg) translate(0px,0px) scale(1.2);
    transform: rotate(1deg) translate(0px,0px) scale(1.2);
	
	/* transition-duration: 1.5s; */
	/* cursor: pointer; */
	/* cursor: crosshair; */
	
	transition-duration: 5.0s;
	z-index: 50;
}

/* /PHOTO */





/* Пульсация */
.pulsate {
	-webkit-animation: pulsate 2s ease-out;
	-moz-animation-iteration-count: pulsate 2s ease-out;
	-ms-animation-iteration-count: pulsate 2s ease-out;
	-o-animation-iteration-count: pulsate 2s ease-out;
	animation-iteration-count: pulsate 2s ease-out;
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	opacity: 1.0;
}

@-webkit-keyframes pulsate {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1.0;
	}
}
/* /Пульсация */





/* Появление-Исчезание */
.fade-in {
	animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fade-out {
	animation: fadeOut ease 2s;
	-webkit-animation: fadeOut ease 2s;
	-moz-animation: fadeOut ease 2s;
	-o-animation: fadeOut ease 2s;
	-ms-animation: fadeOut ease 2s;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
/* /Появление-Исчезание */





/* Бегущая строка */

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee .marquee-content, .marquee div, .marquee p, .marquee span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 55s infinite linear;
    -moz-animation: scroll 55s infinite linear;
    animation: scroll 55s infinite linear;
}

.marquee .marquee-content:hover, .marquee div:hover, .marquee p:hover, .marquee span:hover {
  animation-play-state: paused;
}

.marquee ing {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 55s infinite linear;
    -moz-animation: scroll 55s infinite linear;
    animation: scroll 55s infinite linear;
}

.marquee ing:hover {
	animation-play-state: paused;
	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
 
/* ,Бегущая строка */



