@font-face {
	font-family: 'VDNH-Light';
	src: url('/local/templates/sad/fonts/VDNH-Light.eot');
	src: url('/local/templates/sad/fonts/VDNH-Light.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/sad/fonts/VDNH-Light.woff') format('woff'),
	url('/local/templates/sad/fonts/VDNH-Light.ttf') format('truetype'),
	url('/local/templates/sad/fonts/VDNH-Light.svg#VDNH-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'VDNH-Medium';
    src: url('/local/templates/sad/fonts/VDNH-Medium.eot');
    src: url('/local/templates/sad/fonts/VDNH-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/sad/fonts/VDNH-Medium.woff2') format('woff2'),
        url('/local/templates/sad/fonts/VDNH-Medium.woff') format('woff'),
        url('/local/templates/sad/fonts/VDNH-Medium.ttf') format('truetype'),
        url('/local/templates/sad/fonts/VDNH-Medium.svg#VDNH-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'VDNH-Bold';
	src: url('/local/templates/sad/fonts/VDNH-Bold.eot');
	src: url('/local/templates/sad/fonts/VDNH-Bold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/sad/fonts/VDNH-Bold.woff') format('woff'),
	url('/local/templates/sad/fonts/VDNH-Bold.ttf') format('truetype'),
	url('/local/templates/sad/fonts/VDNH-Bold.svg#VDNH-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	
	font: 400 17px VDNH-Light, Arial, sans-serif;
	
	-webkit-font-smoothing: subpixel-antialiased !important;
	-khtml-font-smoothing: subpixel-antialiased !important;
	-moz-font-smoothing: subpixel-antialiased !important;
	-ms-font-smoothing: subpixel-antialiased !important;
	-o-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
}

a {
	color: #212250;
}

body > .header {
	position: relative;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	background-color: #fff;
	
	-webkit-box-shadow: 0px 5px 35px 0px rgba(34, 69, 27, 0.48);
	-moz-box-shadow: 0px 5px 35px 0px rgba(34, 69, 27, 0.48);
	box-shadow: 0px 5px 35px 0px rgba(34, 69, 27, 0.48);
}

@media (max-width: 991.98px) {
	body > .header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

body > .header > .logo {
	display: block;
	
	flex: 0 0 auto;
}

body > .header > .logo img {
	vertical-align: top;
}

body > .header > .title {
	width: 30%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	margin: 0;
	
	font-size: 21.76px;
	font-weight: normal;
	color: #7b7b7b;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	body > .header > .title {
		flex: 1 1 auto;
	}
}

body > .header > .menu {
	width: 55%;
	padding: 0;
	margin: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	list-style: none;
	font-size: 17px;
}

@media (max-width: 991.98px) {
	body > .header > .menu {
		padding: 15px 0;
		width: 100%;
	}
}

body > .header > .menu li {
	width: 25%;
	padding: 0;
	margin: 0;
	
	flex: 0 0 auto;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 429.98px) {
	body > .header > .menu li {
		width: auto;
		flex: 1 1 auto;
	}
}

body > .header > .menu li a {
	font-size: 17px;
	font-weight: normal;
	color: #7b7b7b;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 6px;
}

@media (max-width: 429.98px) {
	body > .header > .menu li a {
		font-size: 13px;
	}
}

body > .header > .menu li a:hover {
	text-decoration: underline;
}

body > .poster img {
	width: 100%;
	vertical-align: top;
}

#about {
	background-image: url('img/bg-tl.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#about .content {
	padding: 10% 17%;
	
	background-image: url('img/bg-br.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	color: #152d0a;
}

#about .rings {
	text-align: center;
}

#about .content > p {
	text-align: center;
}

#about .content .grid {
	margin-top: 60px;
	padding: 0 2%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#about .content .grid .left {
	width: 50%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#about .content .grid .left img {
	width: 100%;
}

#about .content .grid .right {
	width: 50%;
}

@media (max-width: 991.98px) {
	#about .content .grid .left, #about .content .grid .right {
		width: 100%;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

#about .content .grid .right h2 {
	margin: 60px 0 60px 0;
	font-size: 29.17px;
	font-family: 'VDNH-Medium';
	color: #797f34;
	text-align: center;
	text-transform: uppercase;
}

#about .content .grid .right p {
	margin: 15px 0 0 0;
}

#gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#gallery .item {
	width: 25%;
	border: 2px solid #fff;
	box-sizing: border-box;
}

#gallery .item img {
	width: 100%;
	vertical-align: top;
}

body > .footer {
	padding: 2% 15%;
	color: #3f3f3f;
	fomt-size: 25px;
	background-color: #e2e2e2;
}

