@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Bold/GothamPro-Bold.eot');
	src: url('../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothamPro-Bold/GothamPro-Bold.woff') format('woff'),
	url('../fonts/GothamPro-Bold/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


*, *::before, *::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


.category {

}

.breadcrumbs {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	padding-bottom: 44px;
	color: #555;
	font-size: 12px;
	line-height: 1.3;
}
.breadcrumbs a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #555;
	font-size: 12px;
	line-height: 1.3;
}
.breadcrumbs__separator {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.category {
	background: url('../img/bg-leaf.png') calc(50% + 620px) 840px no-repeat,
				url('../img/bg-leaf.png') calc(50% + 360px) 1400px no-repeat;
}
.category h1 {
	width: 100%;
	padding-bottom: 36px;
	position: relative;
	color: #2a2727;
	font-family: 'Gotham Pro';
	font-size: 39px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.category__desc {
	width: 100%;
	max-width: 560px;
	margin: 0 auto 70px;
	color: #3c3c3d;
	font-size: 19px;
	line-height: 1.8;
	text-align: center;
}
.category__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% + 30px);
	margin-left: -15px;
	padding-bottom: 120px;
}
.article-item {
	width: calc(33.3% - 30px);
	margin: 0 15px 30px;
	background-color: #fff;
	border-radius: 16px;
	padding: 12px;
	-webkit-box-shadow: 0 0 24px rgba(41, 41, 41, .11);
	box-shadow: 0 0 24px rgba(41, 41, 41, .11);
	position: relative;
}
.article-item__thumb {
	width: calc(100% + 24px);
	margin-top: -12px;
	margin-bottom: 30px;
	margin-left: -12px;

	position: relative;
}
.article-item__thumb::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 15px;
	width: calc(100% - 30px);
	height: 40px;
	background-color: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 24px rgba(41, 41, 41, .11);
	box-shadow: 0 0 24px rgba(41, 41, 41, .11);
}
.article-item__thumb a {
	border-radius: 16px;
	overflow: hidden;
}
.article-item__thumb a, .article-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}
.article-item__date {
	margin-bottom: 8px;
	color: #3c3c3d;
	font-size: 12px;
	line-height: 1.3;
	text-transform: uppercase;
}
.article-item__title {
	display: block;
	width: 100%;
	min-height: 70px;
	padding-bottom: 8px;
	color: #3c3c3d;
	font-family: 'Gotham Pro';
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.article-item__title:hover {
	text-decoration: underline;
}
.article-item__excerpt {
	color: #3c3c3d;
	font-size: 15px;
	line-height: 1.2;
}




.footer-social {
	padding-top: 40px;
	padding-bottom: 80px;
}
.footer-social__head {
	width: 100%;
	margin-bottom: 60px;
	color: #2A2727;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3;
}
.footer-social__head span {
	display: block;
}
.footer-social__list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-content: flex-start;
	        align-content: flex-start;
	width: 100%;
}
.footer-social__item {
	width: 80px;
	margin: 0 30px 30px;
	position: relative;
	color: #3c3c3d;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
}
.footer-social__icon {
	display: block;
	width: 68px;
	height: 68px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin: 0 auto 8px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
	        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
	transition: all .3s ease;
}
.footer-social__item:hover .footer-social__icon {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.footer-social__icon img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
}








.article {
	padding-bottom: 120px;
	background: url('../img/bg-leaf.png') calc(50% + 620px) 840px no-repeat,
				url('../img/bg-leaf.png') calc(50% - 120px) 1400px no-repeat;
}
.article h1 {
	padding-bottom: 40px;
	color: #2a2727;
	font-family: 'Gotham Pro';
	font-size: 39px;
	font-weight: bold;
	line-height: 1.3;
}
.article__thumb {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.article__thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.article__body {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	position: relative;
}
.article__content {
	width: calc(100% - 300px);
}

.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px;
}
.text li {
	margin-bottom: 7px;
	position: relative;
}
.text ul li {
	padding-left: 28px;
}
.text ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #9ee0a8;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
}
.text blockquote {
	padding: 30px 70px;
	position: relative;
	background: #e6eaeb url('../img/bg-blockquote.png') 12px 20px no-repeat;
	border-radius: 16px;
	margin-bottom: 24px;
}
.text blockquote::before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 12px;
	width: 51px;
	height: 37px;
	background: url('../img/bg-blockquote.png') center no-repeat;
	transform: rotate(180deg);
}
.text blockquote > *:last-child {
	margin-bottom: 0;
}


.article__sidebar {
	width: 270px;
	position: relative;
}
.article__sidebar-ins {
	position: sticky;
	top: 10px;
}
.article__sidebar-box {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 24px rgba(41, 41, 41, .11);
	box-shadow: 0 0 24px rgba(41, 41, 41, .11);
	padding: 16px;
}
.article__sidebar-head {
	margin-bottom: 40px;
	position: relative;
	color: #3c3c3d;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.3;
}
.article__sidebar-head::before {
	content: '';
	position: absolute;
	bottom: -64px;
	right: 4px;
	width: 53px;
	height: 71px;
	background: url('../img/bg-arrow.png') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.article__sidebar-subhead {
	margin-bottom: 24px;
	position: relative;
	color: #3c3c3d;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.article__sidebar-body {
	width: 100%;
	min-height: 190px;
	background: url('../img/bg-sidebar-body.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
}
.article__sidebar-consult {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 170px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin: 0 auto;
	position: relative;
}
.article__sidebar-consult::before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: -2px;
	width: 16px;
	height: 16px;
	background: #9ee0a8;
	border-radius: 50%;
}
.article__sidebar-consult-photo {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	overflow: hidden;
}
.article__sidebar-consult-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.article__sidebar-consult-info {
	width: 70px;
}
.article__sidebar-consult-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.article__sidebar-consult-posit {
	font-size: 12px;
}
.article__sidebar-callme {
	display: block;
	width: 100%;
	color: #3c3c3d;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
}
.article__sidebar-callme:hover {
	text-decoration: none;
}

.article__sidebar-social {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 170px;
}
.article__sidebar-social-item {
	width: 64px;
	color: #3c3c3d;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}
.article__sidebar-social-icon {
	display: block;
	width: 40px;
	margin: 0 auto 5px;
}
.article__sidebar-social-icon img {
	display: block;
	width: 100%;
	height: auto;
}




.artcile-other {
	padding-top: 50px;
	padding-bottom: 10px;
}
.artcile-other__top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}
.artcile-other__head {
	color: #4f4c50;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}
.artcile-other__link {
	color: #4f4c50;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: underline;
}
.artcile-other__link:hover {
	text-decoration: none;
}
.artcile-other__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% + 30px);
	margin-left: -15px;
}






/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:840px) {

	.article-item {
	    width: calc(50% - 30px);
	}

	.article__content {
		width: 100%;
		margin-bottom: 30px;
	}
	.article__sidebar {
		margin: 0 auto;
	}


	.text blockquote {
	    padding: 24px 12px 12px 60px;
	}
	.text blockquote::before {
		display: none;
    }

}


@media screen and (max-width:480px) {

	.category h1, .article h1 {
	    padding-bottom: 30px;
	    font-size: 32px;
	}

	.category__list, .artcile-other__list {
		width: 100%;
		margin-left: 0;
	}
	.article-item {
	    width: 100%;
		margin: 0 0 30px;
	}


	.text blockquote {
	    padding: 10px;
	}

}











/* end ------------------- */
