@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i&subset=cyrillic,cyrillic-ext,latin-ext');
* {
	font-family: 'Open Sans', sans-serif;
	color: #303030;
	font-size: 18px;
}
*::-webkit-scrollbar{
    width:0;
    /*background-color:transparent;*/
}
body {
   background-color: #fff;
	margin: 0;
	display: flex;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	flex-direction: column;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: flex-start; /* Выравнивание текста по горизонтали */
   }
div{
	 box-sizing: border-box; 
	 -moz-box-sizing: border-box;			
}
hr{width: 100%; border: 0.5px solid #e4e6e8;}
a, input, select, textarea {
    outline: 0;
}
.atitle, .alang{
	text-decoration-line: none;
}
.arow{
	text-decoration-line: none;
	color: #378649;
	font-weight: semibold;
	font-style: italic;
}
.atitle:hover, .arow:hover{
	color:#d23600;
}

button{
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: buttontext;
    background-color: #e7e3e3;
    box-sizing: border-box;
    padding: 5px 10px;
    border-width: 1px;
    border-style: outset;
    border-color: #2991ef;
    border-image: none;	
	border-radius: 15px; 
}
button:hover{
	background-color: #2991ef;
	color: #fff;
}
.clr-gray{color: #e7e3e3;} 
.clr-red{color: #f44336;}
.clr-blue{color: #2196f3;}
.clr-green{color: #4cd964;}
.clr-pink{color: #e91e63;}
.clr-main{color: #d23600;}
.clr-yellow{color: #ffeb3b;}
.clr-orange{color: #ff9800;}
.bg-clr-red{background: #f44336;}
.bg-clr-blue{background: #2196f3;}
.bg-clr-green{background: #4cd964;}
.bg-clr-pink{background: #e91e63;}
.bg-clr-yellow{background: #ffeb3b;}
.bg-clr-orange{background: #ff9800;}
.hr2{ border: 0.5px solid #bbc8d3;}
.no-display{display: none;}
.disabled{
	background: gray;
	color: #e7e3e3;
	border-color: #000;
}
.disabled:hover{
	background: gray;
	color: #e7e3e3;
	border-color: #000;
}
.disabled i{
	color: #e7e3e3;
}
/* main elements*/
header{
	width: 100%;
	height: 140px;
    background-image: url(../img/cover_header2.jpg); 
    background-color: #c7b39b;
	background-position: center;
	background-size: cover;	
	background-repeat: space;
	/*background-attachment: fixed;*/
	background-clip: border-box;
}
.article{
	width: 100%;
	margin: 0;
	height: auto;
	min-height: calc(100vh - 160px);	
}
.footer{
	width: 100%;
	height: 100px;	
	padding-bottom: 30px;
}
/*header*/
#header-title{
	width: 80%;
	height:100%;
	margin: auto;
	display: flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: center; /* Выравнивание текста по горизонтали */	
}
#header-title img{
	width: 65px;
}
h1{
	color: gold;
	font-size: 3em;
	text-transform:uppercase;
	margin: 0px 20px;
	font-weight: bold;
	font-stretch:expanded;
	text-shadow: 2px 1px 2px #E88C0A;
}
.main-lang{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	display:flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: center; /* Выравнивание текста по горизонтали */	
	margin: 5px;	
}
.test{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	display:flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: center; /* Выравнивание текста по горизонтали */
	margin: 5px;
background: #fff;
border-radius: 10px;
height:40px;
color: 	#378649;
font-weight: semibold;
}
/*article*/
.container-25, .container-50, .container-100{
	height: auto;
	width: 25%;
	margin: 10px 0;
	padding: 10px;
}
.container-50{
	width: 50%;
}
.container-100{
	width: 100%;
}
.flx-row{
	display: flex;
	flex-direction: row;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: space-between; /* Выравнивание текста по горизонтали */
}
#post1, #post2{
	background: #AEABAB;
	color: #fff;
	padding: 10px 40% 10px 10px;
	margin: 0;
}
#post3{
	text-align: center;
}
#post2{
	padding: 10px 10px 10px 40%;
}
#post1 p, #post2 p{
	color: #fff;
	font-weight: semibold;
}
#post4 p{
	padding: 0 100px;
}
/*cards*/
.lot-page, .bp-page{
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
    justify-content: space-evenly;	
	background: #AEABAB;
}
.bp-page{
	background: #fff;
}
.page-title{
	width: 100%;
	margin: 15px 10px;
}
.lot-card{
	position: relative;
	display: flex;
	padding: 10px;
	flex-basis: 15%;
	width: 22%; 
	min-width: 420px;
	flex-flow: column nowrap;
	height: 600px;
	background: #fff;
	border-radius: 15px;
	margin: 8px;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12);
}
.lot-card-title{
	display: flex;
	width: 100%;
	padding: 10px;
	height: 60px;
	color:#d23600;
	font-size: 20px;
	font-weight: bold;
	flex-flow: row nowrap;
	justify-content: space-between; 	
}
.lot-card-title span{
	color: #3b4e5d;
	font-size: 20px;
	font-weight: bold;
}
.lot-card-title-image{
	width: 100%;
	padding: 10px;
	height: 45%;
	overflow: hidden;
}
.lot-card-title-image img{position: relative; width: 100%;}
.lot-card-title-caption{
	display: flex;
	width: 100%;
	padding: 10px;
	height: 40px;
	font-size: 18px;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.lot-card-title-caption span{font-size: 18px;}
.lot-card-title-text{
	width: 100%;
	padding: 10px;
	height: 150px;
	font-size: 14px;
	overflow: hidden;
}
.lot-card-title-text *{font-size: 14px;}
.lot-card-title-footer{
	display: flex;
	width: 100%;
	min-height: 48px;
    padding: 4px 16px;
	border-radius: 0 0 4px 4px;
	font-size: 16px;
	color:#2991ef;
	flex-flow: row nowrap;
	justify-content: space-between;
	
}
.lot-card-title-footer span{font-weight: bold; font-size: 16px;color:#2991ef; cursor: pointer;}
/*footer*/
.txt-cnt{
	text-align: center;
}
.cr-footer{
	display: flex;
	width: 100%;
	min-height: 48px;
    padding: 4px 16px;
	font-size: 16px;
	color:#378649;
	flex-flow: row nowrap;
	justify-content: space-between;
	
}
.cr-footer span{font-weight: bold; font-size: 16px;color:#378649;}
.cr-footer span a{font-weight: bold; font-size: 16px;color:#378649;}
/*lots*/
/*header*/
.page-header{
	width: 100%;
	height: 60px;
	background-image: linear-gradient(147deg, #96E7B8 0%, #378649 74%);
   /* background-color: #378649;*/
	position: sticky;
	top: 0;
	z-index: 999;
}
.page-header-title{
	width: 98%;
	height:100%;
	margin: auto;
	display: flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: space-between; /* Выравнивание текста по горизонтали */	
}
.page-logo{
	height: 100%;
	display: flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: flex-start; /* Выравнивание текста по горизонтали */	
}
.page-logo a > img{
	height:45px;
}
.page-logo h1{
	color: gold;
	font-size: 2em;
	text-transform:uppercase;
	margin: 0px 20px;
	font-weight: bold;
	font-stretch:expanded;
	text-shadow: 2px 1px 2px #E88C0A;	
}
.page-menu{
	display:flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: space-evenly; /* Выравнивание текста по горизонтали */		
}
.page-menu div{
	height: 100%;
	display:flex;
	padding: 10px;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: center; /* Выравнивание текста по горизонтали */	
}
.page-menu div a, .submenu div a{
	text-decoration-line: none;
	color: #fff;
}
.page-menu div a:hover, .submenu div a:hover{
	color: #DEE731;
}
.page-submenu{
	display: none;
	width: 60px;
	height: 60px;
}
.page-submenu img{width: 100%;}
.submenu{
	display: none;
	flex-flow: column nowrap ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: flex-start; /* Выравнивание текста по горизонтали */
	position: absolute;
	top: 60px;
	right: 5px;
	min-width: 200px;
	max-width: 33%;
	height: auto;
	min-height: 100px;
	padding: 5px 15px;
}
.submenu-item{
	width: 100%;
	background: #fff;
	height: 35px;
	border-radius: 12px;
	margin: 0 5px 5px 5px;
	background-color: #378649;
	padding: 5px 10px;
}
.page-lang{
	width: 150px;
	display:flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: center; /* Выравнивание текста по горизонтали */	
	margin: 5px;
}
.lang{
	width: 36px;
	height: 36px;
	border: 1px solid gold;
	background:#378649;
	border-radius:18px;
	color: gold;
	display:flex;
	flex-direction: row ;
	align-items: center; /* Выравнивание текста по вертикали */
	justify-content: center; /* Выравнивание текста по горизонтали */	
	margin: 5px;
	cursor:pointer;
}
.lang:hover{
	background: gold;
	color: #378649;
	border-color: #378649;
}
.active{
	background: #d23600;
	color: #fff;
	border-color: #fff;	
}
.review-lot{
	width: 100%;
	height: calc(100vh - 60px);
    background-image: url(../media/1/lot1_1.jpg); 
    background-color: #c7b39b;
	background-position: center;
	background-size: cover;	
	background-repeat: space;
	/*background-attachment: fixed;*/
	background-clip: border-box;	
}
.review-note{
	position: absolute;
	top: 80px;
	right: 30px;
	min-width: 200px;
	max-width: 40%;
	height: auto;
	min-height: 100px;
	max-height: calc(100% - 90px);
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0px 14px 80px #96E7B8;
	
}
.review-note p{margin: 5px 0;}
.doc-card{
	position: relative;
	display: flex;
	padding: 10px;
	flex-basis: 15%;
	width: 22%; 
	min-width: 420px;
	flex-flow: column nowrap;
	height: 600px;
	background: #fff;
	border-radius: 15px;
	margin: 8px;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12);
}
.doc-card-title{
	display: flex;
	width: 100%;
	padding: 10px;
	height: 60px;
	color:#d23600;
	font-size: 20px;
	font-weight: bold;
	flex-flow: row nowrap;
	justify-content: space-between; 	
}
.doc-card-title-image{
	width: 100%;
	padding: 10px;
	height: 45%;
	overflow: hidden;
}
.doc-card-title-image img{position: relative; width: 100%;}
.doc-card-title-caption{
	display: flex;
	width: 100%;
	padding: 10px;
	height: 40px;
	font-size: 18px;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.doc-card-title-caption span{font-size: 18px;}
.doc-card-title-text{
	width: 100%;
	padding: 10px;
	height: 150px;
	font-size: 14px;
	overflow: hidden;
}
.doc-card-title-text *{font-size: 14px;}
.doc-card-title-footer{
	display: flex;
	width: 100%;
	min-height: 48px;
    padding: 4px 16px;
	border-radius: 0 0 4px 4px;
	font-size: 16px;
	color:#2991ef;
	flex-flow: row nowrap;
	justify-content: space-between;
	
}
.doc-card-title-footer span{font-weight: bold; font-size: 16px;color:#2991ef; cursor: pointer;}
.pics{
	position: relative;
	display: flex;
	padding: 10px;
	flex-basis: 15%;
	width: 45%; 
	min-width: 600px;
	flex-flow: column nowrap;
	height: 400px;
	background: #fff;
	border-radius: 15px;
	margin: 8px;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2), 0px 1px 1px 0px rgba(0,0,0,.14), 0px 1px 3px 0px rgba(0,0,0,.12);	
	overflow: hidden;
	align-items: center;
    justify-content: center;	
}
.picpic{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: center;		
	
}
.picpic img{
	width: 100%;
}
.doc-card img{
	width: 98%;
	margin: 1%;	
}
.info{
	float:left;
	width: 33%;
	padding: 10px;
}
.spanrow{
	width:100%;
	display: flex;
	align-items: center;
    justify-content: space-between;	
}
@media screen and (max-width: 1340px) {
	.page-logo h1{
		font-size: 1.2em;
		margin: 0px 10px;
	}
}
@media screen and (max-width: 1130px) {
	.info{width: 50%;}	
	.page-logo h1{
		display:none;
	}
	#post4 p{padding: 0 30px;}
	.test{
		top: 7px;
		left: calc(50% - 85px);	
		height:36px;
		font-size: 16px;
		border-radius: 9px;
	}
	.review-note{max-width: 45%;}	
}
@media screen and (max-width: 1060px) {
	#header-title{
		width: 98%;
		justify-content: flex-start; /* Выравнивание текста по горизонтали */
	}
}	
@media screen and (max-width: 1024px) {
	h1{	font-size: 2em;	}	
	.page-menu div a{
		font-size: 14px;
	}
}

@media screen and (max-width: 820px) {
	#post4 p{padding: 0 10px;}
	.review-note{max-width: 85%;}	
	
}
@media screen and (max-width: 720px) {
	.info{width: 100%;}
	#post1, #post2{padding: 10px; margin: 0;}
	h1{	font-size: 1.5em;	}
	.page-menu{
		display:none;
	}
.page-submenu{display: block;}
	.page-logo h1{
		display:block;
	}
}
@media screen and (max-width: 585px) {
	.main-lang{
		width: 100px;
		top: 95px;
		right: 5px;	
	}
	.lang{
		width: 30px;
		height: 30px;
		border-radius:15px;
	}
	.test{
		top: 95px;		
		left: calc(50% - 85px);	
		height:36px;
		font-size: 16px;
		border-radius: 9px;
	}
	.review-note{
		top:0px;
		left: 0px;
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 100%;

		padding-top: 20px;
		
		background: #000;
		opacity: 0.7;
		border-radius: 0px;
		
	}
	.review-note *{color: #fff;}
	.review-lot {
		height: auto;
	}
}
@media screen and (max-width: 560px) {
	h1{	font-size: 1.2em;	}
	#header-title{
		width: 95%;
		height:100%;
		margin: auto;
		display: flex;
		flex-direction: row ;
		align-items: center; /* Выравнивание текста по вертикали */
		justify-content: center; /* Выравнивание текста по горизонтали */	
	}
	.container-25, .container-50, .container-100{width: 100%; margin: 10px 0;}
	
	.lot-card{min-width: 98%;}
	.footer{height:auto;}
	.flx-row{
		flex-direction: column;
	}
	.page-logo h1{
		display:none;
	}
	.cr-footer{
		min-height: 100px;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 16px;
	}
	.cr-footer span{padding: 10px;}
}

@media screen and (max-width: 420px) {
	h1{	font-size: 1.2em;	}
	#header-title{
		width: 100%;
		height:110px;
		margin: auto;
		display: flex;
		flex-direction: row ;
		align-items: center; /* Выравнивание текста по вертикали */
		justify-content: center; /* Выравнивание текста по горизонтали */	
	}
	#header-title img{width: 56px;}
	.test{
		left: 10px;	
		height:36px;
	}
	.spanrow span{font-size: 14px;}	
}
@media screen and (max-width: 360px) {
	#header-title img{width: 40px;}
}