body > .footer .partners {
	margin-bottom: 60px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

body > .footer .partners > div {
	width: 20%;
}

body > .footer .about {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* Новые стили сада молодожен */
.wrapper > .content{
	margin: 0 2.605vw;
	margin-top: 70px;
}
.wrapper > .contentFoot{
	width: 100%;
	position: fixed;
    bottom: 0;
    
}
.wrapper > .contentFoot > .nav{
	justify-content: space-around;
}
.wrapper > .contentFoot > .nav > li.nav-item {
    width: 33.33%;
    background-color: green;
    
}
.wrapper > .contentFoot > .nav-tabs {
    border: none;
}
.wrapper > .contentFoot > .nav > li > a{
	cursor: pointer;
	user-select: none;
	border: none;
	border-radius: inherit;
}
.wrapper > .contentFoot > .nav > li > a:hover{
	text-decoration: none;
	border: none;
	border-radius: inherit;
}
.wrapper > .contentFoot > .nav > li > a > .itemMenu{
	width: 100%;
	height: 8vw;
	text-align: center;
	font-family: VDNH-Bold;
	color: #ffffff;
	font-size: 2.5vw;
	text-transform: uppercase;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper > .contentFoot > .nav > li > a.active > .itemMenu{
	color: #5BB130;
}
.wrapper > .content {
	margin-bottom: 200px;
}
.wrapper > .content > .tab-content > .tab-pane > h2{
	font-size: 7.5vw;
	font-family: VDNHLebedev2;
	font-weight: bold;
	color: #194e24;
	text-transform: uppercase;
}
.wrapper > .content > .tab-content > .tab-pane > h3{
	color: #5BB130;
	font-family: VDNH-Bold;
	font-size: 5.93vw;
}
.wrapper > .content > .tab-content > .tab-pane > .mainMapSad{
	width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.wrapper > .content > .tab-content > .tab-pane > .image{
	margin-top: 55px;
	margin-bottom: 75px;
}
.wrapper > .content > .tab-content > .tab-pane > .image > img{
	width: 100%;
}
.wrapper > .content > .tab-content > .tab-pane > .decription > p{
	color: #5bb130;
	font-family: VDNH-Bold;
	font-size: 41px;
	margin-bottom: 40px;
}
.wrapper > .content > .tab-content > .tab-pane > .blocDesc > .itemLogo{
	width: 5.288vw;
	height: 100%;
	display: inline-block;
}
.wrapper > .content > .tab-content > .tab-pane > .blocDesc{
	display: grid;
    grid-template-columns: 3.688vw 1fr;
    gap: 3vw;
}
.wrapper > .content > .tab-content > .tab-pane > .blocDesc > .itemLogo > img{
	width: 100%;
}
.wrapper > .content > .tab-content > .tab-pane > .blocDesc > .itemText > p{
	color: #5BB130;
	font-family: VDNH-Bold;
	font-size: 43px;
	margin-bottom: 4vw;
}
.wrapper > .content > .tab-content > .tab-pane > .alternativa{
	display: grid;
    grid-template-columns: 6vw 1fr;
    gap: 15px;
}
.wrapper > .content > .tab-content > .tab-pane > .alternativa > .itemLogo > img{
	width: 100%;
}
.wrapper > .content > .tab-content > .tab-pane > .alternativa > .itemText > p{
	color: #194E24;
	font-family: VDNH-Bold;
	font-size: 33px;
	margin-bottom: 31px;
}

/* Стили для SVG */
.mainMapSad .planted > circle{
	fill:#59b224;
}
.mainMapSad .planted:hover > circle{
	fill:#194e24;
	cursor: pointer;
}
.mainMapSad .planted > path{
	fill:#59b224;
}
.mainMapSad .planted:hover > path{
	fill:#194e24;
	cursor: pointer;
}
.mainMapSad .planted > text{
	fill:#fff;
}
.mainMapSad .planted > text{
	cursor: pointer;
}

.mainMapSad .plantedEmpty > circle{
	fill:#fff;
}
.mainMapSad .plantedEmpty > path{
	fill:#59b224;
}
.mainMapSad .plantedEmpty > text{
	fill:#59b224;
}


/* Всплывашка */
.wrapper > .content > .tab-content > .tab-pane > .sadTrees{
	position: relative;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara{
	display: none;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara.go{
	display: block;
	position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(55, 55, 55, .9);
    overflow: auto;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara > .paraItem{
	display: none;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara > .paraItem.go{
	display: block;
	width: 50vw;
	height: 13.5vw;
	padding: 1.9537vw;
	border-radius: 8px;
	background-color: #ffffff;
	color: #59b224;
	transform: translate(65%, 300%);
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara > .paraItem.go > .noDate{
	margin: 40px auto;
	text-align: center;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara > .paraItem.go > .noDate > h5{
	font-size: 2vw;
	font-family: VDNHLebedev2;
    font-weight: bold;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara > .paraItem.go > h5{
	font-size: 2vw;
	font-family: VDNHLebedev2;
    font-weight: bold;
}
.wrapper > .content > .tab-content > .tab-pane > .sadTrees > .listPara > .paraItem.go > p{
	font-size: 1.8vw;
}

/* Begin promo video */
.video { display: none; position: fixed; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; }

.video.is-active { display: block; }

.video-holder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; background: black; }

.video-holder video { width: 100%; height: 100%; }

.video-top { position: absolute; left: 0; top: 0; right: 0; min-height: 10.41667vh; padding: 1.45833vh 0 0 11.66667vh; color: #fff; font-size: 3.75vh; line-height: 3.75vh; z-index: 15; font-family: 'vl2new'; font-weight: normal; background: #E85561 no-repeat left top url("img/video-logo.svg"); background-size: 10vh 10.41667vh; }

.video-button { cursor: pointer; border-radius: 0.20833vh; position: absolute; z-index: 20; bottom: 0; left: 0; right: 0; padding: 2.08333vh 0.83333vh; background: #212022; backdrop-filter: blur(64px); -webkit-backdrop-filter: blur(64px); }

.video-button .button { padding: 1.66667vh; text-align: center; font-weight: 500; font-size: 2.39583vh; line-height: 2.5vh; }

.video-gradient { position: absolute; left: 0; right: 0; bottom: 0; height: 51.77083vh; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); opacity: 0.6; z-index: 10; }

.button--blue {
	color: #FFFFFF;
	background: #336AF7;
	text-decoration: none;
}
.button--blue:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.button--full {
	display: block;
}