body {
	margin: 0;
	padding: 0;
}

.page-wrapper {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 100vh;
}

.page-wrapper *,
.page-wrapper ::before,
.page-wrapper ::after {
	box-sizing: inherit;
}

.page-header {
	border-bottom: 1px solid #ebebeb;
	padding-top: 22px;
	padding-bottom: 22px;
	position: relative;
}

	.page-header__logo {
		position: absolute;
		top: 37px;
		width: 218px;
	}

	.page-header__slogan,
	.page-header__contacts,
	.page-header__callback,
	.page-header__office {
		position: absolute;
	}

	.page-header__slogan {
		display: none;
		font-size: 18px;
		line-height: 1.2;
		text-transform: uppercase;
		top: 34px;
	}

		.page-header__slogan span {
			display: block;
			font-weight: 100;
		}

	.page-header__contacts {
	}

	.page-header__callback {
	}

	.page-header__office {
		display: none;
		position: absolute;
		top: 24px;
		width: 220px;
	}

.page-nav {
	height: 64px;
	position: relative;
}

	.page-nav__inner {
	}

	.page-nav__mobile-menu-checkbox {
		display: none;
	}

	.page-nav__mobile-menu-button {
		background: none;
		border: none;
		bottom: 0;
		cursor: pointer;
		display: none;
		height: 18px;
		left: 0;
		margin: auto;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		user-select: none;
		width: 30px;
		z-index: 7;
	}

		.page-nav__mobile-menu-button:before {
			border-top: 4px solid #ed1c24;
			content: "";
			display: block;
			transition: transform .3s;
			width: 100%;
		}

		.page-nav__mobile-menu-button:after {
			border-top: 4px solid #ed1c24;
			content: "";
			display: block;
			transition: transform .3s;
			width: 100%;
		}

		.page-nav__mobile-menu-button span {
			background: #ed1c24;
			content: "";
			display: block;
			height: 4px;
			margin: 3px 0;
			width: 100%;
		}

		.page-nav__mobile-menu-checkbox:checked ~ .page-nav__mobile-menu-button:before {
			border-color: #fff;
			transform: translateY(4px) translateX(9px) rotate(-45deg);
			transform-origin: 50% 50%;
		}

		.page-nav__mobile-menu-checkbox:checked ~ .page-nav__mobile-menu-button:after {
			border-color: #fff;
			transform: translateY(0px) translateX(-9px) rotate(45deg);
			transform-origin: 50% 50%;
		}

		.page-nav__mobile-menu-checkbox:checked ~ .page-nav__mobile-menu-button span {
			display: none;
		}

	.page-nav__mobile-menu-checkbox:checked ~ .page-nav__inner {
		display: block;
	}

