/*
1) COMMON
*/

/* 1) COMMON START */
	.main-services .nav-tabs { max-width: 64vw; }

	.services__wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.services__left {
		flex-shrink: 0;
		margin-right: 23px;
		width: 680px;
	}

	.services p {
		margin-bottom: 28px;
		color: #606060;
		font: 400 20px/25px "AvenirNextCyr", Arial, sans-serif;
	}

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

	.services p a { color: #00b188; text-decoration: underline; }

	.services__gallery {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 35px 0 28px;
	}

	.services__right {
		flex-shrink: 0;
		margin-top: -110px;
		width: 721px;
	}

	.services__right img { width: 100%; }

	.services__gallery a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		background: #000;
	}

	.services__gallery-main {
		margin-right: 40px;
		width: 640px;
		height: 400px;
	}

	.services__gallery-minor {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		width: 300px;
		height: 400px;
	}

	.services__gallery-minor a { width: 100%; height: 180px; }

	.services__gallery-rest { margin-top: 40px; }

	.services__gallery-rest .img-container { opacity: 0.3; }

	.services__gallery-count {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.services__gallery-count p {
		margin-bottom: 0;
		color: #fff;
		font: 200 50px/1 "AvenirNextCyr", Arial, sans-serif;
	}

	.services__gallery-hidden {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		border: 0;
		opacity: 0;
		visibility: hidden;
	}
/* 1) COMMON END */

@media (max-width: 1024px) {
	.main-services .nav-tabs { max-width: 100%; }

	.services__wrap { flex-direction: column; }

	.services__right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		order: 1;
		flex-shrink: 0;
		margin-top: 0;
		margin-bottom: -10rem;
		width: 100%;
	}

	.services__right img { flex-shrink: 0; width: 170%; }

	.services__left {
		order: 2;
		flex-shrink: 0;
		margin-right: 0;
		padding: 0 5.875rem;
		width: 100%;
	}

	.services p {
		margin-bottom: 3.125rem;
		font-size: 3.375rem;
		line-height: 1.2;
	}

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

	.services__center { padding: 0 5.875rem; width: 100%; }

	.services__gallery {
		flex-direction: column;
		margin: 3.125rem 0 3.75rem;
		width: 100%;
	}

	.services__gallery-main {
		margin-right: 0;
		margin-bottom: 3.875rem;
		width: 100%;
		height: 36rem;
	}

	.services__gallery-minor {
		width: 100%;
		height: auto;
	}

	.services__gallery-minor a {
		width: 100%;
		height: 36rem;
	}

	.services__gallery-rest { margin-top: 3.875rem; }

	.services__gallery-count p { font-size: 10rem; }
}