@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@100;300;400;500;600;700;800;900&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans&display=swap');
@import url("webfonts/AGLettericaCondL_Regular/stylesheet.css");
@import url("../webfonts/AGLettericaCondL_Regular/stylesheet.css");
@import url("../webfonts/GOTHIC/stylesheet.css");
@import url("webfonts/GOTHIC/stylesheet.css");
@import url("webfonts/FRADMCN/stylesheet.css");
@import url("../webfonts/FRADMCN/stylesheet.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url('https://fonts.googleapis.com/css?family=Abel|Cuprum|Fira+Sans|PT+Sans&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
  font-family: "AGLettericaCondL Regular";
  src: url("../webfonts/AGLettericaCondL.ttf");
  font-family: "GOTHIC";
  src: url("../webfonts/GOTHIC.TTF");
    font-family: "GOTHICB";
  src: url("../webfonts/GOTHICB.TTF");
  font-family: "GOTHICBI";
  src: url("../webfonts/GOTHICBI.TTF");
  font-family: "GOTHICI";
  src: url("../webfonts/GOTHICI.TTF");
  font-family: "FRADMCN";
  src: url("../webfonts/FRADMCN.TTF");
}

	@font-face {
font-family: "Fauna Thin";
src: local('fauna thin');
  src: url("../webfonts/fauna-thin.ttf");
}
*:before,
*:after {
	padding: 0;
	margin: 0;
	border:0;
	box-sizing: border-box;
}
input, button { -webkit-appearance: none;}
html,
body{
	margin: 0px;
	padding: 0px;
	height:100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Open Sans', sans-serif;
}
#body{
	font-family: 'Open Sans', sans-serif;
}
* {
	/*outline: 1px solid red !important;*/
 }
* {box-sizing: border-box}
::-webkit-scrollbar {
  width: 0;
	opacity: 0;
}
::-webkit-scrollbar-track {
	opacity: 0;
}
.uni1 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.3);
	color: gray;
	border-radius: 26px;
	overflow: hidden;
	width: 82%;
	height: auto;
	font-size: 2.5vh;
	padding: 0;
	position: sticky;
	top: 1vh;
	z-index: 999;
	backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
	margin: 0 auto;
	background: rgb(247,247,247);
background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
}
.uni1 a {
	text-decoration: none;
	color: rgba(0,0,0,0);
}
.uni2k {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 12px;
	width: auto;
	height: 6vw;
	padding: 0 2vw 0 2vw;
	border:2px solid red;
	font-size: 3vw;
	background: rgb(0,0,0);
}
.uni2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 0;
	width: 96%;
	height: 100%;
	padding: 1.5vh;
	border:2px solid rgba(243,1,1,1.00);
	font-size: 2.5vh;
	background: rgb(245,2,2);
background: linear-gradient(0deg, rgba(245,2,2,1) 0%, rgba(251,34,34,1) 100%);
}

.uni3 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0);
	color: black;
	border-radius: 0 10px 10px 0;
	width: auto;
	height: 100%;
	padding: 1.5vh;
	border:2px solid rgba(204,203,203,0);
	font-size: 2.5vh;
	background: rgb(247,247,247);
background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
}

.buys {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: red;
	border-radius: 2.5vh;
	overflow: hidden;
	height: 5vh;
	background: rgb(26,218,229);background: linear-gradient(30deg, rgba(26,218,229,1) 0%, rgba(211,107,228,1) 100%);border:0px solid transparent;
	font-family: "Tahoma";
}
.buys a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.9s ease;
	background-color: red;
	font-size: 5vw;
	color: #fff;
	border-radius: 2.5vh;
	border:0px solid transparent;
	border:none;
	margin: 0 auto;
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.3vw;
	z-index: 3;
	height: 5vh;
	flex-direction: row;
	font-family: 'Open Sans', sans-serif;
	padding: 1vw;
}
.benefits {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 5vh auto;
	width: 90%;
	box-sizing: border-box;
}
.benefits div {
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items: center;
	width: 50%;
	font-size: 3.3vw;
	font-weight: 300;
	color: #9696A6;
	overflow: hidden;
	
	
}
.benefits div img {
	width: 40%;
	height: 100%;
}
.benefits div span {
	width: 70%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3.3vw;
	color: #777;
	font-weight: 500;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'Google Sans', sans-serif;
	text-align: left;
}
.android51m {
	font-size: 7vw;
	line-height: 130%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#000;
	font-weight: 700;
	letter-spacing: 0.1vw;
	/*border-bottom: 2px solid #E7E7E7;*/
	font-family: 'Google Sans', sans-serif;
	margin: 2px 0;
}
.android51 {
	font-size: 4vw;
	line-height: 130%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#000;
	font-weight: 300;
	letter-spacing: 0.1vw;
	/*border-bottom: 2px solid #E7E7E7;*/
	font-family: 'Google Sans', sans-serif;
	margin: 2px 0;
}
.android51 span2 {
	background-color: #5223A8;
	border-radius: 0;
	color: #f4f4f4;
	padding: 2%;
	display: flex;
	justify-content:center;
	align-items: center;
	width: 50%;
	font-weight: 400;

}
.android51 span1 {
	
	border-radius: 0;
	background-color: #E7E7E7;
	color:#6D6D6D;
	padding: 2% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.android2a {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0 ;
	margin: 0 auto 2vh;
	height:20%;
	overflow-y: scroll;
	
}
	
	.android2a::-webkit-scrollbar {
  width: 3px;
}

.android2a::-webkit-scrollbar-track {
  background: #D1D1CC;
}

.android2a::-webkit-scrollbar-thumb {
  background-color: #3b0459;
	border-radius: 1.5px;
} 
.android2a div {
	text-align: center;
	width: 33.333%;
	min-width: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;

}
.android2a img {
	width: 30%;
	margin: 0 auto;
}
.android2a span {
	font-size: 11px;
	color: #5E5E55;
	font-weight: 500;
	padding: 2px 6px;
}
.for_a_hover {
	display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: flex-start;width: 100%;margin: 5% auto;
	font-family: 'Open Sans', sans-serif; font-weight:100;color:#777;font-size:16px;
}
.for_a_hover a {
	border:1px solid transparent;
	transition: all 0.3s ease;
}
.for_a_hover a:hover {
	border:1px solid rgba(0,0,0,0.5);
	transition: all 0.1s ease;
}
.cam0011h1:hover {
	cursor: pointer;
}
.cam0011h {
	display:flex;
	justify-content:space-around;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	height: auto;
	font-weight:500;
	font-size: 4vw;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	background-color: black;
	color: #f4f4f4;
	border-radius: 0;
	transition: all 0.9s ease;
	text-transform: uppercase;
	width: 100%;
	min-width: 300px;
}

.cam0011h1 {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	width: 42%;
	height: 100%;
	font-weight:500;
	font-size: 5vw;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	background-color: black;
	border:none;
	border:1px solid transparent;
	padding: 0 20px 0 20px;
	color: red;
	text-align: center;
	border-radius: 0px;
	transition: all 0.9s ease;
	text-transform: uppercase;
	overflow: hidden;
}
.cam0011h2 {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	width: 42%;
	height: 100%;
	font-weight:700;
	font-size: 5vw;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	background-color: black;
	border:none;
	border: 2px solid whitesmoke;
	padding: 0 20px 0 20px;
	border-radius: 8px;
	color:whitesmoke;
	transition: all 0.9s ease;
	text-transform: uppercase;
	overflow: hidden;
}
.cam0011h a {
	
	height: 100%;
	background-color: rgba(0,0,0,1);
	color: red;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid transparent;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	font-size:6vw;
	text-decoration: none;
	text-transform: uppercase;
	width: 20%;
}
.cam0011h a:hover {
	background-color:forestgreen;
	color: white;
	border:1px solid forestgreen;
}
.cam0011h3 {
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	font-weight:500;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	background-color: #f4f4f4;
	border:none;
	border: 1px solid transparent;
	color: #111;
	border-radius: 6px;
	transition: all 0.9s ease;
	text-transform: uppercase;
	margin: 0 5px;
}
.cam0011h4 {
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 5vh;
	font-weight:500;
	font-size: 2vh;
	font-family: 'Google Sans', sans-serif;
	letter-spacing: 1px;
	background-color: #111;
	border:none;
	border: 1px solid transparent;
	color: #f4f4f4;
	border-radius: 2.5vh;
	transition: all 0.9s ease;
	text-transform: uppercase;
	margin: 0 5px;
	width: 60%;
}

.mult1 {
	display: flex;flex-direction: column;align-items: center;justify-content:flex-start;width: 100%; margin: 0 auto;
	font-family: 'Google Sans', sans-serif;
}
.mult2 {
	height:auto; 
box-sizing: border-box;
width: 100%;
display: flex;
justify-content:center;
align-items: center; 
text-decoration: none;
	flex-direction: column;
font-size: 18px;
color: #111;
font-weight: 500;
flex-wrap: wrap;
border-bottom: 2px solid transparent;
	padding: 0 0 1vh 0;
}
.mult21{
	min-width:400px; width: 70%;height: 15vh; background-image: url(img/gaslion.png);background-repeat: no-repeat;background-position: center center ;background-size:contain;
}
.mult22 {
	min-width:400px; width: 60%;height: auto;display: flex;flex-direction: row;justify-content: center;align-items: center;display:none;
}
.mult22i {
	min-width:400px; width: 100%;height: 5vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;margin: 3vh auto;
}
.mult22i#m1 {
	min-width:400px; width: 100%;height: 10vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.mult22i a {
	width: auto;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;text-decoration: none;
}
.mult22i a > span {
	display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 2vw;color: #f4f4f4;font-weight: 700;letter-spacing: 1px;
}
.mult22i img {
	width: 100%;height: 100%;object-fit: contain;
}
.mult23 {
	display: none;
}
.mult3 {
	width: 100%;margin: 2vh auto;
}
.mult3 h1 {
	width: 90%;
	margin: 2vh auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 3vh;
	
}
.mult3 img {
	width: auto;
	height: 10vh;
	margin: 3vh auto 1vh;
}
.mult31 {
	font-size: 3vw; color: gray;padding: 0 ;font-weight: 300;letter-spacing: 1px;display: block;width: 100%;
}
.mult4 {
	display: flex;flex-direction: column;width: 100%;background-color: rgba(255,255,255,1);
}
.mult5 {
	text-align: center;margin: 2vh auto 5vh;width:90%;display: flex;flex-direction: column;box-sizing: border-box;color: #121212;padding-top: 20px;
}
.mult6 {
	text-align: left;font-size: 3vh;font-weight:500; color: black;	text-transform:none;width:100%;display: flex;justify-content: flex-start;align-content: center;margin-bottom: 7px;
}
.mult61  {
	text-align: left;
	font-weight:500; 
	color: black;	
	text-transform:none;
	width:100%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	margin: 3vh auto;
	
	padding: 5vh 0;
}
.mult62 {
	width: 100%; text-align: left;border-radius: 0 6px 6px 6px; background-color: white;display: flex;justify-content: flex-start;align-content: center;flex-direction: column;box-sizing: border-box;font-size: 4vw;
	border:1px solid #fff;padding: 2vh 0;margin: 2vh 0;line-height: 200%;
}
.mult62 input { 
	width: 5%;
	height: auto;
	text-align: left;
}
.mult7 {
	padding: 2vh 5vw;background-color: black;color: white;
	width: 100%;
	font-size: 5vw;
	margin: 4vh auto 0;
	box-sizing: border-box;
}
.mult8 {
min-width:400px; width: 100%;height: 15vh; background-image: url(img/gaslion.png);background-repeat: no-repeat;background-position: center left ;background-size:contain;
}
.mult81 {
	min-width:400px; width: 100%;height: 20vh;display: flex;flex-direction: row;justify-content: center;align-items: center;
}


.mult9 {
	width: 80%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4vw;
	font-weight: 700;
	letter-spacing: 2px;
	color: #111;
	
	border-bottom: 2px solid #ccc;
}
.multi91  {
	font-size: 4vw;
	width: 100%;height: auto;bottom: 0;left: 0;position: absolute;display: flex;flex-direction: row;justify-content: center;align-items:center;flex-wrap: wrap;
	padding: 3vh 0 2vh;
}
.multi91 strong {
	display: flex; width: 100%;align-items: center;justify-content: center;flex-direction: row;font-size: 6vw;
}
.multi93 {
	text-align: left;width: 50%; border-radius: 6px 0 0 6px; background:rgba(0,0,0,0.1); color: darkred;font-size: 4vw;font-weight: 500;display: flex;justify-content: flex-start;align-items: center;font-family: 'Open Sans', sans-serif;height: 4vh;border:1px solid transparent;
}
.modal1 {
	height: 85%;width: 100%;overflow-y: scroll;padding: 2%;box-sizing: border-box;
}
.modal2 {
	height: 95%;width: 100%;overflow-y: scroll;padding: 2%;box-sizing: border-box;font-size: 3vw;
}
.modal3 {
	height: 85%;width: 100%;overflow-y: scroll;box-sizing: border-box;font-size: 3.5vw;display: flex;
	flex-direction: column;align-items: center;justify-content: flex-start;padding: 4%;
}
.modal3 img {
	width: 100%;
	height: auto;
}
.ind1 {
	justify-content: space-between; box-sizing: border-box;width: 100%; z-index: 9999;
display: flex;flex-direction: row;flex-wrap: wrap;align-items: center; text-decoration: none;font-size: 4vw;color: #f4f4f4;font-weight: 500;height:auto;background: black;padding: 40px 0;margin: 0 auto;
}
.ind2 {
	flex-direction: row;justify-content:flex-end;align-items: center;width: 30%;min-width: 230px; height: 100%;background-color: rgba(255,255,255,1);display: none;
}
.mult82 {
	height: 100%;padding-left: 30px;box-sizing: border-box;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;
}
.mult82 a {
	text-decoration: none;
	display: flex;
	width: auto;
	background-color: #2AA5A0;
  background-image: linear-gradient(90deg, #E3535D, #2AA5A0);
  background: rgb(169,197,195);
background: linear-gradient(90deg, rgba(169,197,195,1) 0%, rgba(201,166,225,1) 28%, rgba(241,241,216,1) 55%, rgba(252,252,252,1) 74%, rgba(105,105,106,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ind3 {
	width: 100%;height:auto;display: flex;justify-content: space-between;align-items: center;flex-direction: column;height: auto;box-sizing: border-box;padding: 0;background: black;color: white;margin: 0 auto;position: relative;	background-size: cover;background-position: center center;background-repeat: no-repeat;
	font-family: 'Google Sans', sans-serif;
background: rgb(33,25,136);
background: linear-gradient(149deg, rgba(39,29,162,1.00) 0%, rgba(6,14,35,1.00) 58%, rgba(2,5,13,1) 79%);
background-attachment: fixed;
}
.ind3 h1 {
	font-size: 5vw;color: white;	width: 80%;display: flex;justify-content: center;align-items: center;flex-direction: column;margin: 0 auto;font-weight: 100;padding: 3% 0;letter-spacing: 0.3vw;text-align: center;
}

.arrow-7 {
    margin: 0 auto;
    width: 38px;
    height: 100px;

	bottom:0;
	left:50%;
	transform: translate(-50%, 0);
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #666;
    border-right: 5px solid #666;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}
.video_item {
	height: 33%;
		margin:1vh -6% 2vh -6%;
	text-align:center;
	width: 112%;
	object-fit:contain;
	object-position: center;
		z-index: 999;
	padding: 0;
}
.ind4 {
	width: 50%;height: 60vh; min-width: 250px; box-sizing: border-box;overflow:hidden; display: flex;flex-direction: column;justify-content: flex-start;align-items: center;padding: 20px;margin-bottom: 10vh;text-decoration: none;
}
.ind41 {
	width: 100%; height: 15%;box-sizing: border-box;display: flex;justify-content: center;align-items: center;
}
.ind41 img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.ind42 {
	width: 100%;height: 20%; box-sizing: content-box;display: flex;justify-content: center;align-items: center;flex-direction: column;font-weight: 700;color: #333;padding: 2% 0;
	font-size: 3.5vw;
}
.ind45 {
	width: 100%; height: 40%;box-sizing: border-box;display: flex;justify-content: center;align-items: center;overflow: hidden;object-fit: contain;
}
.id45 img {
	object-fit: contain;object-position: center;max-width: 100%;width: auto;max-height: 100%;height: auto;
}
.ind43 {
	width: 100%; box-sizing: content-box;display: flex;justify-content: center;align-items: center;flex-direction: column;font-weight: 700;color: #333;font-size: 5vw;
}
.for_a_hover {
	display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: flex-start;width: 100%;margin: 0 auto;
	font-family: 'Open Sans', sans-serif; font-weight:100;color:#777;font-size:16px;
}
.for_a_hover a {
	border:1px solid transparent;
	transition: all 0.3s ease;
}
.for_a_hover a:hover {
	border:1px solid rgba(0,0,0,0.5);
	transition: all 0.1s ease;
}
.menur {
 margin: 15px auto 0;
 padding: 0;
z-index:9999;
	width: 85%;
	height: 80vh;
	border-radius: 6px;
	 justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	top:0;
	/*background-color: rgba(255,255,255,0.8); */
	backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
	background: rgb(22,118,168);
background: linear-gradient(326deg, rgba(22,118,168,0.3) 0%, rgba(31,28,85,0.3) 100%);
}
.menur img {
	width: 90%;
	
}
.menur ul,
.menur ol{
 list-style: none;
}
.menur > ul{
 z-index:999;
	height: 100%;
	width: 100%;
	padding: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	
}
.menur > ul li{
 position: relative;
	padding: 0;

 z-index:9999;
	height: 20%;
	width: 100%;
}
.menur > ul li:second-child{
	height: 20%;
}
.menur > ul li:hover a{
	border-right: 4px solid #5982fe;
	transition: all 0.3s ease;
	color: #5982fe;
	background-color: rgba(1,1,1,0.1);
}
.menur > ul li img {
	width: 50%;
	margin: 0 25%;
	float: none;
}
.menur > ul li a{
	font-family: 'Open Sans', sans-serif;	
	box-sizing: border-box;
 font-size: 11px;
 color:white;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 1.3s ease;
 z-index:999;
	width: 100%;
	height: 100%;
	font-weight: 500;
	display:flex;
justify-content:center;
align-items:center;
	letter-spacing: 1px;
	flex-wrap: wrap;
	border-right: 4px solid transparent;
}
.menur li a:hover {
	transition: all 0.2s ease to all ;
	background: none;
}





.selpassive3 {
	background-color:rgba(0,0,0,0);
	border:3px solid transparent;
	border: none;
	border-bottom: 3px solid #ccc;
	width:60%;
	 justify-content: flex-start;
	align-items: center;
	display:inline-flex;
	color: #333;
	font-size: 2.5vh;
	height:100%;
	font-weight: 700;
	/*font-family: 'Open Sans', sans-serif;*/
	text-decoration: none;
	text-transform: none;
	text-align: left;
	margin: 0 auto;
	padding: 0.3vh;
	box-sizing: border-box;
	overflow: hidden;
}
.selpassive3:hover,
.selpassive3:focus,
.selpassive3:active {
  color: black;
  text-decoration: none;
  cursor: pointer;
	border:none;
}
.testimonials {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
.btn.prev  {
	width: 14%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,1);
	font-weight: 900;
	font-size: 3vh;
	border-radius: 2px;
	padding: 3px;
	background:rgba(0,0,0,0.1);
	position: absolute;
	left:0;
	top:40%;
	border:2px solid rgba(255,255,255,1);
}
.btn.prev:hover {
	cursor:pointer;
	background:rgba(0,0,0,0.2);
		transition: all 0.3s ease;
}
.btn.next  {
	width: 14%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,1);
	font-weight: 900;
	font-size: 3vh;
	background:rgba(0,0,0,0.1);
	border-radius: 2px;
	padding: 3px;
	position: absolute;
	right:0;
	top:40%;
	border:2px solid rgba(255,255,255,1);
}
.btn.next:hover {
	cursor:pointer;
	background:rgba(0,0,0,0.2);
		transition: all 0.3s ease;

}
.rozdil_t {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 94%;
	height: auto;
	font-size: 10vw;
	color: black;
	padding: 3% 0;
	margin-left: 3%;
	border-bottom: 3px solid #f7f7f7;
		font-family: 'Cuprum', sans-serif;
font-weight: 700;
	
}






.multi_5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:space-between;
	background-color: #fff;
	border-radius: 1vh;
	width: 94%;
	margin-left: 3%;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2vh;
	margin-bottom: 1vh;
	
}
.multi_5 span1{
	font-weight: 700;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	height: 5vh;
	padding-left: 2vh;
}
.multi_4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0.5vh 0 ;
	width: 100%;
	font-family: 'Cuprum', sans-serif;
	font-size: 2.2vh;
	margin-bottom: 1vh;
	line-height: 150%;
	color: #555;
	border-bottom: 16px solid #fff;
	letter-spacing:normal;
}

.multi_4 div:hover span_display {
	display: flex;
}
.multi_4 span_display {
	display: none;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 80vh;
	position: fixed;
	bottom: 6vh;
	left: 0;
	background: rgba(255,255,255,0.9);
	background-color: #f7f7f7;
	z-index: 999;
	backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
	border:none;
	border-top:15px solid #333;

}
.multi_4 span_in {
	font-size: 3vh;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6vh;
	background-color: #f7f7f7;
	color: rgba(0,0,0,1);
	color:black;
}
.multi_4 span1 {
	font-weight: 400;
	background: rgba(255,255,255,0);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40%;
}
.multi_4 input,button {
	width: auto;
	height:auto;

	font-family: 'Open Sans', sans-serif;
	font-size: 2vh;
	display: flex;
	background: rgba(0,0,0,0);
	border:none;
	margin: 0;
	text-decoration: underline;
	color: black;
	font-weight: 700;
	
}

.multi_4 span2 {
	font-weight: 200;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40%;
	
	height: 100%;
}
.multi_4 span3 {
	font-weight: 700;
	padding: 5px 20px;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	background: rgba(255,255,255,1);
	border-radius: 1vh;
	margin: 0 1vh;
	width:auto;
	 justify-content: center;
	align-items: center;
	display:inline-flex;
}

.multi_2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 0;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 2vh;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1vh;
	color: rgba(0,0,0,0.2);
}
.multi_2 span1{
	font-weight: 700;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	height: auto;
	padding-left: 2vh;
}
.multi_3  {
	font-weight: 400;
	color: #222;
	display: flex;
	align-items: center;
	justify-content:space-between;
	height: 5vh;
	width: 100%;
}
.multi_1 {
	font-size: 2.5vh;
	font-weight: 700;
	color: #222;
	font-family: 'Open Sans', sans-serif;
}
.add_kat {
	border: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
}.add_kat3 {
	border: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	padding: 1vh;
	width: 40%;
}
.add_kat2 {
	border: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 700;
	background: rgba(0,0,0,0.1);
}

.modification  {
	font-size: 6vw;
	padding: 3vh;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	text-align: left;
}
.modification input  {
	background: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.2);;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	font-size: 8vw;
	padding: 1vh 2vh;
	box-sizing: content-box;
}
.modification2  {
	font-size: 6vw;
	padding: 3vh;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	text-align: left;
}
.modification2 input  {
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.2);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	font-size: 8vw;
	padding: 1vh 2vh;
	box-sizing: content-box;
	margin: 0 auto;
	width: auto;
}
.opl {
	display: flex;
	width:94%;
	align-items: center;
	justify-content: flex-start;
	font-size: 2vh;
	font-weight: 500;
	color: #757575;
	text-decoration: none;
	background-color: #e7e7e7;
	border-radius: 0.5vh;
	flex-direction: row;
	margin-left:3%;
	padding: 0.5vh;
	letter-spacing:0.6%;
	line-height: 100%;
}
.opl:hover {
	background-color: #E5E5E5;
}
.opl img {
	background-color: black;
	border-radius: 0.5vh;
	height: 4vh;
	padding: 1% 5%;
	display: flex;
	margin-right: 5%;
}
.oplata1 {
	width: 100%;
	padding: 7px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: sticky;
	top: 0;
	background-color: white;
	margin-top: 0;
	font-weight: 700;
	font-size: 2vh;
	color: #333;
}
.oplata2 {
	width: 100%;
	padding: 7px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #EDEDED;
	font-weight: 300;
	font-size: 2vh;
	color: #393838;
	text-transform: lowercase;
}
.oplata2 span1 {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #E4E4E4;
	font-weight: 300;
	font-size: 1.4vh;
	color: #000;
	text-transform: lowercase;
}
.oplata2 div {
	padding: 7px;
}
.oplata2:hover {
	border-bottom: 1px solid red;
	background-color: #EDEDED;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.modal_char4 {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  left: 0;
  bottom: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант */
  background-color: rgba(0,0,0,0.4); /* Черный с непрозрачностью */
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	align-items: center;
	justify-content: center;
}
.modal_char-body4 {
	height: 92%;
	overflow-y: scroll;
}

