﻿/*ОСНОВА*/
/*КОДЫ СИМВОЛОВ:
& - &amp;
< - &lt;
> - &gt;
пробел - &nbsp;
" - &quot;
} - &#125;
{ - &#123;
*/

/*INDEX*/
.setka{
	margin: 0 0;
}

/*CONTENT*/

a:link, a:visited{
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

.link:hover{
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #86B84A;
	padding: 5px;
}

#content{
	margin: auto;
	float: left;
	width: 100%;
	position: relative;
	z-index:1;
	padding: 0 0;
	min-height: 10%;
}

.content >p{
	background-color: #fff;
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
	width: 90%;
	color: #000;
	float: left;
	padding: 0 5%;
	text-align: center;
}

.c_text{
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
	color: #000;
	margin: auto;
	padding: 1% 1.5vw 1% 15vw;
	float: left;
	word-break: break-all;
}

.c_karta{
	margin: auto;
	padding: 1% 0;
	float: left;
}

.c_icons{
	width: 20px;
	height: auto;
	padding: 2px 3px;
	margin: 0 0;
	align: middle;
}

.g_text{
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
	font-size: 140%;
	color: #000;
	text-align: center;
	width: 80%;
}

.u_text{
	padding: 0 1% 0 17%;
	float: left;
	width: 40%;
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
	text-align: left;
	display: inline-block;
	position: static;
}

.u_img{
	padding: 0 2% 0 2%;
	float: left;
	max-width: 27%;
	width: 100%;
	position: relative;
}

.line{
	width: 70%;
	height: 2px;
	background: #333323;
	align: center;
	border: none;
}

.c_img1{
	margin: auto;
	padding: 0 0;
	width: 80%;
}

.c_img2{
	padding: 0 1%;
	max-width: 35vw;
	display: inline-block;
}

.c_img3{
	padding: 0 1%;
	max-width: 35vw;
	display: inline-block;
}

.c_img_niz{
	margin: auto;
	padding: 0 13%;
	width: auto;
}

.content_ul{
	display: inline-block;
}

/*HEADER*/

.header{
	background-color: #feff03;
	min-height: 20%;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	float: left;
	font-size: 110%;
	display: block;
	position: static;
}

.h_text{
	margin: 0 0;
	padding: 1% 15vw 0 15vw;
	float: left;
	display: block;
	text-align: center;
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	position: static;
}

.h_pt{
	font-size: 190%;
	padding: 2% 0;
	margin: 0 0;
}

.h_pt_2{
	padding: 0 0;
	margin: 0 0;
}

.h_img{
	max-width: 25vw;
	width: 100%;
	hight: auto;
	margin: auto auto;
	padding: 1% 1% 1% 22%;
	float: left;
	display: block;
	position: static;
}

.h_ii{
	width: inherit;
}

.h_icon{
	max-height: 65px;
	height: 12vw;
	padding: 1px 1px;
	margin: 0 0;
}

/*NAVIGATION*/

.navigation{
	background-color: #fff;
	padding: 0 0;
	margin: auto;
	display: block;
	min-height: 10%;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 140%;
	z-index: 1;
}

.n_ul{
	list-style: none;
	padding: 0 27%;
	margin: auto auto;
	position: relative;
	float: none;
}

.n_li a:link, a:visited{
	display: inline-block;
	float: left;
	padding: 0.5vw 1%;
	margin: auto auto;
	text-align: center;
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	/*плавное появление*/
	transition: all 0.15s;
	-moz-transition: all 0.15s; /* Firefox 4 */
	-webkit-transition: all 0.15s; /* Safari and Chrome */
	-o-transition: all 0.15s; /* Opera */
}

.n_li a:hover{
	box-shadow: 3px 3px 7px 0 #86B84A;
	color: #000;
	text-decoration: none;
	text-shadow: 2px 2px 3px #86B84A;
	font-weight: bold;
	/*плавное появление*/
	transition: all 0.15s;
	-moz-transition: all 0.15s; /* Firefox 4 */
	-webkit-transition: all 0.15s; /* Safari and Chrome */
	-o-transition: all 0.15s; /* Opera */
}


/*FOOTER*/

.footer{
	background-color: #fff;
	max-height: 25px;
	height: 100%;
	width: 100%;
	margin: 2% 0 0 0;
	float: left;
	font-size: 110%;
	display: block;
	position: relative;
}

.f_text:hover{
	text-shadow: 2px 2px 3px #86B84A; /*5B8FC2*/
	font-weight: bold;
	opacity: 0.95;
}

