
body {
	margin: 0 auto;
 	 max-width: 1440px; 
font-family: 'Montserrat', sans-serif;
text-align: center;
/*color: #525252;*/
}
html, body {
  height: 100%;
}

.welcome {

	background: url(/i/bereza2.jpg) no-repeat;
	background-position: center;
  	background-size: cover;
  	width: 100%;
 	 height: 100vh;
 	  background-attachment: fixed;
/*	background-blend-mode: soft-light;
	background-color:  rgba(26, 26, 26, 0.5);*/
	display: flex;
	
}

header {
	width:100%;
	position: fixed;
	max-width: 1440px;
	/*background: #b9c635;*/
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100;
	border-bottom: 1px solid #522d01;
	

}
@media screen and (min-width: 768px) {
	.mob {display: none}
}

/*mob menu*/
.navBurger {
  position: fixed;
  right: 20px;
  top: 15px;
  cursor: pointer;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
  width: 90%;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.overlay {
  position: fixed;
 
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
}
.overlay.open {
  opacity: .99;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
          animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.overlayMenu {
	padding-top:20px;
 /* position: absolute;*/
  text-align: center;
  /*right: 10vw;*/
  top: 10vw;
}
.overlayMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}
.overlayMenu ul li a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 40px 10px 40px;
  margin: 5px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 80px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}

.locked {
  overflow: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*end mob menu*/

.fbi  {
	height: 180px;
	width: auto;
}

.mob {
	padding-top: 8px;
height: 65px;
width: 100%;

border-bottom: 1px solid #ccc;
position: fixed;
z-index:10;
margin-bottom: 30px;
}
.mob img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 768px) {
	header {display: none;}
.m_none { display: none; }
}
@media screen and (min-width: 768px){
.mmm p{display: none;}
}
.mmm p {font-size: 34px;
padding-top: 40px;
font-weight: 700;}
.header-section {
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
/*	background: #b9c635;*/
	width: 100%;

	
}
.header-section a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	/*font-family: 'Open Sans Condensed', sans-serif;
	font-style: bold;*/
	font-weight: 700;
	text-transform: uppercase;
}
.header-section a:hover {
	color: yellow;
	text-decoration: underline;
}
.tel {
	font-weight: 700;
	color: #fff;
  font-size: 18px;
}
.tel-m {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
h1 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	/*text-shadow: 0 0 2px #000;*/
}
h2, h3, h4, h5, h6 {
	text-align: center;
	font-size: 36px;
	padding-bottom: 10px;


}
label {
	font-size: 24px;
	padding: 20px;
}
@media screen and (max-width: 700px) {
  footer {
    padding-top: 200px;
  }
}
footer {
	padding-top: 15px;
	
	
}
@media screen and (max-width: 768px) {
 .afterf {display: none;} 
}
@media screen and (min-width: 768px) {
.afterf {
	
	padding: 10px;

 text-align: center;
}}
.yand {
	
}
.adresin {
	padding: 20px;
}
@media screen and (max-width: 700px) {
  .container {
  padding-top: 100px;
  }
}
/*@media screen and (min-width: 700px)*/
.f-sa-c {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}
.f-c-c {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}}


