﻿@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

main{
	width:100%;
}

/* main */

@font-face {
font-family: Cuprum-Regular; /* ÃƒÂÃ‹Å“ÃƒÂÃ‚Â¼Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
src: url(Cuprum-Regular.ttf); /* ÃƒÂÃ…Â¸Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Âº Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â»Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ */
}

@font-face {
font-family: Intro-Regular; /* ÃƒÂÃ‹Å“ÃƒÂÃ‚Â¼Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
src: url(Intro-Regular.otf); /* ÃƒÂÃ…Â¸Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Âº Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â»Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ */
}

a{
	outline:none !important;
}

h1{
	font-family: 'Philosopher', sans-serif;
}

p{
	font-family: 'Philosopher', sans-serif;
    font-size: 21px;
}

/* menu_obj */

#menu_obj{
	width: 100%;
    height: 60px;
    position: fixed;
    z-index: 101;
    background: #ffffffe0;
}

.menu_obj_gallery{
	margin-top:120px;
}

#menu_obj_center{
	width:1200px;
	height:100%;
	margin:0 auto;
}

.menu_element{
	display: inline-block;
    width: 75px;
	text-align: center;
    line-height: 60px;
    height: 100%;
    margin-right: 10px;
    text-decoration: none;
    color: #2d790c;
    font-size: 21px;
    letter-spacing: 0.2px;
    font-family: 'Philosopher', sans-serif;
	/*
	text-align: center;
    line-height: 60px;
    height: 100%;
    float: left;
    margin-left: 74px;
    margin-right: -60px;
    text-decoration: none;
    color: #2d790c;
    font-size: 21px;
    letter-spacing: 0.2px;
    font-family: 'Philosopher', sans-serif;*/
}

#menu_list a{
	text-decoration:none;
	color:black;
}

.menu_element:nth-child(2){
	cursor:default;
}

.menu_element:nth-child(2):hover #menu_list{
	display:block;
	color:white;
}

#menu_list{
	display:none;
	width:71.5px;
}

#menu_list li{
	margin-top:-20px;
}

#menu_list li:hover a{
	color:white;
}

.menu_element:hover{
	font-weight: 900;
}

.menu_element:nth-child(2){
	cursor:default;
}

.menu_element:nth-child(2):hover #menu_list{
	display:block;
	color:black;
}

/* main */

#main_background{
	width: 100%;
	height: 100vh;
	/* background: #de401e; */
	background-image: url('../img/gl.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
			
#main{
	width: 100%;
	height:100vh;
	/* background:pink; */
	margin:0 auto;
}
			
#main_img{
	width:100%;
	height:100vh;
}
	
#main h1{
    display: flex;
    font-size: 50px;
    text-shadow: 4px 3px 2px rgb(38 43 43);
    color: white;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

/* menu */
#main_menu_margin{
	margin-top: -45px;
}

#decoration1 img{
	width:100%;
	background-size:cover;
	object-fit:cover;
}

#decoration2 img{
	margin-top:-1px;
	width:100%;
	background-size:cover;
	object-fit:cover;
}

#backstage_menu{
	width:100%;
	background: #89cc43;
}

#menu{
    width: 1200px;
    background: lime;
    margin: 0 auto;
    height: 340px;
}
#menu_title{
    color: white;
    height: 70px;
    display: flex;
    font-size: 30px;
    background: #89CC43;
    align-items: center;
    justify-content: center;
}

.menu_section{
	width: 300px;
	height: 270px;
	float: left;
	background: #89cc43;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.block_card_menu{
	width: 250px;
	height: 210px;
}

.block_img_menu{
	width: 250px;
	height: 160px;
	background:#7734f8;
	overflow:hidden;
}

.block_img_menu img{
	width: 250px;
	height: 160px;
	background-size:cover;
	object-fit:cover;
	transition: 0.75s;
	z-index: 1;
}

.block_img_menu img:nth-child(2){
	margin-top:-160px;
	z-index: 100;
	position: relative;
	transition: 0s;
}

.block_img_menu:hover img:nth-child(1){
	filter:brightness(60%);
	transform:scale(1.3);
}

.block_text_menu{
	width: 250px;
	height: 50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.block_text_menu h1{
    text-align: center;
    font-size: 21px;
    color: white;
}


/* history */

#history_backstage{
	width:100%;
	/* background:#1c9e6d; */
}

#history_lip{
	width: 1200px;
    /* height: 400px; */
    /* background-color: #8ff3b7; */
    margin: 0 auto;
    padding-bottom: 40px;
}

