@charset "UTF-8";


audio,
canvas,
progress,
video {
	display: inline-block
}

progress,
sub,
sup {
	vertical-align: baseline
}

.fancybox-slide,
legend {
	box-sizing: border-box;
	white-space: normal
}

.fancybox-content,
.fancybox-infobar__body,
.fancybox-slider,
.fancybox-slider-wrap,
.fancybox-thumbs,
.fancybox-thumbs>ul>li {
	-webkit-tap-highlight-color: transparent
}

.fancybox-caption a,
a:hover,
abbr[title] {
	text-decoration: underline
}

.fancybox-thumbs>ul,
ol,
ul {
	list-style: none;
	padding: 0
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

.fancybox-bg,
.fancybox-container {
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden
}

audio:not([controls]) {
	display: none;
	height: 0
}

.fancybox-enabled,
svg:not(:root) {
	overflow: hidden
}

body,
button,
input,
optgroup,
select,
textarea {
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

.fancybox-infobar,
[hidden],
template {
	display: none
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99993;
	backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
	z-index: 99992
}

.fancybox-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	backface-visibility: hidden
}

.fancybox-controls,
.fancybox-slider,
.fancybox-slider-wrap {
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .2s;
	pointer-events: none;
	backface-visibility: hidden;
	direction: ltr
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
	display: block
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	backface-visibility: hidden
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch
}

.fancybox-content,
.fancybox-slide>* {
	position: relative;
	text-align: left;
	box-sizing: border-box
}

.fancybox-slide:before {
	content: "";
	height: 100%;
	width: 0
}

.fancybox-slide:before,
.fancybox-slide>* {
	display: inline-block;
	vertical-align: middle
}

.fancybox-slide>* {
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	background-color: #fff;
	overflow: auto
}

.fancybox-slide--image {
	overflow: hidden
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-content {
	display: inline-block;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	white-space: normal;
	outline: 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
	-webkit-overflow-scrolling: touch
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: 0 0
}

.fancybox-placeholder {
	z-index: 99995;
	background: no-repeat;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0
}

.fancybox-image,
.fancybox-spaceball {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	background: 0 0;
	background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default
}

.fancybox-button,
.fancybox-close-small {
	width: 44px;
	height: 44px;
	margin: 0;
	cursor: pointer
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: 0 0;
	z-index: 10
}

.fancybox-close-small:after {
	position: absolute;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: 0 0
}

.fancybox-close-small:hover:after {
	color: #555
}

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff
}

.fancybox-button {
	display: inline-block;
	position: relative;
	line-height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: 0
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}

a,
a:hover {
	color: #10499e
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
	opacity: .5
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: 0 0;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	border-bottom-left-radius: 5px
}

.fancybox-button--right {
	border-bottom-right-radius: 5px
}

.fancybox-button--close {
	float: right
}

.fancybox-button--close:after,
.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}

.h1,
.h2,
.h3,
.logo,
.logo a,
h1,
h2,
h3 {
	display: block
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: 0 0
}

.fancybox-button--play:before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: 0 0
}

.fancybox-button--pause:before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
	background: 0 0
}

.fancybox-button--thumbs span {
	font-size: 23px
}

.fancybox-button--thumbs:before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box
}