.page-content {
	border-top: 1px solid #ebebeb;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

	.page-content__inside {
		padding-top: 44px;
		padding-bottom: 64px;
	}

	.page-content__section {
		padding-top: 60px;
		padding-bottom: 50px;
	}

		.page-content__section--bg-image-gray {
			background: url(images/bg-gray.jpg) no-repeat 50% 50%;
			background-size: cover;
		}

		@media (min-width: 992px) {
			.page-content__section--bg-image-gray-two-block {
				background: url(images/bg-gray-two-block.jpg) no-repeat 50% 50%;
				background-size: cover;
			}
		}

		.page-content__section--border-top-gray {
			border-top: 1px solid #ebebeb;
		}

		.page-content__section--bg-image-blue {
			background: url(images/bg-blue.jpg) no-repeat 50% 50%;
			background-size: cover;
			color: #fff;
		}

		.page-content__section--bg-color-gray {
			background: #f6f6f6;
		}

		.page-content__section--bg-image-black {
			background: url(images/bg-black.jpg) no-repeat 50% 50%;
			background-size: cover;
			color: #fff;
		}

.page-footer {
	border-top: 1px solid #ebebeb;
	font-size: 12px;
	/*height: 206px;*/
	padding: 46px 0;
}

	.page-footer .container:first-child {
		margin-bottom: 18px;
	}

	.page-footer__inner {
		margin: 0 -15px;
	}

		.page-footer__office {
			float: left;
			padding: 0 15px;
		}

			.page-footer__logo {
				margin-bottom: 14px;
			}

		.page-footer__footer-menu {
			display: none;
			float: left;
			padding: 0 15px;
		}

			.page-footer__footer-menu-col {
				float: left;
				padding: 0 15px;
				width: 25%;
			}

		.page-footer__contacts {
			float: right;
			padding: 0 15px;
		}

			.page-footer__contacts > div {
				margin-bottom: 20px;
			}

				.page-footer__contacts > div:last-child {
					margin-bottom: 0;
				}

.logo img {
	display: block;
	max-width: 100%;
}
	.logo--footer img {
		max-width: 124px;
	}

.short-contacts {
	font-size: 13px;
}

	.short-contacts__phone {
		font-size: 22px;
		margin-bottom: 6px;
	}

		.short-contacts__email .svg-icon {
			fill: #babfc6;
			height: 16px;
			margin-right: 6px;
			width: 16px;
		}

.short-office {
	font-size: 13px;
	line-height: 1.5;
	width: 220px;
}

	.short-office__address {
		margin-bottom: 8px;
		position: relative;
	}

	.short-office__address--header {
		padding-left: 24px;
	}

		.short-office__address .svg-icon {
			fill: #babfc6;
			height: 20px;
			left: 0;
			top: 8px;
			position: absolute;
			width: 16px;
		}

	.short-office__time-work {
		position: relative;
	}

	.short-office__time-work--header {
		padding-left: 24px;
	}

		.short-office__time-work .svg-icon {
			fill: #babfc6;
			height: 20px;
			left: 0;
			top: 0;
			position: absolute;
			width: 16px;
		}

.full-contacts {
	position: relative;
}

	.full-contacts__info {
		background: rgba(255, 255, 255, .7);
		padding: 42px 32px 50px 32px;
	}

		.full-contacts__info .full-contacts__row {
			margin: 0;
		}

		.full-contacts__hr {
			border-bottom: 1px solid #dfdfdf;
			margin: 22px 0;
		}

	.full-contacts__map .bx-yandex-view-map {
		height: 420px;
	}

.flash-responsive {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	position: relative;
}

	.flash-responsive object,
	.flash-responsive embed {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

.contacts-info {
	line-height: 1.6;
	margin-top: 40px;
	text-align: center;
}

	.contacts-info .svg-icon {
		display: block;
		fill: #babfc6;
		height: 52px;
		margin: 0 auto 36px auto;
		width: 40px;
	}

		.contacts-info .contacts-info__phones {
			font-size: 26px;
			font-weight: 700;
		}


.scrollTop {
	bottom: 160px;
	cursor: pointer;
	position: fixed;
	right: 57px;
	z-index: 5;
}

	.scrollTop .svg-icon {
		display: inline-block;
		fill: #979da3;
		height: 52px;
		transition: fill .3s;
		transform: rotate(90deg);
		width: 52px;
	}

		.scrollTop:hover .svg-icon {
			fill: #ed1d24;
		}

@media (max-width: 767px) {
	.page-header {
		text-align: center;
	}

	.page-header__logo,
	.page-header__contacts,
	.page-header__callback {
		display: inline-block;
		position: static;
		text-align: left;
	}

	.page-header__logo {
		margin-bottom: 26px;
	}

	.page-header__contacts {
		margin-bottom: 22px;
	}

	.page-content__section--bg-image-gray,
	.page-content__section--bg-image-blue,
	.page-content__section--bg-image-black {
		background-repeat: repeat;
		background-size: auto;
	}

	.page-footer {
		height: auto;
		padding-top: 36px;
		padding-bottom: 36px;
		text-align: center;
	}

	.page-footer__office {
		display: inline-block;
		float: none;
		margin-bottom: 34px;
	}

	.page-footer__logo img {
		margin: 0 auto;
	}

	.page-footer__contacts {
		display: inline-block;
		float: none;
	}

	.scrollTop {
		display: none !important;
		visibility: hidden;
	}
}

@media (min-width: 768px) {
	.page-header {
		height: 114px;
	}

	.page-header__logo {
		left: 15px;
	}

	.page-header__contacts {
		left: 314px;
		top: 32px;
	}

	.page-header__callback {
		left: 554px;
		top: 32px;
	}

	.page-footer__office {
		width: 30%;
	}

	.page-footer__contacts {
		width: 30%;
	}

  .full-contacts__info {
		left: 50%;
		margin-left: 80px;
		position: absolute;
		top: 64px;
	  width: 280px;
		z-index: 1;
	}

	.full-contacts__map .bx-yandex-view-map {
		height: 420px;
	}
}

@media (max-width: 991px) {
	.page-nav__inner {
		background: #ed1c24;
		display: none;
		left: 0;
		padding: 64px 15px 88px 15px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 6;
	}

	.page-nav__mobile-menu-button {
		display: block;
	}

	.page-nav__search {
		bottom: 15px;
		left: 15px;
		position: absolute;
		right: 15px;
	}
}

@media (min-width: 992px) {
	.page-header__logo {
		left: 15px;
	}

	.page-header__contacts {
		left: 258px;
	}

	.page-header__callback {
		left: 485px;
	}

	.page-header__office {
		display: block;
		left: 700px;
	}

	.page-nav__main-nav {
		margin-right: 18px;
	}

	.page-nav__search {
		float: right;
		margin-top: 21px;
		margin-right: -10px;
	}

	.page-footer__office {
		width: 19.65811965811966%;
	}

	.page-footer__contacts {
		width: 23.85470085470085%;
	}

	.page-footer__footer-menu {
		display: block;
		width: 56.48717948717949%;
	}

	.full-contacts__info {
		margin-left: 208px;
	}
}

@media (min-width: 1200px) {
	.page-header__logo {
		left: 15px;
	}

	.page-header__slogan {
		display: block;
		left: 264px;
	}

	.page-header__contacts {
		left: 456px;
	}

	.page-header__callback {
		left: 684px;
	}

	.page-header__office {
		left: 920px;
	}
}
#svg-sprite{display:none}
.table-wrap tr{
	display: flex;
}
.form-container{
	min-width: 450px;
}

@media (max-width: 767px) {
	.file-list-showcase .file-list-showcase__item {
		height: 256px;
	}
	.form-container{
		min-width: 350px;
	}
}
@media (max-width: 460px) {
	.form-container{
		min-width: 0px;
	}
}