#history_lip h1 {
    color: #2d790b;
    margin: 25px 426px 10px 390px;
    text-align: center;
    width: 400px;
    display: inline-block;
    font-size: 30px;
    font-family: 'Philosopher', sans-serif;;
}

#history_lip p{
	text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-indent: 40px;
    font-family: 'Philosopher', sans-serif;
    font-size: 21px;
}

/* gallery */

#backstage_gallery{
	width:100%;
}

#backstage_gallery h1{
	color: #2d790b;
    margin: 0px 0px 0px 710px;
    text-align: center;
    width: 500px;
    display: inline-block;
    font-size: 30px;
    font-family: 'Philosopher', sans-serif;
}

#gallery{
	width:1200px;
	background:lime;
	margin:0 auto;
}

.row_gallery{
	width:100%;
	height: 400px;
	background:#635a67;
}

.block_text_gallery{
	width:600px;
	height:100%;
	background: #89cc43;
	float:left;
	display:flex;
	align-items:center;
	justify-content:center;
}

.block_text_gallery2{
	width:600px;
	height:100%;
	background: white;
	float:left;
	display:flex;
	align-items:center;
	justify-content:center;
}

#block_text_gallery_href{
	width:600px;
	height:100%;
	background: #c1e25c;
	float:left;
	display:flex;
	align-items:center;
	justify-content:center;
}
.row_gallery a{
    text-decoration: none;
}

.block_text_gallery p{
	width: 500px;
    text-indent: 40px;
    text-align: justify;
    line-height: 1.3;
    font-size: 21px;
}

.block_text_gallery2 p{
	width: 500px;
    text-indent: 40px;
    text-align: justify;
    line-height: 1.3;
    font-size: 21px;
}

.block_img_gallery{
	width:600px;
	height:100%;
	background:#f37f88;
	float:left;
}

.block_img_gallery img{
	width:600px;
	height: 400px;
	background-size:cover;
	object-fit:cover;
}

/* button */

.button_gallery{
	width:200px;
	height:60px;
	background:transparent;
	/*border: 1px solid white;*/
	overflow:hidden;
	margin: -5px auto 0px auto;
	border-radius: 71% 36%
}

.hover_element_button{
	width:0px;
	height:80px;
	background:white;
	display:block;
	transition:1s;
	margin-left:-80px;
	margin-top:-60px;
}

.button_name_center{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.name_button{
	color: white;
    line-height: 60px;
    text-align: center;
    transition: 1s;
    font-family: 'Philosopher', sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.button_gallery:hover .hover_element_button{
	width:400px;
}

.button_gallery:hover .name_button{
	color:#89cc43;
}

/* Share */

#beautiful_backstage{
	width:100%;
	/* background:#3a3d82; */
	margin:0 auto;
}

#beautiful_place{
	width:1200px;
	min-height:400px;
	/* background-color:green; */
	margin:0 auto; 
}

#share{
	width: 50%;
	height: 400px;
	background-color: white;
	margin: 0 auto;
	float: left;
}

#share h2{
	display: block;
    font-size: 30px;
    margin-top: 130px;
    font-family: Cuprum-Regular;
    color: #2d790b;
    width: 500px;
    margin-left: 80px;
}


#share form{
	margin-top: 30px;
    margin-left: 80px;
}

#share form input{
	width: 350px;
	display: block;
	line-height: 2;
	letter-spacing: 0.3px;
	background: #f9faff;
	border-top: 0px;
	border-left: 1px solid #2d790b;
	border-right: 0px;
	border-bottom: 2px solid #2d790b;
}

#share form button{
	margin-left: 350px;
	margin-top: -36px;
	background: #2d790b;
	display: block;
	font-size: 17px;
	line-height: 2;
	color: #ffffff;
	border: 0px;
}	

#beautiful_img{
	width:600px;
	height:400px;
	float:left;
}

#beautiful_img img{
	width:100%;
	height:100%;
}

/* Call */

#call_backstage{
	width: 100%;
    background: #2d790b;
    height: 60px;
	margin-top: -1px;
}

#call{
	width: 1200px;
	background-color: #2d790b;
	margin: auto;
}
#call h1{
	font-size: 30px;
    color: white;
    text-align: center;
    height: 60px;
    line-height: 40px;
}

/* gallery page */

#ContainerGallery{
	width: 100%;
	margin:0 auto;
	grid-gap: 0.5em;
	text-align: center;
}

#GalleryWrapper{
	width: 1200px;
	margin: -120px auto;
}

