

/* Start:/bitrix/templates/vg2022/styles.css?174264311111846*/
body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
strong {
	font-weight: 700;
}
img, object {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3 {
	font-weight: 700;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	font-weight: 400;
}
.btn.btn-join, .btn.btn-join:hover, .btn.btn-join:focus {
    color: #2f660a;
    border: 3px solid #2f660a;
	font-weight: bold;
	font-size: 14px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.px-60 {
	padding: 0 60px;
}
.py-60 {
	padding: 60px 0;
}
.bg-gray {
	background: #f2f2f2;
}
.bg-white {
	background: #fff;
}
header {
	position: absolute;
	background: rgba(255,  255 ,255, .8);
	left: 0;
	right: 0;
	z-index: 99;
}
header.homepage {
	position: static;
	background: #fff;
}
header .logo {
	line-height: 0;
}
header .logo a {
	display: inline-block;
	line-height: 0;
}
header #top-menu .nav-item > a {
	color: #000;
	font-weight: 500;
}
header .offcanvas-body > ul > li > ul > li {
	border-bottom: 1px solid #e9ecef;
}
header .offcanvas-body > ul > li > ul > li:last-child {
	border-bottom: 0 none;
}
header .offcanvas-body > ul > li > ul > li > a:hover, header .offcanvas-body > ul > li > ul > li > a:focus, header .offcanvas-body > ul > li > ul > li > a:active  {
	background: #e9ecef;
}
main {
	font-size: 20px;
}
.owl-carousel .owl-item {
	opacity: 0.3;
	transition: opacity 0.5s;
}
.owl-carousel .owl-item.active.center {
	opacity: 1;
	transition: opacity 0.5s;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.4);
	color: #000;
	font-family: "bootstrap-icons";
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: calc(50% - 37px);
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
	background: rgba(255, 255, 255, 0.4);
	color: #000;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 10px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 10px;
}
#section2 {
	color: #04470f;
}
#section3 h2 {
	margin-bottom: 60px;
}
.square, .ratio4-3 {
	display: block;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
}
.ratio4-3 {
	border-radius: 10px;
}
.square:hover .square-bg, .ratio4-3:hover .ratio4-3-bg  {
	transform: scale(1.05);
}
.square:after,  .ratio4-3:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.ratio4-3:after {
	padding-top: 75%;
}
.square .square-bg, .ratio4-3 .ratio4-3-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	transition: all ease-in-out .25s;
}
.ratio4-3 .ratio4-3-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.square .square-link, .ratio4-3 .ratio4-3-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	z-index: 2;
}
.ratio4-3 .ratio4-3-link {
	padding: 30px 60px 30px 30px;
	align-items: flex-start;
	font-size: 22px;
	background: rgba(0, 0, 0, .5);
}
.ratio4-3 .ratio4-3-link:after {
	font-family: bootstrap-icons !important;
	font-size: 24px;
	content: "\F285";
	margin: 0 -30px 0 60px;
}
#section3 .square .square-link {
	background: rgba(37, 43, 0, .5);
}
#section3 .events {
	background-image: url("/images/index/events.webp");
}
#section3 .photosessions {
	background-image: url("/images/index/photosession.webp");
}
#section3 .rent {
	background-image: url("/images/index/rent.webp");
}
#section4 h2 {
	margin-bottom: 60px;
}
#section4 .card {
	height: 100%;
	padding-top: 40px;
}
#section4 .card img {
	display: block;
	height: 100px;
	width: 100px;
}
.gallery a {
	overflow: hidden;
	cursor: zoom-in;
}
.gallery img {
	width: 350px;
	height: 350px;
	object-fit: cover;
}
#section6 h2 {
	margin-bottom: 30px;
}
#section6 p {
	margin-bottom: 50px;
}
.h1-bg {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-image: url("/images/bg-h1.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.h1-bg h1 {
	font-size: 32px;
	color: #fff;
	margin: 0;
	padding-top: 110px;
}
.h1-bg p {
	margin: 10px 0 0;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
}
.h1-bg .arrow {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: .9em;
	animation: t-arrow-bottom 1.7s infinite ease;
}
#content {
	margin-top: 1px;
}
hr.blue-line {
	display: block;
	border-color: #259da8;
	border-width: 3px;
	opacity: 1;
	width: 50px;
	margin: 20px auto;
}
@-webkit-keyframes t-arrow-bottom {
    0%, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    
    50%, 55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}
@keyframes t-arrow-bottom {
    0%, to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    
    50%, 55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}
