@font-face {
    font-family: 'osnova_pro';
    src: url('../fonts/osnovaprolight-webfont.eot');
    src: url('../fonts/osnovaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osnovaprolight-webfont.woff2') format('woff2'),
         url('../fonts/osnovaprolight-webfont.woff') format('woff'),
         url('../fonts/osnovaprolight-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'osnova_pro';
    src: url('../fonts/osnovapro-webfont.eot');
    src: url('../fonts/osnovapro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osnovapro-webfont.woff2') format('woff2'),
         url('../fonts/osnovapro-webfont.woff') format('woff'),
         url('../fonts/osnovapro-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'osnova_pro';
    src: url('../fonts/osnovapro-bold-webfont.eot');
    src: url('../fonts/osnovapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osnovapro-bold-webfont.woff2') format('woff2'),
         url('../fonts/osnovapro-bold-webfont.woff') format('woff'),
         url('../fonts/osnovapro-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'osnova_pro', Arial, Helvetica, sans-serif;
	line-height: 24px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'osnova_pro', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 400;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1 {
	margin: 0 0 15px;
	font-size: 55px;
    line-height: 66px;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 31px;
	font-size: 48px;
	font-weight: 300;
    line-height: 56px;
	text-align: center;
}
h3 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 34px;
}
h4 {
	margin: 0 0 10px;
	font-size: 21px;
	line-height: 26px;
}
h5 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 19px;
}
p {margin: 0 0 26px;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 15px 75px 18px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	border-radius: 40px;
	background: #d80c1c;
	-webkit-box-shadow: 0 6px 16px 0 rgba(216,12,28,0.5);
	box-shadow: 0 6px 16px 0 rgba(216,12,28,0.5);
	transition: all 0.3s linear;
}
.button:hover {
	background: #2fc412;
	-webkit-box-shadow: 0 6px 16px 0 rgba(47,187,15,0.5);
	box-shadow: 0 6px 16px 0 rgba(47,187,15,0.5);
}
.button-grey {
	padding: 13px 74px 15px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	background: none;
	border: 1px solid #d4d6db;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button-grey:hover {
	color: #d80c1c;
	background: #f2f4f5;
	border: 1px solid #f2f4f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 28px;
	margin: 0 0 14px;
	color: #000;
	font-size: 18px;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #d4d6db;
}
.textarea {
	display: block;
	width: 100%;
	height: 140px;
	padding: 15px 28px;
	margin: 0 0 14px;
	color: #000;
	font-size: 18px;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #d4d6db;
}
.submit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 15px 15px 17px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 40px;
	background: #d80c1c;
	-webkit-box-shadow: 0 6px 16px 0 rgba(216,12,28,0.5);
	box-shadow: 0 6px 16px 0 rgba(216,12,28,0.5);
	transition: all 0.3s linear;
}
.submit:hover {
	background: #2fc412;
	-webkit-box-shadow: 0 6px 16px 0 rgba(47,187,15,0.5);
	box-shadow: 0 6px 16px 0 rgba(47,187,15,0.5);
}
::-webkit-input-placeholder {color: #717171;}
:-moz-placeholder {color: #717171; opacity: 1;}
::-moz-placeholder {color: #717171; opacity: 1;}
:-ms-input-placeholder {color: #717171;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
/************************* animation *************************/
.fadeUp {
	opacity: 0;
	transform: translate3d(0, 50%, 0);
	transition: all 1s ease;
}
.fadeUp.ani_start {
	opacity: 1;
	transform: none;
}
.fadeLeft {
	opacity: 0;
	transform: translate3d(-50%, 0, 0);
	transition: all 1s ease;
}
.fadeLeft.ani_start {
	opacity: 1;
	transform: none;
}
.fadeRight {
	opacity: 0;
	transform: translate3d(50%, 0, 0);
	transition: all 1s ease;
}
.fadeRight.ani_start {
	opacity: 1;
	transform: none;
}
.delay1 {transition: all 1s ease 0.1s;}
.delay2 {transition: all 1s ease 0.2s;}
.delay3 {transition: all 1s ease 0.3s;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header *************************/
.header {
	position: relative;
	background: url(../images/media/bg1.jpg) 0 50% no-repeat;
	background-size: cover;
}
/************************* header-top *************************/
.header-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 77px;
	padding: 10px 0 0;
	background: #fff;
	transition: all 0.3s linear;
}
.header-top.fixed {
	height: 60px;
	padding: 0px 0 0;
	-webkit-box-shadow: 0 6px 16px 0 rgba(230,230,230,0.3);
	box-shadow: 0 6px 16px 0 rgba(230,230,230,0.3);
}
.header-logo {
	float: left;
	padding: 9px 0 0;
}
.header-logo img {width: 148px;}
.header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0 250px;
	padding: 16px 0 0;
}
.header-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.header-nav a {
	position: relative;
	display: inline-block;
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;
}
.header-nav a:hover {
	color: #d91f2c;
}
.header-nav a.active {
	color: #d91f2c;
	text-decoration: underline;
}
.nav-icon {
	position: absolute;
	top: 19px;
	right: 15px;
	display: none;
}
.nav-icon span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 0 0 8px;
	background: #000;
}
/************************* header-main *************************/
.header-main {
	overflow: hidden;
	position: relative;
	padding: 207px 0 90px;
	color: #fff;
	text-align: center;
	background: url(../images/media/bg1.jpg) 0 50% no-repeat;
	background-size: cover;
}
.header .holder {
	position: relative;
	z-index: 10;
}
.video-bg {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.video-block {
	min-width: 100%;
	min-height: 100%;
}
.header-main .holder {
	position: relative;
	z-index: 10;
}
.video-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	background: #000;
	opacity: 0.5;
}
.header-main-text {
	max-width: 330px;
	margin: 0 auto 33px;
	font-size: 24px;
	line-height: 34px;
}
.header-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 132px 0 0;
	text-align: left;
}
.header-info-item {
	position: relative;
	padding: 0 0 0 17px;
}
.header-info-item:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: #d80c1c;
	border-radius: 50%;
}
/************************* integration *************************/
.integration {
	padding: 85px 0 98px;
}
.integration-block {
	position: relative;
}
.integration-side {
	position: absolute;
	top: 0;
	right: 0;
	width: 54.5%;
}
.integration-side img {max-width: 100%;}
.integration-content {
	position: relative;
	z-index: 10;
	width: 50%;
}
.integration-content h2 {text-align: left;}
.integration-article {padding: 0 0 10px;}
.integration-block .button-grey {
    padding: 13px 50px 15px;
}
.integration-hidden {display: none;}
/************************* prod *************************/
.prod {
	padding: 85px 0 98px;
	background: #f2f4f5;
}
.prod h2 {margin: 0 0 85px;}
.prod-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 64px 48px 58px;
	margin: 0 0 68px;
	background: #fff;
	border-radius: 9px;
}
.prod-img {
	width: 340px;
	margin: 0 35px 0 0;
	text-align: center;
}
.prod-img img {max-width: 100%;}
.prod-content {
	flex: 1;
	padding: 20px 0 0;
}
.prod-title {
	margin: 0 0 18px;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
}
.prod-text {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 26px;
}
.prod-price {
	margin: 0 0 12px;
	font-size: 25px;
	font-weight: 700;
	line-height: 26px;
}
.prod-note {
	margin: 0 0 37px;
	line-height: 19px;
}
.prod-note a {
	color: #d91f2c;
}
.prod-button .button {
	padding: 14px 42px 16px;
    font-size: 18px;
    line-height: 24px;
}
.prod-hidden {display: none;}
.prod-hidden-img {margin: 0 0 35px;}
.prod-hidden-img img {max-width: 100%;}

