* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html, body {
	font-family: 'SuisseIntl-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: 100%;
}

#section0 {
	/*background-color: #000;*/
 	/*background: url(../i/collektive_cool.jpg) 100% 100% no-repeat center;*/
	/*background: url(../i/collektive_cool.jpg) no-repeat center center fixed;*/
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/


	background-image: url(../i/c1.jpg); /* Путь к фоновому рисунку */
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
}

#section1,
#section2,
#section3 {
	background: url(../i/letter_1.svg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	color: #000;
	text-decoration: none;
}

.malito {
	text-decoration: underline;
}

.malito:hover {
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#menu {
	z-index: 100;
	position: fixed;
	top: 20px;
	left: 28px;
}

#menu li {
	display:inline-block;
	margin-right: 28px;
	margin-top: 10px; 
	font-size: 16px;
}
#menu li.active{
	font-size: 36px;
}

.serv {
/*	background-color: #000;
	height: 400px;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;*/
}

.fakegrid {
	width: 100%;
}

.fakeline {
width: 1px;
min-height: 500%;
border-right: 1px solid #000;
position: fixed;
left: 33.33%;
top: 0px;
}

.fakelinetwo {
	width: 1px;
	min-height: 500%;
	border-right: 1px solid #000;
	position: fixed;
	left: 66.66%;
	top: 0px;
}

.servwrapper {
	margin: 0 28px;
/*	width: 940px;
	margin: 0 auto;*/
}

.servtitile {
	padding-top: 150px;
/*	font-size: 132px;
	line-height: 125px;*/
	font-size: 120px;
	line-height: 110px;
}

.servcol li {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

.servcol li:first-child {
	font-size: 16px;
}

.servcol {
	padding: 86px 10px 90px 0;
	width: 33%;
	float: left;
	font-size: 24px;
	line-height:25px;
}

/*.servcol {
	padding: 86px 0 100px 0;
	width: 80%;
	float: left;
	font-size: 54px;
	line-height: 60px;
}*/

.servcol + .servcol {
	padding-left: 42px;
}



.serv, .grid {
	width: 100%;
	height: 100%;
}

.box {
	width: 33.33%;
	height: 50%;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
	position: relative;
}

.box:hover {
	color: #fff;
}

.box:hover {
	color: #fff;
}

.box:hover a {
	color: #fff;
}

.box img {
	opacity: 0;
}

.yesimg {
/*	position: absolute;
	margin: 0 auto;
	left: -20%;*/
	background-size: cover !important;
	height: 100%;
	width: auto;
	opacity: .65 !important;
}

.boxpeople > .yesimg {
	opacity: 1 !important;
	left: 0%;
}

.yesblack {
	background-color: #000;

}

.boxtitle {
	position: absolute !important;
	bottom: 24px;
	left: 27px;
	z-index: 2;
	font-size: 20px;
	line-height: 25px;
	padding-right: 20px;
}

@media (max-width: 768px) {


	#section0 {
	background-image: url(../i/c2.jpg); /* Путь к фоновому рисунку */
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
}



	.servwrapper {
		margin: 0;
		padding: 0 28px; 
	}

	.hamburger_wrapper {
		width: 100%;
		height: 62px;
		position: fixed;
		z-index: 100000000;
	}

	.hamburger {
		padding: 20px 20px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

.hamburger-box {
  width: 32px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 2px;
	background-color: #FF5722;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

	.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
    


    .menu-wrap {
		display: table;
	}


	#menu {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.9);
		box-sizing:border-box;
		z-index: 100;
		position: fixed;
		top: 0;
		left: -100%;
		text-align: center;
		transition: all ease-out .3s;
	}

	.menu-active {
		left: 0 !important;
	}

	#menu li:first-child {
		margin-top: 50%;
	}

	#menu li {
		display: block;
		margin-right: 0;
		margin-top: 0;
		padding-top: 44px;
		font-size: 32px;
		color: #fff;
	}

	#menu li a {
		color: #fff;
	}

	#meni li:first-child {
		margin-top: 40%;
	}

	#menu li.active a{
		font-size: 32px;
		color: #FF5722;
	}


	.box {
		width: 100%;
		height: 50%;
		float: left;
		border-right: none;
		border-bottom: 1px solid #000;
		overflow: hidden;
		position: relative;
	}

	.servtitile {
		padding: 0;
		margin: 88px 0 40px 0;
		font-size: 52px;
		line-height: 46px;
	}

	.servcol {
		padding: 0 0 32px 0;
		width: 100%;
		float: left;
		font-size: 20px;
		line-height: 20px;
	}

	.servcol li {
		list-style-type: none;
		padding: 0;
		margin-bottom: 16px;
	}

	.servcol li:first-child {
		font-size: 14px;
	}

	.fakegrid {
		display: none;
	}

	.servcol + .servcol {
		padding-left: 0; 
	}
}