.about a {
	color: #000;
}
.about .contacts, .about .contacts a { 
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
.about .inn, .about .privacy a {
	font-size: 14px;
	font-weight: 300;
}
.about .inn {
	margin-top: 45px;
}
.event-block, .certificates-block {
    margin: 60px 0;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 30px #999;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
}
.event-block h2 {
    font-size: 24px;
    margin: 20px;
}
.event-block .icon-mc {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    float: left;
}
.event-block p {
	font-size: 20px;
	margin: 20px;
}
.certificates-block a, .certificates-block a:hover, .certificates-block a:focus, .certificates-block a:active {
	color: #000;
}
.btn-more, .btn-more:hover, .btn-more:focus, .btn-more:active {
	display: inline-block;
	background: #0c5407 !important;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
}
.btn-more.btn-lg {
	padding: 15px 40px;
	font-size: 18px;
}
.btn-more:hover, .btn-more:focus, .btn-more:active {
	background: #008037 !important;
}
.event-header h2 {
	margin-bottom: 24px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 70px;
	min-height: 70px;
}
.event-header h2.garden-mc {
	background-image: url('/images/icons/garden-mc.webp');
}
.event-header h2.niwaki-mc {
	background-image: url('/images/icons/niwaki-mc.webp');
}
.event-header h2.calligraphy-mc {
	background-image: url('/images/icons/calligraphy-mc.webp');
}
.event-header h2.phytopathology-mc {
	background-image: url('/images/icons/phytopathology-mc.webp');
}
.event-header h2.health-mc {
	background-image: url('/images/icons/health-mc.webp');
}
.event-header p {
	margin-bottom: 24px;
}
.event-header a {
	text-decoration: none;
}
.event-header .btn {
	margin-top: 60px;
}
.event-header img, .event-descr img {
	width: 100%;
}
#reviews-carousel img {
	display: inline-block;
	max-height: 100vh;
	width: auto;
}
#reviews-carousel div {
	text-align: center;
}
#schedule .accordion-body {
	padding-top: 0;
	padding-bottom: 0;
}
#schedule .accordion-button {
	font-size: 2rem;
	text-align: center;
	justify-content: center;
	background: #f9f9f9;
}
#schedule .accordion-button:not(.collapsed) {
	background: #e5f0db;
	color: #0c5407;
}
#schedule .accordion-button:after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c5407'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#schedule .accordion-button:focus {
	box-shadow: 0 0 0 0.25rem #fdf8d0;
}
#schedule .icon-mc {
	width: 60px;
}
#schedule .bordered {
	border-top: 1px solid #dee2e6;
}
.card-sign-up img {
	width: 60px;
	display: block;
}
.card-sign-up input {
	text-align: center;
}
a.event-description, a.event-description:visited {
	color: #0c5407;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #0c5407;
}
a.event-description:hover, a.event-description:active, a.event-description:focus {
	color: #008037;
	border-bottom: 1px solid #008037;
}
.modal-body a {
	color: #000;
}
footer {
	background: #d9d9d9;
	padding: 50px 0;
}
footer .logo img {
	height: 50px;
}
footer #bottom-menu a {
    color: #1a6906;
    text-transform: uppercase;
	font-weight: 500;
}
footer #bottom-menu2 a {
    color: #1a6906;
    text-decoration: underline;
}
@media (max-width: 991px) {
	header .logo img {
		height: 50px;
	}
	header .offcanvas-body > ul {
		gap: 10px;
	}
	header .offcanvas-body > ul > li > ul > li a {
		padding: 10px 15px;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.dropdown-item {
		white-space: normal;
	}
	footer #bottom-menu {
		margin-top: 30px;
		font-size: 14px;
	}
}
@media (min-height: 576px) {
	.h1-bg {
		height: auto;
	}
	.h1-bg h1 {
		position: static;
		font-size: 36px;
		padding: 180px 0 120px;
	}
	.h1-bg p {
		margin: -80px 0 80px;
	}
	.h1-bg .arrow {
		position: static;
		padding-bottom: 40px;
		font-size: 36px;
	}
}
@media (min-width: 768px) {
	.event-block h2 {
		display: flex;
		align-items: center;
	}
	.event-block .icon-mc {
		float: none;
	}
	#reviews-carousel img {
		max-height: 550px;
		width: auto;
	}
	.h1-bg {
		background-attachment: fixed;
	}
}
@media (min-width: 992px) {
	.px-lg-60 {
		padding: 0 60px;
	}
	header .offcanvas-body > ul {
		gap: 10px;
	}
	header .logo a {
		padding: 10px 0;
	}
	header .logo img {
		height: 80px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		background: rgba(128, 128, 128, 0.5);
		font-family: "bootstrap-icons";
		font-weight: bold;
		font-size: 30px;
		text-align: center;
	}
	.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
		background: rgba(128, 128, 128, 0.5);
		color: #000;
	}
	.h1-bg h1, .h1-bg .arrow {
		font-size: 48px;
	}
	.h1-bg p {
		font-size: 24px;
	}
	.card-sign-up {
		width: 60%;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.px-xl-120 {
		padding: 0 120px;
	}
	header .offcanvas-body > ul {
		gap: 15px;
	}
	.dropdown > .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s, opacity 0.3s linear;
	}
	.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
	.dropdown-item {
		white-space: nowrap;
	}
}
/* End */
/* /bitrix/templates/vg2022/styles.css?174264311111846 */
