* {
	margin:0;
	padding:0;
	outline:0;
	box-sizing: border-box;
}
body {
	font-size:13px;
	line-height:20px;
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
	color:#333;
}

h2, h3 {
	text-align: center;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

a {
	color:#84c64e;
	text-decoration:none;
	cursor:pointer;
}
a.sil {
	color:#84c64c;
    font-weight: 600;
	text-decoration:none;
	cursor:pointer;
}
a.link1 {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
a.link2 {
	color:#84c64c;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
a.link33 {
	color:#d43044;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	overflow:auto;
}

.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.left, .alignleft {
	float:left;
	display:inline;
}
.right, .alignright {
	float:right;
	display:inline;
}
.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.shadow-l {
	background:url(images/shadow-l.png) no-repeat 0 0;
	width:25px;
	height:686px;
	position:absolute;
	top:0;
	left:-25px;
}
.shadow-r {
	background:url(images/shadow-r.png) no-repeat 0 0;
	width:25px;
	height:686px;
	position:absolute;
	top:0;
	right:-25px;
}
.shadow-b {
	background:url(images/shadow-b.png) no-repeat 0 0;
	width: 100%;
	height:20px;
	position:absolute;
	bottom:-20;
	left:0;
}
#header {
	padding: 15px 0;
}
#logo {
	display: block;
	width: 270px;
	height: auto;
	margin: 0 auto;
}

.socials {
	padding:23px 11px 0 0;
}
.socials ul {
	list-style:none;
}
.socials ul li {
	display:inline;
	float:left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	border-right:1px dotted #b9b9b9;
	padding:2px 17px 2px 0;
	margin:0 15px 0 0;
}
.socials ul li.last {
	border:0;
	margin:0;
}
.socials ul li a {
	float:left;
	color:#b9b9b9;
	height:16px;
	padding:0 0 0 20px;
}

#navigation {
	background: #3e9273;
}
#navigation ul {
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#navigation ul li {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#navigation ul li a {
	width: 100%;
	height: 43px;
	display: block;
	color:#fff;
	line-height: 43px;
	transition: 0.3s all;
	text-align: center;
}

#navigation a:hover {
	text-decoration: none;
	background: #51aa89;
}

#main {
    padding: 30px 0;
}
#main h3 {
	font-size:16px;
	line-height:15px;
	color:#000;
	border-bottom:1px solid #dbdbdb;
	padding:0 0 9px 0;
}
#main a.more {
	font-size:36px;
	line-height:58px;
	color:#39393d;
	text-transform:uppercase;
	padding:0 0 0 2px;
}
#main a.more1 {
    display: inline-block; /* Строчно-блочный элемент */
    padding: 10px 25px; /* Добавляем поля */
    text-decoration: none; /* Убираем подчёркивание у ссылки */
    cursor: pointer; /* Курсор в виде руки */
    background: #84c64c; /* Фон для браузеров, не поддерживающих градиент */
    /* Градиент */
	background: -webkit-gradient(linear, left bottom, left top, from(#84c64c), to(#84c64c));
	background: -o-linear-gradient(bottom, #84c64c, #84c64c);
	background: linear-gradient(to top, #84c64c, #84c64c);
    border-radius: 4px; /* Скругляем уголки */
    font-size: 21px; /* Рубленый шрифт */
	color: #FFFFFF; /* Цвет текста и ссылки */
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#main a.more:hover {
	color:#ff0000;
	text-decoration:none;
}
.bright h3 {
	margin:0 0 9px 0;
}
.bright p {
	padding:0 0 11px 0;
}
.bright img {
	margin:4px 12px 0 12px;
}
.projects {
	padding:35px 0 0 0;
}
.projects h3 {
	margin-bottom: 17px;
}

.items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.item {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin:0 0 28px 0;
	text-align: center;
	align-items: center;
}

.item .image {
	width:183px;
	height:111px;
	/* border:1px solid #dbdbdb; */
	padding: 2px;
	margin-bottom: 10px;
	position: relative;
}

.item .image * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.item .image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.item .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.item .text h4 {
	font-size:12px;
	line-height:15px;
	color:#333;
	text-transform:uppercase;
	padding:3px 0 2px 0;
}
.item .text p {
	padding:0 0 3px 0;
}
#sidebar {
	margin-top: 30px;
}

.sidebar__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar__block>div {
	width: 45%;
}

.sidebar-nav {
	list-style:none;
	padding:0 0 17px 0;
}
.sidebar-nav ul {
	list-style:none;
}
.sidebar-nav ul li {
	border-bottom:1px solid #dbdbdb;
	font-size:12px;
	line-height:18px;
	padding:7px 0;
}
.sidebar-nav ul li a {
	color:#333;
	padding:0 0 0 16px;
}
.btn-buy {
	display:block;
	font-size:40px;
	color:#84c64c;
	font-weight:bold;
	text-align:center;
	margin-bottom: 17px;
}
.btn-buy:hover {
	text-decoration:none;
}
.advertisement {
	padding:0 0 13px 0;
}
.advertisement h3 {
	margin:0 0 18px 0;
}
.advertisement .ads {
	padding:0 15px 0 7px;
}
.advertisement .ad {
	margin:0 0 18px 0;
}
#sidebar .info h3 {
	margin:0 0 7px 0;
}
#footer {
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#7f7f7f;
	padding:18px 27px 20px 38px;
}
#footer a {
	color:#7f7f7f;
	text-decoration:none;
}
a.dot {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    line-height: 1;
}
p.cite3 { /* Абзац с классом cite */
	font-size:13px;
    }

