@media only screen and (max-width: 1279px), (min-width: 1700px) {
	/* colors */
	.s-links__text,
	.s-contact__position,
	.c-sidebar__all,
	.serv__list-item-section-name,
	.person__position,
	.emp__item-rank,
	.emp__more {
		letter-spacing: 2px !important;
	}

	body {
		font-size: 16px;
		font-family: "sw";
		font-weight: 100;
		background-color: #fff;
		position: relative;
		color: #000;
	}

	body.is-unscrolled {
		overflow: hidden;
	}

	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	a {
		-webkit-transition: 0.4s;
		transition: 0.4s;
		position: relative;
	}

	a:hover .arrow,
	a:hover .arrow-gray {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	a:hover .arrow-gray {
		-webkit-filter: none;
		filter: none;
	}

	img {
		/*display: block;*/
		max-width: 100%;
	}

	input {
		border: none;
		outline: none;
		font-weight: 100;
		font-family: "sw";
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	input::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #999999;
		font-weight: 100;
		font-family: "sw";
	}

	input::-moz-placeholder {
		/* Firefox 19+ */
		color: #999999;
		font-weight: 100;
		font-family: "sw";
	}

	input:-ms-input-placeholder {
		/* IE 10+ */
		color: #999999;
		font-weight: 100;
		font-family: "sw";
	}

	input:-moz-placeholder {
		/* Firefox 18- */
		color: #999999;
		font-weight: 100;
		font-family: "sw";
	}

	.page {
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(../images/static/layout-bg.svg);
		min-height: 100vh;
		background-size: 40%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content {
		padding-top: 215px;
		margin-bottom: 140px;
	}

	.wrapper {
		max-width: 1600px;
		padding-right: 50px;
		margin: 0 auto;
		padding-left: 75px;
	}

	.h1 {
		font-size: 60px;
		color: #272727;
		font-weight: 700;
		margin-top: 0;
		text-align: center;
	}

	.index .arrow {
		position: static !important;
		width: 28px;
		background-position: top right;
	}

	.arrow {
		background-repeat: no-repeat;
		display: inline-block;
		content: "";
		width: 30px;
		height: 10px;
		background-position: top right;
		background-size: contain;
		background-image: url(../images/static/arrow.svg);
		position: absolute;
		right: auto;
		top: auto;
		bottom: 7px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		margin-left: 0px;
	}

	.arrow-gray {
		background-repeat: no-repeat;
		display: inline-block;
		width: 21px;
		height: 10px;
		background-size: contain;
		background-image: url(../images/static/arrow.svg);
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
	}

	.divider,
	.footer__inner:before {
		display: block;
		content: "";
		position: absolute;
		height: 3px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		top: 0;
		width: 100%;
		left: 0;
		right: 0;
		max-width: 1600px;
		margin: 0 auto;
		background-color: #fff;
	}

	.s-name {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin-bottom: 40px;
		position: relative;
	}

	.s-name__text {
		text-transform: uppercase;
		font-family: "roboto";
		font-size: 15px;
		padding-right: 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		line-height: 25px;
		letter-spacing: 2px;
	}

	.s-name__divider {
		height: 5px;
		margin-top: 10px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		width: 100%;
		max-width: 1600px;
		background-color: #fff;
	}

	.input-area {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}

	.input-area--half {
		width: 48.5%;
	}

	.input-name {
		font-family: "roboto";
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.default-input {
		padding: 20px 30px;
		border: 1px solid #c7c7c7;
		width: 100%;
	}

	.default-input.error {
		border-color: #a00606;
	}

	[data-tab="content"] {
		display: none;
	}

	#goMap,
	#yaMap {
		height: 510px;
	}

	/*#goMap1 {*/
	/*	height: 168px;*/
	/*}*/

	.pages__link {
		display: block;
		margin-bottom: 30px;
		font-size: 18px;
		text-decoration: none;
		color: #000;
	}

	.pages__link:hover {
		color: #a00606;
	}

	/* buttons */
	.button {
		font-family: "roboto";
		font-size: 12px;
		font-weight: 100;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 18px 35px;
		border-radius: 25px;
		display: inline-block;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		cursor: pointer;
		letter-spacing: 2px;
		border: none;
	}

	.button--brown {
		background-image: url(../images/static/btn-pattern.svg);
		background-repeat: repeat-x;
		-webkit-box-shadow: 0px 20px 60px -20px black;
		box-shadow: 0px 20px 60px -20px black;
	}

	.button--brown:before {
		border-radius: 25px;
		overflow: hidden;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			to(rgba(0, 0, 0, 0.5))
		);
		background: linear-gradient(
			to bottom,
			transparent 0%,
			rgba(0, 0, 0, 0.5) 100%
		);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
		/* IE6-9 */
	}

	.button--brown:hover {
		-webkit-box-shadow: 0px 15px 45px -15px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 15px 45px -15px rgba(0, 0, 0, 0.75);
	}

	.button--brown:hover:before {
		opacity: 0.6;
	}

	.button--arrowed {
		padding-right: 55px;
	}

	.button--arrowed:after {
		background-image: url(../images/static/arrow.svg);
		display: block;
		content: "";
		position: absolute;
		right: 21px;
		width: 18px;
		height: 8px;
		background-size: contain;
		background-repeat: no-repeat;
		-webkit-filter: grayscale(1) invert(100%);
		filter: grayscale(1) invert(100%);
		background-position: center;
		top: 50%;
		margin-top: -4px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	/* links */
	.is-hovered-hack:hover {
		color: #383838 !important;
	}

	.is-hovered-hack:hover:after {
		-webkit-transform: translateX(0) rotate(0deg) !important;
		transform: translateX(0) rotate(0deg) !important;
		-webkit-filter: grayscale(1) invert(50%) !important;
		filter: grayscale(1) invert(50%) !important;
	}

	.is-hovered-hack:hover .arrow {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}

	.link {
		text-decoration: none;
		position: relative;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.link--arrow-gray:hover:after {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		-webkit-filter: none;
		filter: none;
	}

	.link--arrow-gray:after {
		content: "";
		position: absolute;
		top: auto;
		right: auto;
		bottom: 4px;
		width: 30px;
		height: 10px;
		/* display: inline-block; */
		background-repeat: no-repeat;
		background-position: top right;
		background-size: contain;
		background-image: url(../images/static/arrow.svg);
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
	}

	.serv .link--arrow-gray:hover:after,
	.serv a.serv__list-item-section-name:hover:after {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		-webkit-filter: none;
		filter: none;
	}

	.serv .link--arrow-gray:after,
	.serv__list-item-section a.serv__list-item-section-name:after {
		background-repeat: no-repeat;
		/* display: inline; */
		content: "";
		position: absolute;
		top: auto;
		bottom: 4px;
		width: 21px;
		height: 10px;
		background-size: contain;
		background-image: url(../images/static/arrow.svg);
		right: -30px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
	}

	.link--gray {
		color: #999999;
		text-transform: uppercase;
		font-size: 12px;
		font-family: "roboto";
		font-weight: 100;
		letter-spacing: 2px;
	}

	.link--gray .arrow {
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
	}

	.link--gray:hover {
		color: #a00606;
	}

	.link--arrowed:hover:after {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.link--arrowed:after {
		margin-top: 0;
		background-repeat: no-repeat;
		display: block;
		content: "";
		position: absolute;
		width: 21px;
		height: 10px;
		background-size: contain;
		background-image: url(../images/static/arrow.svg);
		right: -30px;
		top: 6px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	/* header */
	.header {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: transparent;
		z-index: 15;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header.is-hidden {
		-webkit-transform: translateY(calc(-100% - 80px));
		transform: translateY(calc(-100% - 80px));
	}

	.header.is-colored {
		background-color: #fff;
		top: 0;
	}

	.header.is-active .header__overlay {
		visibility: visible;
		opacity: 1;
	}

	.header__inner {
		max-width: 1600px;
		padding-left: 50px;
		padding-right: 50px;
		margin: 0 auto;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header__logo {
		width: 190px;
		height: 80px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.header__dd-menu {
		width: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		z-index: 5;
		overflow-y: scroll;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		visibility: hidden;
		opacity: 0;
		transition: 0.4s;
		-webkit-overflow-scrolling: touch;
	}

	.header__mobile-nav {
		display: none;
	}

	.header__menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-left: 5%;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
		position: relative;
	}

	.header__menu:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 1px;
		width: 100%;
		bottom: 3px;
		background-color: #ddd;
	}

	.header__menu-item {
		position: relative;
	}

	.header__menu-item:first-child .header__menu-link {
		font-weight: 700;
		padding: 20px 30px;
		padding-right: 50px;
		margin-left: -30px;
		margin-right: -50px;
	}

	.header__menu-item:first-child .header__menu-link:after {
		right: 32px;
	}

	.header__menu-item:first-child.is-active .header__menu-link {
		background-color: #a00606;
		color: #fff !important;
	}

	.header__menu-item:first-child.is-active .header__menu-link:after {
		border-color: #fff;
		margin-top: -2px;
	}

	.header__menu-item.is-active .header__dd-menu,
	.header__menu-item.is-active .header__menu-linked-dd {
		visibility: visible;
		opacity: 1;
	}

	.header__menu-item.is-active .header__menu-link {
		z-index: 15;
		position: relative;
	}

	.header__menu-item.is-active .header__menu-link:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: 0;
	}

	.header__menu-link {
		text-decoration: none;
		font-weight: 100;
		color: #272727;
		z-index: 9;
	}

	.header__menu-link:hover {
		color: #a00606;
	}

	[data-header-dd="dd-nav"]:after {
		display: block;
		content: "";
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #a00606;
		border-right: 1px solid #a00606;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: -16px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header__search-nav {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: block;
		width: 20px;
		height: 20px;
		background-size: cover;
		background-position: center;
		background-image: url(../images/static/search-nav.svg);
		-webkit-filter: grayscale(1) invert(90%);
		filter: grayscale(1) invert(90%);
	}

	.header__search-nav:hover {
		-webkit-filter: none;
		filter: none;
	}

	.header__search-form {
		position: absolute;
		right: 0;
		top: 50px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	.header__search {
		position: relative;
	}

	.header__search.is-active .header__search-form {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
	}

	.header__search.is-active .header__search-nav {
		-webkit-filter: none;
		filter: none;
	}

	.header__search-input {
		width: 450px;
		background-color: #fff;
		display: block;
		padding: 20px 30px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}

	.header__dd-menu-wrapper {
		max-width: 1600px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 50px;
		padding-top: 190px;
		position: relative;
	}

	.header__dd-menu-inner {
		position: relative;
		padding-left: 30px;
		padding-top: 4px;
	}

	.header__dd-menu-item {
		padding-top: 30px;
		border-bottom: 1px solid #ddd;
	}

	.header__dd-menu-nav {
		font-size: 26px;
		color: #000;
		text-decoration: none;
		margin-bottom: 30px;
		display: inline-block;
	}

	.header__dd-menu-nav--control:after {
		width: 10px;
		height: 10px;
		display: block;
		content: "";
		position: absolute;
		border-bottom: 1px solid #a00606;
		border-right: 1px solid #a00606;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -8px;
		right: -30px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header__dd-menu-nav--control.is-active {
		color: #a00606;
	}

	.header__dd-menu-nav--control.is-active:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: 1px;
	}

	.header__dd-menu-nav:hover {
		color: #a00606;
	}

	.header__dd-menu-nav.link--arrowed:after {
		top: 12px;
		right: -40px;
	}

	.header__overlay {
		display: block;
		background-color: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 190px;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header__overlay:before {
		display: block;
		content: "";
		position: absolute;
		height: 3px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		top: 190px;
		width: 100%;
		left: 0;
		right: 0;
		max-width: 1600px;
		margin: 0 auto;
		background-color: #fff;
	}

	.header__dd-menu-item-dds {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		padding-left: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		/*justify-content: space-between;*/
	}

	.header__dd-menu-item-dd {
		margin-bottom: 45px;
	}

	.header__dd-group {
		width: 30%;
		padding-right: 2%;
	}

	.header__dd-group:first-child .q__content {
		right: initial;
		left: 0;
	}

	.header__dd-menu-item-dd-nav {
		width: 100%;
	}

	.header__dd-menu-item-dd-nav:after {
		width: 10px;
		height: 10px;
		display: inline-block;
		content: "";
		position: relative;
		border-bottom: 1px solid #a00606;
		border-right: 1px solid #a00606;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -3px;
		margin-top: -10px;
		margin-left: 15px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header__dd-menu-item-dd-nav.is-active {
		color: #a00606;
	}

	.header__dd-menu-item-dd-nav.is-active:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 3px;
	}

	.header__dd-menu-item-dd-nav,
	.header__dd-menu-item-dd-link {
		font-size: 14px;
		color: #000;
		text-transform: uppercase;
		font-family: "roboto";
		text-decoration: none;
		letter-spacing: 1px;
		position: relative;
		display: inline-block;
		line-height: 24px;
	}

	.header__dd-menu-item-dd-nav:hover,
	.header__dd-menu-item-dd-link:hover {
		color: #a00606;
	}

	.header__dd-menu-item-dd-items {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 30px;
	}

	.header__dd-menu-item-dd-item {
		color: #383838;
		font-weight: 100;
		margin-top: 15px;
		text-decoration: none;
	}

	.header__dd-menu-item-dd-item:first-child {
		margin-top: 25px;
	}

	.header__dd-menu-item-dd-item:hover {
		color: #a00606;
	}

	.header__dd-menu-item-dd-item .arrow-gray {
		margin-left: 15px;
	}

	.header__search-submit {
		position: absolute;
		width: 40px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		border-radius: 50%;
		background-color: #eeeae1;
		border: none;
		right: 20px;
		outline: none;
		cursor: pointer;
	}

	.header__search-submit:hover:before {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.header__search-submit:before {
		width: 21px;
		height: 10px;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: 50%;
		margin-left: -10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../images/static/arrow.svg);
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header__menu-linked-dd {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background-color: #fff;
		width: 100%;
		padding-top: 160px;
		padding-bottom: 45px;
		-webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
		-webkit-transition: 0.4s;
		transition: 0.4s;
		opacity: 0;
		visibility: hidden;
	}

	.header__menu-linked-dd-inner {
		max-width: 1600px;
		padding-left: 50px;
		padding-right: 50px;
		margin: 0 auto;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 80px;
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header__menu-linked-dd-link {
		margin-right: 180px;
		font-size: 26px;
		color: #2b2b2b;
		text-decoration: none;
		font-weight: 100;
		padding-right: 10px;
		margin-bottom: 30px;
	}

	.header__menu-linked-dd-link:after {
		margin-top: 6px;
	}

	.header__menu-linked-dd-link:hover {
		color: #a00606;
	}

	.header__menu-linked-dd-link:last-child {
		margin-right: 0;
	}

	.header__mobile-menu {
		display: none;
	}

	/* footer */
	.footer {
		margin-top: auto;
		padding: 50px 50px 100px 50px;
		background-color: #fff;
	}

	.footer__inner {
		max-width: 1600px;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}

	.footer__inner:before {
		top: -50px;
		/* max-width: 1500px; */
	}

	.footer__main {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 50px;
		border-bottom: 1px solid #ddd;
	}
	/*
.footer__menu-items-group {
	width: 30%;
	margin-right: 3.5%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__menu-items-group:last-child {
	margin-right: 0;
}

.footer__menu-items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 100px;
} */

	.footer__menu {
		display: flex;
	}
	.footer__menu-item {
		display: flex;
		flex-direction: column;
		margin-right: 60px;
		width: 19.04%;
	}

	.footer__menu-item:first-of-type {
		width: 46.4%;
	}

	.footer__menu-item:last-of-type {
		margin-right: 0;
	}

	.footer__menu-item-title {
		font-weight: 900;
		margin-bottom: 20px;
		text-decoration: none;
		color: #000;
	}

	.footer__menu-item-title:hover {
		color: #a00606;
	}

	.footer__menu-item-inner {
		display: flex;
		justify-content: space-between;
	}

	.footer__menu-item-inner .footer__menu-item-group {
		width: 45%;
	}

	.footer__menu-item-group {
		display: flex;
		flex-direction: column;
		margin-bottom: 25px;
	}
	.footer__menu-item-link {
		display: inline-block;
		margin-bottom: 14px;
		color: #000;
		font-size: 16px;
		line-height: 24px;
		font-weight: 100;
		text-decoration: none;
	}

	.footer__menu-item-link:hover {
		color: #a00606;
	}

	@media only screen and (max-width: 1420px) {
		.footer__menu-item {
			margin-right: 40px;
			width: 21.04%;
		}
	}

	@media only screen and (max-width: 1125px) {
		.footer__menu {
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.footer__menu-item:first-of-type {
			width: 100%;
		}

		.footer__menu-item {
			margin-right: 0px;
			width: 43%;
		}

		.footer__menu-item-inner .footer__menu-item-group {
			width: 43%;
		}
	}

	@media only screen and (max-width: 500px) {
		.footer__menu-item {
			width: 100%;
		}

		.footer__menu-item-title {
			margin-bottom: 12px;
		}

		.footer__menu-item-inner {
			flex-wrap: wrap;
		}

		.footer__menu-item-link {
			font-size: 14px;
			margin-bottom: 6px;
		}

		.footer__menu-item-group {
			margin-bottom: 20px;
		}

		.footer__menu-item-inner .footer__menu-item-group {
			width: 100%;
			margin-bottom: 6px;
		}
	}

	.footer__contacts {
		max-width: 245px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.footer__menu {
		width: 100%;
	}

	.footer__menu-item {
		color: #000;
		text-decoration: none;
		margin-bottom: 20px;
		line-height: 24px;
		font-weight: 100;
	}

	.footer__menu-item:hover {
		color: #a00606;
	}

	.footer__menu-name,
	.footer__contact-name {
		font-weight: 900;
		margin-bottom: 20px;
	}

	.footer__contact-name {
		text-decoration: none;
		color: #000;
		display: inline-block;
	}

	.footer__contact-name:hover {
		color: #a00606;
	}

	.footer__contact {
		margin-bottom: 35px;
	}

	.footer__contact:last-child {
		margin-bottom: 0;
	}

	.footer__contact-text {
		line-height: 20px;
	}

	.footer__contact-link {
		text-decoration: none;
		color: #000;
	}

	.footer__contact-link:hover {
		color: #a00606;
	}

	.footer__sub {
		padding-top: 15px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer__cakelabs,
	.footer__copyright,
	.footer__map {
		font-size: 16px;
		color: #000;
		text-decoration: none;
	}

	.footer__cakelabs {
		color: #000;
		text-decoration: none;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.footer__cakelabs:hover {
		color: #a00606;
	}

	.footer__cakelabs:hover .footer__cakelogo {
		-webkit-filter: none;
		filter: none;
	}

	/* i-serv */
	.i-serv {
		height: 380px;
		padding: 25px;
		padding-bottom: 30px;
		text-decoration: none;
		width: 23%;
		background-color: #f6f4ef;
		position: relative;
		cursor: pointer;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-right: 2.65%;
		margin-bottom: 75px;
	}

	.i-serv:nth-child(4n) {
		margin-right: 0;
	}

	.i-serv:hover .i-serv__image-file {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	.i-serv:hover .i-serv__text,
	.i-serv:hover .i-serv__name {
		color: #a00606;
	}

	.i-serv--imaged {
		background-color: transparent;
	}

	.i-serv--imaged .i-serv__text,
	.i-serv--imaged .i-serv__name {
		color: #fff;
	}

	.i-serv--imaged:hover .i-serv__text,
	.i-serv--imaged:hover .i-serv__name {
		color: #fff;
	}

	.i-serv--imaged:hover:before,
	.i-serv--imaged:hover:after {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		background: rgba(0, 0, 0, 0.15);
	}

	.i-serv--imaged:before,
	.i-serv--imaged:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background: transparent;
		content: "";
		pointer-events: none;
		z-index: 1;
	}

	.i-serv--imaged:before {
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.i-serv--imaged:after {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	.i-serv__image {
		margin-top: -40px;
		margin-bottom: 20px;
		position: absolute;
		max-height: 285px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.i-serv__image-file {
		margin: 0 auto;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		display: block;
	}

	.i-serv__name {
		font-size: 26px;
		font-weight: 100;
		color: #000;
		margin-bottom: 20px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.i-serv__text {
		font-family: "roboto";
		font-weight: 100;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
		color: #2b2b2b;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.i-serv__text .arrow {
		position: relative;
		top: 1px;
		right: -7px;
	}

	.i-serv__text .arrow {
		-webkit-filter: grayscale(1) invert(100%);
		filter: grayscale(1) invert(100%);
	}

	.i-serv__bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.i-serv__bg {
		background-size: cover;
		background-position: center;
	}

	.i-serv__about {
		padding-left: 10px;
		position: relative;
		z-index: 2;
	}

	.i-serv__about:before {
		display: block;
		content: "";
		position: absolute;
		top: -21px;
		width: 70px;
		background-color: #a00606;
		height: 1px;
		left: 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	/* bread */
	.bread {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		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;
		margin-bottom: 60px;
	}

	.bread__link,
	.bread__current {
		font-weight: 100;
		font-style: italic;
		color: #999999;
		text-decoration: none;
	}

	.bread__link {
		margin-right: 40px;
		position: relative;
	}

	.bread__link:hover {
		color: #a00606;
	}

	.bread__link:hover:after {
		-webkit-filter: none;
		filter: none;
	}

	.bread__link:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -30px;
		background-image: url(../images/static/arrow.svg);
		width: 18px;
		height: 12px;
		margin-top: -4px;
		background-size: contain;
		background-repeat: no-repeat;
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	/* question */
	.q {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.q.is-active .q__content {
		opacity: 1;
		visibility: visible;
	}

	.q.is-active .q__nav:before,
	.q.is-active .q__nav:after {
		display: block;
	}

	.q__nav {
		font-weight: 100;
		font-size: 15px;
		color: #a5a5a5;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		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;
		background-color: #eeeae1;
		border-radius: 50%;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		cursor: pointer;
		margin-left: 8px;
		width: 20px;
		height: 20px;
		position: relative;
		line-height: 0;
	}

	.q__nav:hover {
		color: #a00606;
	}

	.q__nav:hover:before,
	.q__nav:hover:after {
		background-color: #a00606;
	}

	.q__nav:before,
	.q__nav:after {
		display: none;
		content: "";
		position: absolute;
		top: 9px;
		left: 3px;
		width: 14px;
		height: 1px;
		background-color: #a5a5a5;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.q__nav:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.q__nav:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.q__content {
		position: absolute;
		right: 0;
		font-size: 13px;
		color: #272727;
		width: 300px;
		padding: 25px 20px;
		background-color: #eeeae1;
		z-index: 1;
		line-height: 20px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		top: calc(100% + 5px);
	}

	/* n-menu */
	.n-menu {
		position: relative;
		z-index: 5;
	}

	.n-menu.is-active .n-menu__dd {
		opacity: 1;
		visibility: visible;
		-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
		transform: perspective(400) rotate3d(0, 0, 0, 0);
	}

	.n-menu.is-active .n-menu__nav-pin:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
	}

	.n-menu.is-active .n-menu__nav-pin:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}

	.n-menu.is-active .n-menu__nav-pin:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
	}

	.n-menu.is-active .n-menu__nav-pin {
		margin-bottom: 0;
	}

	.n-menu__menu {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.n-menu__links {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}

	.n-menu__link {
		margin-right: 15px;
		padding: 5px 15px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		color: #000;
		text-decoration: none;
		font-weight: 100;
		border-radius: 15px;
	}

	.n-menu__link.is-active,
	.n-menu__link:hover {
		background-color: #eeefef;
	}

	.n-menu__link:nth-last-child(2) {
		margin-right: 0;
	}

	.n-menu__nav {
		padding: 5px 10px;
		border-radius: 15px;
		background-color: #eeefef;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 20px;
	}

	.n-menu__nav:hover .n-menu__nav-pin {
		background-color: #a00606;
	}

	.n-menu__nav-pin {
		width: 14px;
		height: 1px;
		background-color: #272727;
		margin-bottom: 4px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.n-menu__nav-pin:last-child {
		margin-bottom: 0;
	}

	.n-menu__dd {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		background-color: #fff;
		top: calc(100% + 20px);
		padding: 40px 20px 20px 40px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		opacity: 0;
		visibility: hidden;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
		-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
		transform: perspective(400) rotate3d(1, 0, 0, -90deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	.n-menu__dd .n-menu__link {
		margin-bottom: 20px;
	}

	/* n-item */
	.n-item {
		position: relative;
	}

	.n-item .n-item__image {
		margin-right: 5%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 54%;
		flex: 0 0 54%;
	}

	.n-item:hover .n-item__image-file {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.n-item:hover .n-item__name {
		color: #a00606;
	}

	.n-item--big {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.n-item--small-imaged .n-item__name {
		margin-top: 40px;
		min-height: 50px;
	}

	.n-item--small-imaged .n-item__image {
		margin-right: 0;
	}

	.n-item--small-imaged .n-item__name {
		font-size: 16px;
		font-weight: 700;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.n-item__image {
		overflow: hidden;
	}

	.n-item__image-file {
		-webkit-transition: 4s;
		transition: 4s;
	}

	.n-item__link {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.n-item__name {
		font-size: 26px;
		margin-bottom: 25px;
		line-height: 32px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.n-item__date {
		font-size: 14px;
		color: #999;
		font-weight: 100;
		margin-bottom: 30px;
	}

	.n-item__text {
		line-height: 25px;
	}

	.n-item__hash-tag-wrapper {
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.n-item__hash-tag {
		position: relative;
		z-index: 5;
		text-decoration: none;
		color: #999;
		font-weight: 100;
	}

	.n-item__hash-tag:hover {
		color: #a00606;
	}

	.n-item__hash {
		position: relative;
		z-index: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}

	.bq {
		position: relative;
		margin: 60px 0 60px auto;
		max-width: 670px;
		color: #8c8c8c;
		line-height: 30px;
		font-family: "sw";
		font-size: 16px;
		font-weight: 100;
		font-style: italic;
		padding-left: 35px;
	}

	.bq__value {
		position: absolute;
		-webkit-transform: rotate(180deg) translateX(42px) translateY(-6px);
		transform: rotate(180deg) translateX(42px) translateY(-6px);
		writing-mode: vertical-rl;
		font-size: 15px;
		font-family: "roboto";
		font-style: normal;
		font-weight: 100;
		letter-spacing: 1px;
		color: #1f1e28;
	}

	.bq__title {
		font-weight: 700;
		font-style: normal;
	}

	.c-slider {
		margin: 60px 0;
	}

	.c-slider__controls {
		margin: 25px auto;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 170px;
	}

	.c-slider__arr {
		width: 30px;
		height: 15px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/static/c-slider__arr.svg);
		cursor: pointer;
		opacity: 0.3;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		-webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
		transition: opacity 0.3s, -webkit-filter 0.3s;
		transition: opacity 0.3s, filter 0.3s;
		transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
	}

	.c-slider__arr:hover {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.c-slider__arr--next {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.c-slider__counter {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.c-slider__current {
		font-family: "sw";
		font-size: 30px;
		font-weight: 700;
	}

	.c-slider__all {
		margin-left: 5px;
		margin-bottom: 3px;
	}

	/* pages */
	/* ui */
	.ui div {
		margin-bottom: 50px;
	}

	.ui div:last-child {
		margin-bottom: 0;
	}

	/* index */
	.index__welcome-main {
		width: 45%;
		max-width: 660px;
		padding-left: 50px;
		text-decoration: none;
		color: #000;
	}

	.index__welcome {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}

	.index__welcome-image {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		margin-right: 50px;
	}

	.index__welcome-main-text {
		color: #4c4c4c;
	}

	.index__welcome-main-name {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 50px;
		margin-bottom: 50px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		position: relative;
	}

	.index__welcome-main-name:after {
		display: block;
		content: "";
		position: absolute;
		bottom: -34px;
		height: 1px;
		background-color: #a00606;
		width: 70px;
	}

	.index__welcome-main-text {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.index__welcome-news {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index__welcome-news-age-num {
		font-family: "bodoni";
		font-weight: 700;
		color: #eeeae1;
		font-size: 183px;
		line-height: 1;
	}

	.index__welcome-news-age {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.index__welcome-news-age-text {
		font-weight: 100;
		font-size: 36px;
		color: #4c4c4c;
		text-transform: lowercase;
		-webkit-transform: translateY(-20px) translateX(-50%);
		transform: translateY(-20px) translateX(-50%);
	}

	.index__welcome-news-arrow .arrow {
		margin-left: 0;
	}

	.index__welcome-news {
		color: #000;
		text-decoration: none;
	}

	.index__welcome-news-quote {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 20px;
	}

	.index__welcome-news-quote-text {
		font-weight: 100;
		letter-spacing: 3px;
		font-family: "roboto";
		position: relative;
		text-transform: uppercase;
		color: #a00606;
		font-size: 12px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.index__welcome-news-quote-text:before,
	.index__welcome-news-quote-text:after {
		display: block;
		content: "\201C";
		position: absolute;
		font-size: 30px;
	}

	.index__welcome-news-quote-text:before {
		left: -20px;
		top: 0;
	}

	.index__welcome-news-quote-text:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		bottom: 0;
		right: -20px;
	}

	.index__welcome-news-text {
		font-weight: 100;
		line-height: 24px;
		margin-bottom: 10px;
		margin-top: -20px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.index__services-list-wrapper {
		position: relative;
	}

	.index__services-list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index__services {
		position: relative;
	}

	.index__services .b-name {
		bottom: calc(0px + 75px);
	}

	.b-name {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #dcdcdc;
		left: -25px;
	}

	.b-name__text {
		white-space: nowrap;
		-webkit-transform: rotate(180deg) translateX(30px);
		transform: rotate(180deg) translateX(30px);
		text-transform: uppercase;
		writing-mode: vertical-rl;
		color: #bdbdbd;
		font-weight: 100;
		font-size: 13px;
		letter-spacing: 3px;
	}

	.index__services-ajax {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 24px;
		color: #2b2b2b;
		text-decoration: none;
	}

	.index__services-ajax:hover {
		color: #a00606;
	}

	.index__services-ajax-image {
		width: 143px;
		height: 138px;
		background-image: url(../images/static/loupe-new.png);
		background-size: cover;
		background-position: center;
	}

	.index__services-ajax-wrapper {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.index__team {
		width: 380px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.index__we-are {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 50px;
	}

	.index__offices {
		width: 100%;
		margin-right: 6%;
	}

	.index__offices-list {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index__offices-list .b-name {
		bottom: calc(0px + 60px);
	}

	.index__office {
		padding-left: 25px;
		padding-right: 25px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.index__office--msk .index__office-image {
		position: relative;
		z-index: -1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	.index__office-head {
		font-size: 26px;
	}

	.index__office-metro {
		margin-top: 20px;
		margin-bottom: 25px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 100;
		color: #bdbdbd;
		letter-spacing: 2px;
	}

	.index__office-address {
		max-width: 250px;
		font-weight: 100;
		color: #2a2a2a;
	}

	.index__office-address br {
		display: none;
	}

	.index__office-link {
		display: inline-block;
		text-decoration: none;
		color: #2a2a2a;
	}

	.index__office-link:hover {
		color: #a00606;
	}

	.index__office-links {
		margin-top: 15px;
		margin-bottom: 25px;
	}

	.index__office-way {
		position: relative;
		padding-left: 30px;
		color: #a00606;
		text-decoration: none;
		font-weight: "sw";
		font-style: italic;
	}

	.index__office-way:before {
		width: 18px;
		height: 26px;
		background-size: cover;
		background-position: center;
		background-image: url(../images/static/pin.svg);
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: -4px;
	}

	.index__office-detail {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: auto;
	}

	.index__office-main {
		padding-left: 45px;
	}

	.index__owner-image {
		width: 204px;
		height: 204px;
		background-size: cover;
		background-position: center;
		border-radius: 50%;
		overflow: hidden;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.index__owner-name {
		font-size: 26px;
		color: #000;
		font-weight: 900;
		margin-bottom: 15px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.index__owner-position {
		font-size: 12px;
		text-transform: uppercase;
		font-family: "roboto";
		letter-spacing: 2px;
		line-height: 22px;
	}

	.index__owner {
		text-decoration: none;
		color: #1a1612;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.index__owner:hover .index__owner-name {
		color: #a00606;
	}

	.index__owner:hover .index__owner-image {
		-webkit-filter: none;
		filter: none;
	}

	.index__owner:hover .index__owner-more {
		color: #a00606;
	}

	.index__owner:hover .index__owner-more span {
		-webkit-filter: none;
		filter: none;
	}

	.index__owner-text {
		line-height: 26px;
		margin-bottom: 30px;
	}

	.index__owner-more {
		font-size: 12px;
		text-transform: uppercase;
		font-family: "roboto";
		letter-spacing: 2px;
	}

	.index__owner-more span {
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
	}

	.index__customers {
		margin-top: 100px;
	}

	.index__customers-section {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.index__customers-text {
		width: 400px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 100px 50px;
		background-color: #efedeb;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.index__customers-text-area {
		font-size: 16px;
		color: #2a2a2a;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.index__customers-more {
		margin-top: 20px;
	}

	.index__customers-more::after {
		width: 33px;
		bottom: 2px;
	}

	.index__customers-items {
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: flex-start;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}

	.index__customers-items {
		background-image: url(../images/static/new-bg-img-index.jpg);
		background-size: cover;
		background-position: bottom center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}

	.index__customers-items {
		padding: 100px 80px;
	}

	.index__customers-item {
		width: 25%;
		padding: 0 20px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		text-decoration: none;
		color: #999;
		font-size: 15px;
		font-family: "roboto";
		-webkit-transition: 0.4s;
		transition: 0.4s;
		height: auto;

	}

	.index__customers-item:hover .index__customers-item-text {
		color: #a00606;
	}

	.index__customers-item:hover .index__customers-item-image {
		-webkit-filter: none;
		filter: none;
	}

	.index__customers-item-image {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.index__customers-item-image-wrapper {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 38%;
	}

	.index__customers-item-text {
		margin-top: 15px;
		font-style: italic;
		font-family: "sw";
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.index__news {
		margin-top: 100px;
	}

	.index__news-list {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.index__i-news {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-decoration: none;
	}

	.index__i-news:hover .index__i-news-image-file {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.index__i-news:hover .index__i-news-link {
		color: #a00606;
	}

	.index__i-news:hover .index__i-news-link .arrow {
		-webkit-filter: none;
		filter: none;
	}

	.index__i-news:hover .index__i-news-name {
		color: #a00606;
	}

	.index__i-news .index__i-news-link {
		margin-top: auto;
	}

	.index__i-news--big {
		width: 55%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	@media only screen and (min-width: 1280px) {
		.index__i-news--big .index__i-news-image {
			width: 49.3%;
		}
	}

	.index__i-news--big .index__i-news-image-file {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.index__i-news--big .index__i-news-image .index__i-new {
		text-decoration: none;
	}

	.index__i-new {
		text-decoration: none;
	}

	.index__i-new:hover .link--gray {
		color: #a00606;
	}

	.index__i-new:hover .link--gray .arrow {
		-webkit-filter: grayscale(0) invert(0);
		filter: grayscale(0) invert(0);
	}

	.index__i-new:hover .index__i-news-name {
		color: #a00606;
	}

	.index__i-news-image {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		height: 395px;
		overflow: hidden;
	}

	.index__i-news-content {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 7%;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.index__i-news-date {
		color: #999999;
		font-size: 14px;
		font-weight: 100;
	}

	.index__i-news-name {
		margin-top: 25px;
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: 900;
		color: #000;
		line-height: 25px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		max-height: 75px;
		overflow: hidden;
	}

	.index__i-news-text {
		font-size: 16px;
		line-height: 25px;
		color: #2b2b2b;
		font-weight: 100;
		max-height: 200px;
		overflow: hidden;
	}

	.index__i-news-image-file {
		-webkit-transition: 4s;
		transition: 4s;
	}

	.index__news-items {
		width: 39%;
	}

	.index__news-items .index__i-news {
		width: 100%;
		margin-bottom: 30px;
	}

	.index__news-items .index__i-news:last-child {
		margin-bottom: 0;
	}

	.index__news-items .index__i-news-link {
		margin-top: 15px;
	}

	.index__hist {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 145px;
		position: relative;
	}

	.index__hist .index__i-news-content {
		margin-left: 0;
	}

	@media only screen and (max-width: 1420px) {
		.index__hist .index__i-news-content {
			padding-top: 30px;
		}
	}

	.index__hist .index__section-head {
		margin-bottom: 0;
	}

	.index__hist .index__i-news-link {
		margin-top: 50px;
	}

	.index__hist-stock,
	.index__hist-news {
		width: 425px;
	}

	.index__hist-news .s-name {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 0;
	}

	.index__hist-news .s-name__divider {
		margin-top: 10px;
	}

	.index__hist-stock-head {
		font-family: "bodoni";
		font-size: 48px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.index__hist-stock-desc {
		font-family: "roboto";
		font-size: 12px;
		text-transform: uppercase;
	}

	.index__hist-stock-content {
		max-width: 300px;
		padding-left: 50px;
		margin-top: 45px;
		text-decoration: none;
		display: block;
		color: #000;
	}

	.index__hist-stock-content:hover .index__hist-stock-head {
		color: #a00606;
	}

	.index__hist-stock-content:hover .index__hist-stock-link {
		color: #a00606;
	}

	.index__hist-stock-content:hover .index__hist-stock-link .arrow {
		-webkit-filter: none;
		filter: none;
	}

	.index__hist-stock-text {
		margin-top: 30px;
		margin-bottom: 30px;
		font-weight: 100;
		line-height: 25px;
	}

	.index__hist-image {
		width: 530px;
		overflow: hidden;
	}

	.index__hist-image:hover .index__hist-image-bg {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.index__hist-image:hover .index__hist-image-link {
		color: #fff;
	}

	.index__hist-image {
		text-decoration: none;
		color: #fff;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		min-height: 330px;
		padding: 85px 60px 55px 60px;
	}

	.index__hist-image-name {
		position: relative;
		font-size: 28px;
		line-height: 33px;
		font-weight: 900;
	}

	.index__hist-image-name:before {
		display: block;
		content: "";
		position: absolute;
		top: -21px;
		width: 70px;
		background-color: #a00606;
		height: 1px;
		left: -30px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.index__hist-image-link {
		margin-top: auto;
		color: #fff;
	}

	.index__hist-image-link .arrow {
		-webkit-filter: grayscale(1) invert(1);
		filter: grayscale(1) invert(1);
		width: 32px;
	}

	.index__hist-image-text {
		margin-top: 35px;
		line-height: 24px;
	}

	.index__hist-image-bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-position: center;
		z-index: -1;
		-webkit-transition: 4s;
		transition: 4s;
	}

	/* sitemap */
	.sitemap__content {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 40px;
	}

	.sitemap__content-section-head {
		font-weight: 700;
		font-size: 36px;
		margin-bottom: 50px;
	}

	.sitemap__content-section-items {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.sitemap__content-section-item {
		margin-bottom: 35px;
		text-decoration: none;
		font-size: 18px;
		color: #272727;
	}

	.sitemap__content-section-item:hover {
		color: #a00606;
	}

	.sitemap__content-section-item:last-child {
		margin-bottom: 0;
	}

	.sitemap__content-section {
		margin-bottom: 70px;
	}

	.sitemap__content-section:last-child {
		margin-bottom: 0;
	}

	.sitemap__content-section-head {
		display: inline-block;
		color: #000;
		text-decoration: none;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.sitemap__content-section-head:hover {
		color: #a00606;
	}

	/* serv */
	.serv__list {
		padding-left: 50px;
		position: relative;
	}

	.serv__list-item-name {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 45px;
		display: inline-block;
		text-decoration: none;
		color: #272727;
		position: relative;
		display: -webkit-box;
	}

	.serv__list-item-name .q {
		margin-top: 0;
		margin-bottom: 4px;
	}

	.serv__list-item-name .arrow {
		position: relative;
		top: -1px;
		right: -7px;
	}

	a.serv__list-item-name {
		display: inline-block;
	}

	a.serv__list-item-name:hover {
		color: #a00606;
	}

	a.serv__list-item-name:hover .arrow {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.serv__list-item:nth-child(2) .serv__list-item-name {
		padding-top: 0;
	}

	/*.serv__list-item:last-child .serv__list-item-name {*/
	/*	margin-bottom: 0;*/
	/*}*/

	.serv__list-item-section-name {
		font-size: 14px;
		color: #000;
		text-transform: uppercase;
		font-family: "roboto";
		text-decoration: none;
		letter-spacing: 1px;
		position: relative;
		display: inline;
		line-height: 24px;
	}

	.serv__list-item-section-name + div {
		margin-top: 10px;
	}

	.serv__list-item-section-name .arrow {
		display: none;
	}

	.serv__list-item-section-name .arrow {
		filter: grayscale(1) invert(50%);
		margin-left: 12px;
	}

	.serv__list-item-group {
		width: 33.33%;
		padding-right: 2%;
	}

	.serv__list-item-section-link {
		color: #383838;
		font-weight: 100;
		line-height: 30px;
		text-decoration: none;
	}

	.serv__list-item-section-link .q {
		/*display: none;*/
		/*position: absolute;*/
		/*right: -70px;*/
		display: inline-block;
		position: relative;
	}

	.serv__list-item-section-link:hover {
		color: #a00606;
	}

	#serv_section .serv__list-item-name {
		margin-bottom: 45px;
	}

	/* .serv__list-item-section-link:first-child {
		line-height: 40px;
	} */

	.serv__list-item-section-list {
		/* display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start; */
		margin-top: 10px;
		margin-bottom: 45px;
		padding-left: 30px;
	}

	.serv__list-item-section-list--linked {
		padding-left: 0;
	}

	.serv__list-item-section {
		margin-bottom: 45px;
	}

	.serv__list-item-section:last-child {
		margin-bottom: 0;
	}

	.serv__list-item-inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		/*justify-content: space-between;*/
		padding-left: 30px;
	}

	a.serv__list-item-section-name:hover {
		color: #a00606;
	}

	/* emp */

	.emp--news {
		margin-top: 50px;
	}

	.emp--news .emp__list {
		margin-bottom: 0px;
	}

	.emp__list {
		position: relative;
		margin-bottom: -80px;
	}

	.emp__list .b-name {
		bottom: calc(0px + 80px);
	}

	.emp__items-list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 50px;
	}

	.emp__item-image-file {
		border-radius: 50%;
	}

	.emp__item {
		text-decoration: none;
		color: #272727;
		width: 17%;
		margin-right: 10.6%;
		margin-bottom: 80px;
	}

	.emp__item:nth-child(4n) {
		margin-right: 0;
	}

	.emp__item:hover .emp__item-image {
		-webkit-filter: none;
		filter: none;
	}

	.emp__item:hover .emp__item-name {
		color: #a00606;
	}

	.emp__item-image {
		width: 205px;
		height: 205px;
		border-radius: 50%;
		overflow: hidden;
		background-position: center;
		background-size: cover;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		margin-bottom: 20px;
	}

	.emp__item-name {
		-webkit-transition: 0.4s;
		transition: 0.4s;
		font-size: 24px;
		font-weight: 700;
		min-height: 54px;
	}

	.emp__item-rank,
	.emp__item-place,
	.emp__item-section {
		margin-top: 20px;
		margin-bottom: 20px;
		color: #383838;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-family: "roboto";
		line-height: 21px;
	}

	@media only screen and (min-width: 1700px) {
		.emp__item-rank {
			min-height: 40px;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 1279px) {
		.emp__item-rank {
			min-height: 62px;
		}
	}

	.emp__item-place,
	.emp__item-section {
		margin: 0;
	}

	.emp__item-place,
	.emp__item-section {
		position: relative;
		padding-left: 30px;
	}

	.emp__item-place:before,
	.emp__item-section:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		background-size: cover;
		background-position: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.emp__item-section:before {
		width: 15px;
		height: 12px;
		background-image: url(../images/static/emp__section.svg);
	}

	.emp__item-place {
		margin-bottom: 10px;
	}

	.emp__item-place:before {
		width: 16px;
		height: 23px;
		background-image: url(../images/static/emp__place.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* not-found */
	.not-found {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		position: relative;
	}

	.not-found__head {
		font-size: 180px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.not-found__text {
		margin-bottom: 60px;
		margin-top: 70px;
		font-size: 26px;
	}

	.not-found__inner {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.not-found-bg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top 90px center;
		background-image: url(/local/templates/main/tpl/assets/images/static/404bg-new.jpg);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.not-found__nav-button:first-child {
		margin-right: 25px;
	}

	/* work */

	/* work */

	.work {
		margin-bottom: 40px;
		padding-right: 0px;
	}

	.work .work__inner {
		position: relative;
	}

	.work .work__inner .b-name {
		bottom: 0;
	}

	.work .work__items {
		margin-top: 42px;
		margin: 42px -38px 0;
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.work .work__item {
		position: relative;
		padding: 0 0 45px;
		width: calc(100% / 4 - 38px);
		margin: 0 19px 45px;
		/* border-bottom: 1px solid red; */
	}

	.work .work__item:nth-last-child(-n + 4) {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.work .work__item:nth-child(4n):after {
		width: 100%;
	}

	.work .work__item:nth-last-child(-n + 4):after {
		display: none;
	}

	.work .work__item:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% - -38px);
		border-bottom: 0;
	}

	.work .work__item-image {
		height: 180px;
	}

	.work .work__item-image-file {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.work__item {
		text-decoration: none;
	}

	.work .work__item-name {
		margin: 25px 0;
		min-height: 50px;
		font-weight: bold;
		font-family: "sw";
		color: #000;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.work .work__item:hover .work__item-name {
		color: #a00606;
	}

	.work .work__item-text,
	.work__text {
		padding-right: 14px;
		color: #2a2a2a;
		font-family: "sw";
		font-size: 16px;
		line-height: 24px;
	}

	/* work end */

	/* stock */
	.stock {
		margin-bottom: -50px;
	}

	.stock__inner,
	.clients__inner {
		position: relative;
		padding-left: 50px;
		font-size: 16px;
		line-height: 32px;
		color: #272727;
	}

	.clients__inner a,
	.stock__inner a {
		color: #999;
		text-decoration: none;
	}

	.clients__inner a:hover,
	.stock__inner a:hover {
		color: #a00606;
	}

	.stock__inner .b-name,
	.clients__inner .b-name {
		bottom: calc(0px + 50px);
	}

	.stock__items,
	.clients__items {
		margin-top: 55px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.stock__item,
	.clients__item {
		color: #000;
		text-decoration: none;
		width: 25%;
		padding-right: 90px;
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid #e9e9e9;
	}

	.stock__item:last-child {
		border-bottom: 0;
	}

	.stock__item:hover .stock__item-image,
	.clients__item:hover .stock__item-image,
	.stock__item:hover .clients__item-image,
	.clients__item:hover .clients__item-image {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.stock__item-image,
	.clients__item-image {
		margin-bottom: 15px;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		height: 80px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.stock__item-image-file {
		height: 100%;
		object-fit: contain;
	}

	.stock__item-num,
	.clients__item-name,
	.work__item-name {
		font-weight: 700;
		margin-bottom: 15px;
		line-height: 25px;
	}

	.stock__item-text,
	.clients__item-text {
		margin-bottom: 10px;
		height: 96px;
		overflow: hidden;
		line-height: 25px;
	}

	.stock__item-desc {
		font-weight: 100;
		font-style: italic;
		color: #939393;
	}

	.stock__ajax {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.stock__item-link {
		display: inline-block;
		margin-top: 20px;
	}

	/* clients */
	.clients {
		margin-bottom: -50px;
	}

	.clients__inner {
		position: relative;
	}

	.clients__items {
		margin-top: 55px;
	}

	.clients__item-text {
		margin-bottom: 40px;
		height: 150px;
	}

	.clients__item-nav-link {
		margin-right: 50px;
		position: relative;
		padding-left: 30px;
		font-style: italic;
		font-weight: 100;
		color: #8c8c8c;
		text-decoration: none;
	}

	.clients__item-nav-link:hover {
		color: #a00606;
	}

	.clients__item-nav-link:before {
		position: absolute;
		left: 0;
		display: block;
		content: "";
		background-size: cover;
		background-position: center;
		top: 50%;
	}

	.clients__item-nav-link--comments:before {
		width: 17px;
		height: 16px;
		background-image: url(../images/static/comment.svg);
		margin-top: -8px;
	}

	.clients__item-nav-link--act:before {
		width: 18px;
		height: 16px;
		background-image: url(../images/static/emp__section.svg);
		margin-top: -8px;
	}

	.clients__item-nav-link:last-child {
		margin-right: 0;
	}

	/* contacts */
	.cont__inner {
		position: relative;
		padding-left: 50px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cont__main-current-name {
		font-size: 24px;
		line-height: 32px;
		font-weight: 700;
		margin-bottom: 50px;
		position: relative;
		z-index: 2;
	}

	.cont__main-current-address {
		position: relative;
		z-index: 2;
		font-size: 24px;
		font-weight: 100;
		margin-bottom: 50px;
		line-height: 1.5;
	}

	.cont__main-current-links {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.cont__main-current-links:last-child {
		margin-bottom: 0;
	}

	.cont__main-current-link,
	.cont__main-current-link-text {
		font-size: 24px;
		color: #272727;
		text-decoration: none;
		font-size: 24px;
		font-weight: 100;
		line-height: 1.5;
		z-index: 2;
	}

	.cont__main-current-link-text:hover {
		color: #a00606;
	}

	.cont__main-current {
		position: relative;
		margin-right: 60px;
		width: 100%;
		margin-right: 0;
	}

	.cont__main-current:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		bottom: 0;
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(rgba(255, 255, 255, 0)),
			to(white)
		);
		background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			white 100%
		);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
		/* IE6-9 */
		width: 230px;
	}

	.cont__main-current-bg {
		position: absolute;
		top: 0;
		left: -220px;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-position: bottom left;
		background-image: url(../images/static/cont__bg.png);
		z-index: -1;
	}

	.cont__main-target {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cont__main-map-wrapper {
		height: 510px;
		position: relative;
	}

	.cont__main-map {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 650px;
	}

	.cont__main-map-nav-link {
		color: #656565;
		font-style: italic;
		font-weight: 100;
		text-decoration: none;
		position: relative;
		margin-right: 50px;
	}

	.cont__main-map-nav-link:last-child {
		margin-right: 0;
	}

	.cont__main-map-nav-link:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		background-size: cover;
		background-position: center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-filter: grayscale(1) invert(50%);
		filter: grayscale(1) invert(50%);
	}

	.cont__main-map-nav-link:hover {
		color: #a00606;
	}

	.cont__main-map-nav-link:hover:before {
		-webkit-filter: none;
		filter: none;
	}

	.cont__main-map-nav-link--direction {
		padding-left: 40px;
	}

	.cont__main-map-nav-link--direction:before {
		width: 21px;
		height: 20px;
		background-image: url(../images/static/cont__way.svg);
		margin-top: -10px;
	}

	.cont__main-map-nav-link--map {
		padding-left: 25px;
	}

	.cont__main-map-nav-link--map:before {
		width: 15px;
		height: 22px;
		background-image: url(../images/static/pin.svg);
		margin-top: -11px;
	}

	.cont__main-map-nav-link.is-active {
		color: #a00606;
	}

	.cont__main-map-nav-link.is-active:before {
		-webkit-filter: none;
		filter: none;
	}

	.cont__main-map-nav {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 25px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cont__main-map-switcher {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cont__more {
		width: 340px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 90px;
	}

	.cont__more .s-name {
		margin-bottom: 40px;
	}

	.cont__main-more-content {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 25px;
		border-left: 1px solid #dcdcdc;
		padding-top: 20px;
		padding-bottom: 100px;
	}

	.cont__main-more-content .link--arrow-gray:after {
		bottom: 2px;
	}

	.cont__main-more-content-name {
		color: #272727;
		font-weight: 700;
		margin-bottom: 15px;
	}

	.cont__main-more-content-text,
	.cont__main-more-content-links {
		margin-bottom: 15px;
	}

	.cont__main-more-content-image {
		margin-top: 30px;
		margin-bottom: 45px;
		width: 100%;
	}

	.cont__main-more-content-link {
		text-decoration: none;
		font-weight: 100;
		color: #272727;
	}

	.cont__main-more-content-link:hover {
		color: #a00606;
	}

	.cont__howto {
		margin-top: 70px;
	}

	.cont__howto-header {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 50px;
	}

	.cont__howto-header-text {
		margin-right: 60px;
	}

	.cont__howto-header-nav-link {
		margin-right: 50px;
	}

	.cont__howto-header-nav-link:last-child {
		margin-right: 0;
	}

	.cont__howto-header-text,
	.cont__howto-header-nav-link {
		font-size: 26px;
	}

	.cont__howto-header-nav-link {
		font-weight: 100;
		font-style: italic;
		text-decoration: none;
		color: #a0a0a0;
	}

	.cont__howto-header-nav-link:hover,
	.cont__howto-header-nav-link.is-active {
		color: #a00606;
	}

	.cont__howto-text {
		margin-bottom: 60px;
		line-height: 28px;
	}

	.cont__howto-text-head {
		margin-bottom: 15px;
		font-weight: 700;
	}

	.cont__howto-form-name {
		font-weight: 700;
		margin-bottom: 35px;
	}

	.cont__howto-form-inner {
		width: 640px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cont__map-tab {
		height: 510px;
	}

	.cont__map-direction {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		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-transition: 0.4s;
		transition: 0.4s;
		opacity: 0;
		visibility: hidden;
	}

	.cont__map-direction.is-active {
		opacity: 1;
		visibility: visible;
	}

	.cont__map-direction-inner {
		width: 100%;
		max-width: 470px;
		background-color: #fff;
		padding: 40px 55px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}

	.cont__map-direction-head {
		font-family: "roboto";
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 100;
		margin-bottom: 20px;
		margin-right: auto;
	}

	.cont__map-direction-nav {
		font-size: 12px;
		color: #a00606;
		font-family: "roboto";
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
		margin-top: 30px;
	}

	.cont__map-direction-closer {
		position: absolute;
		width: 10px;
		height: 10px;
		top: 15px;
		right: 15px;
	}

	.cont__map-direction-closer:hover:before,
	.cont__map-direction-closer:hover:after {
		background-color: #a00606;
	}

	.cont__map-direction-closer:before,
	.cont__map-direction-closer:after {
		display: block;
		content: "";
		position: absolute;
		height: 1px;
		width: 100%;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		background-color: #000;
	}

	.cont__map-direction-closer:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cont__map-direction-closer:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* news */
	.news__inner {
		position: relative;
	}

	.news__items {
		margin-top: 50px;
		padding-left: 50px;
	}

	.news__item-big {
		width: 75%;
		max-width: 1010px;
		margin-right: 5%;
	}

	@media only screen and (min-width: 1600px) {
		.n-item__name {
			min-height: 240px;
		}

		.n-item__text {
			min-height: 222px;
		}

		.news__item-big .n-item__name,
		.news__item-mid .n-item__name {
			min-height: 128px;
		}

		.news__item-big .n-item__text,
		.news__item-mid .n-item__text {
			min-height: 125px;
		}

		.n-item--small-imaged .n-item__text {
			min-height: 150px;
		}
	}

	@media only screen and (min-width: 1280px) and (max-width: 1579px) {
		/* .n-item__name {
		min-height: 240px;
	} */

		.n-item__text {
			min-height: 260px;
		}

		/* .news__item-big .n-item__name,
	.news__item-mid .n-item__name {
		min-height: 128px;
	} */

		.news__item-big .n-item__text,
		.news__item-mid .n-item__text {
			min-height: 125px;
		}

		.n-item--small-imaged .n-item__text {
			min-height: 150px;
		}
	}

	.news__item-mid {
		width: 22%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.news__item-small {
		width: 25%;
		padding-right: 4%;
	}

	.news__item-small:nth-child(4n) {
		padding-right: 0;
		width: 21%;
	}

	.news__items-head {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 4%;
	}

	.news__items-head .news__item-big,
	.news__items-head .news__item-mid {
		padding-bottom: 50px;
	}

	.news__items-other {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news__items-other .news__item-small {
		padding-top: 50px;
		padding-bottom: 50px;
		border-top: 1px solid #e8e8e8;
	}

	.news__ajax {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.c-page--news .c-sidebar__section:last-child {
		flex: 0 0 48%;
		width: 48%;
	}

	@media only screen and (min-width: 1700px) {
		.c-page--news .c-sidebar__section:last-child {
			flex: 0 0 100%;
			width: 100%;
		}
	}

	.c-page__row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.c-page__content {
		position: relative;
		width: calc(100% - 350px);
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.c-page__c-sidebar {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 350px;
	}

	.c-page__title {
		font-size: 40px;
		line-height: 45px;
		font-family: "sw";
		font-weight: 700;
		margin-top: 0;
		margin-bottom: 70px;
	}

	.c-page__inner {
		position: relative;
		padding: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.c-page__inner:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 100px;
		background-color: #a00606;
	}

	.c-page__welcome {
		font-family: "sw";
		font-size: 28px;
		font-weight: 100;
		line-height: 45px;
	}

	.c-page p {
		font-size: 16px;
		font-family: "sw";
		font-weight: 100;
		line-height: 2;
	}

	/*  o-list  */
	.o-list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 45px 0 0 0;
		padding: 0;
		list-style-type: none;
		counter-reset: list 0;
	}

	.o-list__item {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		padding-left: 55px;
		margin-bottom: 45px;
		font-family: "sw";
		font-weight: 100;
		color: #2a2a2a;
		line-height: 28px;
	}

	.o-list__item:before {
		counter-increment: list;
		content: counter(list) ".";
		position: absolute;
		left: 2px;
		top: 3px;
		font-size: 48px;
		font-family: "bodoni";
		line-height: 1;
	}

	.o-list__text {
		max-width: 230px;
	}

	/*  alert  */
	.alert {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.alert__message {
		border: 1px solid #a00606;
		margin-right: 40px;
		padding: 50px 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}

	.alert__message p {
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 12px;
		color: #a00606;
		line-height: 21px;
		font-family: "roboto";
	}

	.alert__message p:last-child {
		margin-bottom: 0;
	}

	.alert__text {
		font-family: "sw";
		font-weight: 100;
		color: #2a2a2a;
		line-height: 2;
	}

	/*   u-list   */
	.u-list {
		padding-left: 30px;
		list-style-type: none;
	}

	.u-list__item {
		position: relative;
		font-family: "sw";
		font-weight: 100;
		line-height: 2;
		color: #2a2a2a;
		margin-bottom: 25px;
	}

	.u-list__item:before {
		content: "";
		position: absolute;
		left: -21px;
		top: 13px;
		border-radius: 50%;
		width: 5px;
		height: 5px;
		background-color: #a00606;
	}

	/*  c-table  */
	.c-table-wrapper {
		margin: 60px 0;
	}

	.c-table-title {
		margin-bottom: 45px;
		font-size: 18px;
		font-weight: 700;
		font-family: "sw";
	}

	.c-table-inner {
		overflow: auto;
	}

	.c-table tr:nth-child(odd) {
		background-color: #f6f6f6;
	}

	.c-table td {
		padding: 15px 30px;
	}

	.c-table td:nth-child(1) {
		font-weight: 700;
	}

	/*   c-sidebar  */
	.c-sidebar__section {
		margin-bottom: 60px;
	}

	.c-sidebar__section:last-child {
		margin-bottom: 0;
	}

	.c-sidebar__inner {
		padding-left: 30px;
		padding-right: 30px;
		border-left: 1px solid #dcdcdc;
	}

	.c-sidebar__title {
		display: block;
		text-decoration: none;
		color: #2a2a2a;
		margin-bottom: 30px;
		font-family: "sw";
		font-weight: 700;
		line-height: 25px;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}

	.c-sidebar__title:hover {
		color: #ad2828;
	}

	.c-sidebar__item {
		margin-bottom: 55px;
		text-decoration: none;
		display: inline-block;
	}

	.c-sidebar__item:hover .c-sidebar__title {
		color: #a00606;
	}

	.c-sidebar__text {
		font-weight: 100;
		font-family: "sw";
		line-height: 25px;
		color: #2a2a2a;
	}

	.c-sidebar__all,
	.emp__more {
		text-transform: uppercase;
		font-size: 12px;
		font-family: "roboto";
		font-weight: 100;
		color: #999;
		text-decoration: none;
	}

	.c-sidebar__all:after,
	.emp__more:after {
		content: "";
		display: inline-block;
		margin-left: 10px;
		margin-bottom: -1px;
		width: 20px;
		height: 10px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/static/c-sidebar__all.svg);
		opacity: 0.6;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.c-sidebar__all:hover,
	.service__link:hover,
	.emp__more:hover {
		color: #ad2828;
	}

	.c-sidebar__all:hover:after,
	.service__link:hover:after,
	.emp__more:hover:after {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.c-sidebar__all:hover {
		color: #ad2828;
	}

	.c-sidebar__all:hover:after {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.c-sidebar__date {
		font-size: 14px;
		font-weight: 100;
		font-family: "sw";
		margin-bottom: 20px;
		color: #999;
	}

	.s-detail__row {
		position: relative;
	}

	.s-detail__wrapper-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}

	.s-detail__row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.s-detail__s-links {
		width: 295px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.s-detail__inner {
		width: calc(100% - 295px);
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.s-detail__content {
		max-width: 780px;
		padding: 0 80px;
	}

	.s-detail__s-contact {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 280px;
	}

	.s-detail__s-links {
		position: relative;
	}

	.s-detail__section {
		position: relative;
		margin-bottom: 70px;
	}

	.s-detail__subtitle {
		font-family: "roboto";
		font-size: 26px;
		color: #1f1e28;
		margin-bottom: 30px;
		margin-top: 0;
	}

	.s-detail__text {
		font-weight: 100;
		font-family: "sw";
		line-height: 2;
		color: #2a2a2a;
	}

	.s-detail__img {
		position: absolute;
		left: -90px;
		top: -30px;
		max-width: 210px;
		height: auto;
		z-index: -1;
		opacity: 0.06;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		-webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
		transition: opacity 0.3s, -webkit-filter 0.3s;
		transition: filter 0.3s, opacity 0.3s;
		transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
	}

	.s-detail__s-section {
		padding-left: 80px;
		position: relative;
	}

	/*  s-links  */
	.s-links {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}

	.s-links__mobile-top {
		display: none;
	}

	.s-links__item {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.s-links__item:hover .s-links__text,
	.s-links__item.is-active .s-links__text {
		color: #b23939;
	}

	.s-links__item:hover .s-links__img,
	.s-links__item.is-active .s-links__img {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.s-links__link {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.s-links__img {
		margin-right: 15px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 45px;
		max-height: 45px;
		opacity: 0.6;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		-webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
		transition: opacity 0.3s, -webkit-filter 0.3s;
		transition: opacity 0.3s, filter 0.3s;
		transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
	}

	.s-links__text {
		text-transform: uppercase;
		font-family: "roboto";
		text-transform: uppercase;
		font-size: 12px;
		line-height: 18px;
		color: #383838;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}

	.is-sticky.is-fixed {
		position: fixed;
		top: 130px;
	}

	.is-sticky.is-bottom {
		position: absolute;
		bottom: 0;
		top: auto;
	}

	/*   s-contact   */
	.s-contact {
		max-width: 280px;
		margin-left: auto;
		padding-bottom: 100px;
	}

	.s-contact__note {
		color: #ababab;
		line-height: 25px;
		font-family: "sw";
		margin-bottom: 25px;
	}

	.s-contact__container {
		position: relative;
		padding: 0 40px;
		cursor: pointer;
	}

	.s-contact__container:hover .s-contact__img {
		filter: none;
	}

	.s-contact__img {
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 25px;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		width: 160px;
		height: auto;
		-webkit-transition: -webkit-filter 0.3s;
		transition: -webkit-filter 0.3s;
		transition: filter 0.3s;
		transition: filter 0.3s, -webkit-filter 0.3s;
	}

	.s-contact__name {
		display: block;
		font-family: "sw";
		font-weight: 700;
		color: #2a2a2a;
		text-decoration: none;
		font-size: 24px;
		margin-bottom: 20px;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}

	.s-contact__name:hover {
		color: #b23938;
	}

	.s-contact__position {
		color: #383838;
		font-size: 12px;
		text-transform: uppercase;
		font-family: "roboto";
		font-weight: 100;
		margin-bottom: 33px;
		line-height: 2;
	}

	.s-contact__button {
		position: relative;
		z-index: 2;
	}

	/*  s-section  */
	.s-section {
		margin-bottom: 90px;
	}

	.s-section:last-child {
		margin-bottom: 0;
	}

	.s-section__row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.s-section__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		text-decoration: none;
		padding-right: 50px;
	}

	.s-section__item:hover .s-section__link {
		color: #a00606;
	}

	.s-section__link {
		display: block;
		margin-bottom: 25px;
		text-decoration: none;
		color: #2a2a2a;
		font-weight: 700;
		font-family: "sw";
		line-height: 20px;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}

	.s-section__link:hover {
		color: #b23939;
	}

	.s-section__all {
		margin-top: 40px;
	}

	.s-section__all--mobile {
		display: none;
	}

	.s-section__text {
		font-weight: 100;
		line-height: 25px;
		color: #000;
	}

	.s-section__date {
		font-size: 14px;
		font-weight: 100;
		color: #999;
		margin-bottom: 33px;
	}

	/*   s-client   */
	.s-client {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.s-client__img {
		width: 70px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 20px;
		margin-top: 7px;
	}

	.s-client__title {
		font-weight: 700;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.s-client__content {
		min-height: 110px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.s-client__link {
		font-style: italic;
		font-weight: 100;
		color: #8c8c8c;
		text-decoration: none;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}

	.s-client__link:hover {
		color: #b23939;
	}

	/* person */
	.person__inner {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.person__name {
		font-size: 60px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.person__position {
		font-family: "roboto";
		text-transform: uppercase;
		font-size: 15px;
		color: #383838;
		letter-spacing: 1px;
	}

	.person__about-image {
		width: 420px;
		height: 420px;
		overflow: hidden;
	}

	.person__main {
		width: calc(100% - 350px);
	}

	.person__about {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 25px;
		margin-top: 50px;
	}

	.person__about-image {
		margin-right: 5%;
	}

	.person__about-contacts {
		width: 100%;
		max-width: 570px;
	}

	.person__about-contacts-inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.person__about-contacts-col {
		width: 40%;
		display: flex;
		flex-direction: column;
	}

	.person__about-contacts-block {
		margin-bottom: auto;
	}

	.person__about-contacts-col--mail {
		margin-top: 20px;
	}

	.person__heading {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 40px;
	}

	.person__about-contacts-name,
	.person__about-contacts-info-key {
		font-size: 14px;
		color: #8c8c8c;
		font-weight: 100;
		font-style: italic;
	}

	.person__about-contacts-info-key {
		width: 70px;
	}

	.person__about-contacts-info-value {
		text-decoration: none;
		color: #272727;
		font-size: 14px;
		margin-left: 10px;
	}

	.person__about-contacts-info-value:hover {
		color: #a00606;
	}

	.person__about-contacts-name {
		margin-bottom: 20px;
	}

	.person__about-contacts-info {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.person__about-contacts-address {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 20px;
	}

	.person__about-contacts-info {
		margin-bottom: 20px;
	}

	.person__about-contacts-info:last-child {
		margin-bottom: 0;
	}

	.person__vcard {
		margin-top: 50px;
	}

	.person__more {
		margin-top: 45px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.person__more-achivments {
		padding-left: 20px;
		width: 445px;
		margin-right: 5%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.person__more-achivment {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 60px;
	}

	.person__more-achivment:last-child {
		margin-bottom: 0;
	}

	.person__sub {
		width: 350px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 50px;
	}

	.person__more-achivment-image {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 105px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 20px;
	}

	.person__more-achivment-text {
		line-height: 25px;
	}

	.person__more-bio-text {
		font-size: 16px;
		line-height: 32px;
		margin-top: 0;
		margin-bottom: 60px;
	}

	/*.person__more-bio-text:last-child {*/
	/*	margin-bottom: 0;*/
	/*}*/

	.s-section--person {
		margin: 50px 0 0;
	}

	.s-section--person .s-section__row {
		justify-content: space-between;
	}

	.s-section--person .s-section__item {
		width: 33.33%;
		padding-right: 0;
	}

	/* service */
	/* .service {
		padding-right: 30px;
		padding-bottom: 20px;
	}

	.service .s-name {
		margin-bottom: 45px;
	}

	.service__list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.service__list-item {
		flex: 0 0 33.33%;
		margin-bottom: 18px;
	}

	.service__list-link {
		color: #2a2a2a;
		font-family: "sw";
		font-size: 12px;
		font-weight: 700;
	}
	.service__link {
		display: inline-block;
		margin-top: 22px;
	} */
	/* service end */

	.mCSB_dragger_bar {
		background-color: #980307 !important;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		height: 4px !important;
		background-color: #e9e9e9;
	}

	@media only screen and (min-width: 1280px) {
		.s-links,
		.s-contact {
			position: -webkit-sticky;
			position: sticky !important;
			top: 130px !important;
		}
	}

	.news-detail-wrapper {
		position: relative;
	}
}

.footer__menu .footer__menu-item:first-child .footer__menu-item-inner {
	flex-wrap: wrap;
}

.footer__menu .footer__menu-item:first-child .footer__menu-item-group {
	margin-bottom: 0;
}

.cont__main {
	width: 100%;
}

.index__customers-item-text {
	text-decoration: none;
	color: #999;
}

@media only screen and (min-width: 1700px) {
	.person__about-contacts-block {
		display: flex;
	}
	.person__about-contacts-name,
	.person__about-contacts-info-key {
		flex: 0 0 55px;
	}

	.person__about-contacts-address {
		display: flex;
		flex-direction: column;
		margin-left: 0px;
		margin-bottom: 25px;
	}

	.person__about-contacts-address span {
		display: block;
	}

	.person__about-contacts-address span:first-child {
		margin-bottom: 20px;
	}
}

.goMap--lg, #yaMap {
	height: 510px;
}

.goMap--sm {
	height: 168px;
}

.no-hover:hover {
	color: #1f1e28 !important;
}

.cont_map-direction .arrow {
	top: 2px;
}

@media only screen and (min-width: 1700px) {
	.work .work__inner {
		padding-left: 30px
	}
}

@media only screen and (min-width: 1700px) {
	.emp__item-rank {
		min-height: 65px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.emp__item-rank {
		min-height: 65px;
	}
}

.index__customers-items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.index__customers-item {
	padding: 0 20px;
}

.index__customers-item-image {
	max-height: 100%;
	object-fit: contain;
	padding: 0;
}

@media only screen and (max-width: 1699px) and (min-width: 1280px) {
	#goMap, #yaMap, .goMap--lg {
		height: 380px !important;
	}
}