.fancybox-thumbs>ul {
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: 0;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

.wrap,
.wrapper {
	width: 100%
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

body,
html {
	height: 100%
}

body {
	background: #fff;
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 320px
}

a,
button {
	transition: .3s, background-color .3s, color .3s
}

input {
	-webkit-appearance: none
}

a {
	text-decoration: none
}

img {
	vertical-align: top;
	border-style: none
}

ol,
ul {
	margin: 0
}

.h1,
h1 {
	margin: 0 0 55px;
	font: 700 60px/64px "Arial Black", Arial, Helvetica, sans-serif
}

.h2,
h2 {
	font: 700 32px/34px Arial, Helvetica, sans-serif;
	margin: 0 0 50px
}

.h3,
h3 {
	margin: 0 0 35px;
	font: 700 22px/24px Arial, Helvetica, sans-serif
}

.footer .logo .ico,
.logo .ico {
	font-size: 82px;
	line-height: 40px
}

.row:after,
.row:before {
	content: '';
	display: table
}

.logo .ico {
	letter-spacing: 1px
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box
}

.row:after {
	clear: both
}

.wrap:after {
	content: "";
	display: block;
	clear: both
}

.logo {
	background: url(../images/logo.png) no-repeat;
	width: 215px;
	height: 58px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden
}

.logo a {
	display: block;
	height: 100%
}

.btn,
.input-text {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box
}

.footer {
	background: #021d35;
	font-family: "Arial Black", Arial, Helvetica, sans-serif
}

.footer .logo .ico .path1:before {
	color: #5b595d
}

.footer .logo .ico .path2:before {
	color: #676568
}

.footer .logo .ico .path3:before {
	color: #575558
}

.footer .logo .ico .path4:before {
	color: #676568
}

.footer .logo .ico .path5:before {
	color: #5b595d
}

.footer .logo .ico .path6:before {
	color: #666468
}

.input-text {
	padding: 10px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	font: 15px/18px Arial, Helvetica, sans-serif;
	border: 2px solid #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
	border-radius: 3px
}

.input-text.invalid {
	border-color: red
}

.btn {
	border-radius: 5px;
	border: 2px solid transparent;
	margin: 0;
	padding: 17px 17px 12px;
	cursor: pointer;
	background: #bf1212;
	font: 700 12px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	transition: .3s;
	text-decoration: none
}

.btn.btn-default,
.btn:hover {
	color: #bf1212;
	text-decoration: none
}

.btn.btn-black {
	background: #342e37
}

.btn.btn-default {
	background: 0 0;
	border-color: #bf1212
}

.btn.btn-primary {
	background: #10499e;
	border-color: #10499e
}

.btn:hover {
	background: #fff;
	border-color: #bf1212
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	background: #10499e;
	border-radius: 2px
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
	content: '';
	background: url(../images/check.png) no-repeat;
	width: 9px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 3px;
	transition: all .2s
}

[type=checkbox]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

[type=checkbox]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

[type=checkbox]:disabled:checked+label:before,
[type=checkbox]:disabled:not(:checked)+label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd
}

[type=checkbox]:disabled:checked+label:after {
	color: #999
}

[type=checkbox]:disabled+label {
	color: #aaa
}

.check-row {
	width: 228px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px
}

.check-row label {
	display: block;
	font-weight: 100
}

.owl-next,
.owl-prev {
	width: 18px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	color: #bcbec0;
	font-size: 20px;
	line-height: 20px;
	text-align: center
}

.owl-next:hover:before,
.owl-prev:hover:before {
	color: #10499e
}

.wrapper {
	padding-top: 91px
}

.header {
	padding: 14px 0 12px;
	border-bottom: 3px solid #2a55d0;
	background: rgba(255, 255, 255, 1);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(64%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(221, 235, 248, 1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 64%, rgba(221, 235, 248, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddebf8', GradientType=0);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: 1px 0 10px 0 rgba(0, 0, 0, .3);
	z-index: 20
}

.logo-holder {
	width: calc(99.9% * 3/12)
}

.logo-holder:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.logo-holder:last-child {
	margin-right: 0
}

.logo-holder:nth-child(12n) {
	margin-right: 0;
	float: right
}

.logo-holder:nth-child(12n+1) {
	clear: both
}

.slogan-holder {
	width: calc(99.9% * 4/12)
}

.slogan-holder:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.slogan-holder:last-child {
	margin-right: 0
}

.slogan-holder:nth-child(12n) {
	margin-right: 0;
	float: right
}

.slogan-holder:nth-child(12n+1) {
	clear: both
}

.contact-block:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.contact-block:last-child {
	margin-right: 0
}

.contact-block:nth-child(12n) {
	margin-right: 0;
	float: right
}

.contact-block:nth-child(12n+1) {
	clear: both
}

.slogan-text {
	padding-top: 5px;
	font-size: 18px;
	line-height: 22px;
	display: block
}

.contact-block {
	width: calc(99.9% * 5/12);
	padding-top: 6px;
	text-align: right
}

.contact-block__phone {
	font-size: 34px;
	line-height: 34px;
	display: block;
	color: #10499e;
	margin-bottom: 3px
}

.contact-block__phone--color {
	color: #6a6a6a;
	font-weight: 400;
	font-size: 30px
}

.intro-block__text,
.intro-block__title {
	font-weight: 900;
	text-transform: uppercase
}

.order-call-link {
	display: inline-block;
	padding-left: 23px;
	background: url(../images/icon-phone.png) no-repeat;
	line-height: 16px;
	font-size: 13px
}

.intro-block {
	background: url(../images/bg-intro.png) repeat-x;
	margin: 0 0 80px;
	color: #fff
}

.intro-block__content {
	position: relative
}

.intro-block .row {
	position: absolute;
	left: 20px;
	right: 18px;
	top: 0;
	bottom: 0
}

.border-row,
.main-catalog .container {
	position: relative
}

.intro-block__col {
	width: calc(99.9% * 7.5/12);
	padding: 80px 30px 29px 75px;
	box-sizing: border-box
}

.intro-block__col:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.intro-block__col:last-child {
	margin-right: 0
}

.intro-block__col:nth-child(12n) {
	margin-right: 0;
	float: right
}

.intro-block__col:nth-child(12n+1) {
	clear: both
}

.intro-block__col--form {
	width: calc(99.9% * 4.5/12);
	padding: 0;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	color: #000
}

.intro-block__col--form:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.intro-block__col--form:last-child {
	margin-right: 0
}

.intro-block__col--form:nth-child(12n) {
	margin-right: 0;
	float: right
}

.intro-block__col--form:nth-child(12n+1) {
	clear: both
}

.intro-block__title {
	text-shadow: 0 0 15px rgba(0, 0, 0, .8);
	margin: 0 0 85px
}

.intro-block__title span {
	display: block;
	font-size: 30px;
	line-height: 40px
}

.intro-block__text {
	font-size: 20px;
	line-height: 24px;
	text-shadow: 0 0 15px rgba(0, 0, 0, .8)
}

.callback-form {
	width: 325px;
	margin: 0 auto;
	padding-top: 75px
}

.callback-form__text,
.callback-form__title {
	font-size: 22px;
	line-height: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-align: center
}

.callback-form__text {
	text-transform: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700
}

.callback-form .btn,
.callback-form .input-text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0
}

.callback-form .input-text {
	margin: 0 0 12px
}

.border-row {
	border: 1px solid #ebebeb
}

.main-catalog {
	margin-bottom: 40px
}

.main-catalog__img {
	width: calc(99.9% * 7/12)
}

.main-catalog__img:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.main-catalog__img:last-child {
	margin-right: 0
}

.main-catalog__img:nth-child(12n) {
	margin-right: 0;
	float: right
}

.main-catalog__img:nth-child(12n+1) {
	clear: both
}

.main-catalog__img img {
	height: 400px;
	display: block;
	width: auto
}

.main-catalog__aside {
	width: calc(99.9% * 5/12);
	background: #f3f8fd;
	box-sizing: border-box;
	padding: 173px 20px 32px;
	float: right!important
}

.main-catalog__aside:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.main-catalog__aside:last-child {
	margin-right: 0
}

.main-catalog__aside:nth-child(12n) {
	margin-right: 0;
	float: right
}

.main-catalog__aside:nth-child(12n+1) {
	clear: both
}

.main-catalog__aside .btn {
	min-width: 207px;
	height: 207px;
	height: 43px;
	line-height: 43px;
	padding-top: 0;
	padding-bottom: 0
}

.main-catalog .tabset-holder {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 400px
}

.main-catalog .tabset-title {
	text-transform: uppercase;
	color: #6c6c6c;
	font-size: 16px;
	margin: 0 0 13px
}

.main-catalog .tabset:after {
	content: "";
	display: block;
	clear: both
}

.main-catalog .tabset__item {
	float: left;
	margin: 0 0 10px 16px
}

.main-catalog .tabset__item.active .tabset__link,
.main-catalog .tabset__item:hover .tabset__link {
	background: #10499e;
	border-color: #10499e;
	color: #fff
}

.main-catalog .tabset__link {
	display: block;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	height: 24px;
	padding: 0px 2px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	text-transform: uppercase
}

.main-catalog .tabset-inner {
	margin-bottom: 11px
}

.main-catalog .tabset-inner .tabset__item.active .tabset-inner__link,
.main-catalog .tabset-inner .tabset__item:hover .tabset-inner__link {
	background: #10499e;
	border-color: #10499e;
	color: #fff
}

.main-catalog .tabset-inner .tabset__item.active .tabset-inner__link:before,
.main-catalog .tabset-inner .tabset__item:hover .tabset-inner__link:before {
	opacity: 1!important
}

.main-catalog .tabset-inner__link {
	width: auto;
	background: 0 0;
	border-color: transparent;
	height: 28px;
	line-height: 28px;
	padding-left: 32px;
	padding-right: 10px;
	position: relative;
	text-transform: none
}

.main-catalog .tabset-inner__link:after,
.main-catalog .tabset-inner__link:before {
	content: "";
	position: absolute
}

.main-catalog .tabset-inner__link:before {
	width: 28px;
	height: 28px;
	background: #fff;
	left: 0;
	top: 0;
	border-radius: 2px 0 0 2px;
	opacity: 0;
	transition: .3s
}

.main-catalog .tabset-inner__link:after {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	left: 7px;
	top: 7px;
	background: #fff
}

.main-catalog .tabset-inner__link--red:after {
	background: #ac0a0a
}

.main-catalog .tabset-inner__link--green:after {
	background: #0dae09
}

.main-catalog .tabset-inner__link--blue:after {
	background: #145ac3
}

.main-catalog .tabset-inner__link--yellow:after {
	background: #fc0
}

.main-catalog .tabset-inner__link--brown:after {
	background: #604e11
}

.main-catalog .tabset-inner__link--gray:after {
	background: #c9c9c9
}

.main-catalog .tabset-inner__link--black:after {
	background: #000
}

.support-block {
	margin: 0 0 27px
}

.support-block .row {
	background: #f4f7f9
}

.support-block__col {
	box-sizing: border-box
}

.support-block__col:first-child {
	width: calc(99.9% * 4/12);
	border-left: 4px solid #10499e
}

.support-block__col:first-child:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.support-block__col:first-child:last-child {
	margin-right: 0
}

.support-block__col:first-child:nth-child(12n) {
	margin-right: 0;
	float: right
}

.support-block__col:first-child:nth-child(12n+1) {
	clear: both
}

.support-block__col:last-child {
	width: calc(99.9% * 8/12)
}

.support-block__col:last-child:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.support-block__col:last-child:last-child {
	margin-right: 0
}

.support-block__col:last-child:nth-child(12n) {
	margin-right: 0;
	float: right
}

.support-block__col:last-child:nth-child(12n+1) {
	clear: both
}

.support-block .callback-form {
	padding-top: 40px;
	width: 520px
}

.support-block .callback-form h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px
}

.support-block .callback-form h3 span {
	font-size: 40px;
	line-height: 40px;
	display: block;
	color: #10499e
}

.support-block .callback-form input {
	width: calc(99.9% * 1/2)
}

.support-block .callback-form input:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.support-block .callback-form input:last-child {
	margin-right: 0
}

.support-block .callback-form input:nth-child(2n) {
	margin-right: 0;
	float: right
}

.support-block .callback-form input:nth-child(2n+1) {
	clear: both
}

.support-block .callback-form__text {
	font-size: 15px;
	font-weight: 400;
	margin: 0 40px 20px;
	line-height: 19px
}

.catalog {
	background: url(../images/bg-catalog.png) repeat-x;
	padding: 35px 0 50px
}

.catalog h2,
.catalog h3 {
	text-align: center;
	border-bottom: 2px solid #90b1de;
	padding-bottom: 1px;
	text-transform: uppercase;
	margin: 0 0 25px
}

.catalog h2 {
	color: #bf1212
}

.catalog__twocolumns {
	background: url(../images/bg-catalog-02.png) repeat-x
}

.catalog__twocolumns .catalog-row {
	margin-left: -18px;
	width: 720px
}

.catalog__twocolumns .catalog-row-additionally {
	width: 360px;
	margin-left: -10px
}

.catalog__twocolumns .catalog-row-additionally .catalog-item__btn {
	bottom: -2px
}

.catalog__twocolumns .col-right {
	width: 356px;
	float: right;
	background: #e1e1e1;
	margin-top: -35px;
	padding-top: 45px
}

.catalog__twocolumns .col-right .catalog-item {
	width: 160px;
	margin-left: 18px;
	margin-bottom: 20px;
	height: 248px
}

.catalog__twocolumns .col-right h3 {
	border-color: #10499e
}

.catalog__twocolumns .col-right .catalog-row-additionally {
	margin-bottom: 0
}

.catalog .col-left {
	float: left;
	width: 696px
}

.catalog .col-left h2 {
	border-color: #10499e;
	text-align: left
}

.catalog .col-left .catalog-item {
	width: 220px;
	height: 250px;
	margin-left: 18px;
	margin-bottom: 18px
}

.catalog__concrete {
	background: url(../images/bg-catalog-03.jpg) 50% 50% no-repeat;
	background-size: 100% 100%;
	margin-bottom: 55px
}

.catalog__concrete h2 {
	color: #000;
	border-color: #10499e
}

.catalog__concrete .row {
	margin-left: -60px;
	width: calc(100% + 60px)
}

.catalog__concrete .col-left {
	width: 100%
}

.catalog__concrete .col-left .catalog-item {
	margin-left: 60px;
	border-color: #b3b9bd;
	margin-bottom: 0
}

.catalog__concrete .col-left .catalog-item:before {
	border-color: #b3b9bd
}

.catalog__concrete .col-left .catalog-item:hover .catalog-item__btn,
.catalog__concrete .col-left .catalog-item:hover .catalog-item__title {
	background: #606060
}

.catalog-row {
	width: 1075px;
	margin-left: -15px;
	overflow: hidden;
	margin-bottom: 35px
}

.catalog-item {
	box-sizing: border-box;
	border: 1px solid #10499e;
	float: left;
	width: 200px;
	height: 210px;
	margin: 0 0 15px 15px;
	position: relative
}

.catalog-item:before,
.catalog-item__btn,
.catalog-item__title {
	transition: .3s;
	position: absolute;
	left: 0
}

.catalog-item:before {
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	border: 1px solid #10499e;
	opacity: 0;
	z-index: 2
}

.catalog-item__title {
	top: 30px;
	color: #000;
	font-size: 26px;
	line-height: 34px;
	border-bottom: 1px solid #b5b5b5;
	width: 93px;
	height: 34px;
	text-align: center;
	text-transform: uppercase
}

.catalog-item__btn {
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px
}

.catalog-item:hover .catalog-item__btn,
.catalog-item:hover .catalog-item__title {
	background: #10499e;
	color: #fff
}

.catalog-item:hover:before {
	opacity: 1
}

.catalog-row-additionally {
	margin-left: -20px;
	width: 1080px
}

.catalog-row-additionally h3 {
	color: #2a2a2a;
	font-size: 22px;
	line-height: 24px
}

.catalog-row-additionally .catalog-item {
	width: calc((1080px / 4) - 20px);
	height: 260px;
	border-color: #e1e1e1;
	margin-left: 20px
}

.catalog-row-additionally .catalog-item__title {
	font-size: 18px;
	font-weight: 400;
	border: 0;
	text-align: left;
	height: auto;
	line-height: 20px;
	left: 8px;
	top: 25px;
	color: #010101;
	text-transform: none
}

.about-block__top h3,
.about-block__top--col,
.footer__list,
.footer__title,
.map-block__title,
.popup h4,
.question-block__col:last-child .question-block__title,
.twocols-block p strong,
.twocols-block__title {
	text-transform: uppercase
}

.catalog-row-additionally .catalog-item__btn {
	opacity: 0
}

.catalog-row-additionally .catalog-item:hover .catalog-item__title {
	background: #fff;
	color: #010101
}

.catalog-row-additionally .catalog-item:hover .catalog-item__btn {
	opacity: 1;
	background: #f1f1f1;
	color: #10499e
}

.catalog-row-additionally .catalog-item:hover:before {
	opacity: 0
}

.twocols-block {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 40px
}

.twocols-block__title {
	color: #bf1212;
	border-bottom: 2px solid #9cb7e1;
	margin: 0 0 37px;
	font-size: 36px;
	line-height: 38px;
	padding-bottom: 5px
}

.twocols-block__col {
	width: calc(99.9% * 1/2)
}

.twocols-block__col:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.twocols-block__col:last-child {
	margin-right: 0
}

.twocols-block__col:nth-child(2n) {
	margin-right: 0;
	float: right
}

.twocols-block__col:nth-child(2n+1) {
	clear: both
}

.twocols-block p {
	padding: 0 30px
}

.twocols-block p strong {
	font-weight: 900
}

.twocols-block .btn {
	width: 317px
}

.about-block__additional--text,
.about-block__top--col {
	width: calc(99.9% * 4/12)
}

.about-block {
	margin-bottom: 50px
}

.about-block__top {
	text-align: center;
	padding: 40px 0 70px;
	background: url(../images/bg-about.jpg) 50% 0 no-repeat;
	background-size: 100% 100%;
	margin-bottom: 67px
}

.about-block__top--col {
	font-size: 21px;
	line-height: 26px;
	color: #10499e;
	font-weight: 900;
	border-bottom: 1px solid #10499e;
	padding-bottom: 8px;
	margin-bottom: 20px
}

.about-block__top--col:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.about-block__top--col:last-child {
	margin-right: 0
}

.about-block__top--col:nth-child(12n) {
	margin-right: 0;
	float: right
}

.about-block__top--col:nth-child(12n+1) {
	clear: both
}

.about-block__top--col:nth-child(2) {
	color: #bf1212
}

.about-block__top p {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 75px
}

.about-block__top h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 900;
	margin: 0
}

.about-block__additional--text:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.about-block__additional--text:last-child {
	margin-right: 0
}

.about-block__additional--text:nth-child(12n) {
	margin-right: 0;
	float: right
}

.about-block__additional--text:nth-child(12n+1) {
	clear: both
}

.about-block__additional h3 {
	font-size: 30px;
	line-height: 36px;
	color: #10499e;
	margin: 0 0 30px;
	font-weight: 900
}

.about-block__additional h3 span {
	display: block;
	margin-bottom: 20px
}

.about-block__additional p {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 25px
}

.about-block__additional .btn {
	width: 327px
}

.about-block__additional--img {
	width: calc(99.9% * 8/12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-block__additional--img:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.about-block__additional--img:last-child {
	margin-right: 0
}

.about-block__additional--img:nth-child(12n) {
	margin-right: 0;
	float: right
}

.about-block__additional--img:nth-child(12n+1) {
	clear: both
}

.about-block__additional--img img {
	margin-bottom: 20px
}

.question-block {
	background: #f4f7f9
}

.question-block__img {
	float: left;
	width: 519px
}

.question-block__content {
	float: right;
	width: 520px;
	padding-top: 60px
}

.question-block__content h2 {
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 55px;
	color: #10499e;
	text-transform: uppercase
}

.question-block__title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px
}

.question-block__col {
	width: calc(99.9% * 2/5)
}

.question-block__col:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.question-block__col:last-child {
	margin-right: 0;
	width: calc(99.9% * 3/5)
}

.question-block__col:nth-child(5n) {
	margin-right: 0;
	float: right
}

.question-block__col:nth-child(5n+1) {
	clear: both
}

.question-block__col:last-child:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.question-block__col:last-child:last-child {
	margin-right: 0
}

.question-block__col:last-child:nth-child(5n) {
	margin-right: 0;
	float: right
}

.question-block__col:last-child:nth-child(5n+1) {
	clear: both
}

.question-block__email {
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	font-weight: 700
}

.question-block__phone {
	font-size: 16px;
	line-height: 28px;
	color: #bf1212
}

.map-block .container {
	position: relative;
	box-sizing: border-box;
}

.map-block__title {
	font-size: 28px;
	line-height: 32px;
	color: #10499e;
	margin-bottom: 30px;
}
.map-block__contact {
	position: absolute;
	top: 100px;
	padding: 35px 25px;
	z-index: 2;
	background: url(../images/map-contact.jpg) center/cover no-repeat;
}
.map-block__contact address, .map-block__contact .wrapTel {
	margin-bottom: 15px;
}
.map-block__map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.map-block__map:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}
.office {
	font-weight: 700;
	font-style: normal;
}

.map-block__item--address2 {
	top: 80px;
	margin: 0 0 0 258px
}

.map-block__item--address3 {
	bottom: 38px;
	margin: 0 0 0 60px
}

.map-block__item address {
	color: #fff;
	display: block;
	margin: 0 0 15px;
	font-style: normal;
	line-height: 17px
}

.map-block__item .map-block__phone {
	display: block;
	margin-bottom: 3px
}

.fancybox-controls,
.popup {
	display: none
}

.fancybox-close-small:after,
.fancybox-close-small:hover:after {
	background: url(../images/btn-close.png) no-repeat;
	width: 24px;
	height: 24px;
	content: "";
	right: 21px;
	top: 21px
}

.popup {
	width: 522px;
	padding: 70px 0 60px;
	background: #fff;
	text-align: center
}

.popup .callback-form {
	min-width: 360px;
	margin: 0 auto;
	padding: 0
}

.popup h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	margin: 0 0 35px
}