.GalleryLine{
	width: calc(20% - 10px);
	min-height: calc(100vh - 100px);
	float: left;
    margin-top: 150px;
	margin-left: 5px;
	margin-right: 5px;
}

.GalleryLine div{
	display:flex;
	align-items:center;
	justify-content:center;
}

.BoxGL1{
    width: 100%;
    height: 30vh;
    margin-bottom: 5px;
	margin-top: 5px;
    object-fit: cover;
	border-radius: 5px;
}

.BoxGL2{
    width: 100%;
    height: 170px;
    margin-bottom: 5px;
	margin-top: 5px;
    object-fit: cover;
	border-radius: 5px;
}

.BoxGL3{
    width: 100%;
    height: 50vh;
    margin-bottom: 5px;
	margin-top: 5px;
    object-fit: cover;
	border-radius: 5px;
}

.BoxGL4{
    width: 100% ;
    height: 300px;
    margin-bottom: 5px;
	margin-top: 5px;
    object-fit: cover;
	border-radius: 5px;
}

#clickonGL{
	width: 100vw;
	height: 107%;
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	z-index: -1;
	display: flex;
	align-items: center;
	margin-top: 100px;
}

#imgonGL{
	height: 95vh;
	margin: 0 auto;
}

/* page_for_objects.html */

#object_main{
	width:100%;
	height:100%;
	background-image: url("../img/1.png");
	transition:1s;
	background-size: cover;
    background-repeat: no-repeat;
}

#object_filter{
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#object_center{
	width:1200px;
	margin:0 auto;
}

#left_block_object{
	width: 50%;
	height: 100%;
	background: lime;
	float:left;
	overflow: hidden;
	transition:1s;
}

#left_block_object img{
	height: 100%;
	width: 100%;
	background-size:cover;
	object-fit:cover;
	transition:1s;
}

#right_block_object{
	width:50%;
	height: 100%;
	background: #859294;
	float:left;
	z-index: 2;
}

section{
	width: 50%;
	height: 100%;
	background: #89cc43;
	display: flex;
	align-items: center;
	justify-content: center;
}

section div{
	width: 80%;
}

section h2{
	font-size: 30px;
    margin-top: 60px;
    margin-bottom: 15px;
    font-family: 'Philosopher', sans-serif;
}

section p{
	line-height: 1.3;
    margin-top: 10px;
}
}

/* oblast */

#art_backstage{
	width:100%;
	height: 50vh;
	background-repeat:no-repeat;	
}

.Lp{
	background:url('../img/gallery/lipetsk.png');
	background-size: cover;
	background-position-y: -40vh;
}

.Lp::after{
	content:'';
	display: block;
	width: 100%;
	height: 75px;
	background: url(../img/decoration5.png);
	background-size: cover;
}

.Kr{
	background:url('../img/gallery/krasnoe.jpg');
	background-size: cover;
	background-position-y: -20vh;
}

.Kr::after{
	content:'';
	display: block;
	width: 100%;
	height: 75px;
	background: url(../img/decoration5.png);
	background-size: cover;
}

.El{
	background:url('http://eletsgo.ru/upload/iblock/9da/fon.png');
	background-size: cover;
	background-position-y: -35vh;
}

.El::after{
	content:'';
	display: block;
	width: 100%;
	height: 75px;
	background: url(../img/decoration5.png);
	background-size: cover;
}

.Lb{
	background:url('https://avatars.mds.yandex.net/get-altay/1439437/2a00000166f005af7634bb9328fea9884727/XXL');
	background-size: cover;
	background-position-y: -35vh;
}

.Lb::after{
	content:'';
	display: block;
	width: 100%;
	height: 75px;
	background: url(../img/decoration5.png);
	background-size: cover;
}

#art_img{
	width: 1200px;
    height: 50vh;
    margin: 0 auto;
}

#art_img h2{
	display: inline-block;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 35vh;
    color: white;
    text-transform: uppercase;
    text-shadow: 4px 3px 2px rgb(38 43 43);
    font-family: 'Philosopher', sans-serif;
    font-weight: 900;
}

#art_img h1{
	font-size: 60px;
    display: block;
    margin-top: 10px;
    color: white;
	text-shadow: 4px 3px 2px rgb(38 43 43);
    font-family: 'Philosopher', sans-serif;
}

#realm_backstage{
	width:100%;
	background: #c1e25c;
}

#art{
	width:1200px;
	height:100%;
	/* background: #3fb594; */
	margin:0 auto;
}