.prod-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 50px 0 0;
}
.prod-item {
	width: 31%;
	margin: 0 0 0 3.5%;
	padding: 1px 48px 48px;
	background: #fff;
	border-radius: 9px;
}
.prod-item:nth-child(3n + 1){
	margin: 0;
}
.prod-item-img {
	height: 280px;
	margin: -49px -10px 34px;
	line-height: 280px;
	text-align: center;
}
.prod-item-img img {
	max-width: 100%;
	vertical-align: middle;
}
.prod-item-name {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
}
.prod-item-text {
	margin: 0 0 16px;
}
.prod-item .list {padding: 0;}
.list {
	padding: 0 0 14px;
}
.list li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
}
.list li:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: #d80c1c;
	border-radius: 50%;
}
.prod-item-price {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.prod-item-note {
	padding: 5px 0 0;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
}
.prod-item-link {margin: 0 0 12px;}
.prod-item-link a {color: #d91f2c;}
.prod-item-hidden {display: none;}
/************************* clients *************************/
.clients {
	position: relative;
	padding: 85px 0 98px;
}
.red {color: #d80c1c;}
.clients-block {
	overflow: hidden;
	margin: 0 -5px;
	padding: 0 0 20px;
}
.clients-item {
	float: left;
	width: 20%;
	padding: 0 5px;
	margin: 0 0 29px;
	text-align: center;
}
.clients-item:nth-child(5n + 1) {clear: both;}
.clients-logo {
	height: 140px;
	margin: 0 0 15px;
	line-height: 140px;
}
.clients-logo img {
	max-width: 100%;
	vertical-align: middle;
}
.clients-text {
	font-size: 14px;
	line-height: 17px;
}
.clients-hidden .clients-item {display: none;}
.clients-hidden .clients-item:nth-child(1),
.clients-hidden .clients-item:nth-child(2),
.clients-hidden .clients-item:nth-child(3),
.clients-hidden .clients-item:nth-child(4),
.clients-hidden .clients-item:nth-child(5) {display: block;}
/************************* about *************************/
.about {
	position: relative;
	padding: 0 0 98px;
}
.about-block {
	overflow: hidden;
	padding: 87px 50px 98px;
	background: #f2f4f5 url(../images/media/about-bg.jpg) 50% 100% no-repeat;
	border-radius: 9px;
}
.about-top {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 70px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.leader {
	overflow: hidden;
	max-width: 710px;
	margin: 0 auto;
}
.leader-photo {
	float: left;
	width: 192px;
}
.leader-photo img {
	width: 100%;
	border-radius: 50%;
}
.leader-content {
	margin: 0 0 0 235px;
	padding: 22px 0 0;
}
.leader-name {
	margin: 0 0 2px;
	color: #d80c1c;
	font-size: 36px;
	line-height: 40px;
}
.leader-info {
	font-size: 18px;
	line-height: 26px;
}
.leader-info a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;
}
.leader-info a:hover {color: #d80c1c;}
/************************* contacts-map *************************/
.contacts-map iframe {
	display: block;
	width: 130%;
	height: 570px;
}
.contacts .holder {position: relative;}
.contacts-block {
	position: absolute;
	top: 135px;
	left: 20px;
	width: 586px;
	padding: 41px 100px 32px 48px;
	background: #fff;
	border-radius: 9px;
	-webkit-box-shadow: 0 6px 16px 0 rgba(0,0,0,0.15);
	box-shadow: 0 6px 16px 0 rgba(0,0,0,0.15);
}
.contacts-title {
	margin: 0 0 21px;
	font-size: 36px;
	line-height: 36px;
}
.contacts-info {
	font-size: 18px;
	line-height: 26px;
}
.contacts-info dt {
	float: left;
	width: 85px;
	margin: 0 0 10px;
	font-weight: 700;
}
.contacts-info dd {
	margin: 0 0 10px 90px;
}
.contacts-info a {color: #d80c1c;}
.contacts-scheme {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 58px;
	color: #0092ef;
	font-size: 18px;
	text-decoration: none;
	border: 1px dashed #ffd800;
	border-radius: 9px;
	transition: all 0.3s linear;
}
.contacts-scheme:hover {
	color: #d80c1c;
	border: 1px dashed #d80c1c;
}
.contacts-scheme span {
	display: block;
	margin-top: 147px;
	white-space: nowrap;
	transform: rotate(-90deg);
}
/************************* footer *************************/
.footer {
	position: relative;
	padding: 21px 0 24px;
	font-size: 15px;
}
.up {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: 440px;
	display: block;
	width: 50px;
	height: 50px;
	padding: 12px 0 0;
	text-align: center;
	background: #efbe2e;
	transition: all 0.3s linear;
}
.up:hover {background: #152f57;}
.up svg path {transition: all 0.3s linear;}
.up:hover svg path {fill: #efbe2e;}
.footer-webs {
	padding: 28px 0 39px;
}
.footer-webs a {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 48px;
	margin: 0 16px;
	line-height: 40px;
	border: 2px solid #efbe2e;
	transition: all 0.3s linear;
}
.footer-webs svg {vertical-align: middle;}
.footer-webs svg path {
	transition: all 0.3s linear;
}
.footer-webs a:hover {background: #efbe2e;}
.footer-webs a:hover svg path {fill: #fff;}
.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-link a {
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: 1px dashed #8d8d8d;
	transition: all .3s linear;
}
.footer-link a:hover {border-bottom: 1px dashed transparent;}
.footer-studio a {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0 10px;
}
.footer-studio img {vertical-align: top;}
/************************* popups *************************/
.popup {
    display: none;
	width: 340px;
	padding: 48px 48px 48px;
	background: #fff;
	border-radius: 5px;
}
.popup-title {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}
.popup-text {
	margin: 0 -5px 20px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.thnx-text {
	padding: 200px 20px 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 47px;
	text-align: center;
}
.fancybox-lock #wrapper {
	filter: blur(10px);
}
    
/************************* media *************************/
@media screen and (max-width: 1140px) {
	
}
@media screen and (max-width: 1023px) {
	.header-top {
		height: 60px;
		padding: 0;
	}
	.nav-icon {display: block;}
	.header-nav {
		position: absolute;
		top: 60px;
		right: -100%;
		display: block;
		width: 300px;
		padding: 30px 40px 10px;
		margin: 0;
		background: #fff;
		-webkit-box-shadow: 0 6px 16px 0 rgba(230,230,230,0.3);
		box-shadow: 0 6px 16px 0 rgba(230,230,230,0.3);
		transition: all .5s ease;
	}
	.header-nav.vis {right: 0;}
	.header-nav li {
		display: block;
		margin: 0 0 24px;
		font-size: 18px;
	}
	.holder {padding: 0 15px;}
	.header-main {
		padding: 150px 0 30px;
	}
	h1 {
		margin: 0 0 20px;
		font-size: 40px;
		line-height: 48px;
	}
	.header-main-text {
		max-width: 260px;
		font-size: 18px;
		line-height: 28px;
	}
	.button {
		padding: 15px 50px 18px;
		font-size: 18px;
		line-height: 24px;
	}
	.header-info {
		max-width: 480px;
		margin: 0 auto;
		padding: 90px 0 0;
	}
	.header-info-item {margin: 0 0 20px;}
	.integration {padding: 50px 0 50px;}
	h2 {
		margin: 0 0 30px;
		font-size: 40px;
		line-height: 48px;
	}
	.integration-content {
		width: 100%;
	}
	.integration-side {
		position: static;
		width: 100%;
		padding: 30px 0 0;
	}
	.prod {padding: 50px 0 50px;}
	.prod h2 {margin: 0 0 30px;}
	.prod-block {
		padding: 45px 35px;
		margin: 0 0 30px;
	}
	.prod-item {
		width: 32%;
		margin: 0 0 0 2%;
		padding: 1px 20px 30px;
	}
	.clients {padding: 50px 0 50px;}
	.about {padding: 0 0 50px;}
	.about-block {padding: 50px 50px 50px;}
	.about-top {padding: 0 0 40px;}
	.contacts-block {
		position: absolute;
		width: 480px;
		padding: 30px 90px 30px 30px;
	}
	
}
@media screen and (max-width: 960px) {
	.clients-item {width: 25%;}
	.clients-item:nth-child(5n + 1) {clear: none;}
	.clients-item:nth-child(4n + 1) {clear: both;}
	.clients-hidden .clients-item:nth-child(5) {display: none;}
}
@media screen and (max-width: 800px) {
	
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.prod {padding: 50px 0 0px;}
	.prod-block {
		display: block;
		padding: 30px 20px;
		margin: 0 0 30px;
	}
	.prod-img {
		width: auto;
		margin: 0 0 35px;
		text-align: center;
	}
	.prod-title {
		font-size: 24px;
		line-height: 30px;
	}
	.prod-item {
		width: 100%;
		margin: 0 0 75px;
		padding: 1px 20px 30px;
	}
	.prod-item:nth-child(3n + 1){margin: 0 0 75px;}
	.clients-item {width: 33.33%;}
	.clients-item:nth-child(4n + 1) {clear: none;}
	.clients-item:nth-child(3n + 1) {clear: both;}
	.clients-hidden .clients-item:nth-child(4) {display: none;}
	.about-block {padding: 30px 20px 30px;}
	.about-top {
		padding: 0 0 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.leader-photo {
		float: left;
		width: 100px;
	}
	.leader-content {
		margin: 0 0 0 125px;
		padding: 12px 0 0;
	}
	.leader-name {
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 30px;
	}
	.leader-info {
		font-size: 16px;
		line-height: 24px;
	}
	.contacts-block {
		position: static;
		width: auto;
		padding: 0 0 30px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.contacts-info {padding: 0 0 10px;}
	.contacts-scheme {
		position: static;
		display: block;
		width: auto;
		padding: 10px 15px 10px;
		text-align: center;
	}
	.contacts-scheme span {
		display: inline;
		margin-top: 0;
		transform: rotate(0deg);
	}
	.delay1 {transition: all 1s ease;}
	.delay2 {transition: all 1s ease;}
	.delay3 {transition: all 1s ease;}
	.contacts-map iframe {
		width: 100%;
		height: 400px;
	}
	
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 560px) {
	.clients-item {width: 50%;}
	.clients-item:nth-child(3n + 1) {clear: none;}
	.clients-item:nth-child(2n + 1) {clear: both;}
	.clients-hidden .clients-item:nth-child(3) {display: none;}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 479px) {
	.button {
		padding: 15px 30px 18px;
	}
}
@media screen and (max-width: 420px) {
	body {overflow-x: hidden;}
	.popup {
		display: none;
		width: 300px;
		padding: 30px 30px 30px;
		background: #fff;
		border-radius: 5px;
	}
}
@media screen and (max-width: 400px) {
	.leader-photo {
		width: 60px;
	}
	.leader-content {
		margin: 0 0 0 75px;
	}
}