.popup p {
	font-weight: 700;
	margin: 0 0 40px
}

.popup .input-text {
	border: 1px solid #c2c2c2;
	box-shadow: none;
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .2);
	width: 280px;
	height: 50px
}

.popup .btn {
	min-width: 280px;
	height: 50px;
	margin-bottom: 40px
}

.footer {
	border-top: 4px solid #10499e;
	padding-top: 32px;
	padding-bottom: 40px;
	color: #aabad2
}

.footer .logo {
	display: block;
	background: url(../images/logo-footer.png) no-repeat;
	width: 272px;
	height: 73px;
	margin: 0 0 50px
}

.footer__col {
	width: calc(99.9% * 1/2)
}

.footer__col:nth-child(1n) {
	float: left;
	margin-right: 0;
	clear: none
}

.footer__col:last-child {
	margin-right: 0
}

.footer__col:nth-child(2n) {
	margin-right: 0;
	float: right
}

.footer__col:nth-child(2n+1) {
	clear: both
}

.footer__title {
	color: #5489d8;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #5489d8;
	font-weight: 400;
	display: block;
	width: 160px;
	margin-bottom: 19px
}

.footer a {
	color: #5489d8
}

.footer__list:after {
	content: "";
	display: block;
	clear: both
}

.footer__list--item {
	float: left;
	margin-left: 24px
}