/* Модальное содержание/коробка */
.modal_char-content4 {
  background-color: #fefefe;
  padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 4vw;
	height: 92%;
	white-space:normal;
	border-radius: 50px 50px 0 0;
	overflow:hidden;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	vertical-align: top;
  width: 100%; /* Может быть больше или меньше, в зависимости от размера экрана */
	animation-name: animatemodal_char3;
  animation-duration: 0.6s;
	  color: #aaa;
  z-index: 9999; /* Сидеть на вершине */
}

/* Кнопка закрытия */
.close_char4 {
  color: #111;
     height:8vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 15%;
	font-size:4vh;
}

.close_char4:hover,
.close_char4:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Добавить анимация */
@keyframes animatemodal_char4 {
  from {bottom: 30%; opacity: 0;}
  to {bottom:0;opacity: 1;}
}







.modal_char3 {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  left: 0;
  bottom: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант */
  background-color: rgba(0,0,0,0.4); /* Черный с непрозрачностью */
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	align-items: center;
	justify-content: center;
}
.modal_char-body3 {
	height: 92%;
}

/* Модальное содержание/коробка */
.modal_char-content3 {
  background-color: #fefefe;
  padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 4vw;
	height: 92%;
	
	white-space:normal;
	border-radius: 50px 50px 0 0;
	overflow:hidden;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	vertical-align: top;
  width: 100%; /* Может быть больше или меньше, в зависимости от размера экрана */
	animation-name: animatemodal_char3;
  animation-duration: 0.6s;
	  color: #aaa;
}

/* Кнопка закрытия */
.close_char3 {
  color: #111;
     height:8vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 15%;
	font-size:4vh;
}

.close_char3:hover,
.close_char3:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Добавить анимация */
@keyframes animatemodal_char3 {
  from {bottom: 30%; opacity: 0;}
  to {bottom:0;opacity: 1;}
}








.modal_char2 {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  left: 0;
  bottom: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант */
  background-color: rgba(0,0,0,0.4); /* Черный с непрозрачностью */
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	align-items: center;
	justify-content: center;
}
.modal_char-body2 {
	height: 92%;
}

/* Модальное содержание/коробка */
.modal_char-content2 {
  background-color: #fefefe;
  padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 4vw;
	height: 92%;
	
	white-space:normal;
	border-radius: 50px 50px 0 0;
	overflow:hidden;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	vertical-align: top;
  width: 100%; /* Может быть больше или меньше, в зависимости от размера экрана */
	animation-name: animatemodal_char2;
  animation-duration: 0.6s;
	  color: #aaa;
}

/* Кнопка закрытия */
.close_char2 {
  color: #111;
     height:8vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 15%;
	font-size:4vh;
}

.close_char2:hover,
.close_char2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Добавить анимация */
@keyframes animatemodal_char2 {
  from {bottom: 30%; opacity: 0;}
  to {bottom:0;opacity: 1;}
}






.android2a {
	width: 90%;
	display: flex;
	flex-direction:column;
	justify-content:space-around;
	align-items:center;
	padding: 0 ;
	margin: 0 auto 2vh;
	font-size: 2.8vw;
} 
.android2a div {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	font-size: 2.9vw;
}
.android2a img {
	width: 30%;
	margin: 0 auto;
}
.android2a span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	height: auto;
	color: black;
	font-weight: 500;
	padding: 0.7vw 0;

}
.android2a span1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	height: auto;
	color: black;
	font-weight: 700;
	padding: 0.7vw 0;

}

.cam_for_opis {
	width: 94%;
	margin: 3vh auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: #121212;
	line-height: 130%;
	letter-spacing: 0.1vw;
}
.cam_for_opis div#id1 {
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 2vh;
	height: 100%;
}
.cam_for_opis div#id2 {
	width: 20%;
	height: 100%;
}
.cam_for_opis div#id3 {
	width: 35%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 2vh;
	height: 100%;
}
.cam_for_opis div#id0 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	position: relative;
	border-bottom: 2px solid #a5a5a5;
}


.android {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 10%;
	/*background: rgb(86,130,255);
background: linear-gradient(11deg, rgba(86,130,255,1) 0%, rgba(210,167,177,1) 24%, rgba(121,186,218,1) 67%, rgba(6,103,208,0.5) 100%);*/
}
.android a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding:  0;
	margin: 0 auto;
	border-radius: 0;
	font-size: 3vh;
	font-weight: 500;
	color: #121A2E;
	text-decoration: none;
	overflow: hidden;
		background-color: rgba(255,255,255,1); /* white с непрозрачностью */
	position: relative;
	border-bottom: 4px solid #333;
}
.android img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.android1 {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.android1 img{
	width: 40%;
}
.android4 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	font-size: 3vh;
	text-transform: none;
	font-weight: 700;
	color: black;
	text-decoration: none;
	letter-spacing: 0.1vw;
}
.android3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	font-size: 4vh;
	text-transform: uppercase;
	font-weight: 700;
	color: #121A2E;
	text-decoration: none;
}
.android5 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	width: 100%;
	margin: 0 auto 0.5vh;
	font-size: 3vw;
	text-transform: none;
	font-weight: 500;
	color: #a5a5a5;
	text-decoration: none;
	/*border:2px solid #333;*/
	overflow: hidden;
}
.android5 span1{
	background-color:none;
	width: 40%;
	display: flex;
	justify-content:center;
	align-items: center;
	color: #a5a5a5;
	padding: 1% 3%;
	border-radius: 0.5vh;
	font-size: 3vw;
}
.android5 span2{
	background-color:#E7E7E7;
	width: 40%;
	display: flex;
	justify-content:center;
	align-items: center;
	color: #222;
	padding: 1% 3%;
	border-radius: 0.5vh;
	font-size: 2.7vh;
}
.android6 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:100%;
	padding: 3%;
	margin: 0 auto;
	font-size: 3.5vw;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
}
.android2 {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding: 0 ;
	font-size: 3.5vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color: #a5a5a5;
}
.android2 div {
	background-color:#f4f4f4;
	padding: 0.5vw 2vw;
	margin: 1vw 1vw 0 0;
}
.android2 div#x8 {
	background-color:white;
	font-weight: 700;
	color: black;
	padding: 0.5vw 2vw;
	margin: 1vw 1vw 0 0;
}
.android7 {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0 0 0.5vh 0 ;
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.1vw;
	color:crimson;
	
}
.android8 {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0.5vh 0 ;
	font-size: 3vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color:#121212;
	border-bottom: 2px solid #a5a5a5;
}
.android8 span {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0 ;
	font-size: 2.5vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color:#333;
}
.android8 span1 {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0 ;
	width: 40%;
}
.android8 span2{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding-left: 3vw ;
	width: 40%;
	font-weight: 700;
	font-style: oblique;
	color: #555;
	text-decoration: line-through;
}
.android8 span3{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding: 0 ;
	width: 20%;
	font-weight: 700;
	color:gold;
	border-radius: 6px;
	background-color: #333;
}

.zakon{
	width: 98%;
	margin:5vh auto;
	text-align: justify;
	color: #444;
	font-size: 2vh;
	font-weight: 500;
	letter-spacing: 0.1vw;
	line-height: 140%;
}
.zakon div#n1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2vh;
}
.zakon a {
	color:indigo;
}
.zakon img {
	display: block;
	width: 60%;
	align-items: center;
}
.spectrum {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	padding: 0 ;
	font-size: 2.5vh;
	font-weight: 600;
	color:#42413B;
	margin: 5vh auto;
} 
.spectrum div {
	width: 29%;
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding: 0;
	margin: 0 0 3vh 0;
	background-color: white;
	border-radius: 1vh;
}
.spectrum span {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding: 0 ;
	font-size: 2.5vw;
	font-weight: 300;
	color: #9F9C83;
}
.spectrum img {
	width: 50%;
	margin: 0  10% 5% 10%;
}
.spectrum a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: black;
}
.multimedia3 {
background-color: white;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
padding: 5%;
text-align: left; 
line-height: 160%;
letter-spacing: 0.3vw;
font-size: 3vh;
font-weight: 500;
color: #121212;
overflow: scroll;
height: 100%;
}
.multimedia3 h2 {
	margin:5vh auto 1vh;
	display:block;
	font-size:5vh;
	text-align:center;
	width: 100%;
	line-height: 150%;
}
.multimedia3 img {
	margin:1vh -6% 2vh -6%;
	text-align:center;
	width: 112%;
}
.multimedia3::-webkit-scrollbar {
  width: 0;
  height: 100%;
  background:transparent; /* or add it to the track */
	overflow: auto;
}
.multimedia3::-webkit-scrollbar-thumb {
	background-color: #333;
}
.acsesuar1 {
	width: 100%;
	height: 12vh;
	margin:0 auto 2vh;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items: center;
	padding: 1vh 0 1vh 0;
	border-bottom: 1px solid #EDEDED;
	font-weight: 700;
	font-size: 3vh;
	color: #3333
}
.acsesuar2 {
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	object-fit: cover;
	overflow: hidden;
	padding: 0;
}
.acsesuar2 a {
	width: 100%;
	height:100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	object-fit: cover;
	background-color: none;
	padding: 0;
}
.acsesuar2 img {
	object-fit:cover;
	height: 100%;
	width: 100%;
}
.acsesuar3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	height: 100%;
	width: 60%;
}
.acsesuar3 a{
	color: #444;
	font-size: 2vh;
	font-weight: 300;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 5%;
	letter-spacing: normal;
	line-height: 130%;
	font-style: italic;
	text-align: left;
	
}












.multimedia1 {
	background-color: white;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
padding: 0;
text-align: justify; 
line-height: 160%;
letter-spacing: 0.3vw;
font-size: 4.2vw;
font-weight: 300;
color: #121212;
	overflow: visible;
	height: 100%;
}
.multimedia1 h2 {
	margin:5vh auto 1vh;
	display:block;
	font-size:5vh;
	text-align:center;
	width: 100%;
	line-height: 190%;
}
.multimedia1 img {
	margin:1vh -6% 2vh -6%;
	text-align:center;
	width: 112%;
	height: auto;
}
.multimedia1 video {
	margin:1vh -6% 2vh -6%;
	text-align:center;
	width: 112%;
	height: auto;
}
.multimedia1 a{
display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 4vw;
	margin: 1vw auto 0;
	padding: 3vw;
	color: dimgrey;
	text-decoration: none;
	background-color: #f4f4f4;
	border-radius: 15px;
}
.spec4 {
	width: 97%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	padding: 0 ;
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: 0.1vw;
	color: black;
	line-height:200%;
}
.spec4 div {
	background-color:#A6A6A6;
	height: 12vh;
	width: 33%;
	border-radius: 1vh;
	display: flex;
	justify-content: center;
	align-items:center;
	margin-bottom: 1%;
}
.buttonmodal {
	text-decoration: none;
	width: 70%;
	height: 4vh;
	color:#121212;
	padding: 1vw;
	border-radius: 1.5vh;
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: center; 
	font-weight: 500;
	box-sizing: border-box;
	border: none;
	background-color: #f4f4f4;
	font-size: 2.5vh;
	z-index: 3;

}
.buttonmodal_menu img {
	text-decoration: none;
	width: auto;
	height: 4vh;
	border: none;
  z-index: 3; /* Сидеть на вершине */
}
.modal_menu {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 999; /* Сидеть на вершине */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgba(0,0,0,0.5); /* white с непрозрачностью */
	backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
	align-items: center;
	flex-direction: column;
	font-family: 'Open Sans', sans-serif;
}


/* Модальное содержание/коробка */

.modal_menu-body {
	width: 75%;
	height: 85%;
	background-color: rgba(255,255,255,1);/*  white с непрозрачностью */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 0 2vh 0;
	border-radius: 1vh;
	
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

}
.modal_menu-body a {
	
	font-family: 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 2.2vh;
	margin: 1vw auto 0;
	color: #7E806E;
	text-decoration: none;
	width: 90%;
	padding: 3vw 0 3vw 0;
	position: relative;
	height: 8vh;
	overflow: hidden;
	font-weight: 500;
		border-bottom:2px solid #E9E9E9;
}
.modal_menu-body img {
	width: 20%;
	margin: 0 10% 0 0;
	}
/* Кнопка закрытия */
.close_menu {
  color: red;
     height:8%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	padding-right: 5%;
	width: 100%;
	font-size:5vh;
}

.close_menu:hover,
.close_menu:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}











.spec3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0 ;
	font-size: 3vw;
	font-weight: 500;
	color: white;
}
.spec3 div {
	background-color:lightgray;
	padding: 0.3vw 1vw;
}
.spec3 div#x1 {
	background-color:gold;
}
.spec3 div#x2 {
	background-color:crimson;
}
.spec3 div#x3 {
	background-color:royalblue;
}
.spec3 div#x4 {
	background-color:limegreen;
}
.spec3 div#x5 {
	background-color:mediumslateblue;
}
.spec3 div#x6 {
	background-color:darkorange;
}
.spec3 div#x7 {
	background-color:indigo;
}
.spec3 div#x8 {
	background-color:indianred;
}
.spec3 div#x9 {
	background-color:cornflowerblue;
}




.detalOpis {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 2vh;
	font-weight: 400;
	width: 94vw;
	height: 30vh;
	line-height: 150%;
	margin-left: 3%;
	position: relative;
	border-radius: 1vh;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis; 
	-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-line-clamp: 5;
-webkit-line-clamp: 5;
line-clamp: 5;
word-wrap: break-word;
-webkit-box-orient: vertical;
box-orient: vertical;
}
.detalOpis button {
	position:absolute;
	bottom: 0%;
	right:0%;
	width: 50%;
	margin: 0 auto;
}



.col4 {
	display: flex;
	justify-content: flex-start;
	align-items:stretch;
	flex-direction: row;
	min-height: 5vh;
	height: auto;
	width: 100%;
	position: relative;
	margin: 0 auto 2vh;
	border-bottom: 2px solid #dedede;

}

.col4 div#col12 {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 3vh;
	font-weight: 500;
	color: #121212;
}
.col4 a {
	font-size: 3vh;
	display:inherit;
	color:indigo;
	text-decoration: underline;
	position: relative;
}
.col4 a:target {
	color:indigo;
}
.col4 div#col22 {
	width: 20%;
	
}
.col4 div#col32 {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	text-align: left;
	font-size: 2.5vh;
	font-weight: 300;
	color: #121212;
}



.vstanovleno11 {
	width: 100%;
	height: 13vh;
	margin: 2vh auto 0;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items: center;
	padding: 0;
	border-bottom: 2px solid #F0F0F0;
}
.vstanovleno21 {
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
}
.vstanovleno21 a {
	width: 100%;
	height:100%;
	display: block;
}
.vstanovleno21 img {
	width: 100%;
}
.vstanovleno31 {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 0 0.5vh 0.5vh 0;
	overflow: hidden;
}
.vstanovleno31 a {
	width: 100%;
	height:100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	object-fit: cover;
}
.vstanovleno31 img {
	object-fit:contain;
	object-position: right;
	height: 100%;
	width: 100%;
}
.vstanovleno41 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	height: 100%;
	width: 60%;
}
.vstanovleno41 a{
	color: #121212;
	font-size: 2vh;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 5%;
	text-align: left;
}


.col {
	display: flex;
	justify-content: center;
	align-items:stretch;
	flex-direction: row;
	min-height: 5vh;
	height: auto;
	width: 100%;
	position: relative;
	margin: 0 auto 2vh;
	box-sizing: border-box;
	border-bottom: 2px solid #dedede;

}

.col div#col1 {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 2vh;
	font-weight: 500;
	color: #121212;
	box-sizing: border-box;
	
}
.col a {
	font-size: 2vh;
	display:inherit;
	color:indigo;
	text-decoration: underline;
	position: relative;
}
.col a:target {
	color:indigo;
}
.col div#col2 {
	width: 30%;
	
}
.col div#col3 {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 2vh;
	font-weight: 300;
	color: #121212;
}


div.scrollmenu5 {
  overflow: scroll;
  white-space:nowrap;
	width: 100%;
	padding: 30px  0;
	box-sizing: border-box;
		margin: 5vh auto;
	height: 35vh;
	scroll-snap-type: x mandatory;
}
.scrollmenu5 span_x21 {
	color: #555;
	font-size: 2vh;
	font-weight: 700;
	text-decoration: none;
	line-height: 200%;
	width:100%;
	height: 20%;
	padding: 2vh 0;
}
.scrollmenu5 iframe {
	width:100%;
	height: 80%;
}
div.scrollmenu5 a {
  display: inline-block;
  color: black;
	vertical-align: top;
	width: 85%;
	height: 100%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
  background-color: white;
		white-space:normal;
	text-overflow: ellipsis;
	scroll-snap-align: center;

}

div.scrollmenu5 a:nth-child(1) {
    margin-left: 4%;
}
div.scrollmenu5 a:nth-last-child(1) {
    margin-right: 4%;
}
div.scrollmenu5 img {
	width: 100%;
}






.spec2 {
	width: 33%;
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	padding: 0 ;
	font-size: 3.5vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color: white;

}
.spec2 div {
	background-color:lightgray;
	padding: 0.5vw 2vw;
	margin: 1vw 1vw 0 0;
	
}
.spec2 div#x1 {
	background-color:gold;
}
.spec2 div#x2 {
	background-color:crimson;
}
.spec2 div#x3 {
	background-color:royalblue;
}
.spec2 div#x4 {
	background-color:limegreen;
}
.spec2 div#x5 {
	background-color:mediumslateblue;
}
.spec2 div#x6 {
	background-color:darkorange;
}
.spec2 div#x7 {
	background-color:indigo;
}
.spec2 div#x8 {
	background-color:indianred;
}
.spec2 div#x9 {
	background-color:cornflowerblue;
}

.spec5 {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	padding: 0 ;
	font-size: 3vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color: white;
}
.spec5 div {
	padding: 0.5vw 2vw;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items:center;
	width: 100%;
	/*background: #1c1c1e;*/
	margin-bottom: 2px;
}
.spec5 div#x1 {
	width: 60%;
}
.spec5 div#x2 {
	background-color:crimson;
}
.spec5 div#x3 {
	width: 40%;
	font-size: 130%;
	font-weight: 700;
	color: #515050;
}
.spec5 div#x4 {
	background-color:limegreen;
}
.spec5 div#x5 {
	background-color:mediumslateblue;
}
.spec5 div#x6 {
	background-color:darkorange;
}
.spec5 div#x7 {
	background-color:indigo;
}
.spec5 div#x8 {
	background-color:indianred;
}
.spec5 div#x9 {
	background-color:cornflowerblue;
}

.spec {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0 ;
	font-size: 2.5vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color: white;
	display: none;
}
.spec div {
	background-color:lightgray;
	padding: 0.5vw 2vw;
	margin: 1vw 1vw 0 0;
}
.spec div#x1 {
	background-color:gold;
}
.spec div#x2 {
	background-color:crimson;
}
.spec div#x3 {
	background-color:royalblue;
}
.spec div#x4 {
	background-color:limegreen;
}
.spec div#x5 {
	background-color:mediumslateblue;
}
.spec div#x6 {
	background-color:darkorange;
}
.spec div#x7 {
	background-color:indigo;
}
.spec div#x8 {
	background-color:indianred;
}
.spec div#x9 {
	background-color:cornflowerblue;
}
.buttonmodal_char {
	text-decoration: none;
	padding: 0 25px;
	font-size: 4vh;
	width: 94%;
	height: 7vh;
	margin: 2vh 3% 0;
	color:#121212;
	display: flex;
	justify-content:space-between;
	align-items: center; 
	font-weight: 500;
	box-sizing: border-box;

	background-color:white;
	

}
.modal_char {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  left: 0;
  bottom: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант */
  background-color: rgba(0,0,0,0.4); /* Черный с непрозрачностью */
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	align-items: center;
	justify-content: center;
}
.modal_char-body {
	height: 92%;
}

/* Модальное содержание/коробка */
.modal_char-content {
  background-color: #fefefe;
  padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 4vw;
	height: 92%;
	
	white-space:normal;
	border-radius: 50px 50px 0 0;
	overflow:hidden;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	vertical-align: top;
  width: 100%; /* Может быть больше или меньше, в зависимости от размера экрана */
	animation-name: animatemodal_char;
  animation-duration: 0.6s;
	  color: #aaa;
}

/* Кнопка закрытия */
.close_char {
  color: #111;
     height:8vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 15%;
	font-size:4vh;
}

.close_char:hover,
.close_char:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Добавить анимация */
@keyframes animatemodal_char {
  from {bottom: -30%; }
  to {bottom:0;}
}