.p5 {
	padding: 5px;
}
.p20 {
	padding: 20px;
}
.pt50 {
	padding-top: 50px;
}
.pt20 {
	padding-top: 20px;
}
.pt100 {
	padding-top: 100px;
}
.p1 {
	font-size:20px;
	font-weight: 600;
}
.p2 {
	font-size: 30px;
	font-weight: 600;
}
.m5 {margin: 5px;}
@media screen and (min-width: 950px){
.p3 {
	font-size: 20px;
	font-weight: 600;
}}
@media screen and (max-width: 950px){
.p3 {
	font-size: 14px;
	font-weight: 600;
}
.ps {font-size: 13px;}
}
@media screen and (max-width: 768px){
.p3 {
	font-size: 10px;
	font-weight: 600;
}
.ps {font-size: 10px;}
}
.name, .telcont {
	line-height:5px;
	
}
@media screen and (max-width: 996px) {
	.upcont {
		display: none;
	}
}
.dtb	{
	display: table;
	margin: 0 auto;
	
	width: 100%;
	text-align: center;
}
.container img {
	max-width: 100%
}
.logo { 
	display: table-cell;
 	width: 10%;
 	vertical-align: middle;
 	margin: 0 auto;
 	text-align: right;
  }
  

  .phoneico { 
	display: table-cell;
 	width: 10%;
 	vertical-align: middle;
 	margin: 0 auto;
 	text-align: right;
 	padding-right:  20px;
  }
  .name {
  	display: table-cell;
  	width: 30%;
  	vertical-align: middle;
  	margin: 0 auto;
  	padding-bottom: 20px;
  }
  .telcont {
  	display: table-cell;
  	width: 40%;
  	vertical-align: middle;
  	margin: 0 auto;
  	padding-bottom: 20px;
  }
 .logo img {
	width: 60px;

}
.gray {
	background: #e3e8ee;
}
@media screen and (min-width: 996px){
.dt {
	display: table;
	margin: 0 auto;
  width: 100%;

}
.dtc2 {
	display: table-cell;
	width: 50%;
}
.dtc3 {
    display: table-cell;
  width: 33%;
}
.dtc4 {
    display: table-cell;
  width: 25%;
}
}
strong { font-size: 14px; font-weight: 400 }
	/* картинка на странице */
@media screen and (min-width: 996px) {
.line {
	line-height: 42px;
}}
.minimized {
  
  max-height: 300px;
  cursor: pointer;
    max-width: 100%;
}
 .tra {font-size:18px; font-weight: 700}
/*.minimized:hover {
  border: 1px solid yellow;
}*/
 
/* увеличенная картинка */
#magnify {
  display: none;
 
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 900px;
  height: auto;
  z-index: 9999;
}
 
#magnify img {
  width: 100%;
}
 
/* затемняющий фон */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 9990;
}
 
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.shad {
	 box-shadow: 0 5px 5px -5px #333;
}
.m10 {
	margin: 10px;
}
.blue {
	background: #d1e4f5
}
.container a {
	text-decoration: none;
	color: #525252;
}
.container a:hover {
	color: #0f691e;
	text-decoration: underline;
}
.bs40 {
	border-spacing: 40px;
}
.bs30 {
	border-spacing: 30px;
}
.bs20 {
	border-spacing: 20px;
}
@media screen and (max-width: 768px){
 .other img {
  width: 150px;
} 
}


/*КАРТА*/
.plan img {
  max-width: 100%;
}
.plan {padding-top: 30px;}

.plan_b{
  position:relative;
  width:100%;
}
.plan_b img{
  width:100%;
}
.plan_b #svgelem{
  position:absolute;
  top:0px;
  left:0px;
}
.pol{
  opacity:0.5;
  
}
.podsk{
position:absolute;

border-radius:5px;
padding:10px;
background: #fff;
z-index:10;
color:#000;
opacity:0.8
line-height: 40px;
border: 1px solid green;
}
#podskazka {line-height: 30px;
}
.podsk strong {
 
  font-size: 20px;
}
/*.point :hover {
  border: 1px solid red;
}*/
.dn {
  display: none;
}
.bold {
  font-weight: 700;
}
/*.way {
background: url(/i/way.jpg) no-repeat;
background-size: cover;
height: 400px;
}*/
.vam {
  vertical-align: middle;
}
.other img {
  max-width: 200px;
}
.grass {
  background: url(/i/grass.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
background-color: rgba(21, 61, 29, 0.8);
color: #fff;
}
@media screen and (max-width: 768px) {
  .f-sa-c {

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  }
}
.col-c-c {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.tel-f {
  color: #fff!important;
}
.shad .dtc2 {
  border-spacing: 20px;
}