.footer__list--item:first-child {
	margin-left: 0
}

.footer__list--link {
	color: #aabad2!important
}

.footer__list--link:hover {
	color: #aabad2
}

.footer .contact-block__phone {
	color: #fff
}

.footer .contact-block__phone--color {
	color: #8b8b8b
}

.footer .order-call-link {
	background: url(../images/icon-phone-footer.png) no-repeat;
	margin-bottom: 40px
}

.footer .contact-block__email {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 40px;
	text-decoration: underline;
	font-weight: 700
}

.footer .contact-block__email:hover {
	text-decoration: none
}

.footer .site-by {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	color: #aabad2
}

.footer .site-by__img,
.footer .site-by__txt {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400
}

.footer .site-by__img {
	margin-left: 18px
}

.thx-page {
	background: url(../images/bg-thx.jpg) 50% 0 no-repeat;
	background-size: cover;
	height: 100vh
}

.thx-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.thx-page__text {
	float: right;
	width: 610px;
	text-align: center
}

.thx-page__title {
	font-size: 100px;
	line-height: 100px;
	font-weight: 900;
	color: #10499e;
	margin: 0
}

.thx-page .sub-title {
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	margin: 0 0 56px;
	display: block
}

.thx-page .sub-title.sub-title-color {
	font-weight: 700;
	color: #3a3a3a;
	margin-bottom: 50px
}

.thx-page .sub-title.sub-title-color-2 {
	color: #3a3a3a;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 15px
}

.thx-page .thx-page-phone {
	display: block;
	font-size: 26px;
	line-height: 26px;
	color: #10499e;
	margin-bottom: 57px;
	font-weight: 900
}

.thx-page .btn-default {
	border-width: 1px;
	width: 270px;
	border-color: #10499e;
	color: #10499e;
	background: #fff
}

.thx-page .btn-default:hover {
	background: #10499e;
	color: #fff
}

@media (max-width:800px) {
	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close),
	.fancybox-thumbs {
		display: none!important
	}
	.fancybox-controls {
		text-align: left
	}
	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}
	.fancybox-container--thumbs .fancybox-caption-wrap,
	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap {
		right: 0
	}
}

@media screen and (max-width:1069px) {
	.container {
		width: 100%
	}
}

.active{
    background: #090;
}