.buttonmodal_opis {
	text-decoration: none;
	padding: 0 25px;
	font-size: 4vh;
	width: 94%;
	height: 7vh;
	margin: 2vh 3% 0;
	color:#121212;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center; 
	font-weight: 500;
	box-sizing: border-box;
	background-color:white;
	border: none;
	border-bottom: 3px solid #ccc;

}
.buttonmodal_opis span_left{
	display: flex;
	justify-content:flex-start;
	align-items: center; 
}
.buttonmodal_opis span_right{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 15%;
}
.modal_opis {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  left: 0;
  bottom: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант */
  background-color: rgba(0,0,0,0.4); /* Черный с непрозрачностью */
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	align-items: center;
	justify-content: center;
}
.modal_opis-body {
	height: 92%;
}

/* Модальное содержание/коробка */
.modal_opis-content {
  background-color: #fefefe;
  padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 4vw;
	height: 92%;
	
	white-space:normal;
	border-radius: 50px 50px 0 0;
	overflow:hidden;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	vertical-align: top;
  width: 100%; /* Может быть больше или меньше, в зависимости от размера экрана */
	animation-name: animatemodal_opis;
  animation-duration: 0.6s;
	  color: #aaa;
}
.modal_opis-content a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 4vw;
	margin: 1vw auto 0;
	padding: 3vw;
	color: dimgrey;
	text-decoration: none;
	background-color: #f4f4f4;
	border-radius: 15px;
}
/* Кнопка закрытия */
.close_opis {
  color: #111;
     height:8vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 15%;
	font-size:4vh;
}

.close_opis:hover,
.close_opis:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Добавить анимация */
@keyframes animatemodal_opis {
  from {bottom: -30%; }
  to {bottom:0;}
}






.dws-menu6 *{
	color:white;
height: 100%;
	margin: 0 auto;
  outline: none;
  cursor: pointer;
  font-size: 5vw;
	width: 100%;	
	z-index: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	padding: 0;
}
.dws-menu6 ul,
.dws-menu6 ol{
 list-style: none;
}
.dws-menu6 > ul{
}
.dws-menu6 > ul li{
	width: 100%;
}
.dws-menu6 > ul li:hover {
 
}
.dws-menu6 > ul li:first-child{
}
.dws-menu6 > ul li:last-child{
}


.dws-menu6 > ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.9s ease;
	background: rgb(0,0,0,1);
	background-color: red;
	font-size: 5vw;
	color: #fff;
	border-radius: 2.5vh;
	border:2px solid transparent;
	border:none;
	padding: 1vw;
	margin: 0 auto;
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.4vw;
	z-index: 0;
	height: 5vh;
	flex-direction: row;
}
.dws-menu6 li  a:hover {
	transition: all 0.3s ease;
	background: white;
	display: none;
}
.dws-menu6 li  a:active, focus {
	transition: all 0.3s ease;
	background: white;
}

/*sub menu*/
.dws-menu6 li ul{
 position:fixed;
 left:0;
 top:0;
z-index: 9999;
 width:100%;
height: 50vh;
 display: none;
	  background:#000;
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	border-radius: 0 ;
	overflow: hidden;
	padding: 3vw;
	box-sizing: border-box;
	line-height: 130%;
	align-items: flex-start;
	justify-content: center;
	opacity: 1;
 animation: fadeEffect6 2s; /* Эффект затухания занимает 1 секунду */	
}
/* Перейти от нуля к полной непрозрачности */
@keyframes fadeEffect6 {
	from {opacity: 0;top: -30vh; }
  to {opacity: 1; top: 0;}
}

.dws-menu6 li > ul li{

}
.dws-menu6 li > ul li a{
	text-transform: none;
	background-color: #1b1b1d;
	text-align: left;
	color: #a4a4a4;
	border-radius: 0px;
	border:1px solid #1b1b1d;
	font-size: 60px;
}

.dws-menu6 li > ul li ul{
 position: absolute;
	height: 100%;
 right: -100%;
 top: 0;
}
.dws-menu6 li:hover > ul{
display: block;

}
.dws-menu6 li:focus > ul{
 display: none;
}






















.dws-menu5 *{
	margin: 0;
	padding: 0;
	text-align: center;
}
.dws-menu5 ul,
.dws-menu5 ol{
 list-style: none;
}
.dws-menu5 > ul{
 display: flex;
 justify-content: center;
}
.dws-menu5 > ul li{
}
.dws-menu5 > ul li:hover {
 
}
.dws-menu5 > ul li:first-child{
}
.dws-menu5 > ul li:last-child{
}
.dws-menu5 > ul li > a i.fa{
 position: absolute;
 bottom: 15vh;
 left: 0;
}
.dws-menu5 > ul li img{
	transition: all 0.3s ease;
	vertical-align:middle;
	border-radius:5px;
	width:100px;
	border:transparent;
}
.dws-menu5 > ul li a{
	display: block;
	text-decoration: none;
	transition: all 0.9s ease;
	
}
.dws-menu5 li  a:hover {
	transition: all 0.3s ease;
	color: #505974;
	border-color: #505974;
}
/*sub menu*/
.dws-menu5 li ul{
 position:fixed;
 left:50%;
 bottom:7vh;
z-index: 999;
 width:98vw;
height: 14vh;
 display: none;
background: rgb(34,34,34);
background: linear-gradient(30deg, rgba(34,34,34,1) 0%, rgba(59,59,59,1) 100%);	
	transform: translate(-50%,0);
	border-radius: 20px;
	overflow: hidden;
	padding: 3vw;
	box-sizing: border-box;
	line-height: 130%;
	 animation: fadeEffect5 0.3s; /* Эффект затухания занимает 1 секунду */
}
/* Перейти от нуля к полной непрозрачности */
@keyframes fadeEffect5 {
  from {opacity: 0; bottom:0;}
  to {opacity: 1; bottom:7vh;}
}

.dws-menu5 li > ul li{
}
.dws-menu5 li > ul li a{
	padding: 30px 0 30px 30%;
	text-transform: none;
	background-color: #1b1b1d;
	text-align: left;
	color: #a4a4a4;
	border-radius: 0px;
	border:1px solid #1b1b1d;
	font-size: 60px;
}
.dws-menu5 li > ul li img{
	width:90px;
	padding:6px;
	margin:0 20px 0 0;
}
.dws-menu5 li > ul li ul{
 position: absolute;
 right: -100%;
 top: 0;
}
.dws-menu5 li:hover > ul{
 display: block;
	vertical-align: middle;
	align-items: center;
}
.dws-menu5 li:focus > ul{
 display: none;
}























div.scrollmenu4 {
  overflow:scroll;
  white-space:nowrap;
	width: 100vw;
	padding: 0 3% 30px 0;
	scroll-snap-type: x proximity;
	box-sizing: border-box;
	position: relative;
}
.multimedia::-webkit-scrollbar {
  width: 12px;
  height: 100%;
  background:transparent; /* or add it to the track */
	overflow: auto;
}
.multimedia::-webkit-scrollbar-thumb {
	background-color: darkviolet;
}

div.scrollmenu4 a {
  display: inline-block;
  color: black;
	vertical-align: top;
  padding: 0px 0px 20px 0px;
	width: 30%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 3px 2% 0 ;
	border-radius:none;
  background-color: white;
		white-space:normal;
	text-overflow: ellipsis;
	font-size: 2vh;

}
div.scrollmenu4 img {
	width: 100%;
}

div.scrollmenu4 div {
	min-height: 5vh;
	width: 100%;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 3px solid white;
	
}
div.scrollmenu4 div#div_b {
	text-transform: uppercase;
	background-color: #E4E4E4;
	border-bottom: 2px solid #dedede;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	font-weight: 500;
	font-size: 3.5vw;
	padding: 0 2vw;
	margin-bottom: 3px;
}

div.scrollmenu3 {
  overflow:scroll;
  white-space:nowrap;
	width: 100vw;
	padding: 0;
	scroll-snap-type: x proximity;
	box-sizing: border-box;
		margin: 2vh auto ;
	align-items: stretch;
	height: 60vh;
  
}

div.scrollmenu3 a {
  display: inline-block;
  color: black;
	vertical-align: top;
  padding: 20px 0px 20px 0px;
	width: 65%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 0 0 3% ;
	border-radius: 30px;
  background-color: white;
	background-color: #ffffff;
		white-space:normal;
	text-overflow: ellipsis;
	height: 100%;

}
div.scrollmenu3 img {
	width: 100%;
}



.amind_h {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 3.1vh;
	font-family: "Arial Black", Arial;
	letter-spacing: 0.1vw;
	font-weight: 500;
	margin: 10vh auto 2vh;
	border-bottom: 5px solid #fff;
}
div.scrollmenu3ind {
  overflow:scroll;
  white-space:nowrap;
  width: 95vw;
  /*scroll-snap-type: x proximity;*/
	scroll-snap-type: x mandatory;
  align-items: stretch;
  height: 65vh;
	box-sizing: border-box;
}
  div.scrollmenu3ind::-webkit-scrollbar {
  width: 0;
	height: 15px;
}

div.scrollmenu3ind::-webkit-scrollbar-track {
  background: #212120;
	border-radius: 7.5px;
}

div.scrollmenu3ind::-webkit-scrollbar-thumb {
  background-color: #545455;
	border-radius: 7.5px;
} 
div.scrollmenu3ind a {
  display: inline-block;
  color: white;
	vertical-align: top;
  padding: 0;
	width: 70%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 10% 0 0 ;
	border-radius: 40px;
		white-space:normal;
	text-overflow: ellipsis;
	height: 100%;
	
/*	border-bottom: 5px solid #B4B3B3;
*/}
div.scrollmenu3ind img {
	width: 100%;	
}









.amind_h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	color: #8565f7;
	font-size: 2.8vh;
	font-family: "Arial Black", Arial;
	letter-spacing: 0.1vw;
	font-weight: 500;
	margin: 8vh auto 2vh;
}
div.scrollmenu3ind2 {
  overflow:scroll;
  white-space:nowrap;
  width: 95vw;
  scroll-snap-type: x proximity;
  align-items: stretch;
  height: 30vh;
	box-sizing: border-box;
	margin-bottom: 3vw;
}
div.scrollmenu3ind2::-webkit-scrollbar {
  width: 0;
	height: 15px;
}

div.scrollmenu3ind2::-webkit-scrollbar-track {
  background: #212120;
	border-radius: 7.5px;
}

div.scrollmenu3ind2::-webkit-scrollbar-thumb {
  background-color: #545455;
	border-radius: 7.5px;
} 
div.scrollmenu3ind2 a {
  display: inline-block;
  color: white;
	vertical-align: top;
  padding: 0;
	width: 65%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 5% 0 0 ;
	border-radius: 0;
		white-space:normal;
	text-overflow: ellipsis;
	height: 100%;
	/*background: rgba(170,170,170,0.08);*/
}
div.scrollmenu3ind2 img {
	width: 100%;
	
}
.multimedia {
	background-color: white;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
padding: 5%;
text-align: justify; 
line-height: 160%;
letter-spacing: 0.3vw;
font-size: 4.2vw;
font-weight: 300;
color: #121212;
	overflow: scroll;
	height: 100%;
}
.multimedia h2 {
	margin:5vh auto 1vh;
	display:block;
	font-size:5vh;
	text-align:center;
	width: 100%;
}
.multimedia img {
	margin:1vh -6% 2vh -6%;
	text-align:center;
	width: 112%;
}
.multimedia b {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	font-size: 4vw;
	letter-spacing: normal;
	color: #333;
}

.multimedia2 {
	background-color: white;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
padding: 5%;
text-align: justify; 
line-height: 160%;
letter-spacing: 0.3vw;
font-size: 4.2vw;
font-weight: 300;
color: #121212;
}
.multimedia2 h2 {
	margin:5vh auto 1vh;
	display:block;
	font-size:5vh;
	text-align:center;
	width: 100%;
}
.multimedia2 img {
	margin:1vh -6% 2vh -6%;
	text-align:center;
	width: 112%;
}
.multimedia2 b {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	font-size: 4vw;
	letter-spacing: normal;
	color: #333;
}


div.vstanovleno5 {
  overflow:scroll;
  white-space:nowrap;
	width: 100vw;
	scroll-snap-type: x proximity;
	box-sizing: border-box;
		margin: 2vh auto ;
	align-items: stretch;
	height:20vh;
	padding:0;
  
}

div.vstanovleno5 a {
  display: block;
	vertical-align: top;
	width: 65%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 30px;
  background-color: white;
	background-color: #eeeded;
		white-space:normal;
	text-overflow: ellipsis;
	height: 100%;
	position: relative;


}
div.vstanovleno5 img {
	width: auto;
	height: auto;
	object-fit: cover;
}
div.vstanovleno5 span_title {
	width:100%;
	position: absolute;
	right:0;
	top:5%;
	color: white;
	font-size: 2.5vw;
	background: rgba(0,0,0,0.7);
	text-align: center;
	padding: 5px 10px;
}

div.vstanovleno5 a:hover {
  background-color: #DFDDCE;
}





.vstanovleno1 {
	width: 40%;
	height: 100%;
	margin: 1vh auto 0;
	display: inline-flex;
	padding: 0;
}
.vstanovleno3 {
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 0.5vh;
	overflow: hidden;
}
.vstanovleno3 a {
	width: 100%;
	height:100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	object-fit: cover;
}
.vstanovleno3 img {
	object-fit:cover;
	height: 100%;
	width: 100%;
}
.vstanovleno4 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	
}
.vstanovleno4 a{
	color: #121212;
	font-size: 1.5vh;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 5%;
	
}


.spanSmallOpis {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 3vh;
	font-weight: 400;
	width: 100%;
	line-height: 150%;
	margin: -3vh 0 0 0;
	
}
.spanSmallOpis strong {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 3vh;
	font-weight: 700;
	width: 100%;
	line-height: 150%;
}

.vstanovleno2 {
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
}
.vstanovleno2 a {
	width: 100%;
	height:100%;
	display: block;
}
.vstanovleno2 img {
	width: 100%;
}


.scrollmenu2 {
	scroll-snap-type: x mandatory;
	overflow-x: auto;
	width: 100%;
}
div.scrollmenu2 {
  overflow:scroll;
  white-space:nowrap;
	width: 100%;
	box-sizing: border-box;
	height: 40vh;
	margin: 0 auto 3vh;

	vertical-align: middle;
	
}

div.scrollmenu2 a {
  display: inline-flex;
  color: black;
	vertical-align: middle;
	width: 100%;	
	height: 100%;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
scroll-snap-align: center;
		white-space:normal;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
div.scrollmenu2 img {
	
		width:100%;
	height:100%;
	object-fit:contain;
	object-position: center;

	
}


/* Стиль вкладкок ссылок */
.tablink {
  color:white;
  float: left;
	border-radius: 2.5vh;
	border:none;
height: 5vh;
  outline: none;
  cursor: pointer;
  padding: 3px 16px;
  font-size: 5vw;
	width: 33%;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}


.tablink:focus {
 background-color: black;
}


/* Стиль содержимого вкладки (и добавить высоту: 100% для полного содержимого страницы) */
.tabcontent2 {
  color: black;
  display: none;
  height: 4vh;
	width: 94%;
	margin:2vh 0 0;
	padding: 0;
	z-index: 1;
	justify-content: center;
flex-direction: row;
	position: relative;
}

.tabcontent2 {
  animation: fadeEffect2 0.9s; /* Эффект затухания занимает 1 секунду */
}

/* Перейти от нуля к полной непрозрачности */
@keyframes fadeEffect2 {
  from {margin-left: -200px;
	}
  to {margin-left: 0px;
	}
}

/* Стиль содержимого вкладки (и добавить высоту: 100% для полного содержимого страницы) */
.tabcontent3 {
  color: black;
  display: none;
  height: 100%;
	width: 100%;
	margin-top: 0px;
	float: left;
	
}

.tabcontent3 {
  animation: fadeEffect3 0.6s; /* Эффект затухания занимает 1 секунду */
}

/* Перейти от нуля к полной непрозрачности */
@keyframes fadeEffect3 {
  from {opacity: 0; }
  to {opacity: 1; }
}
.opis {
	font-size: 4vw;
	text-decoration: none;
	color: #777;
	background-color: #f4f4f4;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zamovutu {
	font-size: 4vw;
	text-decoration: none;
	color: #333;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(26,218,229);
background: linear-gradient(30deg, rgba(26,218,229,1) 0%, rgba(211,107,228,1) 100%);
}
/* Стиль табуляции */
.tab {
  float: left;


  width: 30%;
height: 90vh;
}

/* Стиль кнопок внутри вкладок */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 32px 5px 32px 5vw;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 4vw;
	font-weight: 500;
	border-bottom: 2px solid #EDEDED;
}

/* Изменение цвета фона кнопок при наведении курсора мыши */
.tab button:hover {
  background-color:white;
}

/* Создание класса активной/текущей "вкладки кнопки" */
.tab button.active {
 background: rgb(26,218,229);
background: linear-gradient(30deg, rgba(26,218,229,1) 0%, rgba(211,107,228,1) 100%);

}

/* Стиль содержимого вкладки */
.tabcontent {
  float: left;
  padding: 0px 4vw;
  width: 70%;
  border-left: none;
  height: 100%;
	background-color: white;
	opacity: 1;
	box-sizing: border-box;
	font-size: 2.6vw;
	display: none;
	animation: fadeEffectIn 1s; /* Эффект затухания занимает 1 секунду */
}

/* Перейти от нуля к полной непрозрачности */
@keyframes fadeEffectIn {
  from {opacity: 0;}
  to {opacity: 1; }
}




.firstClass {
	box-sizing: border-box;
	margin: 0 auto;
	width: 80vw;
	height: 60vh;
	overflow: scroll;
	  background: rgba(0, 0, 0, 0.3);

}
.secondClass {
	height: 100%;
	width: auto;
	display: flex;
	justify-content: center; 
	align-items: center;
	flex-direction: row;
	  background: rgba(0, 0, 0, 0.3);

}
.thirdClass {
	height: 100%;
	width: 30%;
	display: flex;
	justify-content: center; 
	align-items: center;
	  background: rgba(0, 0, 0, 0.3);

}

div.scrollmenu {
  overflow:scroll;
  white-space:nowrap;
	width: 100vw;
	padding: 0 3% 30px 0;
	scroll-snap-type: x proximity;
	box-sizing: border-box;
}

div.scrollmenu a {
  display: inline-block;
  color: black;
	vertical-align: top;
  padding: 0px 0px 20px 0px;
	width: 65%;
	height: 75vh;
  text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 2% 0 2% 3% ;
	border-radius: 30px;
  background-color: white;
		white-space:normal;
	text-overflow: ellipsis;

}
div.scrollmenu img {
	width: 100%;
}

div.scrollmenu a:hover {
  background-color: #eeeded;
}

.buttonmodal_menu {
	background:none;
	color: #2f8ec4;
	text-decoration: none;
	border:none;
	font-size: 4.2vw;
	height: 100%;
	font-weight: 500;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	
}
/* Модальный (фон) */
.modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант */
  background-color: rgba(0,0,0,0.4); /* Черный с непрозрачностью */
	backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
}


