/* Polyfill for IE9+ */
	.img-container { width: 100%; height: 100%; }

	.img-container.internet-exploer-img {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	.img-container.internet-exploer-img .object-fit-img { opacity: 0; }

	.object-fit-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50%;
	}
/* /Polyfill for IE9+ */

/* body::-webkit-scrollbar { width: 0; } */

*:focus,
button:focus { outline: 0; }

html { font-size: 0.83333vw; }

body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	text-decoration-skip-ink: none;
	overflow-x: hidden;
	background: #fafafa;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

picture { display: inline-block; }

picture img { width: 100%; }

main { padding-bottom: 5rem; }

main .nav-tabs {
	position: relative;
	margin-bottom: 2.1875rem;
	border: 0;
	z-index: 1;
}

main .nav-tabs li { margin-right: 1.75rem; }

main .nav-tabs .nav-link {
	padding: 0;
	color: #00b188;
	font: 600 1.0625rem/1.875rem "AvenirNextCyr", Arial, sans-serif;
	text-decoration: underline;
	background: transparent;
	border: 0;
}

main .nav-tabs .nav-link.active {
	color: #1c1c24;
	text-decoration: none;
	background-color: transparent;
}

.container { max-width: 84.375rem; }

.mob { display: none; }

.title {
	margin-bottom: 2.8125rem;
	color: #1c1c24;
	font: 900 3.125rem/1 "AvenirNextCyr", Arial, sans-serif;
	word-break: break-word;
}

.small-title {
	margin-bottom: 2.5rem;
	color: #1c1c24;
	font: 600 2.5rem/1 "AvenirNextCyr", Arial, sans-serif;
	word-break: break-word;
}

.heavy-title {
	margin-bottom: 3.5rem;
	color: #1c1c24;
	font: 900 3.125rem/1 "AvenirNextCyr", Arial, sans-serif;
	word-break: break-word;
}

.projects-title {
	margin-bottom: 1.375rem;
	color: #1c1c24;
	font: 600 1.4375rem/1.875rem "AvenirNextCyr", Arial, sans-serif;
}

.hidden {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: -9999;
}

.form-checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.form-checkbox .label-dot {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	margin-bottom: 0;
	margin-right: 0.625rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0.125rem;
	cursor: pointer;
}

.form-checkbox .label-dot::after {
	content: '';
	width: 0.75rem;
	height: 0.5625rem;
	background: url('../img/check.png') no-repeat 50%/contain;
	opacity: 0;
}

.form-checkbox input:checked + .label-dot::after { opacity: 1; }

.form-checkbox .label-text {
	margin: 0;
	color: #4F4F4F;
	font: 400 0.875rem/1.05 "AvenirNextCyr", Arial, sans-serif;
}

.form-checkbox .label-text a { color: #62676C; text-decoration: underline; }

.form-control::-webkit-input-placeholder { color: #fff; text-transform: uppercase; }
.form-control:-ms-input-placeholder { color: #fff; text-transform: uppercase; }
.form-control::-ms-input-placeholder { color: #fff; text-transform: uppercase; }
.form-control::placeholder { color: #fff; text-transform: uppercase; } 

@media (max-width: 1600px) {
	html, body { font-size: 1vw; }
}

@media (max-width: 1024px) {
	html, body { font-size: 1.5625vw; overflow-x: hidden; }

	main { padding-bottom: 0; }

	.container { max-width: 100%; }

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
	{ padding: 0; }

	.mob { display: block; }

	.desk { display: none; }

	.title {
		margin-bottom: 2.8125rem;
		font-size: 5rem;
		line-height: 6rem;
	}

	.small-title {
		margin-bottom: 3.125rem;
		padding-left: 5.875rem;
		font-size: 6rem;
		line-height: 1;
	}

	.heavy-title {
		margin-bottom: 4.375rem;
		font-size: 5rem;
		line-height: 6rem;
	}

	.projects-title {
		margin-bottom: 3.125rem;
		font-size: 3.75rem;
		line-height: 1.5;
	}

	main .nav-tabs {
		flex-direction: column;
		margin-bottom: 3.375rem;
		padding-left: 5.875rem;
	}

	main .nav-tabs li { margin-right: 0; }

	main .nav-tabs .nav-link { font-size: 3.375rem; line-height: 5.875rem; }

	.form-checkbox .label-dot {
		margin-right: 1.875rem;
		width: 4rem;
		height: 4rem;
		border-width: 0.25rem;
		border-radius: 0.375rem;
	}

	.form-checkbox .label-dot::after { width: 2.375rem; height: 1.75rem; }

	.form-checkbox .label-text { font-size: 3rem; }

	.bx-404-container h3 { font-size: 3rem; }
}