#realm{
	width:1200px;
	/* height:400px; */
	background: #c1e25c;
	margin:0 auto;
	padding-bottom: 20px;
	padding-top: 40px;
}

#realm p{
	text-align: justify;
    display: inline-block;
    margin: 17px 25px 0px 25px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    text-indent: 40px;
    font-family: 'Philosopher', sans-serif;
    font-size: 21px;
}

#monuments_backstage{
	width:100%;
	/* background:green; */
}

#monuments{
	width:1200px;
	height: 100%;
	/* background: lime; */
	margin:0 auto;
}

.row_monument{
	width: 100%;
	height: 200px;
	margin-top: 10px;
	/* background: #635a67; */
}

.block_text_monument{
	width: 890px;
	height:100%;
	color: white;
	margin-left: 10px;
	background: white;
	float:left;
}

.row_monument a{
    text-decoration: none;
}

.block_text_monument h2{
	display: inline-block;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2D790B;
    font-family: 'Philosopher', sans-serif;
    font-weight: 900;
}

.block_text_monument a:hover{
	border-bottom: 1px solid #2d790d;
}

.block_text_monument p{
	line-height: 1.2;
	font-size: 21px;
	color: black;
	word-spacing: -0.6px;
	text-align: justify;
}

.block_img_monument{
	width: 280px;
	height: 100%;
	/* background:#f37f88; */
	float:left;
}

.block_img_monument img{
	width: 230px;
	height: 185px;
	background-size:cover;
	object-fit:cover;
	margin: 7px 20px;
	border-radius: 8px;
}

#decoration3{
	display: block;
}

#decoration3 img{
	width: 100%;
}


#decoration4{
	display: block;
}

#decoration4 img {
    width: 100%;
}

#history_button{
	width: 100%;
	height: 150px;
	background: #ffffff;
}

#history_buttonC{
	width: 1200px;
	height: 100%;
	background: #ffffff;
	margin: 0 auto;
}

#history_buttonC a{
	width: 199px;
    height: 62px;
    display: block;
    /*background: url(../img/bottom-v3.png);*/
	background: url(../img/b1.png);
    background-size: cover;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Philosopher', sans-serif;
    margin-top: 20px;
}

#history_buttonC a:hover{
	/*width: 206.6666666px;
	height: 62px;
	display: block;	
	line-height: 62px;
	font-size: 21.5px;
	margin-top: 20px;*/
	background: url(../img/b2.png);
	transition: 0.15s;
}

#footer_history{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.history_menu{
	margin-top:-100px;
}

#bot-area{
	width: 100%;
    margin-top: -115px;
    position: absolute;
}

#kontakty{
	width: 100%;
	height: 500px;    
	margin-top: 100px;
}

#kontaktyC{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#kontakty20{
	width: 15%;
    height: 100%;
    background: url(../img/v3.jpg);
    background-position-y: 21px;
    background-position-x: -65px;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

#kontakty50{
	width: 70%;
    height: 100%;
    float: left;
}

#kontakty50C{
	width: 87%;
    height: 100%;
    margin-left: 7%;
}

#kontakty50C form{
	margin-top: 50px;
}

#kontakty-pole1{
	width: 322px;
    height: 40px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #2d790d;
    font-size: 20px;
    font-family: 'Philosopher', sans-serif;
    margin-left: 30px;
}

#kontakty-pole2{
	width: 322px;
    height: 40px;
    border: 1px solid #2d790d;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #2d790d;
    font-size: 20px;
    font-family: 'Philosopher', sans-serif;
    margin-left: 22px;
}

#kontakty-knopka{
	width: 199px;
    height: 62px;
    background: url(../img/b1.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Philosopher', sans-serif;
    border: 0;
    margin-top: 40px;
    margin-left: 253px;
}

#kontakty-knopka:hover{
	width: 199px;
    height: 62px;
	background: url(../img/b2.png);
	background-repeat: no-repeat;
    background-size: contain;
	transition: 0.15s;
}

#kontakty50C h1{
	font-size: 43px;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #2d790d;
    margin-top: 55px;
    text-align: center;
}

#kontakty50C h2{
	font-size: 21px;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

#kontakty30{
	width: 15%;
    height: 100%;
    background: url(../img/n2.png);
    background-size: cover;
    background-position-x: -60px;
    float: left;
}

#BAN{
	width: 100%;
	height: 50px;
}

#BAN-C{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#BAN-C h1{
	color: #2d790b;
    text-align: center;
    font-size: 30px;
	line-height: 50px;
    font-family: 'Philosopher', sans-serif;
}