/* ===== bmenu ===== */
.bmenu {
	display: none;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
	z-index: 100;
}

.part {
	width: 100%;
	height: 3px;
	margin-bottom: 8px;
	background: #84c64c;
}

.bmenu .top{
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-transition-timing-function:ease-in;
	-o-transition-timing-function:ease-in;
	   transition-timing-function:ease-in;
}
.bmenu .bottom{
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-transition-timing-function:ease-in;
	-o-transition-timing-function:ease-in;
	   transition-timing-function:ease-in;
}
.bmenu .middle{
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-transition-timing-function:ease-in;
	-o-transition-timing-function:ease-in;
	   transition-timing-function:ease-in;
}

.bmenu.active .top{
	-webkit-transform:rotate(45deg) translateY(9px) translateX(9px);
	-ms-transform:rotate(45deg) translateY(9px) translateX(9px);
	    transform:rotate(45deg) translateY(9px) translateX(9px);
}

.bmenu.active .bottom {
	display: none;
}
.bmenu.active .middle{
	-webkit-transform:rotate(-45deg) ;
	-ms-transform:rotate(-45deg);
	    transform:rotate(-45deg);
}

.more-fixed {
	width: 91%;
	position: fixed !important;
	left: 50%;
	top: 5px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 101;
}

@media screen and (max-width: 768px) {
	.bmenu {
		display: block;
	}

	#logo {
		margin: 10px auto;
		width: 230px;
		background-size: contain;
        background-position: center;
        position: static;
        transform: none;
	}

	#navigation {
		display: none;
		width: 320px;
		height: 100vh;
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 50;
	}

	#navigation ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#navigation ul li {
		border-bottom:1px solid #dbdbdb;
		border-right: none;
		/* padding: 20px; */
	}

	#navigation ul li a {
		display: block;
		padding: 30px 10px;
		height: auto;
		line-height: 1;
		color: #000;
	}

	#navigation ul li a:active,
	#navigation ul li a:hover {
		color: #fff;
		background: #3e9273;
	}

	#main {
		padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#content, #sidebar {
		width: 100%;
	}

	#sidebar {
		margin-top: 20px;
	}

	

	#main a.more1 {
		display: none;
	}

	#main a.more2 {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		text-align: center;
		border: none;
	}

	.projects {
		margin-top: 20px;
		padding-top: 0;
	}

	.bright p {
		font-size: 16px !important;
	}

	.bright p, .sidebar-nav {
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.sidebar__block {
		flex-direction: column;
	}

	.sidebar__block>div {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.item {
		width: 100%;
		margin-bottom: 20px;
	}

	.item .image {
		width: 100%;
		height: 100px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.item .image a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}
}

@media screen and (max-width: 530px) {
	#main a.more1 {
		font-size: 16px;
		border-radius: 5px;
		padding: 10px;
	}
}

@media screen and (max-width: 500px) {
	#logo {
		width: 50%;
	}

	#navigation {
		width: 100%;
	}
}