.f_text{
	position: relative;
	margin: auto auto;
	padding: 1% 1% 1% 1%;
	float: none;
	display: block;
	text-align: center;
	font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
	font-size: 110%;
	color: #000;
}

#clear {
    clear: both;
}

/*кнопка наверх*/	
.scrollup{
	float: left;
    opacity:0.7;
    position: fixed;
    margin: 55vh 0 0 -90vw;
    display: none;
    background: url('img/button.png') no-repeat;
	width: 50px;
	height: 50px;
	z-index: 5;
}

/*прокрутка*/
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:10px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#fff;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
background-color:#fff;
}

::-webkit-scrollbar-thumb:hover{
background-color:#86B84A;
}

::-webkit-scrollbar{
width: 5px;
}

/*ШРИФТЫ*/

@font-face{
font-family: 'Futuris Cyrillic';
src: url('fonts/futuris_cyrillic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


/*adaptive*/

@media (max-width: 1081px) and (min-width: 1079px){
	html{
	overflow-x:hidden;
	}
	body{
	zoom: 100%;
	-ms-zoom: 100%;
	-webkit-zoom: 100%;
	-moz-transform:  scale(1.00);
	-moz-transform-origin: center top;
	}
	.rslides_container {
	margin-bottom: 50px;
	position: relative;
	padding: 0 0;
	float: left;
	width: 30%;
  }
}
@media (max-width: 1025px) and (min-width: 1023px){
	html{
	overflow-x:hidden;
	}
	body{
	zoom: 95%;
	-ms-zoom: 95%;
	-webkit-zoom: 95%;
	-moz-transform:  scale(0.95);
	-moz-transform-origin: center top;
	}
}
@media (max-width: 921px) and (min-width: 919px){
	html{
	overflow-x:hidden;
	}
	body{
	zoom: 85%;
	-ms-zoom: 85%;
	-webkit-zoom: 85%;
	-moz-transform:  scale(0.85);
	-moz-transform-origin: center top;
	}
	.prev,
	.next {
		top:350px;
	}
}
@media (max-width: 781px) and (min-width: 779px){
	html{
	overflow-x:hidden;
	}
	body{
	zoom: 72%;
	-ms-zoom: 72%;
	-webkit-zoom: 72%;
	-moz-transform:  scale(0.72);
	-moz-transform-origin: center top;
	}
	.h_img{
	max-width: 240px;
	padding: 1% 1% 1% 1%;
	}
	.prev,
	.next {
		top:250px;
	}
}
@media (max-width: 641px) and (min-width: 639px){
	html{
	overflow-x:hidden;
	}
	body{
	zoom: 60%;
	-ms-zoom: 60%;
	-webkit-zoom: 60%;
	-moz-transform:  scale(0.60);
	-moz-transform-origin: center top;
	}
	.h_img{
	max-width: 140px;
	padding: 1% 1% 1% 1%;
	}
	.prev,
	.next {
		top:150px;
	}
	.c_img2{
		max-width: 75vw;
	}
	.c_img3{
		max-width: 75vw;
	}
}



/*GALLERY*/

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  z-index: -10;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 80%;
  margin: auto;
}

#gol{
	width: 40vmin !important;
}


/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  padding: 7vh 10px 7vh 10px;
  top: 45%;
  width: 3vw;
  height: auto;
  color: white;
  font-weight: bold;
  font-size: 120%;
  color: #000;
  user-select: none;
  -webkit-user-select: none;
}

.prev_scr,
.next_scr {
  cursor: pointer;
  position: absolute;
  padding: 7vh 10px 7vh 10px;
  top: 20%;
  width: 3vw;
  height: auto;
  color: white;
  font-weight: bold;
  font-size: 120%;
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  z-index: 5;
}
/* Position the "next button" to the right */
.next_scr {
  right: 0;
}


/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  /*плавное появление*/
	transition: all 0.15s;
	-moz-transition: all 0.15s; /* Firefox 4 */
	-webkit-transition: all 0.15s; /* Safari and Chrome */
	-o-transition: all 0.15s; /* Opera */
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 120%;
  padding: 2%;
  position: absolute;
  top: 20%;
}

/*<div class="mySlides">
    <div class="numbertext">9 / 9</div>
      <img src="pages/assort/9.jpg" style="width:100%">
  </div>*/

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #fff;
  padding: 2px 16px;
  color: #000;
  font-size: 130%;
  font-family: Futuris Cyrillic;
	font-style: normal;
	font-weight: normal;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 13%;
  padding: 0.2vh 0.2vw;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