/* Модальное содержание/коробка */
.modal-content {
  background-color: #fefefe;
  margin:0 auto; /* 15% сверху и по центру */
  padding: 0;
	font-size: 4vw;
	white-space:normal;
	border-radius: 30px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	vertical-align: top;
  width: 80vw; /* Может быть больше или меньше, в зависимости от размера экрана */
	animation-name: animatemodal;
  animation-duration: 0.4s;
	  color: #aaa;
}
.modal-content img {
	height: 50px;
	margin: 0 3vw 0 0;
}
.modal-content a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 4vw;
	margin: 1vw auto 0;
	padding: 3vw;
	color: dimgrey;
	text-decoration: none;
	background-color: #f4f4f4;
	border-radius: 15px;
}
/* Кнопка закрытия */
.close {
  color: #111;
     height:8vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	width: 15%;
	font-size:4vh;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Добавить анимация */
@keyframes animatemodal {
  from {margin-top: -45%; opacity: 0}
  to {margin:0 auto;opacity: 1}
}

.new_call form  {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5vw;
	box-sizing: border-box;
}
.new_call input {
	width: 65vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3vh;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color:azure;
	border: none;
	color: #000;
	border-radius: 50px;
	padding:10px;
	margin: 0 auto;
}
.new_call input:hover {
	border: none;
}
.new_call input:active {
	border: none;
}
.class_001 {
	padding:2px;
	box-shadow:0px 1px 10px #000;
	width:100vw;
}
.class_001 span1_c001 {
  font-family: "FRADMCN";
  color:#F1280C;
  font-size:54px;
  padding:0px;
  margin:0px;
}
.class_001 span2_c001 {
	font-family: FRADMCN;
	color: #01a6e1;
	font-size: 30px;
	text-transform: uppercase;
}
.class_001 span4_c001 {
	font-family: FRADMCN;
	font-weight: normal;
	font-size: 56px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #000;
}
.class_001 span3_c001 {
  font-family: "FRADMCN";
  color:#777;
  font-weight:bold;
  font-size:26px;
}

.class_002 {
	vertical-align:top;
	width:100vw;
}
.class_002 span1_c002 {
	font-family: FRADMCN;
	color: #777;
	font-size: 40px;
	text-transform: uppercase;
	padding: 20px;
	line-height: 80px;
		padding-top:20px;
}
.class_003 {
	padding:2px;
	background-color:#683D35;
	width:100vw;
}
.index5 {
	padding: 15px;
	text-align: center;
	font-size:36px;
}
.index5 span121 {
	font-size: 70px;
	line-height: 60px;
	color: #554c43;
	vertical-align: text-top;
  font-family: "FRADMCN";
	transition: all 0.5s ease-in-out;
}
.index5 span121:hover {
	color: #d34030;
	
}

.index5 span2 {
	font-size: 70px;
	line-height: 60px;
	color: #d34030;
	vertical-align: text-top;
	font-family: "FRADMCN";
	transition: all 0.5s ease-in-out;
	text-transform:uppercase;
}
.index5 span331 {
	font-size: 42px;
	line-height: 50px;
	color: #C10500;
	vertical-align: text-top;
	font-family: 'Cuprum', sans-serif;  

}
.index6 {
	font-family: 'Cuprum', sans-serif;  
	font-size: 42px;
	line-height: 80px;
	color: #666;
	text-align: left;
	font-weight: normal;
	width:100%;
}
.index6 a {
	font-size: 42px;
	line-height: 80px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.index6 span1 {
	padding-left: 35px;
	text-transform: uppercase;
}
.index6 span2 {
	padding-left: 70px;
}
.index6 span3 {
	font-size: 38px;
	color: #0CF;
	padding: 5px;
	text-align: left;
	line-height: 60px;
	text-decoration: none;
	padding:20px;
	border-radius:15px;
}
.index6 span4 {
	font-size: 80px;
	color: #333;
	line-height: 90px;
	text-decoration:none;
	font-weight:bold;
}
.index6 span5 {
	font-size: 50px;
	color: #333;
	line-height: 90px;
	text-decoration:none;
	font-weight:800;
}
.index7 {
	line-height:20px;
	float:left;
	width:180px;
	height:180px;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
}
.class_004 {
	width: 100vw;
	text-align: center;
}
.class_004 hr {
	color: #0099CC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-color: #F3F3F3;
}
.class_006 {
	padding: 35px;
	width: 100vw;
	height: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 46px;
	line-height: 80px;
	font-weight: bold;
	color: #766050;
}
.class_005 {
	padding:0px;
	margin:0px;
	box-shadow:0px 1px 10px #000;
	width:100%;
}
.class_005 img {
	width:100%;
	margin-bottom:5px;
}
.zagolovok {
	font-size: 27px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #777;
	background-color: #FFF;
	padding: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	font-weight: bold;
}
.block_bottom  {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.block_bottom span {
	color: #61c6fc;
	font-size: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
.block_bottom span2 {
	color: #61c6fc;
	font-size:12px;
	font-family:GOTHIC;
}
.hover tr:hover {
	background-color: #ccc;
}
.vipolneno {
	background-color:#f2f2f2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color: #666;
	font-weight:400;
	padding:2px;
}
.vipolneno a {
	color: #666;
	text-decoration:none;
}
.vipolneno a:hover {
	text-decoration:underline;
}
.vipolneno2 {
	background-image:url(img/fon1.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color: #666;
	font-weight:400;
	padding:2px;
}
.vipolneno2 a {
	color: #666;
	text-decoration:none;
}
.vipolneno2 a:hover {
	text-decoration:underline;
}
.vipolneno3 {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size:11px; 
	margin-right:2px; 
	border: 1px solid #fff; 
	box-shadow: 1px 1px 2px #666;
}
.vipolneno3:hover {
	border: 1px solid #f00; 
}
.privat {
	background-color: #FFF;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
.privat span10 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#444;
}
.index_galery {
	padding: 5px;
	border-radius: 2px;
	margin: 10px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 0px 1px 3px #666666;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 12px;
}
.ne_rabotaet_camera {
	padding: 10px;
	border-radius: 2px;
	margin: 10px;
	border: 1px dashed #333;
	background-color: #FCFCFC;
	box-shadow: 0px 1px 3px #666666;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 12px;
}
.ne_rabotaet_camera span {
	font-size: 18px;
	color:#b44030;
}
.ne_rabotaet_camera span2 {
	color:#000;
}
.ne_rabotaet_camera span3 {
	color: #09F;
}



















.scrit {
	overflow: hidden;
	text-align: left;
    height: 200px;
    width: 180px;
}
.cameras22 {
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #004182;
	text-align: left;
	float: left;
}
.cameras22 span31 {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	box-shadow: 0px 1px 3px #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
.cameras22 span31o {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: 10px;
	font-weight: 400px;
	text-decoration: none;
	line-height: 18px;
}
.cameras22 a {
	text-decoration:none;
}

.cameras22 span {
	font-size: 16px;
	color: #000;
	font-family: FRADMCN;
	text-transform: uppercase;
}
.cameras22 span_cena1 {
	font-size: 11px;
	color: #0A0;
	font-family: FRADMCN;
	text-transform: inherit;
}
.cameras22 span_cena2 {
	font-size: 16px;
	color: #F66;
	font-family: FRADMCN;
}

.cameras22 span42 {
	font-size: 16px;
	color: #F90;
	font-family: FRADMCN;
	text-transform: uppercase;
	font-weight:bold;
}

.cameras22 span11 {
	font-size: 22px;
	color: #C61C09;
	font-family: FRADMCN;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}

.cameras22 span2 {
	font-size: 10px;
	color: #999;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:#FFF;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style:italic;
	text-shadow: 0px 0px 1px  #fff;
	text-decoration: none;
}
.cameras22 span5 {
	font-size: 10px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras22 span41 {
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:10px;
}
.cameras22 span6 {
	font-size: 10px;
	color: #61c6fc;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.cameras22 span33 {
	font-size: 14px;
	color: #545E63;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras22 span6:hover {
	color: #FFF;
	background-color: #28B1FB;
	text-shadow: 0px 0px 1px  #fff;
}








.cameras229 {
	font-family: Verdana, Geneva, sans-serif;
	color: #004182;
	text-align: left;
	float: left;
	box-shadow: 0px 0px 12px #333;
	margin:1%;
}
.cameras229 span31 {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	box-shadow: 0px 1px 3px #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
.cameras229 span31o {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: large;
	font-weight: 400px;
	text-decoration: none;
	line-height: inherit;
}
.cameras229 span31o2 {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: larger;
	font-weight: 400px;
	text-decoration: none;
	line-height: inherit;
}
.cameras229 a {
	text-decoration:none;
}

.cameras229 span {
	font-size: xx-large;
	color: #000;
	font-family: FRADMCN;
	text-transform: uppercase;
	font-weight: 400px;
}
.cameras229 span_cena1 {
	font-size: 11px;
	color: #0A0;
	font-family: FRADMCN;
	text-transform: inherit;
}
.cameras229 span_cena2 {
	font-size: 16px;
	color: #F66;
	font-family: FRADMCN;
}

.cameras229 span42 {
	font-size: xx-large;
	color: #F90;
	font-family: FRADMCN;
	text-transform: uppercase;
	font-weight:400px;
	background-color:#000;
	opacity:0.8;
	padding:3%;
	line-height:inherit;
}

.cameras229 span11 {
	font-size: 22px;
	color: #C61C09;
	font-family: FRADMCN;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}

.cameras229 span2 {
	font-size: 10px;
	color: #999;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:#FFF;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style:italic;
	text-shadow: 0px 0px 1px  #fff;
	text-decoration: none;
}
.cameras229 span5 {
	font-size: 10px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras229 span41 {
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:10px;
}
.cameras229 span6 {
	font-size: 10px;
	color: #61c6fc;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.cameras229 span33 {
	font-size: 14px;
	color: #545E63;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras229 span6:hover {
	color: #FFF;
	background-color: #28B1FB;
	text-shadow: 0px 0px 1px  #fff;
}
.cameras229 img {
	border-radius: 20px 20px 0px 0px;
}
.scrit229 {
	overflow: hidden;
	text-align: left;
    width: 92%;
	height:290px;
}



.packet2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #61778b;
	font-weight:bold;
	
}

.shapka_packet {
	color: #C61C09;
	font-family: FRADMCN;
	font-weight: bold;
	border-radius: 5px;
	padding:5px;
	margin: 5px;
	width: 100%;
	font-size: 13px;
}
.shapka_packet strong {
	font-size: 20px;
	background-color:#FFF;
	border-radius:5px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}
.shapka_packet span_1 {
	font-size: 20px;
	
}
.shapka_packet span_2 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}

.cameras22222 {
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #61778B;
	text-shadow: 1px 1px 1px #fff;
	text-align: left;
	margin-bottom:10px;
	margin-top:10px;
}
.cameras22222 span142 {
	color: #006699;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}



.cameras2222 {
	font-family: Verdana, Geneva, sans-serif;
	color: #004182;
	text-align: left;
	margin-top:20px;
	margin-right:7px;
	float:left;
	background-image: url(img/packet.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
.cameras2222 a{
	text-decoration:none;
}
.cameras2222 span_pack {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.cameras2222 span_pack2 {
	font-size: 10px;
	color: #FFF;
	font-weight: 400;
}
.cameras2222 span_pack3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:12px;
	font-weight:bold;
}
.cameras2222 span_pack4 {
	font-size:9px;
	text-transform:uppercase;
}
.cameras2222 span_pack5 {
	font-size: 18px;
	font-family: "MS Serif", "New York", serif;
}
.cameras2222 span_pack:hover {
	text-decoration:none;
}

.cameras2222 td {
	padding: 1px;
}

.cameras222 {
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #004182;
	text-align: left;
	float:left;
}
.cameras222 span11s {
		font-size: 16px;
	color: #F90;
	font-family: FRADMCN;
	text-transform: uppercase;
	font-weight:bold;

	
}
.cameras222 span14 {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.cameras222 span33 {
	font-size: 11px;
	color: #888;;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: 400;
}
.cameras222 span1packet {
	color: #61778B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.cameras222 span2packet {
	color: #0099FF;
	font-family: "AGLettericaCondL Regular";
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}
.cameras222 span2packet:hover {
	color: #06C;
	text-decoration:none;
}
.cameras222 span31 {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	box-shadow: 0px 1px 3px #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
.cameras222 a {
	text-decoration:none;
}

.cameras222 span {
	font-size: 16px;
	color: #000;
	font-family: FRADMCN;
	text-transform: uppercase;
}
.cameras222 span_cena1 {
	font-size: 11px;
	color: #0A0;
	font-family: FRADMCN;
	text-transform: inherit;
}
.cameras222 span_cena2 {
	font-size: 16px;
	color: #F66;
	font-family: FRADMCN;
}

.cameras222 span42 {
	font-size: 16px;
	color: #F90;
	font-family: FRADMCN;
	text-transform: uppercase;
	font-weight:bold;
}

.cameras222 span11 {
	font-size: 16px;
	color: #999;
	font-family: FRADMCN;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}
.cameras222 span11p1 {
	font-size: 16px;
	color: #61778B;
	text-shadow: 1px 1px 1px #fff;
}
.cameras222 span11p {
	font-size: 14px;
	color: #61778B;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: line-through;
}
.cameras222 span11p2 {
	font-size: 14px;
	color: #61778B;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}
.cameras222 span2c {
	font-size: 10px;
	color: #61778B;;
	font-family: Verdana, Geneva, sans-serif;
}
.cameras222 span5 {
	font-size: 10px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras222 span41 {
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:10px;
}
.cameras222 span6 {
	font-size: 10px;
	color: #61c6fc;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.cameras222 span6:hover {
	color: #FFF;
	background-color: #28B1FB;
	text-shadow: 0px 0px 1px  #fff;
}


























.cameras span31 {
	padding: 2px;
	border-radius: 2px;
	background-color: #E4EEF8;
	box-shadow: 0px 1px 3px #666666;
	font-family: Verdana, Geneva, sans-serif;
	color: #0057AE;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
.cameras a {
	text-decoration:none;
}

.cameras span {
	font-size: 16px;
	color: #000;
	font-family: FRADMCN;
	text-transform: uppercase;
}
.cameras span_cena1 {
	font-size: 11px;
	color: #0A0;
	font-family: FRADMCN;
	text-transform: inherit;
}
.cameras span_cena2 {
	font-size: 16px;
	color: #F66;
	font-family: FRADMCN;
}

.cameras span42 {
	font-size: 16px;
	color: #666;
	font-family: FRADMCN;
	text-transform: uppercase;
}
.cameras span11 {
	font-size: 22px;
	color: #C61C09;
	font-family: FRADMCN;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}

.cameras span2 {
	font-size: 10px;
	color: #999;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:#FFF;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style:italic;
	text-shadow: 0px 0px 1px  #fff;
	text-decoration: none;
}
.cameras span5 {
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras span41 {
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:10px;
}
.cameras span6 {
	font-size: 10px;
	color: #61c6fc;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.cameras span33 {
	font-size: 10px;
	color: #545E63;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.cameras span6:hover {
	color: #FFF;
	background-color: #28B1FB;
	text-shadow: 0px 0px 1px  #fff;
}
.cameras2 {
	padding: 6px;
	margin-top:8px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 11px;
	background-color:#f2f2f2;
}
.cameras2 span123 {
	font-size: 18px;
	color: #003399;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.cameras2 span {
	font-size: 14px;
	color:#b44030;
}
.cameras2 a {
	font-size: 11px;
	text-decoration:underline;
	color:#666;
}
.cameras2 a:hover {
	text-decoration:none;
}
.cameras2 span_21 {
	font-size: 10px;
	color:#61778B;;
	padding:2px;
	text-decoration:underline;
	text-transform:uppercase;
}
.cameras2 span_21:hover {
	text-decoration:none;
}
.cameras2 span4a {
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:10px;
}
.cameras2 span4b {
	font-size: 12px;
	color: #FFF;
	background-color: #246CBD;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:2px;
}
.cameras2 span4b:hover {
	color: #FFF;
	background-color: #2D3EB5;
}


.blockm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 94%;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;

	margin: 0 3% 0 3%;
	padding: 0;
}
.blockm H1 {
	text-decoration: none;
	font-size: 3.5vh;
	font-style:normal;
	background-color:none;
	font-weight: 500;
	margin: 0 auto;
	
	
}
.blockm img {
	margin:0 auto 1vh;
	height:16vh;
	width:auto;
	display: block;
	
}
.blockm span_21m {
	text-decoration: none;
	color: #121212;
	display: block;
	font-weight: 700;
}
.blockm span_21h {
	text-decoration: none;
	color: #121212;
	display: block;
	
}



.block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	
	font-family: 'Open Sans', sans-serif;
}
.block H1 {
	text-decoration: none;
	font-size: 3.5vh;
	font-style:normal;
	background-color:none;
	font-weight: 500;
	margin: 0 auto 3vh;
	
}
.block img {
	margin:0 auto 1vh;
	height:16vh;
	width:auto;
	display: block;
	
}
.block span10 {
	color: #61778B;
	font-family: "FRADMCN";
	text-transform: uppercase;
	text-decoration:none;
}
.block span10:hover {
	color: #09C;
	text-decoration: underline;
}
.block span_21 {
	text-decoration: none;
	color: #121212;
}
.block span_21h {
	text-decoration: none;
	color: #121212;
	font-size: 4vw;
}
.block span_21small {
	font-size: 38px;
	color: #C10500;
}
.block span_21small:hover {
	color:#06C;
	text-decoration: underline;
}
.block span_sm {
	text-decoration: none;
	font-size: 38px;
	padding:15px;
}
.block a {
	text-decoration:none;
}
.block a:hover {
	color: #09C;
	text-decoration: underline;
}
.block span20 {
	color: #999;
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
}
.block span3d {
	font-family: "FRADMCN";
	color: #506272;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	background-color: #faf9f7;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	border-radius:3px;
}
.block span4d {
	font-family: Arial, Helvetica, sans-serif;
	color: #69F;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
	margin-left:8px;
}
.block span4d:hover {
	text-decoration:none;
}

.block2 {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
}
.block2 span1 {
	color: #E64A00;
	font-size: 18px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.block2 span2 {
	color: #999;
	font-size: 11px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow:0px 0px 1px #fff;
}
.block2 span3 {
	color: #444;
	font-size: 14px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow:0px 0px 1px #fff;
}
.vizitka {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
}
.vizitka span1 {
	color: #767778;
	font-size: 10px;
	font-family: "FRADMCN";
}
.vizitka span2 {
	color: #999;
	font-size: 11px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow:0px 0px 1px #fff;
}
.vizitka span3 {
	color: #444;
	font-size: 14px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow:0px 0px 1px #fff;
}
.cenub {
	padding: 5px;
	margin-top:5px;
	background-color: #798A97;
	box-shadow: 1px 1px 4px #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	font-size: 11px;
	border: 1px solid #798A97;
	border-radius: 3px;
	font-weight: bold;
}
.cenub span1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#000;
	
}
.cenub span5 {
	font-size: 18px;
	color: #9B9D9F;
	font-family: "FRADMCN";
}
.cenub span6 {
	font-size:16px;
	color: #86A6B7;
	font-family: "FRADMCN";
}
.cenub span7 {
	font-size: 20px;
	color: #86A6B7;
	font-family: "FRADMCN";
}

.cenub span8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-style:italic;
}
.cenub span9 {
	font-size: 20px;
	color: #E85C00;
	font-family: "FRADMCN";
}
.style1 {
	background-color: #F00;
	color: #fff;
	border-radius: 5px;
	padding:3px;
	border: 1px solid #ac4231;
	width: 190px;
	box-shadow: 1px 1px 2px #333 inset;
	font-weight:bold;
}
.style2 {
	background-color: #D57A6A;
	color: #FFF;
	border-radius: 5px;
	padding:3px;
	border: 1px solid #ac4231;
	width: 190px;
	box-shadow: 1px 1px 2px #333 inset;
	font-weight:bold;
}
.style3 {
	background-color: #D57A6A;
	color: #FFF;
	padding:3px;
	border: 1px solid #ac4231;
	width: 220px;
	box-shadow: 1px 1px 2px #333 inset;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	font-family: "FRADMCN";
}
.style3_1 {
	background-color: #f2f2f2;
	color: #666;
	padding-top: 20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:2px;
	border: 3px solid #ac4231;
	width: 45%;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.cenu {
	padding: 5px;
	background-color: #FCFCFC;
	box-shadow: 1px 1px 4px #777;
	font-family: Arial, Helvetica, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 11px;
	border: 1px solid #999;
	font-weight:bold;
	width:180px;
}
.cenu span1a {
	font-size: 11px;
	color: #b44030;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu3a {
	font-size: 10px;
	color: #FFF;
	background-color: #0C3;
	padding: 2px;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration:none;
}
.cenu span1 {
	font-size: 18px;
	color: #b44030;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu span2 {
	color:#666;
	font-size:9px;
}
.cenu span3 {
	color:#b44030;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu span4 {
	color:#666;
	font-size:12px;
}
.cenu span5 {
	color: #E64A00;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu span6 {
	color: #2D3EB5;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu span7 {
	color: #777;
	font-size:10px;
	font-style:italic;
}
.cenu span8 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	font-size: 11px;
	font-weight: bold;
}
.cenu span8a {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	font-size: 18px;
	font-weight: bold;
}
.cenu6 tr:hover{
	background-color: #F5F5F5;
	box-shadow: 1px 1px 4px #777;
	color: #ab4231;
	border: 1px solid #999;
}
.cenu_dobavit {
	padding: 8px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
}
.cenu_dobavit a {
	color: #0CF;
	margin-right: 10px;
}
.cenu_dobavit a:hover {
	color: #03F;
}

.cenu_a {
	padding: 1px;
	font-family: "FRADMCN";
	text-align: left;
	font-size: 11px;
	border: 1px solid #FC0;
}
.cenu_a span{
	color: #E64A00;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}

.cenu_a span1 {
	font-size: 24px;
	color: #61778B;
	font-family: "FRADMCN";
}
.cenu_a span1a {
	font-size: 11px;
	color: #b44030;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu_a span2a {
	font-size: 11px;
	color: #b44030;
	font-family: "Arial Black", Gadget, sans-serif;
	text-shadow: 0px 0px 1px #fff;
	font-style:normal;
}
.cenu_a span4a {
	font-size: 22px;
	color: #FFF;
	background-color: #b44030;
	padding: 5px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:10px;
}
.cenu_a span4b {
	font-size: 10px;
	color: #FFF;
	background-color: #2D3EB5;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
	margin:2px;
}
.cenu_a span2b {
	font-size: 11px;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style:normal;
}
.cenu_a span2 {
	color:#666;
	font-size:9px;
}
.cenu_a span3 {
	color:#b44030;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu_a span4 {
	color:#666;
	font-size:12px;
}
.cenu_a span5 {
	color: #E64A00;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu_a span6 {
	color: #2D3EB5;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu_a span7 {
	color: #777;
	font-size:10px;
	font-style:italic;
}
.cenu_a span8 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	font-size: 11px;
	font-weight: bold;
}

.cenu2 {
	padding: 3px;
	border-radius: 2px;
	background-color: #FDFDFD;
	font-family: Verdana, Geneva, sans-serif;
	color:#b44030;
	font-weight:bold;
	text-align: left;
	font-size: 11px;
	width:90%;
	height:40px;
	border: 1px solid #F1F1F1;
}
.cenu1 {
	padding: 3px;
	border-radius: 2px;
	background-color: #FCFCFC;
	color: #b44030;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	font-size: 11px;
	border: 2px solid #0099FF;
	width: 95%;
}
.cenu3 {
	padding: 3px;
	border-radius: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	border: 1px solid #fff;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #59D200;
	box-shadow: 0px 0px 2px #000;
	text-shadow: 0px 0px 1px #000;
}
.cenu3:hover {
	background-color: #63E800;
	box-shadow: 0px 0px 2px #666;
	text-shadow: 0px 0px 1px #666;
}
.cenu4 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:14px;
	padding-right:13px;
	border-radius: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	border: 1px solid #fff;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #61778B;
	border: 1px solid #61778B;
}
.cenu4:hover {
	background-color: #2F516F;
}
.cenu4privat {
	font-size: 10px;
	color: #FFF;
	background-color: #090;
	padding: 2px;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration:none;
	border: 1px solid #090;
}
.cenu4privat:hover {
	background-color: #0C3;
	border: 1px solid #0C3;
}
.kontact {
	padding: 20px;
	margin: 10px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #61778B;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
.cenu5 {
	padding: 2px;
	border-radius: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	border: 2px solid #2F516F;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #2F516F;
	text-shadow: 0px 0px 1px #000;
}
.cenu5:hover {
	background-color: #ac4231;
	text-shadow: 0px 0px 1px #666;
	border: 2px solid #ac4231;
}
.cenu5z {
	padding: 4px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-align: left;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.cenu5z:hover {
	background-color: #ac4231;
	text-shadow: 0px 0px 1px #000;
	border: 2px solid #ac4231;
}
.cenu5z1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size: 12px;
	text-decoration:none;
	color: #039;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	padding-bottom: 2px;
}
.cenu5z1:hover {
	color: #CC3E00;
	border-bottom-color: #CC3E00;
}
.sorting {
	font-family: "FRADMCN";
	color: #0000CC;
	font-size: 13px;
}
.sorting:hover {
	color: #D70000;
}
.sorting_active {
	font-family: "FRADMCN";
	color: #D70000;
	font-size: 13px;
}
.sorting_active:hover {
	color: #B30000;
	text-decoration:none;
}
.fon_email {
	width:50px;
    padding: 2px;
	border-radius: 2px;
	margin: 3px;
	font-weight:bold;
	background-color: #111;
    background-image:url(img/fon_email.png);
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 10px;
	width: 120px;
	border: 2px solid #111;
	color:#b44030;
}
.fon_email:hover {
    background-image:none;
}
.fon_email:Focus {
    background-image:none;
}
.cenu6 {
	padding: 3px;
	border-radius: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	border: 1px solid #fff;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #2C6D9A;
	box-shadow: 0px 0px 2px #000;
	text-shadow: 0px 0px 1px #000;
}
.cenu6:hover {
	background-color: #2F516F;
	box-shadow: 0px 0px 2px #666;
	text-shadow: 0px 0px 1px #666;
}
.cenu7 {
	padding: 5px;
	background-color: #FCFCFC;
	box-shadow: 1px 1px 4px #777;
	font-family: Arial, Helvetica, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 11px;
	border: 1px solid #999;
	font-weight:bold;
	margin: 10px;
}
.cenu7 span1a {
	font-size: 11px;
	color: #2D3EB5;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu7 span1 {
	font-size: 18px;
	color: #b44030;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu7 span2 {
	color:#666;
	font-size:9px;
}
.cenu7 span3 {
	color:#b44030;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:18px;
}
.cenu7 span4 {
	color: #444;
	font-style: italic;
}
.cenu7 span5 {
	color: #E64A00;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu7 span6 {
	color: #2D3EB5;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.cenu7 span7 {
	color: #777;
	font-size:11px;
	font-style:italic;
}
.cenu7 span8 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	font-size: 11px;
	font-weight: bold;
}
.cenu7 span8a {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	font-size: 18px;
	font-weight: bold;
}
.cenu8z {
	padding: 3px;
	border-radius: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 9px;
	border: 2px solid #8E3728;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #8E3728;
	text-shadow: 0px 0px 1px #000;
}
.cenu8z:hover {
	background-color: #2F516F;
	text-shadow: 0px 0px 1px #666;
	border: 2px solid #2F516F;
}
.reviews {
	padding: 10px;
}
.otziv {
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	padding-bottom:10px;
}
.otziv2 {
	font-family: 'AGLettericaCondL Regular'; 
	font-size:12px; 
	font-weight:bolder;
	color:#06C;
}
.otziv2 a{
	font-size:24px;
	color:#006;
}
.otziv2 a:hover {
	color:#333;
}
.adres {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;
	font-weight: 400;
}

.adres span1 {
	font-size: 14px;
	color: #666;
}
.adres span2 {
	color: #333;
	font-weight:bold;
}
.adres span6 {
	font-size: 14px;
	color: #999;
	background-color: #000;
	border-radius: 4px;
	padding-top: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.adres span61 {
	font-size: 14px;
	color: #fff;
	background-color: #F00;
	border-radius: 4px;
	padding-top: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.adres span41 {
	font-size: 21px;
	color: #F00;
	font-family: "Arial Black", Gadget, sans-serif;
}
.adres span411 {
	font-size: 14px;
	color: #F00;
	font-family: "Arial Black", Gadget, sans-serif;
}
.adres span4111 {
	font-size: 14px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.adres span41111 {
	font-size: 10px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
}

.adres hr {
	width:340px;
}
.adres2 {
	text-align: left;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
	margin-left:10px;
}
.adres2 td {
	padding: 14px;
	vertical-align: top;
	background-color:#FFF;
	border: 1px solid #fff;
	border: 1px dashed #ccc;
}
.adres2 span1 {
	color: #545E63;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.adres2 span2 {
	color: #333;
	font-weight:bold;
	font-size: 13px;
}
.adres2 a {
	color: #09F;
}
.adres2 a:hover {
	color: #06F;
	text-decoration:none;
}
.adres2 span6 {
	font-size: 14px;
	color: #999;
	background-color: #000;
	border-radius: 4px;
	padding-top: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.adres2 span7 {
	font-size: 17px;
	color: #999;
	background-color: #000;
	border-radius: 4px;
	padding-top: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.adres2 hr {
	width:340px;
}

.topmenu73 {
	width: 100%;
	text-align: left;
	background-color:#000;
}
.top_line73 {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
.top_line73:hover {
	color: #F00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 0px;
}
.top_line_activ73 {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #f00;
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

.topmenu2 {
	text-decoration: none;
	width: 100%;
	text-align: left;
	border-radius: 6px;
	color:#00b6c5;
	text-shadow: 1px 1px 1px #000;
}
.topmenu {
	text-decoration: none;
	width: 100%;
	text-align: left;
	color: #00b6c5;
	font-family: "FRADMCN";
	font-size: 18px;
	vertical-align: middle;
}
.topmenu img {
	vertical-align: middle;
}
.top_line3:hover {
	color: #FFF;
	background-color:#3C4955;
}
.top_line3 {
	font-size: 14px;
	font-family: "FRADMCN";
	font-weight: bold;
	color: #86A6B7;
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
.top_line_activ {
	font-size: 14px;
	font-family: "FRADMCN";
	font-weight: bold;
	color: #fff;
	background-color:#3C4955;
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
.topmenu_left {
	padding: 5px;
	margin-top:10px;
	background-color: #798A97;
	box-shadow: 1px 1px 4px #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	font-size: 11px;
	border: 1px solid #798A97;
	border-radius: 3px;
	font-weight: bold;
}
.top_line3_left {
	font-family: "FRADMCN";
	font-size: 15px;
	font-weight: bold;
	color: #86A6B7;
	text-decoration: none;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: left;
}
.top_line_activ_left {
	font-family: "FRADMCN";
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 13px;
	padding-left: 13px;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	color: #fff;
	background-color: #3C4955;
	border-radius: 3px;
	font-weight: bold;
}
.top_line3_left:hover {
	color: #9B9D9F;
}
.top_line4 {
	font-family: "Minion Pro";
	font-size: 16px;
	color: #F00202;
	width: 150px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff inset;
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
}
.top_line4:hover {
	color: #000;
}

.top_line {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	box-shadow: 1px 1px 1px #333, 1px 1px 1px #fff inset;
	background: -o-linear-gradient(top, #f2f2f2, #cecece); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #f2f2f2, #cecece); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background: -webkit-gradient(linear, left top, left bottom,
                color-stop(0%,#f2f2f2), color-stop(100%,#cecece));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(top, #f2f2f2, #cecece);
	background: -ms-linear-gradient(top, #f2f2f2, #cecece); /* IE10 */
	background: linear-gradient(top, #f2f2f2, #cecece); /* CSS3 */
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 11px;
	padding-right: 11px;
	font-style: normal;
	display: inline-block;
	border: solid 1px #999;
}
.top_line:hover{
	color: #F00;
}

.button, .button:visited{
    background: #00CC33 url(../images/overlay.png) repeat-x;
  	display: inline-block; 
  	padding: 5px 10px 6px; 
  	color: #fff; 
  	text-decoration: none;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  	cursor: pointer;
    font-size: 11px;
	margin:10px 3px 4px 3px;
}
.button:hover{
    background-color: #222; 
    color: #fff;
}
img.ajaxload{
    margin-top:10px;
}

.error{
    height:15px;
}
div.errorimg{
    padding-left:20px;
    float:left;
    background:transparent url(../images/error.png) no-repeat center left;
    height:15px;
    width:140px;
    color:red;
}
/*Admin*/
.adminpanel{
width: 800px;
text-align:center;
}

.map{
margin:0 auto;
width:560px;

}
table.admin{
	font-size:10px;
	width:100%;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
table.admin thead tr th{
	text-align:left;
}
table.admin thead tr{
	background-color:#f1f1f1;
}
table.admin tbody tr.statusblocked{
	background-color:#dfdfdf;
}
table.admin tbody tr.statusadmin{
	background-color:#7fc0f0;
}
table.admin tbody tr td{
	text-align:center;
}
table.admin tbody  tr:hover{
	background-color:#EFFFF3;
}
.admin_change{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/wrench.png) no-repeat center right;
  cursor:pointer;
}
.admin_delete{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/cross.png) no-repeat center right;
  cursor:pointer;
}
.admin_no{
  float:left;
  margin-left:20px;
}
/*Forms*/
form.login , form.register, form.editaccount, .forgotpw, .adminpanel{
	position:relative;
	height:auto;
    margin:0 auto;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
}
form.login{
	width: 150px;
}
form.register{
	width: 600px;
	height:440px;
}
form.editaccount{
	width: 400px;
}
.forgotpw{
  width:200px;
}

form label{
    display: block;
    margin: 3px;
	font-weight:bold;
}
.login_row{
    float:left;
    clear:both;
	width:100%;
}

.login_row label{
    float:left;
}


form .fieldset1, form .fieldset2{
    border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1{
    width:260px;
}
form .fieldset2{
    width:90%;
    margin:0px;
}
form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

.error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}
.error_captcha{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:20px;
    width:75px;
    font-weight:100;
}
.captcha_message{
    width:70px;
    float:left;
}


.linkback{
    margin:0 auto;
    width:700px;
    text-align:center;
    height:30px;	    	
}
.linkback img:hover{
	background-color:#E6F8E4;	    	
}
.client{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D6251;
}
.client a{
	color: #09F;
	text-decoration: none;
}
.client_forma  {
	
	font-family
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.client_forma textarea {
	width: 50px;
	height:200px;
}
.posmotret_otziv a {
	font-size: 10px;
	color: #444;
	background-color: #7B91A4;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.posmotret_otziv a:hover {
	background-color: #566A7C;
}

.posmotret_otziv2 {
	margin-bottom:8px;
	margin-left:20px;
}

.posmotret_otziv2 a{
	color: #2D3EB5;
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}
.posmotret_otziv2 a:hover{
	color: #000;
}
.posmotret_otziv2 span9{
	color: #999999;
	font-size: 18px;
	font-style: italic;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}
.posmotret_otziv2 span{
	color: #E64A00;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv2 span7{
	color: #777;
	font-size:10px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.posmotret_otziv2 span2 {
	font-size: 18px;
	color: #003;
	background-color: #A0FF62;
	margin:4px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-style:italic;
}
.posmotret_otziv2 span3{
	font-size: 10px;
	color: #FFF;
	background-color: #0C3;
	padding: 2px;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration:none;
}
.posmotret_otziv2 span41{
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv2 span4a{
	font-size: 10px;
	color: #fff;
	background-color: #999;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 0px 0px 1px  #006600;
}
.posmotret_otziv2 span4a:hover{
	background-color: #2C6D9A;
}
.posmotret_otziv2 span4d{
	font-size: 10px;
	color: #fff;
	background-color: #999;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 0px 0px 1px  #006600;
}
.posmotret_otziv2 span4c{
	font-size: 10px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv2 span4b{
	font-size: 18px;
	color: #FFF;
	background-color: #2C6D9A;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}



.posmotret_otziv2p {
	margin-bottom:8px;
	padding:3px;
}

.posmotret_otziv2p a{
	color: #2D3EB5;
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
}
.posmotret_otziv2p a:hover{
	color: #000;
}
.posmotret_otziv2p span2pp{
	color: #0099FF;
	border-bottom: 1px solid #0099FF;
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2px;
	line-height: 18px;
}
.posmotret_otziv2p span2pp:hover {
	color: #2D3EB5;
	border-bottom: 1px solid #F00;
}
.posmotret_otziv2p span2pn{
	color: #2D3EB5;
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	padding-bottom:2px;
	line-height: 18px;
}
.posmotret_otziv2p span9{
	color: #999999;
	font-size: 18px;
	font-style: italic;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}
.posmotret_otziv2p span{
	color: #E64A00;
	font-size:12px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv2p span7{
	color: #777;
	font-size:10px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv2p span2 {
	font-size: 18px;
	color: #003;
	background-color: #A0FF62;
	margin:4px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-style:italic;
}
.posmotret_otziv2p span3{
	font-size: 10px;
	color: #FFF;
	background-color: #0C3;
	padding: 2px;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration:none;
}
.posmotret_otziv2p span41{
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv2p span4a{
	font-size: 10px;
	color: #fff;
	background-color: #999;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 0px 0px 1px  #006600;
}
.posmotret_otziv2p span4a:hover{
	background-color: #2C6D9A;
}
.posmotret_otziv2p span4d{
	font-size: 10px;
	color: #fff;
	background-color: #999;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 0px 0px 1px  #006600;
}
.posmotret_otziv2p span4c{
	font-size: 10px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv2p span4b{
	font-size: 18px;
	color: #FFF;
	background-color: #2C6D9A;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}




.posmotret_otziv3 {
	text-decoration:none;
	background-image:url(img/vizitka1.jpg);
	border-radius: 5px;
	padding-left:5px;
	padding-bottom:2px;
}
.posmotret_otziv3 span1 {
	color: #767778;
	font-size: 11px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv3 span {
	font-size: 10px;
	color: #FFF;
	background-color: #0C3;
	padding-left: 2px;
	padding-right: 2px;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration:none;
}
.posmotret_otziv3 span2 {
	font-size: 10px;
	color: #999;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.posmotret_otziv3 span3 {
	font-size: 10px;
	color: #2C6D9A;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.posmotret_otziv3 span4 {
	color: #ac4231;
	font-size:11px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv3 span5 {
	color: #2C6D9A;
	font-size:20px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv3 span6 {
	color: #26C4FF;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
}

.posmotret_otziv3left {
	font-family:"FRADMCN";
}
.posmotret_otziv3left span1 {
	color: #003c86;
	font-size: 16px;
}
.posmotret_otziv3left span2 {
	color: #003c86;
	font-size: 20px;
}
.posmotret_otziv3left span3 {
	color: #b44030;
	font-size: 16px;
}
.posmotret_otziv3left span4 {
	color: #b44030;
	font-size: 36px;
}

.posmotret_otziv3transport {
	font-family:"FRADMCN";
	text-align:left;
	padding:10px;
}
.posmotret_otziv3transport span4a {
	color: #EA2300;
	font-size: 12px;
}

.posmotret_otziv3transport span1 {
	color: #EA2300;
	font-size: 32px;
}
.posmotret_otziv3transport span2 {
	color: #000099;
	font-size: 20px;
}
.posmotret_otziv3transport span3 {
	color: #b44030;
	font-size: 16px;
}
.posmotret_otziv3transport span4 {
	color: #FC1401;
	font-size: 16px;
}
.posmotret_otziv3index {
	font-family:"FRADMCN";
	text-align:center;
}
.posmotret_otziv3index span1 {
	color: #000099;
	font-size: 26px;
}
.posmotret_otziv3index span2 {
	color: #000099;
	font-size: 16px;
}
.posmotret_otziv3index span3 {
	color: #b44030;
	font-size: 16px;
}
.transport_img img {
	border: 1px solid #fff; 
	box-shadow: 1px 1px 2px #666; 
	vertical-align: central;
}
.transport_img img:hover {
	border: 1px solid #F00; 
	box-shadow: 1px 1px 2px #333; 
}
.onhover img {
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px #666;
	width:146px;
	height:84px;
	
}
.onhover img:hover {
	border: 1px solid #FF0D00;
	box-shadow: 1px 1px 2px #333;
}
.posmotret_otziv4 {
	color:#333;
	box-shadow: 1px 15px 10px -5px black;
	margin:0px;
	width:100%;
}
.posmotret_otziv4 a{
	color: #2D3EB5;
	font-size: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	text-transform: capitalize;	
}
.posmotret_otziv4 a:hover{
	color: #000;
}
.posmotret_otziv4 span1 {
	font-size: 44px;
	font-family: "FRADMCN";
	color: #B2B2B2;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: lighter;
}
.posmotret_otziv4 span4a{
	font-size: 44px;
	color: #fff;
  font-family: "FRADMCN";
	font-weight: lighter;
}

.posmotret_otziv4 span9{
	color: #999999;
	font-size: 18px;
	font-style: italic;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}
.posmotret_otziv4 span{
	color: #fff;
	font-size:20px;
	font-style:italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
.posmotret_otziv4 span7{
	color: #777;
	font-size:10px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.posmotret_otziv4 span2 {
	font-size: 10px;
	color: #003;
	background-color: #A0FF62;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style:italic;
}
.posmotret_otziv4 span3{
	font-size: 9px;
	background-color:#0C3;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
.posmotret_otziv4 span4{
	font-size: 18px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv4 span4d{
	font-size: 14px;
	color: #b44030;
	padding: 2px;
	font-family: "FRADMCN";
	font-weight: bolder;
	text-transform: uppercase;
}
.posmotret_otziv4 img{
	background-image:url(../image_res/index_rcc3.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	transition: all 0.5s ease-in-out;
	border: 0px;
}
.blok2 {
	font-size: 16px;
	color: #fff;
	background-color: #b44030;
	padding: 2px;
	font-family: "FRADMCN";
	font-weight: bolder;
	text-transform: uppercase;
}

.posmotret_otziv4 span4c{
	font-size: 10px;
	color: #FFF;
	background-color: #b44030;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv4 span4b{
	font-size: 18px;
	color: #FFF;
	background-color: #2C6D9A;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.posmotret_otziv5 span4b{
	font-size: 18px;
	color: #FFF;
	background-color: #2C6D9A;
	padding: 2px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 1px  #006600;
	text-decoration: none;
}
.tdcalendar  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 64px;
	color: #222;
}
.tdcalendar td  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight:bolder;
	font-size: 54px;
	text-align:center;
	vertical-align:central;
	color: #666;
	height:80px;
}
.tdcalendar span001  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 34px;
	color: #333;
	font-weight:bold;
}
.tdcalendar span002  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 34px;
	color: #000;
	font-weight:bold;
}
.tdcalendar a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	color: #666;
	text-decoration:none;
}
.tdcalendar a:hover {
	color: #06C;
	text-decoration:none;
}
.index2 {
	padding: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 2px #666;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #004182;
	text-align: left;
	font-size: 22px;
	vertical-align:middle;
	margin-left:10px;
	margin-bottom:3px;
	background-color: #FCFCFC;
}
.index2 span {
	text-decoration:underline;
	color:#C00;
}
.index2 img {
	box-shadow:1px 1px 1px #666;
}
.index2 a {
	text-decoration:underline;
	color: #09F;
	font-size:12px;
}
.index2 a {
	color: #003;
}
.index3 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-radius: 2px;
	margin: 10px;
	background-color: #FCFCFC;
	box-shadow: 0px 1px 3px #666666;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #00b7c6;
	text-align: center;
	font-size: 22px;
	vertical-align:center;
	text-shadow:1px 1px 1px #666;
}
.index4 {
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0px 1px 2px #666;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: left;
	font-size: 14px;
	vertical-align:middle;
	margin-left:10px;
	margin-bottom:3px;
	background-color: #FCFCFC;
}
.index4 span2 {
	color:#004182;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
}
.index4 span {
	color:#C00;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	text-decoration:underline;
}
.index4 p {
	text-align: justify;
 	text-indent: 25px;
}
.index4 span3 {
	color: #000;
	background-color:#7EFF20;
}
.index4 span4 {
	color:#C00;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
}
.index4 span6 {
	color:#004182;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
}
.ustanovleno {
	padding-left:25px;
		
}
.ustanovleno span14 {
	color:#ab4231;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
}
.ustanovleno2 {
	margin-bottom:5px;
}
.ustanovleno2 span14 {
	color: #006699;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}
.camerastyle1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #333;
}
.camerastyle1 a {
	font-size: 12px;
	color: #333;
	font-style: normal;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 20px;
	text-align: left;
	text-decoration: underline;
}
.camerastyle1 a:hover {
	color:#666;
	text-decoration:none;
}
.camerastyle2 {
	padding-left: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	text-align: left;
}
.camerastyle2 a {
	color: #09F;
	margin:10px;
	display: block;
	font-weight:bolder;
}
.camerastyle2 a:hover {
	color:#666;
	padding-left:3px;
}
.zadacha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #554c45;
	text-align: justify;
	line-height: 60px;
	margin-top: 0px;
	padding:90px 50px 50px 50px;
}
.zadacha red {
	color: #F00;
}
.zadacha span1 {
	color: #333;
	background-color:#FC0;
	padding-right:25px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 12px;
	font-size: 46px;
	line-height: 80px;
	margin-right:25px;
}
.zadacha span2 {
	color: #0066FF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 36px;
	line-height: 60px;
}
.zadacha span2:hover {
	color: #d34030;
	transition: all 0.5s ease-in-out;
}
.zadacha span3 {
	color: #333;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 60px;
	margin-right: 25px;
}
.zadacha span3_1 {
	color: #333;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px;
	font-size: 32px;
	line-height: 60px;
	margin-right: 25px;
}
.zadacha span4 {
	color: #554c43;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px;
	font-size: 42px;
	line-height: 70px;
}
.zadacha span5 {
	color: #d34030;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	font-size: 46px;
	line-height: 100px;
	margin-right: 25px;
	border: 2px solid #d34030;
}
.zadacha a {
	color: #d34030;
}
.zadacha span6 {
	color: #d34030;
	font-family: 'Cuprum', sans-serif;  
	font-size: 46px;
}
.zadacha hr {
	color: #554c43;
	size: 3px;
	width:100%;
	margin-bottom:50px;
}



.name001 {
	border-bottom:2px dotted #646464;
	padding:15px;
	
	
}
.zadacha2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 34px;
	color: #777;
	text-align: left;
	line-height: 50px;
	margin: 10px 0px 0px 0px;
	width:100%;
}

.zadacha2 td {
	vertical-align:top;
}
.zadacha2 span1 {
	color: #333;
	background-color:#FC0;
	padding-right:25px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 70px;
}
.zadacha2 span2 {
	color: #0066FF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 36px;
	line-height: 60px;
}
.zadacha2 span2:hover {
	color: #d34030;
	transition: all 0.5s ease-in-out;
}
.zadacha2 span3 {
	color: #3E9100;
	font-size: 66px;
	line-height: 60px;
	font-family: "AGLettericaCondL Regular";
}
.zadacha2 span3_small {
	color: #3E9100;
	font-size: 36px;
	line-height: 60px;
	font-family: "AGLettericaCondL Regular";
}
.zadacha2 span4b {
	color: #BF2504;
	font-size: 66px;
	line-height: 60px;
	font-family: "AGLettericaCondL Regular";
}
.zadacha2 span4b_small {
	color: #BF2504;
	font-size: 36px;
	line-height: 60px;
	font-family: "AGLettericaCondL Regular";
}

.zadacha2 span3_1 {
	color: #333;
	background-color: #D3F0F5;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 12px;
	border-radius: 0 12px 12px 0 ;
	font-size: 32px;
	line-height: 60px;
}
.zadacha2 span3_2 {
	color: #333;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px 0 0 12px;
	font-size: 36px;
	line-height: 60px;
}

.zadacha2 span4 {
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
	padding:20px;
}
.zadacha2 span4_1 {
	color: #646464;
	background-color:#333;
	padding:15px 40px 15px 40px;
	border-radius: 7px;
	font-size: 46px;
	line-height: 80px;
}
.zadacha2 span5 {
	color: #d34030;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	font-size: 46px;
	line-height: 80px;
	margin-right: 25px;
	border: 2px solid #d34030;
	text-decoration:underline;
}
.zadacha2 span6 {
	color: #666666;
	font-size: 42px;
	line-height: 60px;
}
.zadacha2 span7 {
	color: #666666;
	font-size: 42px;
	line-height: 60px;
}
.zadacha2 span8 {
	color: #646464;
	font-family: 'Cuprum', sans-serif;  
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
}

.zadacha2 hr {
	color: #554c43;
	size: 3px;
	width:100%;
	margin-bottom:20px;
}





.zadacha2_1 {
	font-family: 'Cuprum', sans-serif;  
	font-size: 34px;
	color: #777;
	padding: 15px;
	text-align: left;
	line-height: 50px;
	margin-top: 10px;
}
.zadacha2_1 td {
	vertical-align:top;
	border-bottom: 1px solid #CCC;
}
.zadacha2_1 span1 {
	color: #333;
	background-color:#FC0;
	padding-right:25px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 70px;
}
.zadacha2_1 span2 {
	color: #0066FF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 36px;
	line-height: 60px;
}
.zadacha2_1 span2:hover {
	color: #d34030;
	transition: all 0.5s ease-in-out;
}
.zadacha2_1 span3 {
	color: #333;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px;
	font-size: 24px;
	line-height: 60px;
	margin-right: 25px;
}
.zadacha2_1 span3_1 {
	color: #333;
	background-color: #D3F0F5;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 12px;
	border-radius: 0 12px 12px 0 ;
	font-size: 32px;
	line-height: 60px;
}
.zadacha2_1 span3_2 {
	color: #333;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px 0 0 12px;
	font-size: 36px;
	line-height: 60px;
}

.zadacha2_1 span4 {
	color: #646464;
	font-size: 42px;
	line-height: 60px;
	font-weight: normal;
}
.zadacha2_1 span4_1 {
	color: #333;
	background-color:#FC0;
	padding-right:15px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 70px;
}
.zadacha2_1 span5 {
	color: #d34030;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	font-size: 46px;
	line-height: 80px;
	margin-right: 25px;
	border: 2px solid #d34030;
	text-decoration:underline;
}
.zadacha2_1 span6 {
	color: #666666;
	font-size: 42px;
	line-height: 60px;
}
.zadacha2_1 span7 {
	color: #666666;
	font-size: 42px;
	line-height: 60px;
}
.zadacha2_1 span8 {
	color: #646464;
	font-family: 'Cuprum', sans-serif;  
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
}

.zadacha2_1 hr {
	color: #554c43;
	size: 3px;
	width:100%;
	margin-bottom:20px;
}



.zadacha2 a {
	color: #646464;
	text-decoration:none;
	font-size:18px;
}
.zadacha2 a:hover {
	color: #0CF;
}

.zadacha3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 34px;
	color: #777;
	padding: 15px;
	text-align: left;
	line-height: 50px;
	margin-top: 10px;
}
.zadacha3 td {
	vertical-align:top;
}
.zadacha3 span1 {
	color: #333;
	background-color:#FC0;
	padding-right:25px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 70px;
}
.zadacha3 span2 {
	color: #0066FF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 36px;
	line-height: 60px;
}
.zadacha3 span2:hover {
	color: #d34030;
	transition: all 0.5s ease-in-out;
}
.zadacha3 span3 {
	color: #333;
	background-color: #E3E2E7;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 60px;
	margin-right: 25px;
}
.zadacha3 span4 {
	color: #777;
	font-family: "FRADMCN";
	font-size: 42px;
	line-height: 60px;
	font-weight: normal;
}
.zadacha3 span4_1 {
	color: #333;
	background-color:#FC0;
	padding-right:15px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 12px;
	font-size: 36px;
	line-height: 70px;
}
.zadacha3 span5 {
	color: #d34030;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	font-size: 46px;
	line-height: 80px;
	margin-right: 25px;
	border: 2px solid #d34030;
	text-decoration:underline;
}
.zadacha3 span6 {
	color: #666666;
	font-size: 42px;
	line-height: 60px;
}
.zadacha3 span7 {
	color: #666666;
	font-size: 42px;
	line-height: 60px;
}

.zadacha3 hr {
	color: #554c43;
	size: 3px;
	width:100%;
	margin-bottom:50px;
}




.zadacha4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 38px;
	width:96%;
	color: #554c43;
	padding: 15px;
	text-align: left;
	line-height: 60px;
}
.zadacha4 a {
	font-size: 38px;
	color: #0CF;
	padding: 5px;
	text-align: left;
	line-height: 60px;
	text-decoration:none;
	padding:20px;
	border-radius:15px;
}


.top_cam2 {
	font-size: 38px;
	width: 50%;
	color: #fff;
	text-decoration: none;
	background-color: #646464;
	line-height: 60px;
	font-family: Verdana, Geneva, sans-serif;
	padding:10px;
	text-align:center;
}
.top_cam2 a {
	color: #fff;
}
.top_cam {
	font-size: 38px;
	width: 50%;
	color: #fff;
	text-decoration: none;
	background-color: #d34030;
	line-height: 60px;
	font-family: Verdana, Geneva, sans-serif;
	padding:10px;
	text-align:center;
}
.top_cam a {
	color: #fff;
}




.top_cam3 {
	text-decoration: none;
	background-color: #111;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	display:block;
	text-align:center;
	padding:0px;
	margin:0 auto;
}
.top_cam3 a {
	text-decoration: none;
}
.top_cam3 img {
	width:9%;
	border:none;
	padding:1.5% 7.5% 1.5% 7.5%;
}
.top_cam3m {
	font-size: 32px;
	color: #888;
	text-decoration: none;
	background-color: #f4f4f4;
	padding:20px 0 20px 0;
	line-height: 60px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width:25%;
	right: 25%;
	bottom: 0px;
	z-index: 1;
	height:130px;
	border-top: 2px solid #333;
}
.top_cam3m a {
	color: #fff;
}
.top_cam3m:hover {
	background-color: #d34030;
}
.top_cam3mm {
	font-size: 32px;
	color: #3d4030;
	text-decoration: none;
	background-color: #f4f4f4;
	padding:20px 0 20px 0;
	line-height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width:25%;
	right: 50%;
	bottom: 0px;
	z-index: 1;
	height:130px;
	border-top: 2px solid #333;
}
.top_cam3mm:hover {
	background-color: #d34030;
}
.top_cam3mmm {
	font-size: 32px;
	color: #3d4030;
	text-decoration: none;
	background-color: #f4f4f4;
	line-height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width:25%;
	height:130px;
	right: 75%;
	bottom: 0px;
	z-index: 1;
	border-top: 2px solid #333;
	padding:20px 0 20px 0;
}
.top_cam3mmm:hover {
	background-color: #d34030;
}
.top_cam5 {
	position: fixed;
	left:0;
	right:0;
	bottom: 130px;
	z-index: 9999;
	display: inline-block;
	box-shadow: 0px 0px 4px #333;
	width:100%;
	max-height:100vh;
	background-color:#FFF;
	vertical-align:text-bottom;
}

.top_cam4 {
	font-size: 42px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #d34030;
	line-height: 80px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom:1px solid #FE6929;
	vertical-align:bottom;
}
.top_cam4:hover {
	color: #fff;
	background-color: #9F2F22;
	transition: all 0.5s ease-in-out;
}

.top_cam4 a {
	color: #fff;
}
.top_cam4m {
	font-size: 42px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #DF7468;
	line-height: 80px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEB3AC;
}
.top_cam4m:hover {
	color: #fff;
	background-color: #DA5B4E;
}
.top_cam4m a {
	color: #d34030;
}
.prime4anie {
	font-size: 12px;
	margin-left: 15px;
	margin-top:10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	line-height: 20px;
	width:930px;
}
.prime4anie spanp1 {
	color: #FFF;
	background-color: #F00;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 14px;
	border-radius: 11px 0px 0px 0px;
	font-weight: bold;
	border-bottom: 1px solid #f00;
}
.head1 {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
.bottom_style {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #554c43;
	font-size: larger;
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
}
.bottom_style a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_style a:hover {
	color: #787858;
	text-decoration: underline;
}
.bottom_style hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #191614;
	border-bottom-color: #3a3230;
	border-right-color: #191614;
	border-left-color: #191614;
	width:160px;
}
.bottom_style1 {
	font-size: 36px;
	color: #73635e;
	text-align: center;
	vertical-align: text-top;
	width: 100vw;
	box-shadow: 5px 0 5px #ccc;
}
.bottom_style1 span {
	font-size:50px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 5px;
	color: #787858;
	padding: 7px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
										vertical-align:text-top;
/* 	box-shadow: 0px 1px 1px #000 inset; */
}
.bottom_style1 span1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	color: #554c43;
	vertical-align: text-top;
	font-family: "Arial Black", Gadget, sans-serif;
}
.bottom_style1 span1:hover {
	color: #d34030;
}

.bottom_style1 span2 {
	font-size: 60px;
	line-height: 40px;
	font-weight: bold;
	color: #554c43;
	vertical-align: text-top;
	font-family: "Arial Black", Gadget, sans-serif;
}
.bottom_style1 span3 {
	font-size: 30;
	line-height: 40px;
	color: #d34030;
	vertical-align: text-top;
	font-family: "Arial Black", Gadget, sans-serif;
}

.bottom_style1 a {
	font-family: "AGLettericaCondL Regular";
	font-size:36px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 5px;
	color: #787858;
	padding: 7px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
										vertical-align:text-top;
/* 	box-shadow: 0px 1px 1px #000 inset; */
}
.bottom_style1 span4 {
	font-family: "AGLettericaCondL Regular";
	font-size:16px;
	font-weight: bold;
	border-radius: 5px;
	color: #73635e;
	padding: 7px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
										vertical-align:text-top;
/* 	box-shadow: 0px 1px 1px #000 inset; */
}

.bottom_style1 hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #191614;
	border-bottom-color: #3a3230;
	border-right-color: #191614;
	border-left-color: #191614;
	width: 170px;
}
.bottom_styleX2t {
	background-color: #f9f9f9;
	font-family: 'Cuprum', sans-serif;
	color: #A40400;
	padding: 15px;
	font-size: 38px;
	-webkit-appearance: none;
}
.bottom_styleX2t span1ss {
	color: #A40400;
	padding: 15px;
	font-size: 38px;
	-webkit-appearance: none;
}

.bottom_styleX2 {
	background-color: #C10500;
	font-family: 'Cuprum', sans-serif;  
	color: #fff;
	padding: 15px 20px 15px 20px;
	border: 1px solid #f9f9f9;
	width: avto;
	text-transform: uppercase;
	font-size: 34px;;
	-webkit-appearance: none;
}
.bottom_styleX2 input, button { -webkit-appearance: none;}
.bottom_styleX4 {
background-color: #fff;
	color: #777;
	padding: 5px;
	border: 1px solid #fff;
	width: 20%;
	text-transform: uppercase;
	font-size: xx-large;
	font-family: Cambria;
	-webkit-appearance: none;
	}
.bottom_styleX4 input, button { -webkit-appearance: none;}
.bottom_styleX4 a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX4 a:hover {
	color: #787858;
	text-decoration: underline;
}
.bottom_styleX4 hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #191614;
	border-bottom-color: #3a3230;
	border-right-color: #191614;
	border-left-color: #191614;
	width:160px;
}




.bottom_styleX1 {
	background-color: #fff;
	color: #000;
	padding: 25px;
	width: 49%;
	text-transform: uppercase;
	font-family: 'Cuprum', sans-serif;
	font-size: 36px;
	-webkit-appearance: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #666;
	border-left-color: #fff;
}
.bottom_styleX1 input, button { -webkit-appearance: none;}
.bottom_styleX {
background-color: #fff;
	color: #777;
	padding: 5px;
	border: 1px solid #fff;
	width: 20%;
	text-transform: uppercase;
	font-size: xx-large;
	font-family: Cambria;
	-webkit-appearance: none;
	}
.bottom_styleX input, button { -webkit-appearance: none;}
.bottom_styleX a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX a:hover {
	color: #787858;
	text-decoration: underline;
}
.bottom_styleX hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #191614;
	border-bottom-color: #3a3230;
	border-right-color: #191614;
	border-left-color: #191614;
	width:160px;
}












.bottom_styleX5 {
	color: #554c43;
	background-color:#fff;
	padding: 0 0 0 15px;
	border: 1px solid #F4F4F4;
	width: 100%;
	line-height:80px;
	font-size: 40px;
	font-weight:bold;
	-webkit-appearance: none;
	text-align:center;
	}
.bottom_styleX5 input, button { -webkit-appearance: none;}
.bottom_styleX5 a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX5 a:hover {
	color: #787858;
	text-decoration: underline;
}

.bottom_styleX6s {
	color: #554c43;
	background-color:#fff;
	padding: 25px;
	border: 1px solid #F4F4F4;
	width: 100%;
	line-height:100px;
	font-size: 80px;
	-webkit-appearance: none;
	text-align:center;
	}
.bottom_styleX6s input, button { -webkit-appearance: none;}
.bottom_styleX6s a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX6s a:hover {
	color: #787858;
	text-decoration: underline;
}


.bottom_styleX5_1 {
	color: #d34030;
	background-color:#373737;
	padding: 20px;
	border: 1px solid #F4F4F4;
	width: 100%;
	line-height:80px;
	font-size: 50px;
	-webkit-appearance: none;
	}
.bottom_styleX5_1 input, button { -webkit-appearance: none;}
.bottom_styleX5_1 a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX5_1 a:hover {
	color: #787858;
	text-decoration: underline;
}







.bottom_styleX5_2 {
	color: #444;
	background-color:#f9f9f9;
	padding: 20px;
	border: 1px solid #f9f9f9;
	width: 100%;
	line-height:80px;
	font-size: 50px;
	-webkit-appearance: none;
	}
.bottom_styleX5_2 input, button { -webkit-appearance: none;}
.bottom_styleX5_2 a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX5_2 a:hover {
	color: #787858;
	text-decoration: underline;
}
.bottom_styleX5_3 {
	color: #d34030;
	background-color:#373737;
	padding: 20px;
	border: 1px solid #F4F4F4;
	width: 100%;
	line-height:80px;
	font-size: 50px;
	-webkit-appearance: none;
	}
.bottom_styleX5_3 input, button { -webkit-appearance: none;}
.bottom_styleX5_3 a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX5_3 a:hover {
	color: #787858;
	text-decoration: underline;
}
.bottom_styleX5_4 {
	font-family: 'Cuprum', sans-serif;
	color: #019DC5;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #fff;
	width: 24%;
	line-height: 70px;
	font-size: 38px;
	-webkit-appearance: none;
	text-align: center;
	display:inline;
	}
.bottom_styleX5_4 input, button { -webkit-appearance: none;}
.bottom_styleX5_4 a {
	color: #73635e;
	text-shadow: 0px 1px 2px #000;
	text-decoration: none;
}
.bottom_styleX5_4 a:hover {
	color: #787858;
	text-decoration: underline;
}


.bottom_styleX3r {
	color: #666;
	padding: 5px;
	font-size: 4vw;
	line-height:130%;
	height: 8vh;
	-webkit-appearance: none;
}
.bottom_styleX3r a {
	color: #666;
	text-decoration:none;
	font-size: 3vw;
	font-weight: 300;
}

.interdiv {
	padding:40px;
}
.bottom_styleX3r1 {
	background-color: #fff;
	border-radius:20px;
	font-family: 'Cuprum', sans-serif;  
	color: #777;
	padding: 40px;
	font-size: 42px;
	line-height:60px;
	-webkit-appearance: none;
	border: 1px solid #fff;
	box-shadow: 0px 0px 4px #777;
}
.bottom_styleX3r1 span1 {
	padding: 15px;
	color: #555;
	font-size: 44px;
	font-weight:bold;
	line-height:80px;
	-webkit-appearance: none;
}
.bottom_styleX3r1p {
	background-color: #fff;
	border-radius:20px;
	font-family: 'Cuprum', sans-serif;  
	color: #777;
	padding: 40px;
	font-size: 42px;
	line-height:60px;
	-webkit-appearance: none;
	border: 1px solid #fff;
	box-shadow: 0px 0px 4px #777;
	width:90%;
	margin-bottom:30px;
}
.bottom_styleX3r1p a {
	color: #333;
	text-decoration:underline;
}
.bottom_styleX3r1p span1 {
	padding: 15px;
	color: #555;
	font-size: 44px;
	font-weight:bold;
	line-height:80px;
	-webkit-appearance: none;
}
.bottom_styleX3r1p span2 {
	padding: 15px;
	color: #C10500;
	font-size: 52px;
	line-height:80px;
	-webkit-appearance: none;
}
.bottom_styleX3r1p2 {
	background-color: #fff;
	color: #777;
	padding: 40px;
	font-size: 3vw;
	line-height:130%;
	-webkit-appearance: none;
	width:100%;
	margin:5vh auto;
}
.bottom_styleX3r1p2 a {
	color: #121212;
	text-decoration:underline;
}
.bottom_styleX3r1p2 span1 {
	padding: 15px;
	color: #555;
	font-size: 44px;
	font-weight:bold;
	line-height:80px;
	-webkit-appearance: none;
}
.bottom_styleX3r1p2 span2 {
	-webkit-appearance: none;
	margin:3vh auto 1vh;
	display:block;
	font-size:5vh;
	text-align:center;
}
.bottom_styleX3r2 {
	background-color: #f9f9f9;
	color: #666;
	padding: 20px;
	font-size: 38px;
	line-height:60px;
	-webkit-appearance: none;
}
.bottom_styleX3r2 img {
	border-radius:6px;
	width:200px;
}

.bottom_styleX3r2 span1 {
	color: #555;
	background-color: #fff;
	padding: 10px;
	font-size: 44px;
	line-height: 80px;
	-webkit-appearance: none;
	border-radius: 10px;
}

.bottom_styleX3r3 {
	font-family: 'Cuprum', sans-serif;  
	color: #666;
	padding: 20px 20px 20px 100px;
	font-size: 38px;
	line-height:60px;
	-webkit-appearance: none;
}
.bottom_styleX3r3 span1 {
	color: #999;
	padding: 10px;
	font-size: 40px;
	line-height: 60px;
	-webkit-appearance: none;
}
.bottom_styleX3r img {
	border-radius:6px;
	width:200px;
}

.bottom_styleX3t {
	background-color: #f9f9f9;
	font-family: 'Cuprum', sans-serif;  
	color: #666;
	padding: 25px;
	font-size: 38px;
	line-height:40px;
	-webkit-appearance: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.bottom_styleX3t1 {
	background-color: #777;
	font-family: 'Cuprum', sans-serif;  
	color: #fff;
	padding: 15px 20px 15px 20px;
	border: 1px solid #777;
	width: avto;
	text-transform: uppercase;
	font-size: 44px;;
	-webkit-appearance: none;
	border-radius:6px;
}
.bottom_styleX3t1_active {
	font-family: 'Cuprum', sans-serif;  
	padding: 15px 20px 15px 20px;
	width: avto;
	text-transform: uppercase;
	font-size: 44px;;
	-webkit-appearance: none;
	border-radius:6px;
	
	
	
	color:#fff;
	background-color:#EA0600;
	border:1px solid #EA0600;
	text-decoration:none;
	box-shadow: 1px 5px 10px -5px black;
}






.bottom_styleX3t input, button { -webkit-appearance: none;}
.korzinaip span3k {
	color: #C00;
	text-decoration: none;
	font-size:30px;
}
.korzinaip span4k {
	color: #090;
	text-decoration: none;
	font-size:30px;
}
.korzinaip span5k {
	color: #333;
	font-family: 'Cuprum', sans-serif;  
	text-decoration: none;
	font-size:66px;
}
.korzinaip span6k {
	color: #333;
	font-family: 'Cuprum', sans-serif;  
	text-decoration: none;
	font-size:16px;
}
.korzinaip01 {
	border-radius:10px;
	margin-left:20px;
	margin-top:10px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 13px;
	color: #333;
	background-color:#FFF;
	box-shadow:1px 1px 4px #ccc;
	line-height:15px;
}
.korzinaip01 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding:6px;	
}
.korzinaip01 tr:hover {
	background-color: #F7F9F9;
}

.korzinaip01 a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
.korzinaip01 a:hover {
	color: #00F;
	text-decoration: underline;
}
.korzinaip01 span {
	font-size: 14px;
	color: #C10500;
}
.korzinaip01 span01 {
	font-size: 14px;
	color: #C10500;
	text-decoration: none;
}
.korzinaip01 span02 {
	font-size: 12px;
	color: #C10500;
	text-decoration: none;
	background-color:#F7F9F9;
}
.korzinaip span8 {
	color: #090;
	background-color: #A8FFA8;
	text-decoration: none;
	border-radius:10px;
	padding:20px;
}
.korzinaip span_cena {
	color: #000;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	font-size: 44px;
}
.korzinaip span_cena1 {
	color: #A40400;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	font-size: 44px;
}
.korzinaip span_cena3 {
	color: #090;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	font-size: 44px;
}
.korzinaip span_cena5 {
	color: #090;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
}
.korzinaip span_cena2 {
	color: #000;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
	font-size: 34px;
}
.korzinaip span_cena4 {
	color: #666;
	text-decoration: underline;
	text-transform:none;
	padding: 20px;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;  
}
.korzinaip span_cena4:hover {
	color: #03F;
	text-decoration: none;
}
.naity_smety {
	color: #666;
	border:1px solid #ccc;
	
	padding:15px;
	font-size:42px;
	text-align:center;
	margin:15px;
}

.skidka2 {
	color:#666;
	
}
.korzinaip span_save {
	color: #090;
	background-color: #A8FFA8;
	text-decoration: none;
	border-radius:10px;
	padding:20px;
}
.korzinaip_save {
	border-radius: 10px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #F0FFF9;
	box-shadow: 1px 1px 4px #ccc;
	line-height: 15px;
}
.korzinaip_save td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88FFBB;
	padding: 6px;
}
.korzinaip_save tr:hover {
	background-color: #93FFC0;
}

.korzinaip_save a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	color: #093;
	text-decoration: none;
}
.korzinaip_save a:hover {
	color: #0C3;
	text-decoration: underline;
}
.korzinaip3 {
	width:100%;
}
.korzinaip3 td {
	padding:10px;
}
.korzinaip3 a {
	text-decoration:none;
}
.korzinaip4 {
	width:90%;
	padding:20px;
	color:#000;
	background-color:#999;
	border-radius:5px;
	text-align:center;
}





.korzinaip2 {
	border-radius:10px;
	margin-left:20px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 13px;
	color: #333;
	line-height:35px;
}
.korzinaip {
	border-radius:10px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 32px;
	color: #333;
	background-color:#f9f9f9;
	margin-bottom:50px;
	border:4px solid #333;
}
.korzinaip td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding:6px;	
}
.korzinaip tr:hover {
	background-color: #F7F9F9;
}

.korzinaip a {
	font-size: 34px;
	color: #808080;
	text-decoration: none;
	line-height: 60px;
}
.korzinaip a:hover {
	color: #00F;
	text-decoration: underline;
}
.korzinaip span {
	border-radius:10px;
	font-size: 22px;
	color: #06F;
	text-decoration:underline;
}
.korzinaip span1 {
	color: #d34030;
	font-size: 22px;
}
.korzinaip span2 {
	color: #6a6b68;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 26px;
	text-decoration:underline;
}
























body {
font-family: 'Cuprum', sans-serif;  
font-size: 46px;
}

*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container {
  position: fixed;
  bottom:130px;
  width: 100%;
  margin: auto;
  box-shadow: 0 -5px 8px #777;
  font-family: 'Cuprum', sans-serif;
  background-color:#eee;
  vertical-align:bottom;
}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.title {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #C0392B;
}

.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #C0392B;
  -moz-box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  -webkit-box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 40px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #cd3d2e;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0 20px 0 20px;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  animation: hideAnimation 0.2s ease-out;
  -moz-animation: hideAnimation 0.2s ease-out;
  -webkit-animation: hideAnimation 0.2s ease-out;
  font-family: 'Cuprum', sans-serif;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 40px;
}
.dropdown > .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.3s ease-in-out;
  -moz-animation: showAnimation 0.3s ease-in-out;
  -webkit-animation: showAnimation 0.3s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.myadmin1 {
	font-family: 'Cuprum', sans-serif;
	font-size:28px;
	color: #B0B0B0;
	width:100%;
	text-align:right;
	
}
.myadmin1 input {
	font-family: 'Cuprum', sans-serif;
	font-size: 48px;
	color: #019DC5;
	width: 60%;
	height: 40px;
	margin: 10px;
	padding: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #fff;	
}
.myadmin2 {
	width:100%;
	text-align:center;
	text-decoration: none;
	font-size: 60px;
	color: #17365d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #554c43;
	font-weight: normal;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}

.myadmin_datezapros {
	text-align:center;
	text-decoration: none;
	font-size: 40px;
	color: #999;
	font-weight: normal;
	background-color:#EBEBEB;
	width:70%;
	display:flex;
  justify-content:center;
  align-items:center;
}

.myadmin_datezapros1 {
	text-align: center;
	text-decoration: none;
	font-size: 56px;
	color: #555;
	font-weight: normal;
	padding: 10px;
	line-height:100px;
	width:300px;
	vertical-align:top;
}
.myadmin_datezapros1 a {
	text-align:center;
	text-decoration: none;
	font-size: 46px;
	color: #111;
	font-weight: bold;
		display:flex;
  justify-content:center;
  align-items:center;
  margin:0 0 0 20px;
  
	line-height: 50px;

}
.myadmin_datezapros2 img {
	width:30%;
}
.myadmin_datezapros1 span91 {
	font-size:30px;
	
	color:#444;
}
.myadmin_datezapros1 span_time {
	font-size:45px;
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	border:5px solid #111;
	border-left:5px solid transparent;
	border-radius:0 10px 10px 0;
	width:28%;
	width-min:28%;
	height:6vw;
	line-height:normal;
	box-sizing:border-box;
	
  display: inline-block;
}
.myadmin_datezapros1 span_time2 {
	font-size:45px;
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	border:5px solid  #C50B01;
	background:#C50B01;
	color:#fff;
	margin:0;
	border-radius:10px 0 0 10px;
	width:9%;
	height:6vw;
	line-height:normal;
	box-sizing:border-box;
	
  display: inline-block;
}
.myadmin_datezapros1 span_time3 {
	font-size:45px;
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	border-bottom:5px solid #C50B01;
	border-left:5px solid #C50B01;
	border-radius:0 ;
	width:75%;
	width-min:75%;
	height:6vw;
	line-height:normal;
	box-sizing:border-box;
	
  display: inline-block;
}
.myadmin_datezapros1 span_time4 {
	font-size:45px;
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	border:5px solid  #C50B01;
	background:#C50B01;
	color:#fff;
	margin:0;
	border-radius:10px 0 0 10px;
	width:25%;
	height:6vw;
	line-height:normal;
	box-sizing:border-box;
	
  display: inline-block;
}
.myadmin_datezapros1 span_time5 {
	font-size:45px;
	font-family: 'Cuprum', sans-serif;
	font-weight:bold;
	border:5px solid  #111;
	background:#111;
	color:#fff;
	margin:0;
	border-radius:10px 0 0 10px;
	width:25%;
	height:6vw;
	line-height:normal;
	box-sizing:border-box;
	
  display: inline-block;
}
.myadmin_datezapros1 sup {
	font-size:16px;
}
.myadmin_datezapros1 span92{
	text-decoration: line-through;
	font-size: 32px;
	color: #C10500;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.myadmin_datezapros1 span93{
	font-size: 32px;
	color: #777;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.myadmin_datezapros1 span94{
	font-size: 50px;
	color: #333;
}
.myadmin_datezapros1 span95{
	color: #24A41E;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.myadmin_datezapros2 span90 {
	font-size:28px;
	color:#019DC5;
}
.myadmin_datezapros2 {
	text-align:left;
	text-decoration: none;
	font-size: 50px;
	color: #999;
	font-weight: normal;
	padding: 30px;
	line-height:60px;
	border-bottom: 2px solid #ccc;
}
.myadmin_datezapros2 span {
	text-decoration: none;
	color: #019DC5;
	font-size:48px;
	line-height:56px;
}
.myadmin_datezapros2 span2 {
	text-decoration: none;
	color: #999;
	font-size:32px;
}
.myadmin_datezapros2 span22 {
	color: #777;
	font-size:30px;
}
.myadmin_datezapros2 span3 {
	text-decoration: none;
	color: #2D57D7;
	font-size: 44px;
	display: block;
	padding: 15px;
	border: 2px solid #2D57D7;
	width:100%;
}
.myadmin_datezapros2 span4 {
	text-decoration: none;
	color: #d34030;
	width:100%;
	display: block;
}
.myadmin_datezapros2 span5 {
	text-decoration: none;
	color: #555;
	padding:5px 0px 5px 0px;
	font-size:54px;
	display: block;
	width:100%;
}
.myadmin_datezapros2 span6 {
	text-decoration: none;
	color: #090;
	padding:5px 10px 5px 10px;
}
.myadmin_datezapros2 span7 {
	text-decoration: none;
	color: #777;
	font-size:24px;
}
.myadmin_datezapros2 span8 {
	text-decoration: none;
	color: #73CC06;
}

.myadmin_datezapros2 a {
	text-decoration: none;
	color: #999;
}
.myadmin_datezapros3 {
	text-align: center;
	font-family: 'Cuprum', sans-serif;  
	text-decoration: none;
	font-size: 66px;
	color: #fff;
	padding: 40px 20px;
	background-color:#019DC5;
}
.myadmin_datezapros3 a {
	text-decoration: none;
	color: #000;
	font-weight:bolder;
}
.myadmin_datezapros3d {
	background-color:#777;
	
	text-decoration: none;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	width:30%;
	text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
}
.myadmin_datezapros3d a {
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.myadmin_datezapros3d a:hover {
	text-decoration: none;
	color: #FF0;
}


.myadmin_datezapros4 {
	text-align:center;
	text-decoration: none;
	font-size: 46px;
	color: #333;
	font-weight: bold;
	padding: 15px;
	background-color:#d34030;
}
.myadmin_datezapros4a {
	text-decoration: none;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	background-color:#d34030;
	width:30%;
	text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
}
.td-hover5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	padding:20px;
	line-height:48px;
	color:#777;
	box-shadow: 1px 5px 10px -5px black;
}
.td-hover5 a {
	color:#fff;
	background-color:#EA0600;
	padding: 10px;
	border-radius:8px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	box-shadow: 1px 5px 10px -5px black;
	line-height:45px;
}
.td-hover5 a:hover {
	background-color: #999;
	color: #ffffff;
	box-shadow: 1px 5px 10px -5px black;
	transition: all 0.3s ease;
}
.td-hover5 span-a {
	background-color:#fff;
	padding: 5px 15px 5px 5px;
	border-radius:0 3px 3px 0;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	box-shadow: 1px 5px 10px -5px black;
}
.redzone_tab {
	max-width:100%;
	height:100px;
	font-size:30px;
	vertical-align:middle;
}
.marka {
	margin:50px auto 0px;
}
.marka span1i {
	  	display:flex;
justify-content: center;
align-items:center;
    font-size: 10vw;
	width:100%;
	color:#333;
	margin:20px auto;
}
.marka span1i:hover {
	color:#C10500;
}
.marka2 {
	  	display:flex;
    flex-wrap: wrap;
  flex-direction: raw;
justify-content: space-around;
align-items:center;
	width:100%;
	margin:20px auto;
}
.marka2 img {
	width:80%;
}
.marka2 a {
	width:25%;
	display:flex;
justify-content: center;
align-items:center;
background-color:#fff;
}
.marka2 a:hover {
	background-color:#fff;
}
.marka2 a:hover img {
	width:100%;
	border-radius:50%;
	border: 9px dashed #C10500;
	transition: all 0.9s ease;
}

.marka3 {
	text-align:center;
	width:100%;
	margin:100px auto 0px;
	box-sizing:border-box;
}
.marka3 img {
	width:90%;
	margin-bottom:20px;
	border-radius:6px;
}
.marka3 h1 {
	text-align: center;
	width:90%;
	margin:80px auto;
	box-sizing:border-box;
	display:block;
	font-size: 8vw;
	line-height:10vw;

}
.marka3 span1 {
	text-align: justify;
	width:90%;
	margin:20px auto;
	box-sizing:border-box;
	display:block;
	font-size: 5vw;
	line-height:7vw;

}
.vip1 {
	text-align:center;
	margin: 150px auto;
	width:100%;
}
.vip1 span1 {
	text-align: center;
	width: 70%;
	margin: 20px auto;
	padding:10px;
	box-sizing: border-box;
	display: block;
	font-size: 4vw;
	color: #333;
	background-color: #FADB01;
	text-transform: uppercase;
	font-weight:bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.vip1 span2 {
	text-align: center;
	width: 70%;
	margin: 5px auto;
	box-sizing: border-box;
	display: block;
	font-size: 25vw;
	line-height: 27vw;
	color: #000;
	background-color: #fff;
	letter-spacing: 3.5vw;
	font-weight:bold;
}

.vip12 {
	text-align:center;
	margin: 150px auto;
	width:100%;
}
.vip12 span1 {
	text-align: center;
	width: 60%;
	margin: 20px auto;
	padding:10px;
	box-sizing: border-box;
	display: block;
	font-size: 4vw;
	color: #fff;
	background-color: #5C07A3;
	text-transform: uppercase;
	font-weight:bold;
	line-height:7vw;
}
.vip12 span2 {
	text-align: center;
	width:100%;
	margin:5px auto;
	box-sizing:border-box;
	display:block;
	font-size: 25vw;
	color:#000;
	background-color:#fff;
}
.onhover2 {
	width:100%;
	height:50hw;
	margin:50px auto 100px;
	text-align:center;
}
.onhover2 img {
	width:70%;
	height: auto;
}
.onhover2 a#id01 {
	display:block;
	width:60%;
	height: auto;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	color: #000;
	background-color: #FADB01;
	text-transform: uppercase;
	font-weight:bold;
	line-height:7vw;
	text-decoration:none;
	border-radius:4px;
	-webkit-border-radius: 4px;
	font-size: 4vw;
}
.rcc_menu {
	align-items: center;
	width: 100%;
	height: 13vw;
	position: fixed;
	bottom: 0px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color:#FADB01;
	box-sizing:border-box;
	padding:0px;

}
.rcc_menu select {
	font-size: 4vw;
	width: 25%;
	display: inline-block;
	text-align: center;
	border: 1px solid #FADB01;
	color: #000;
	background-color: #FADB01;
	-webkit-background-color: #FADB01;
	height: 13vw;
	margin:0px auto;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	-webkit-appearance:none;
	box-sizing:border-box;
}
.rcc_menu a {
	font-size: 4vw;
	display: inline-block;
	width: 25%;
	text-align: center;
	text-decoration: none;
	color: #000;
	height: 13vw;
	margin: 0px auto;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color:#FADB01;
	box-sizing:border-box;
}

.rcc_menu2 {
	align-items: center;
	width: 100%;
	height: 13vw;
	position: fixed;
	bottom: 0px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color: #e3ecfb;
	box-sizing:border-box;
	padding:0px;

}
.rcc_menu2 select {
	font-size: 4vw;
	width: 25%;
	display: inline-block;
	text-align: center;
	border: 1px solid #e3ecfb;
	color: #000;
	background-color: #e3ecfb;
	-webkit-background-color: #e3ecfb;
	height: 13vw;
	margin:0px auto;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	-webkit-appearance:none;
	box-sizing:border-box;
}
.rcc_menu2 a {
	font-size: 4vw;
	display: inline-block;
	width: 25%;
	text-align: center;
	text-decoration: none;
	color: #000;
	height: 13vw;
	margin: 0px auto;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color:#e3ecfb;
	box-sizing:border-box;
}
.burger form {
	width: 10vw;
	border: 2px solid #fff;
	
}
.burger {
	width: 10vw;
	border: 2px solid #fff;
	height: 5vh;
	position: fixed;
	top:0;
	right:100px;
	background: black;
	
}
.burger:active .burgerLine {
	background-color: #111;
	
}
.burgerLine {
    width: 80%;
    height: 0.7vh;
    background-color: #e3ecfb;
    margin: 0.5vh 0;
	-webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.rcc_menu3 {
	align-items: center;
	width: 100%;
	height: 10vw;
	bottom: 0px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color: #e3ecfb;
	box-sizing:border-box;
	padding:0px;

}
.rcc_menu3 select {
	font-size: 4vw;
	width: 25%;
	display: inline-block;
	text-align: center;
	border: 1px solid #e3ecfb;
	color: #000;
	background-color: #e3ecfb;
	-webkit-background-color: #e3ecfb;
	height: 13vw;
	margin:0px auto;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	-webkit-appearance:none;
	box-sizing:border-box;
}
.rcc_menu3 a {
	font-size: 4vw;
	display: inline-block;
	width: 25%;
	text-align: center;
	text-decoration: none;
	color: #000;
	height: 13vw;
	margin: 0px auto;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color:#e3ecfb;
	box-sizing:border-box;
}
.cam003 {
	display: inline-block;
	align-items:center;
	width: 50%;
	font-family: 'Cuprum', sans-serif;
	font-size: 5vw;
	vertical-align:middle;
	background-color: #262626;
	border-top: 2px solid #262626;
	border-left: 2px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 2px solid #fff;
	padding: 30px 20px 30px 20px;
	color: #fff;
	border-radius: 4px;
	-webkit-appearance:none;
	margin:0 0 2% 0;
	box-sizing:border-box;
	height:13vw;
}
.selpassive {
	background-color:rgba(0,0,0,0.2);
	border:3px solid transparent;
	border: none;
	width:auto;
	 justify-content: center;
	align-items: center;
	display:inline-flex;
	color: #666;
	font-size: 2vh;
	border-radius: 1vh;
	height:100%;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	margin: 0 auto;
	flex:1 1 auto;
	flex-basis: auto;
	box-sizing: border-box;
	overflow: hidden;
}
.selpassive:hover,
.selpassive:focus,
.selpassive:active {
  color: black;
  text-decoration: none;
  cursor: pointer;
	border:none;
}
.selactive {
	background: black;
	border:none;
	width:80%;
	color: #999;
	height: 4vh;
	border-radius: 0.5vh;
	font-size: 4vw;
	font-weight: 400;
	 justify-content: center;
	align-items: center;
	display: flex;
	padding: 1vw;
	box-sizing: border-box;
}
.selactive:hover,
.selactive:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
	border:none;
}

.selpassive2 {
	background-color:rgba(0,0,0,0.2);
	border:3px solid transparent;
	border: none;
	width:80%;
	 justify-content: center;
	align-items: center;
	display:inline-flex;
	color: #666;
	font-size: 2.5vh;
	border-radius: 1vh;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	flex-basis: auto;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2vh 3vh;
	margin: 2vh auto;
}
.selpassive2:hover,
.selpassive2:focus,
.selpassive2:active {
  color: black;
  text-decoration: none;
  cursor: pointer;
	border:none;
}
.close_opis2 {
  color:red;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: auto;
	font-size:6vw;
	font-weight: 700;
	text-decoration: none;
	background-color:white;
	border-radius: 0.5vh;
	padding: 1vw 4vw;
	margin-left: 2vw;
}

.close_opis2:hover,
.close_opis2:focus {
  color: darkred;
  text-decoration: none;
  cursor: pointer;
}
.close_opis3 {
  color: darkviolet;
     height:50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	font-size:5vh;
	text-decoration: none;
	padding-right: 8%;
	margin: 0 auto;
}

.close_opis3:hover,
.close_opis3:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.viewmodel {
	position: fixed;
	top:0;
	right:0;
	left:0;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.viewmodel_inside {
	width: 100%;
	height: 100%;
	background: white;
	overflow: hidden;
	text-align: center;
	
	
}
.cam003_a {
	display: inline-block;
	align-items:center;
	width: 50%;
	font-family: 'Cuprum', sans-serif;
	font-size: 5vw;
	vertical-align:middle;
	background-color: #262626;
	border-top: 2px solid #262626;
	border-left: 2px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 2px solid #F90D00;
	padding: 30px 20px 30px 20px;
	color: #F90D00;
	border-radius: 4px;
	-webkit-appearance:none;
	margin:0 0 2% 0;
	box-sizing:border-box;
	height:13vw;
}
.cam003p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	font-family: 'Open Sans', sans-serif;	
	font-size: 3vh;
	vertical-align:middle;
	border: none;
	color: #666;
	font-weight: 500;
	
	
	border-radius: 1vh;
	-webkit-appearance:none;
	margin:0 0 2% 0;
	box-sizing:border-box;
	height:50%;
	background-color:rgba(0,0,0,0.2);
	padding: 0 3vw;

}

.cam003_aa {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	font-family: 'Open Sans', sans-serif;	
	font-size: 3vh;
	vertical-align:middle;
	color: #000;
	font-weight: 700;
	
	
	border-radius: 0;
	-webkit-appearance:none;
	margin:0 0 2% 0;
	box-sizing:border-box;
	height:50%;
	background-color:white;
	padding: 0 3vw;
	border:3px solid white;
	border-bottom: 3px solid #888;
}
.cam003_a2 {
	align-items:center;
	width: auto;
	font-family: 'Cuprum', sans-serif;
	font-size: 5vw;
	vertical-align:middle;
	background-color: #262626;
	border-top: 2px solid #262626;
	border-left: 2px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 3px solid #F90D00;
	color: #F90D00;
	border-radius: 4px;
	-webkit-appearance:none;
	margin:2% 0;
	box-sizing:border-box;
	height:10vw;
	padding: 0;
	text-align:center;
}
.cam003_a21 {
	align-items:center;
	width: auto;
	font-family: 'Cuprum', sans-serif;
	font-size: 5vw;
	vertical-align:middle;
	background-color: #262626;
	border-top: 2px solid #262626;
	border-left: 2px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 3px solid #fff;
	color: #fff;
	border-radius: 4px;
	-webkit-appearance:none;
	margin:2% 0;
	box-sizing:border-box;
	height:9vw;
	padding: 0;
	text-align:center;
}
.cam003_a3 {
	display: inline-block;
	align-items:center;
	width: auto;
	font-family: 'Cuprum', sans-serif;
	font-size: 5vw;
	vertical-align:middle;
	background-color: #262626;
	border-top: 2px solid #262626;
	border-left: 2px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 3px solid #fff;
	padding: 0;
	color: #fff;
	border-radius: 4px;
	-webkit-appearance:none;
	margin:2% 0;
	box-sizing: border-box;
	height:9vw;
}

.ustanovleno51 {
	width:100%;
	padding:0 0 2vw 0;
	background-color:#262626;
	font-family: 'Cuprum', sans-serif;  
	font-size:5vw;
	box-sizing: content-box;
	border-top:2px solid #454444;
		margin:0;
}
.ustanovleno51_a2 {
	width:100%;
	padding:0px;
	background-color:#262626;
	font-family: 'Cuprum', sans-serif;  
	font-size:5vw;
	box-sizing:border-box;
	border-top:2px solid #454444;
	vertical-align:middle;
}
.ustanovleno51_a2 form {
	width:100%;
	height:auto;
	border:none;
	text-align:center;
	 display:flex;
  justify-content:center;
  align-items:center;
  
	vertical-align:middle;
}
.ustanovleno51_a2 img {
	width: 1.5em;
	height:1.5em;
	border:none;
	margin:0 0.5em 0 -1.5em;
}
.cenu5z2y1 {
	display:flex;
	width:100%;
justify-content: right;
align-items:center;
	text-decoration: none;
	color: #FF1306;
	padding:auto 20px;
	font-size: 4vw;
	font-family: 'Cuprum', sans-serif;
	height:13vw;
	box-sizing:border-box;
}
.cenu5z2y1:hover {
	transition: all 0.1s ease-in-out;
	color: #fff;
}
.cenu5z2y1 img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: right;
	
}
.posmotret_otziv6 {
	width:100%;
	height: auto;
	vertical-align: top;
}
.posmotret_otziv6 table {
	width:100%;
	height:30vh;
	margin: 0 auto;
}
.posmotret_otziv61 {
	width:100%;
	height:7vh;
	background: rgba(0, 0, 0, 0.8);
	display:flex;
justify-content: flex-start;
align-items:center;
}
.posmotret_otziv61 a {
	height:100%;
	width:100%;
	color:#fff;
	font-size:5vw;
	display:flex;
justify-content: flex-start;
align-items:center;
padding-left:50px;
text-decoration:none;
}
.posmotret_otziv61 img {
	width:25%;
	height:100%;
	object-fit:contain;
	object-position:center;
	background-color:#FFF;
}
.naity_smetya {
	width: 69%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	background-color: #F2F4F4;
	border: 1px solid #F2F4F4;
	color: #790600;
	height: 120px;
	text-align: center;
	word-spacing: 4px;
}
.naity_smety2a {
	width:30%;
	font-family: 'Cuprum', sans-serif;
	color:#A0A0A0;
	font-size:56px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	height:120px;
	text-align:center;
}
.naity_smety3a {
	color:#D11101; background-color:#fff; text-decoration:none; width:32%; font-size:46px; padding:10px 20px 10px 20px; border:2px solid #D11101; border-radius:15px;
}
.naity_smety3ab {
	color:#D11101; background-color:#fff; text-decoration:none; width:32%; font-size:46px; padding:10px 20px 10px 20px; border:2px solid #EBEDED; border-radius:15px;
}
.add_agent  {
	color:#D11101; background-color:#fff; text-decoration:none;   font-size:46px;  border:2px solid #EBEDED; border-radius:15px;
	width: 100%;
	padding: 20px;
	display:flex;
justify-content:center;
align-items:center;
}
.naity_smety3ad {
	color:#646464; background-color:#EBEDED; text-decoration:none; width:23%; font-size:46px; padding:10px 0 10px 20px; border:2px solid #EBEDED; border-radius:15px; display:inline;
}
.naity_smety3ad input {
	color:#D11101; background-color:#fff; text-decoration:none; width:7%; font-size:46px; padding:10px 20px 10px 20px; border:2px solid #fff; border-radius: 0 15px 15px 0;
}
.naity_smety3ad img {
	vertical-align:middle;
}
.sorting_active {
	font-family: "FRADMCN";
	color: #D70000;
	font-size: 13px;
}
.sorting_active:hover {
	color: #B30000;
	text-decoration:none;
}
.fast_model {
	font-family: 'Cuprum', sans-serif;
	color:#646464;
	padding:25px 15px 25px 15px;
	font-size:26px;
	display:inline-block;
	background-color:#EBEDED;
	margin:15px 5px 15px 0;
}
.fast_model:hover {
	color: #F90D00;
	background-color: #DADEDE;
}
.naity_smety4 {
	font-family: 'Cuprum', sans-serif;
	font-size: 42px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #A0A0A0;
	text-align: right;
	padding:25px 0 25px 0;
	width:100%;
}
.naity_smety2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 42px;
	background-color: #fff;
	color: #D11101;
	text-align: center;
	padding: 25px 0 25px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	width:90%;
}
.naity_smety3 {
	width: 25%;
	font-family: Verdana, Geneva, sans-serif;
	color: #A0A0A0;
	font-size: 36px;
	background-color: #EBEDED;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEDED;
	border-right-color: #F2F4F4;
	border-bottom-color: #EBEDED;
	border-left-color: #DBDFDF;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.naity_smety4 {
	font-family: 'Cuprum', sans-serif;
	font-size: 42px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #A0A0A0;
	text-align: right;
	padding:25px 0 25px 0;
	width:100%;
}
.naity_smety5 {
	font-family: 'Cuprum', sans-serif;
	font-size: 56px;
	background-color: #F90D00;
	border: 1px solid #F90D00;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0 20px 0;
	border-radius: 8px;
	box-shadow: 1px 5px 10px -5px black;
}
.naity_smety6 {
	font-family: 'Cuprum', sans-serif;
	color: #226AFF;
	font-size: 56px;
	background-color: #fff;
	border: 1px solid #fff;
	width:100%;
}
.naity_smetya {
	width: 69%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 56px;
	background-color: #F2F4F4;
	border: 1px solid #F2F4F4;
	color: #790600;
	height: 120px;
	text-align: center;
	word-spacing: 4px;
}
.myadmin_table {
	padding:15px;
	margin-top:10px;
	background-color:#FFF;
	color:#646464;
	width:100%;
	height:20vw;
}
.myadmin_table a{
	font-family: 'Cuprum', sans-serif;  
	text-decoration: none;
	display: inline-block;
}
.td-hover8 {
	text-align:center;
	text-decoration: none;
	font-size: 36px;
	color: #777;
	font-weight: bold;
	padding: 15px;
	font-family:Verdana, Geneva, sans-serif;
}
.td-hover8 a {
	color:#fff;
	background-color:#EA0600;
	padding: 2px 6px;
	border-radius:0 3px 3px 0;
	text-decoration:none;
	font-size:16px;
	box-shadow: 1px 5px 10px -5px black;
	line-height:30px;
}
.td-hover8 a:hover {
	background-color: #999;
	color: #ffffff;
	transition: all 0.3s ease;
}
.td-hover8 span-a {
	background-color:#fff;
	padding: 20px;
	border-radius:3px 0 0 3px;
	font-size:36px;
	box-shadow: 1px 5px 10px -5px black;
}
.td-hover8-s {
	color:#fff;
	background-color:#EA0600;
	padding: 20px;
	border-radius:0 6px 6px 0;
	border:1px solid #EA0600;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	box-shadow: 1px 5px 10px -5px black;
}
.td-hover8-s:hover {
	background-color: #999;
	color: #ffffff;
	border:1px solid #999;
	transition: all 0.3s ease;
}
.td-hover8-s2 {
	color:#fff;
	background-color:#999;
	padding: 20px;
	border-radius:0 6px 6px 0;
	border:1px solid #999;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
}
.td-hover8-s2:hover {
	background-color: #999;
	color: #ffffff;
	border:1px solid #999;
	transition: all 0.3s ease;
}
.td-hover8-i {
	color:#646464;
	background-color:#fff;
	padding: 20px;
	border-radius:0px;
	border:1px solid #fff;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	width:250px;
}
.td-hover8-i2 {
	color:#646464;
	background-color:#fff;
	padding: 20px;
	border-radius:0px;
	border:1px solid #fff;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	width:75px;
}
.myadmin_datezapros2 span90 {
	font-size:28px;
	color:#019DC5;
}
.myadmin_datezapros2 {
	text-align:left;
	text-decoration: none;
	font-size: 50px;
	color: #999;
	font-weight: normal;
	padding: 30px;
	line-height:60px;
}
.myadmin_datezapros2 span {
	text-decoration: none;
	color: #019DC5;
	font-size:48px;
	line-height:56px;
}
.myadmin_datezapros2 span2 {
	text-decoration: none;
	color: #999;
	font-size:32px;
}
.myadmin_datezapros2 span22 {
	color: #777;
	font-size:30px;
}
.myadmin_datezapros2 span3 {
	text-decoration: none;
	color: #d34030;
	font-size:32px;
}
.myadmin_datezapros2 span4 {
	text-decoration: none;
	color: #d34030;
}
.myadmin_datezapros2 span5 {
	text-decoration: none;
	color: #999;
	padding:5px 0px 5px 0px;
}
.myadmin_datezapros2 span6 {
	text-decoration: none;
	color: #090;
	padding:5px 10px 5px 10px;
}
.myadmin_datezapros2 span7 {
	text-decoration: none;
	color: #d34030;
}
.myadmin_datezapros2 span8 {
	text-decoration: none;
	color: #73CC06;
}

.myadmin_datezapros2 a {
	text-decoration: none;
	color: #999;
}

.fast_model2s {
	font-family: 'Cuprum', sans-serif;
	color: #FFCC00;
	color:#333;
	display: inline-block;
	text-align: center;
	font-weight:800;
	font-size: 56px;
	width:100%;
}
.fast_model2s2 {
	font-family: 'Cuprum', sans-serif;
	color: #444;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	font-size: 56px;
	width:17%;
	height:11vw;
	line-height:50px;
	background:#ccc;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
.fast_model2s2 sup {
	font-size: 20px;
	letter-spacing: 1px;
}
.fast_model2m {
	font-family: 'Cuprum', sans-serif;
	color: #FE280A;
	color:#999;
	font-size: 26px;
	display: inline-block;
	text-align: center;
	font-weight:800;
	padding:10px;
}
.fast_model2o {
	font-family: 'Cuprum', sans-serif;
	color: #73CC06;
	font-size: 26px;
	display: inline-block;
	text-align: center;
	font-weight:800;
	padding:10px;
}
.fast_model21 {
	font-family: 'Cuprum', sans-serif;
	color: #646464;
	text-transform:uppercase;
	padding:0 5px 0 15px;
	font-size: 46px;
	display: inline-block;
	text-align: center;
	line-height:46px;
	width:100%;
}
.fast_model4 {
	font-family: 'Cuprum', sans-serif;
	color: #646464;
	padding: 15px;
	font-size: 26px;
	display: inline-block;
	background-color: #C5FE85;
	width:50px;
	margin:3px 3px 0 0;
}
.fast_model5 {
	font-family: 'Cuprum', sans-serif;
	color:#646464;
	padding:10px;
	font-size:26px;
	display:inline-block;
	background-color:#EBEDED;
	margin:0 0 0 5px;
}
.fast_model6 {
	font-family: 'Cuprum', sans-serif;
	color:#646464;
	padding:10px;
	font-size:26px;
	display:inline-block;
	background-color:#EBEDED;
	margin:0 0 0 3px;
}
.fast_model61 {
	font-family: 'Cuprum', sans-serif;
	color: #646464;
	padding:0 0 0 3px;
	font-size: 22px;
	display: inline-block;
	background-color: #fff;
	margin:1px 0 1px 0;
	border-radius:4px 0 0 4px;
	border:1px solid #EBEDED;
	width:190px;
	text-align:right;
}
.fast_model62 {
	font-family: 'Cuprum', sans-serif;
	color: #333;
	font-size: 46px;
	display: inline-block;
	text-align: justify;
	padding:0px;
	width:100%;
	line-height:46px;
	border-radius:5px;
}
.fast_model62 img {
	vertical-align: middle;
	height:140px;
	border-radius:4px;
}
.fast_model622 {
	font-family: 'Cuprum', sans-serif;
	color: #646464;
	font-size: 30px;
	display: inline-block;
	text-align: justify;
	padding:0px;
	width:100%;
	background-color:#EBEDED;
	box-shadow: 1px 5px 5px -5px #444;
}

.fast_model622 img {
	vertical-align: middle;
	height:80px;
	border-radius:2px;
}
.fast_model7 {
	color: #C50B01;
	padding: 25px 70px 25px 70px;
	font-size: 36px;
	display: inline-block;
	width: 100%;
	line-height: 46px;
	box-sizing:border-box;
	text-align:justify;
}
.fast_model8 {
	color: #555;
	padding: 15px;
	font-size: 30px;
	display: inline-block;
	width: 20%;
	line-height: 35px;
	text-align:right;
}
.dws-menu2 *{
	margin: 0;
	padding: 0;
	font-family: 'Cuprum', sans-serif;
	color: #646464;
}
.dws-menu2 ul,
.dws-menu2 ol{
 list-style: none;
}
.dws-menu2 > ul{
 display: flex;
 justify-content: center;
}
.dws-menu2 > ul li{
 position: relative;
}
.dws-menu2 > ul li:first-child{
}
.dws-menu2 > ul li:last-child{
}
.dws-menu2 > ul li > a i.fa{
 position: absolute;
 top: 0;
 left: -120px;
 font-size: 56px;
 font-weight:300;
}
.dws-menu2 > ul li img{
	transition: all 0.3s ease;
	vertical-align:middle;
	border-radius:5px;
	width:100px;
	border:transparent;
}
.dws-menu2 > ul li a{
	display: block;
	font-size: 56px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.dws-menu2 li a:hover {
	color: #DD0500;
	transition: all 0.9s ease;
}
.dws_menu2: hover {
	background-color: #ebebeb;
	color: #DD0500;
	transition: all 0.9s ease;
}
/*sub menu*/
.dws-menu2 li ul{
 position: absolute;
 left: -550px;
 top:0;
 min-width: 550px;
 display: none;
}
.dws-menu2 li > ul li{
}
.dws-menu2 li > ul li a{
	padding: 30px;
	text-transform: none;
	background-color: #DDDDDD;
	text-align: left;
	color: #646464;
	border-bottom: 1px solid #999;
	font-size:50px;
	font-weight: lighter;
}
.dws-menu2 li > ul li img{
	width:90px;
	padding:6px;
	margin:0 20px 0 0;
}
.dws-menu2 li > ul li ul{
 position: absolute;
 right: -100%;
 top: 0;
}
.dws-menu2 li:hover > ul{
 display: block;
}


.headtop { 
 width:100%; margin:0 auto; height:7vh; flex-direction: row; justify-content: center;display:flex; align-items:center;
 z-index:9999;
	font-size: 3vh;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	/*border-bottom: 1px solid #999;*/
	backdrop-filter:blur(30px);
  -webkit-backdrop-filter:blur(30px);
	background: #fff;
}
.headtop a{ 
	color: #000;
	text-decoration: none;
	border: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headtop img{
	margin: 0 20px 0 20px;
}
.headbottom { 
	position: fixed;
	bottom: 0;
	right: 20%;
	width:80%;
	margin: 0 auto;
	height: 6vh;
	flex-direction:row-reverse; 
	justify-content: flex-start;
	display: flex;
	align-items: center;
	z-index: 3;
	color: #aaa;
	box-sizing: border-box;
	border-radius: 0;
	padding: 0 0 0 2vw;
	font-family: 'Open Sans', sans-serif;
	overflow: scroll;
	background-color: #0b0c21;
	/*background: rgb(62,32,118);
background: linear-gradient(190deg, rgba(62,32,118,1) 0%, rgba(0,0,0,1) 100%);
}*/}
.headbottom a{ 
	color:white;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 2.2vh;
	border-radius: 2vh;
	padding: 0 5vw 0 5vw;
	font-weight: 500;
	letter-spacing: 0.1vw;
	font-family: 'Open Sans', sans-serif;
	margin: 0 1vw 0 0;
	height: 4vh;
	border: 4px solid transparent;
background: linear-gradient(#0b0c21,#0b0c21) padding-box, linear-gradient(30deg, rgba(26,218,229,1) 0%, rgba(211,107,228,1) 100%) border-box;
	white-space: nowrap;
}
.headbottom img{ 
	height:3vh;
	margin: 0 1vh;
}

.dws-menu4 *{
	margin: 0;
	padding: 0;
	color: #646464;
	text-align: center;
}
.dws-menu4 ul,
.dws-menu4 ol{
 list-style: none;
}
.dws-menu4 > ul{
 display: flex;
 justify-content: center;
}
.dws-menu4 > ul li{
 position: relative;
}
.dws-menu4 > ul li:hover .headbottom{
 height: 100vh;
}
.dws-menu4 > ul li:first-child{
}
.dws-menu4 > ul li:last-child{
}
.dws-menu4 > ul li > a i.fa{
 position: absolute;
 bottom: 15vh;
 left: 0;
}
.dws-menu4 > ul li img{
	transition: all 0.3s ease;
	vertical-align:middle;
	border-radius:5px;
	width:100px;
	border:transparent;
}
.dws-menu4 > ul li a{
	display: block;
	text-decoration: none;
	transition: all 0.9s ease;
	
}
.dws-menu4 li  a:hover {
	transition: all 0.3s ease;
	color: #505974;
	border-color: #505974;
}
/*sub menu*/
.dws-menu4 li ul{
 position:fixed;
 left:0;
 bottom:7vh;

 width:100vw;
 display: none;
}
.dws-menu4 li > ul li{
}
.dws-menu4 li > ul li a{
	padding: 30px 0 30px 30%;
	text-transform: none;
	background-color: #1b1b1d;
	text-align: left;
	color: #a4a4a4;
	border-radius: 0px;
	border:1px solid #1b1b1d;
	font-size: 60px;
}
.dws-menu4 li > ul li img{
	width:90px;
	padding:6px;
	margin:0 20px 0 0;
}
.dws-menu4 li > ul li ul{
 position: absolute;
 right: -100%;
 top: 0;
}
.dws-menu4 li:hover > ul{
 display: block;
}

.fast_model65p {
	font-family: 'Cuprum', sans-serif;
	color: #999;
	font-size: 36px;
	display: inline-block;
	text-align: left;
	line-height: 30px;
	background-color: #F2F4F4;	
	border-bottom:1px solid #EBEDED;
	margin:5px 0 0 0;
	border-radius:5px;
	padding:10px;
	width:100%;
}

























.dws-menu3 *{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #646464;
	text-align: center;
}
.dws-menu3 ul,
.dws-menu3 ol{
 list-style: none;
}
.dws-menu3 > ul{
 display: flex;
 justify-content: center;
}
.dws-menu3 > ul li{
 position: relative;
}
.dws-menu3 > ul li:hover .headtop{
 height: 100vh;
}
.dws-menu3 > ul li:first-child{
}
.dws-menu3 > ul li:last-child{
}
.dws-menu3 > ul li > a i.fa{
 position: absolute;
 top: 0;
 left: -120px;
 font-size: 56px;
 font-weight:300;
}
.dws-menu3 > ul li img{
	transition: all 0.3s ease;
	vertical-align:middle;
	border-radius:5px;
	width:100px;
	border:transparent;
}
.dws-menu3 > ul li a{
	display: block;
	font-size: 56px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.dws-menu3 li  a:hover {
	color:violet;
	transition: all 0.9s ease;
}
/*sub menu*/
.dws-menu3 li ul{
 position:fixed;
 right:0;
 top:8vh;

 min-width:70vw;
 display: none;
}
.dws-menu3 li > ul li{
}
.dws-menu3 li > ul li a{
	padding: 30px;
	text-transform: none;
	background-color: #111;
	text-align: left;
	color: #e3ecfb;

	font-size:50px;
	font-weight: lighter;
}
.dws-menu3 li > ul li img{
	width:90px;
	padding:6px;
	margin:0 20px 0 0;
}
.dws-menu3 li > ul li ul{
 position: absolute;
 right: -100%;
 top: 0;
}
.dws-menu3 li:hover > ul{
 display: block;
}









.fast_model65p img {
	border-radius:5px;
	width:120px;
	box-shadow: 1px 5px 5px -5px #444;
}
.fast_model66p {
	border-radius:4px;
	border:1px solid #EBEDED;
	padding:15px;
	line-height:20px;
}
.fast_model65t {
	font-family: 'Cuprum', sans-serif;
	color: #646464;
	padding: 10px;
	font-size: 22px;
	display: inline-block;
	margin: 0 0 0 3px;
	letter-spacing: 1px;
	line-height:22px;
}
.fast_model63 {
	font-family: 'Cuprum', sans-serif;
	color: #646464;
	padding:0 0 0 3px;
	font-size: 22px;
	display: inline-block;
	margin:1px 0 1px 0;
	border-radius:4px;
	text-align: left;
	margin:1px 2px 1px 0;
}
.fast_model63n {
	display:inline-block;
}
.fast_model67 {
	font-family: 'Cuprum', sans-serif;
	color:#646464;
	padding:15px;
	font-size:26px;
	display:inline-block;
	background-color:#EBEDED;
	margin:2px 5px 2px 0;
	width:96%;
}
.fast_model67 span2 {
	color:#646464;
	padding:10px 17px 10px 17px;
}

.fast_model67 a {
	padding:0 15px 0 15px;
}
.myadmin_datezapros4m {
	text-align:left;
	font-family: 'Cuprum', sans-serif;  
	text-decoration: none;
	font-size: 66px;
	color: #d34030;
	padding: 20px;
	width:100%;
}
.myadmin_datezapros4m a{
	color: #d34030;
	text-decoration: none;
	font-weight:bolder;
}
.myadmin_datezapros3 {
	text-align:left;
	font-family: 'Cuprum', sans-serif;  
	text-decoration: none;
	font-size: 66px;
	color: #000;
	padding: 20px;
	width:100%;
}
.myadmin_datezapros3 a {
	text-decoration: none;
	color: #000;
	font-weight:bolder;
}
.forformfoto {
	height:140px;
	width:auto;
	color:#FFF;
	text-align: left;
	vertical-align: top;
	
}
.forformfoto1 {
	color:#646464;
	font-size:16px;
	background-color:#FFF;
	border-radius:50%;
	width:40px;
	height:40px;
	text-align:center;
	display:block;
	box-sizing:border-box;
}
.delfot {
	width:100%;
	padding:15px 50px 2px 0;
	text-align:right;
}
.delfot img {
	height:60px;
}
.naity_smety_photo {
	width:130px;
	font-family:Verdana, Geneva, sans-serif;
	color:#A0A0A0;
	font-size:24px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	padding:10px;
	margin: 3px 3px 3px 0;
}
.naity_smety_photo1 {
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	color:#A0A0A0;
	font-size:24px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	padding:10px;
	margin: 3px 3px 3px 0;
}
.naity_smety_photo2 {
	width:100px;
	font-family:Verdana, Geneva, sans-serif;
	color:#A0A0A0;
	font-size:24px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	padding:10px;
	margin: 3px 3px 3px 0;
}
.naity_smety_photo3 {
	width:25%;
	font-family:Verdana, Geneva, sans-serif;
	color:#A0A0A0;
	font-size:42px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	padding:10px;
	margin: 3px 3px 3px 0;
}
.naity_smety_photo4 {
	width:40%;
	font-family:Verdana, Geneva, sans-serif;
	color:#A0A0A0;
	font-size:32px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	padding:10px;
	margin: 3px 3px 3px 0;
}
.naity_smety_photo5 {
	width:25%;
	font-family:Verdana, Geneva, sans-serif;
	color:#A0A0A0;
	font-size:42px;
	background-color:#EBEDED;
	border:1px solid #EBEDED;
	padding:10px;
	margin: 3px 3px 3px 0;
}
.galleryadd {
	padding: 0;
	width: 100%;
}
.galleryadd p {
	padding-top: 10px;
	font-family: 'Alumni Sans', sans-serif;
	font-weight:900;
	font-size: 60px;
	display: flex;
justify-content:center;
align-items:center;
}
.galleryadd2 {
	padding: 0;
	width: 100%;

	font-family: 'Open Sans', sans-serif;
	display: flex;
justify-content:center;
align-items:center;
}
.formaddgallery {
	background-color: aliceblue;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;

	padding: 0 0 100px 0;
	box-sizing: border-box;
}
.formaddgallery form {
	height: 100%;
	width: 100%;
	display:flex;
    flex-wrap: wrap;
  flex-direction: row;
justify-content: space-around;
align-items:center;
	font-family: 'Alumni Sans', sans-serif;
	font-weight:900;
	box-sizing: border-box;
	padding: 0 0 100px 0;
}
.formaddgallery select,input {
	background-color: #FFFFFF;
	font-size: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	padding: 15px;
	width: 100%;

	box-sizing: border-box;
}
.formaddgallery2 form {
	height: 100%;
	width: 100%;
	display:flex;
    flex-wrap:nowrap;
  flex-direction: row;
justify-content: space-around;
align-items:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:900;
}
.formaddgallery2 select,input {
	background-color: #FFFFFF;
	font-size: 40px;
	margin: 0 auto;
	height: 100px;
	box-sizing: border-box;
}
.schetFoto {
	display:flex;
justify-content:flex-start;
align-items:center;
	width: 49.6%;
font-family: 'Alumni Sans', sans-serif;
	font-weight:900;
	font-size: 80px;	
	height: 260px;
	color: #FFFFFF;
	background-position: right;
	background-size: contain;
	margin: 3px 0 0 0;
}
.schetFoto span{ 
	height: 100%;
	display:flex;
justify-content:center;
align-items:center;
	width: 20%;
	  background: rgba(0, 0, 0, 0.7);


}
.schetFoto_textarea { 
	height: 100%;
	display:flex;
justify-content:center;
align-items:center;
	width: 100%;
	  background: rgba(0, 0, 0, 0.1);
font-size: 40px;
padding: 10px;
}

/* Стиль табуляции */
.tab {
  float: left;

  background-color: #f4f4f4;
  width: 30%;
height: 60vh;
	margin: 0 auto 7vh;

}

/* Стиль кнопок внутри вкладок */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 2vh 3vw;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 4.4vw;
}

/* Изменение цвета фона кнопок при наведении курсора мыши */
.tab button:hover {
  background-color: #ddd;
}

/* Создание класса активной/текущей "вкладки кнопки" */
.tab button.active {
  background-color: #ccc;
}

/* Стиль содержимого вкладки */
.tabcontent {
  float: left;
  padding: 2vh 3vw;

  width: 70%;
  border-left: none;

	height: 60vh;
}

.rozdil_t2 select {
	font-size: 6vw;
	width: 94%;
	margin-left: 3%;
	border: 5px solid #333;
	border-radius: 1vh;
	padding: 3%;
	box-sizing: border-box;
	font-weight: 800;
}