html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

ul {
	list-style: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

@charset "UTF-8";

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	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));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-slide>.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: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}

.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}

.fancybox-share p:first-of-type {
	margin-right: -10px
}

.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}

.fancybox-share input {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: none
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	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: 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
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}



body {
	font-family: 'Fixel Text';
	background: #F7F7F7;
	font-size: 18px;
	line-height: 24px;
	color: #101B32;
	min-width: 320px;
	overflow-x: hidden;
}

.container {
	width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
}







header {
	padding: 20px 0;
	background: #fff;
}

header .flex {
	align-items: center;
}

header .logo img {
	max-width: 175px
}

header nav .pull {
	display: none;
}

header nav li {
	position: relative;
	margin-right: 20px;
	display: inline-block;
}

header nav li.menu-item-has-children a {
	padding: 0 22px 0 0;
	background: url("../img/arr_g.svg") 100% 55% no-repeat;
}

/*header nav li:nth-child(4){display: none;}*/
header nav li.menu-item-has-children:hover>a {
	background: url("../img/arr_r.svg") 100% 55% no-repeat;
}

header nav li:hover>a {
	color: #EC1A2D
}

header nav li a {
	color: #101B32;
	display: block;
}

header nav li .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	padding: 31px 0 0;
	z-index: 9
}

header nav li:hover .sub-menu {
	display: block;
}

header nav li .sub-menu li {
	background: #fff;
	display: block;
	margin: 0;
	border-bottom: 1px solid #EDEDED;
}

header nav li .sub-menu li:first-child {
	border-top: 1px solid #EDEDED;
}

header nav li .sub-menu li a,
header nav li .sub-menu li a:hover {
	display: block;
	padding: 10px;
	background: transparent;
}

header nav li .sub-menu li.menu-item-has-children a {
	background: url("../img/arr_nav_right.svg") calc(100% - 13px) 50% no-repeat;
}

header nav li .sub-menu li.menu-item-has-children:hover>a {
	background: url("../img/arr_nav_righth.svg") calc(100% - 13px) 50% no-repeat;
}

header nav li .sub-menu .sub-menu {
	left: 100%;
	top: -1px;
	padding: 0;
	border-left: 1px solid #EDEDED;
	display: none;
}

header nav li .sub-menu li:hover .sub-menu {
	display: block;
}

header nav li .sub-menu .sub-menu li a {
	background: transparent !important;
}

header nav .lang {
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #0071E3;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
}

header nav .wpml-ls-legacy-dropdown .wpml-ls-item {
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #0071E3;
	text-align: center;
	font-size: 16px;
}

header nav .wpml-ls-legacy-dropdown .wpml-ls-item a {
	padding: 0;
	color: #fff;
	background: transparent;
	border: none;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
}

header nav .wpml-ls-legacy-dropdown .wpml-ls-item a:after {
	display: none;
}


header a.tel {
	display: inline-block;
	color: #101B32;
	margin-left: 50px;
	font-weight: 500;
	font-size: 20px;
}

.wpml-ls-display {
	display: none;
}





#promo {
	background: url("../img/bg_promo.jpg") 50% 0 no-repeat;
	background-size: cover;
	padding: 220px 0;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.video-frame-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-frame-container:after {
	background: rgba(5, 15, 43, 0.4);
	backdrop-filter: blur(10px);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-frame-container video {
	width: 100vw;
}

#promo .container {
	position: relative;
	z-index: 2;
	max-width: 520px;
}

#promo h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 115%;
	text-transform: uppercase;
}

#promo p {
	padding: 10px 0 30px;
}





#main__catalog {
	padding: 50px 0;
}

#main__catalog .item__title {
	width: calc(100%/3 - 10px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#main__catalog .item__title .bt {
	max-width: 70%;
}

#main__catalog .item {
	width: calc(100%/3 - 10px);
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #fff;
	overflow: hidden;
}

#main__catalog .item:hover {
	border-color: #EC1A2D;
}

#main__catalog .item .image {
	height: 380px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

#main__catalog .item .image img {
	max-height: 94%;
}

#main__catalog .item a {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main__catalog .item .title {
	padding: 0 35px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}





#about {
	padding: 0 0 150px;
}

#about img {
	width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
}

#about .text {
	max-width: 1050px;
	margin: 0 auto;
}

#about p {
	margin-bottom: 30px;
}








#breadcrumbs {
	padding: 15px 0 20px;
	font-size: 14px;
	line-height: 19px;
}

#breadcrumbs a {
	color: #101B32;
	font-weight: normal;
}

#breadcrumbs .kb_title {
	font-weight: 600;
}





.list__product-category {
	text-align: center;
	position: relative;
	justify-content: center !important;
}

.list__product-category .lpc__item {
	width: 31%;
	border: 1px solid #fff;
	transition: all 0.25s ease-out;
	margin: 0 1% 2%;
	background: #fff;
	padding: 35px 45px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 22px;
	line-height: 37px;
	text-transform: uppercase;
	border-radius: 3px;
	position: relative;
}

.list__product-category .lpc__item:hover {
	border-color: #EC1A2D;
	color: #EC1A2D;
	cursor: pointer;
}

.list__product-category .lpc__item .lpc__item-image {
	display: flex;
	align-items: center;
	width: 100%;
	height: 400px;
	justify-content: space-between;
}

.list__product-category .lpc__item p {
	font-weight: 500;
	font-size: 20px;
	line-height: 112.1%;
	margin-top: 38px;
	text-transform: none;
}

.list__product-category .lpc__item .btn {
	position: absolute;
	bottom: 40px;
	left: 30px;
	width: calc(100% - 60px);
}

.list__product-category .lpc__item .title_non {
	margin-top: 120px;
}





.list__product-In_category {
	border-radius: 3px;
	background: #fff;
	padding: 35px 55px 17px;
	margin-bottom: 130px;
	display: none;
}

.list__product-In_category .flex {
	align-items: center;
}

.list__product-In_category .description {
	width: 300px;
}

.list__product-In_category .main__cat-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 107%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #EC1A2D;
}

.list__product-In_category .description span {
	display: block;
	padding: 10px 0 25px;
	font-weight: 500;
	font-size: 20px;
	line-height: 112%
}

.list__product-In_category .description p {
	font-size: 16px;
	line-height: 23px;
}

.list__product-In_category .list__items-catIn {
	width: calc(100% - 370px);
	align-items: flex-start;
	justify-content: flex-start;
}

.products-names-list__item {
	width: 19%;
	text-align: center;
	margin-bottom: 18px;
	margin-left: 1%;
}

.products-names-list__item a {
	text-align: center;
	color: #101B32;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}

.products-names-list__item span {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	height: 140px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #EDEDED;
	border-radius: 3px;
	overflow: hidden;
}

.products-names-list__item img {
	max-width: 96%;
	max-height: 96%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}





#news {
	padding: 0 0 150px;
}

#news .item {
	width: calc(50% - 10px);
	background: #fff;
	border: 1px solid #EDEDED;
	border-radius: 3px;
	margin-bottom: 40px;
}

#news .item img {
	width: 100%;
}

#news .item .image a {
	display: flex;
	height: 340px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#news .item .image a img {
	width: 100%;
}

#news .item .data {
	padding: 20px;
	border-top: 1px solid #EDEDED;
}

#news .item .title a {
	color: #101B32;
	font-weight: 500;
	font-size: 20px;
	line-height: 112.1%;
}

#news .item .title a:hover {
	color: #EC1A2D
}

#news .item .excerpt {
	padding: 10px 0 50px;
}

#news .item .date {
	color: #0071E3;
}





#page__about {
	padding: 0 0 90px
}

#page__about .bt {
	color: #EC1A2D;
	margin-bottom: 20px;
}

#page__about .flex {
	align-items: center;
}

#page__about .row {
	margin-bottom: 60px;
}

#page__about .row:nth-child(2n) .text {
	order: 1;
}

#page__about .row:nth-child(2n) .text {
	font-size: 16px;
}

#page__about .row:nth-child(2n) .image {
	order: 0;
}

#page__about .text {
	width: 49%;
}

#page__about .text p {
	margin-bottom: 20px;
}

#page__about .image {
	width: 49%;
	border-radius: 3px;
	overflow: hidden;
}





#contacts {
	padding: 0 0 50px
}

#contacts .wrapper {
	background: #fff;
	padding: 40px 20px 20px;
	border-radius: 3px;
}

#contacts .flex {
	align-items: flex-start;
}

#contacts .row:first-child {
	border: none;
	margin: 0;
	padding: 0
}

#contacts .row {
	border-top: 1px solid #EDEDED;
	padding-top: 20px;
	margin-top: 20px;
}

#contacts .col {
	width: 50%;
}

#contacts .col h2 {
	margin-bottom: 13px;
}

#contacts .col p {
	margin-bottom: 10px;
}

#contacts .col p:last-child {
	margin: 0
}

#contacts .col p a {
	color: #101B32;
}

#contacts .col p a:hover {
	color: #EC1A2D
}





#contacts__map {
	padding-bottom: 150px;
}

#contacts__map #map {
	border: 1px solid #0071E3;
	border-radius: 3px;
	height: 630px;
	overflow: hidden;
}





#service__orientation {
	padding: 60px 0;
	background: #fff;
}

#service__orientation h2 {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}

#service__orientation .flex {
	align-items: center;
}

#service__orientation .item {
	width: calc(100%/3 - 20px);
	margin: 15px 0;
}

#service__orientation h3 {
	width: calc(100% - 70px);
	font-weight: 500;
	font-size: 20px;
	line-height: 112.1%;
}

#service__orientation .icon {
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
}










.pagination__list,
.nav-links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 20px;
	color: #0071E3
}

.pagination__list a {
	color: #B4B3B3;
	margin-left: 20px;
	position: relative;
	height: 22px;
	line-height: 22px;
}

.pagination__list a:hover {
	color: #0071E3
}

.pagination__list span {
	margin-left: 20px;
}

.pagination__list a.prev,
.pagination__list a.next {
	background: url("../img/arrp.svg") 50% 50% no-repeat;
	width: 11px;
	height: 22px;
	top: -1px;
	font-size: 0;
}

.pagination__list a.prev:after,
.pagination__list a.next:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: url("../img/arrpb.svg") 50% 50% no-repeat;
	opacity: 0;
}

.pagination__list a.prev {
	transform: rotate(180deg);
}

.pagination__list a:hover:after {
	opacity: 1;
}





#questions {
	padding: 100px 0 150px;
}

#questions .form {
	background: #fff url("../img/questions.jpg") 0 0 no-repeat;
	background-size: 50% 100%;
	padding: 0 0 0 50%;
}

#questions .data {
	padding: 60px 58px;
}

#questions .data p {
	font-weight: 500;
	font-size: 20px;
	line-height: 112.1%;
}

#questions .form input[type="text"],
#questions .form input[type="email"],
#questions .form input[type="tel"] {
	height: 44px;
	padding: 0 20px;
	border: 1px solid #B4B3B3;
	border-radius: 6px;
	width: 48%;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
}

#questions .data .btn {
	min-width: 100%;
}

#questions .form input[type="text"],
#questions .form input[type="email"],
#questions .form input[type="tel"] {
	height: 44px;
	padding: 0 20px;
	border: 1px solid #B4B3B3;
	border-radius: 6px;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
}

#questions .data .btn {
	min-width: 100%;
}

#questions .flex span {
	display: block;
	width: 48%;
}

#questions .flex span span {
	width: 100%;
}

#questions .wpcf7-response-output {
	margin-bottom: 0
}




#product__page {
	padding: 0 0 100px
}

#product__page .main__info {
	background: #fff;
	align-items: felx-start;
	padding: 50px 0 25px;
}

#product__page .main__info .gallery {
	width: 425px;
}

#product__page .main__info .gallery .main__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
}

#product__page .main__info .description {
	width: calc(100% - 485px);
	box-sizing: border-box;
	padding-right: 60px;
}

#product__page .main__info .description p {
	margin-bottom: 20px;
}

#product__page .main__info .description p a {
	color: #EC1A2D;
	border-bottom: 1px solid #EC1A2D;
}

#product__page .main__info .description p a:hover {
	border-color: transparent;
}

#product__page .main__info .description h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #EC1A2D;
	margin: 25px 0 15px;
}

#product__page .main__info .description h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #EC1A2D;
	margin: 0 0 15px;
}

#product__page .main__info .description ul li {
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}

#product__page .main__info .description ul li:after {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 10px;
	height: 2px;
	background: red;
	content: ''
}

#product__page details {}

#product__page .main__tth .video {
	width: 425px;
	padding-top: 20px;
}

#product__page .main__tth {
	align-items: flex-start;
}

#product__page .main__tth .video .item {
	width: 48%;
	margin: 0 0 2%;
}

#product__page .main__tth .video .item a {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	display: block;
}

#product__page .main__tth .video .item a:after {
	background: rgba(0, 51, 102, 0.7) url("../img/play.svg") 50% 40% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

#product__page .main__tth .video .item a span {
	display: block;
	width: 100%;
	bottom: 10px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	z-index: 2;
	text-align: center;
}

#product__page .box {
	margin-bottom: 60px;
}

#product__page .list__types {
	position: relative;
	padding: 20px 0 0;
	width: calc(100% - 485px)
}

#product__page .list__types .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 30px;
}

#product__page .white_b {
	padding: 20px 0 30px;
	background: #fff;
}

#product__page .machines-slider__item {
	width: 260px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 20px;
}

#product__page .machines-slider__item .machines-slider__item-img a {
	display: flex;
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
}

#product__page .machines-slider__item .machines-slider__item-text {
	padding: 15px 0 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
}




.machine-tabs {
	background: #fff;
	margin-bottom: 30px;
}

.machine-tabs-nav__ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #EDEDED;
	flex-wrap: wrap;
}

.machine-tabs-nav__ul li {
	width: 25%;
	box-sizing: border-box;
}

.machine-tabs-nav__ul li a {
	font-weight: 500;
	font-size: 20px;
	line-height: 112.1%;
	text-align: center;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #101B32
}

.machine-tabs-nav__ul li a.active {
	color: #EC1A2D;
}

#tab1 {
	display: block;
}

.machine-tabs__tab {
	display: none;
	box-sizing: border-box;
	padding: 40px 30px 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.machine-tabs__tab p {
	margin-bottom: 10px;
}

.machine-tabs__tab p {
	margin-bottom: 20px;
}

.machine-tabs__tab p a {
	color: #EC1A2D;
	border-bottom: 1px solid #EC1A2D;
}

.machine-tabs__tab p a:hover {
	border-color: transparent;
}

.machine-tabs__tab h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #EC1A2D;
	margin: 0 0 15px;
}

.machine-tabs__tab h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #EC1A2D;
	margin: 0 0 15px;
}

.machine-tabs__tab ul {
	margin-bottom: 20px;
}

.machine-tabs__tab ul li {
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}

.machine-tabs__tab ul li:after {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 10px;
	height: 2px;
	background: red;
	content: ''
}

.machine-tabs__tab table {
	width: 100% !important;
}

.machine-tabs__tab table th {
	background: #f9f9f9;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ddd;
}

.machine-tabs__tab table td {
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ddd;
}

summary {
	cursor: pointer;
	padding-bottom: 20px;
}





.news__info.flex {
	border-top: 1px solid #EDEDED;
	padding: 20px 30px;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	color: #0071E3;
	background: #fff;
}

.news__info.flex .flex {
	align-items: center;
}

.news__info.flex a {
	border: 1px solid #EDEDED;
	border-radius: 3px;
	display: block;
	position: relative;
	width: 36px;
	height: 27px;
	box-sizing: border-box;
	margin-left: 20px;
}

.news__info.flex a img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.news__info.flex .facebook a img {
	right: -4px;
	bottom: -20px
}

.news__info.flex .twitter a img {
	right: -7px;
	bottom: -14px;
	width: 38px;
}

.news__header.flex {
	align-items: flex-end;
	margin-bottom: 20px;
}

.news__header.flex .news-full__img {
	width: 50%;
}

.news__header.flex .news-full__img img {
	width: 100%;
	height: auto;
}

.news__header.flex .bt {
	width: calc(50% - 20px);
	margin-bottom: 0;
}






a.more {
	font-weight: 500;
	font-size: 20px;
	line-height: 112%;
	color: #0071E3;
	border-bottom: 1px solid #0071E3;
}

a.more:hover {
	color: #EC1A2D;
	border-color: #EC1A2D;
}

a.more:active {
	color: #101B32;
	border-color: #101B32;
}





#page__news {
	padding: 0 0 100px
}

#page__news .wrapper {
	background: #fff;
	padding: 30px;
}

#page__news .content {
	font-weight: 300;
	line-height: 1.5;
	font-size: 18px;
}

#page__news .content p {
	margin-bottom: 15px;
}

#page__news .content img,
.news-full__img img {
	margin: 0 auto 20px;
	display: block;
}

#page__news .content a {
	color: #EC1A2D;
	border-bottom: 1px solid #EC1A2D;
}

#page__news .content a:hover {
	border-color: transparent;
}





.list__products {
	padding-bottom: 80px;
}





.callback__btn {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 1000;
}

.callback__btn button {
	display: block;
	width: 60px;
	height: 60px;
	background: #EC1A2D url("../img/phone.svg") 50% 50% no-repeat;
	background-size: 24px;
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
}




.inner-page.i-404 {
	padding: 200px 0;
	text-align: center;
}

.page-404__text {
	margin-bottom: 20px;
}



footer {
	padding: 30px 0 0;
	background: #fff;
}

footer .col__nav {
	max-width: 320px;
}

footer .f__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 112%;
	margin-bottom: 23px;
}

footer li {
	margin-bottom: 20px;
}

footer li a {
	color: #101B32;
	border-bottom: 1px solid transparent;
}

footer li a:hover {
	border-color: #EC1A2D;
	color: #EC1A2D;
}

footer .copyright {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	border-top: 1px solid #EDEDED;
	margin-top: 10px;
}

footer .col__logo img {
	width: 275px;
	height: auto;
	margin-bottom: 20px;
}

footer .col__logo .social {
	justify-content: flex-start
}

footer .col__logo .social a {
	margin-right: 20px;
	max-width: 36px;
	overflow: hidden;
	position: relative;
	height: 27px
}

footer .col__logo .social a img {
	position: relative;
}

footer .col__logo .social a:after {
	position: absolute;
	content: '';
	border: 4px solid #fff;
	top: 0;
	left: 0;
	width: 30px;
	height: 20px;
}







.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.section__start {
	padding-top: 0 !important
}



.bt {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 32px;
	line-height: 118.5%;
	text-transform: uppercase;
}

.bt__red {
	color: #EC1A2D
}

.bt.bt__news {
	text-transform: none;
}





.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}





.slick-loading .slick-list {
	background: none;
}

.slick-prev,
.slick-next {
	border: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -54px;
	display: block;
	width: 11px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	margin-top: 0;
	opacity: 1;
	filter: grayscale(100%);
}

.slick-prev,
.slick-next {
	display: block !important;
	z-index: 10;
}

.slick-prev {
	background: url("../img/arrb.svg") 50% 50% no-repeat;
	left: calc(100% - 50px);
	transform: rotate(180deg);
}

.slick-next {
	background: url("../img/arrb.svg") 50% 50% no-repeat;
	right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	opacity: 1;
	filter: grayscale(0%);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev {
	display: none;
}

.slick-next {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	left: 20px;
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 40px);
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	height: 4px;
	background: #EDEDED;
}

.slick-dots li {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 0%;
	padding: 0;
}

.slick-dots li button {
	width: 50px;
	height: 4px;
	background: #EDEDED;
	border: none;
	box-sizing: border-box;
}

.slick-dots li.slick-active button {
	background: #0071E3
}




.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	box-shadow: none;
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
	padding: 0 0 0 20px;
}

.form textarea {
	resize: none;
	height: 110px;
	padding: 6px 10px;
	border: 1px solid #EDEDED;
}




.box__modal {
	display: none;
	font-family: 'Fixel Text';
	width: calc(100% - 40px);
	box-sizing: border-box;
	max-width: 410px;
	padding: 60px 30px;
	text-align: center;
}

.box__modal .bt {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #0071E3;
}

.box__modal .bt__desc {
	margin-bottom: 35px;
}

.box__modal .btn {
	min-width: 210px;
	margin-bottom: 10px;
}

.box__modal .center {
	font-size: 14px;
	line-height: 19px;
}

.fancybox-close-small {
	background: url("../img/closeg.svg") 50% 50% no-repeat;
	width: 18px;
	height: 18px;
	top: 24px;
	right: 30px;
}

.fancybox-close-small:after {
	display: none;
}

.fancybox-bg {
	background: rgba(16, 27, 50, 0.8);
	backdrop-filter: blur(10px);
	opacity: 1 !important;
}


#callback .bt,
#callback .bt__desc,
#callback .center {
	text-align: left;
}

#callback .btn {
	width: 100%;
}




.clearfix {
	clear: both;
}

.center {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.center.center__r {
	text-align: right;
}

.wpcf7-not-valid-tip {
	position: relative;
	font-size: 14px !important;
	top: -20px;
}

.wpcf7-response-output {
	margin-top: 0;
	font-size: 15px;
}


a {
	text-decoration: none;
	transition: all 0.25s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	transition: all 0.25s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


div {
	box-sizing: border-box;
	transition: all 0.25s ease-out;
}


.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	transition: all 0.25s ease-out;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:hover {
	transition: all 0.25s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




.btn-blue {
	padding: 0 24px;
	height: 48px;
	color: #fff;
	background: #0071E3;
	border: 1px solid #0071E3;
	border-radius: 6px;
	font-size: 18px;
	line-height: 46px;
}

.btn-blue:hover {
	background: transparent;
	color: #EC1A2D;
	border-color: #EC1A2D;
}

.btn-blue:active {
	background: #EC1A2D;
	color: #fff;
}




img {
	max-width: 100%;
	height: auto;
}




input,
textarea,
select,
button {
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: 'Fixel Text';
}

/*responsive*/

@media screen and (max-width: 1279px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	body {
		padding: 85px 0 0;
	}

	.bt {
		margin-bottom: 20px;
	}

	header {
		position: fixed;
		height: 85px;
		box-sizing: border-box;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 200;
	}

	header .logo {
		margin-left: 60px;
	}

	header nav .pull {
		display: block;
		width: 44px;
		height: 44px;
		background: url("../img/pull.svg") 100% 50% no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 22px);
		left: 20px;
	}

	header nav .pull.open {
		background: url("../assets/img/close.svg") 50% 50% no-repeat;
		background-size: 60%;
	}

	header nav ul.main--nav {
		display: none;
		position: fixed;
		top: 85px;
		left: 0;
		z-index: 200;
		height: calc(100% - 85px);
		background: #f9f9f9;
		width: 300px;
	}

	header nav ul li {
		display: block;
		margin: 0
	}

	header nav ul li a,
	header nav li.menu-item-has-children a {
		padding: 13px 20px;
		background-position: calc(100% - 20px) 50% !important;
	}

	header nav li .sub-menu {
		position: relative;
		width: 100%;
		padding: 0
	}

	header nav li .sub-menu li .sub-menu {
		position: relative;
		padding: 0;
		width: 100%;
		left: 0
	}

	header nav li .sub-menu li .sub-menu li a {
		background: #f9f9f9
	}


	#promo {
		padding: 120px 0;
	}


	#main__catalog {
		padding: 50px 0 30px;
	}

	#main__catalog .item__title {
		width: 100%;
		margin-bottom: 30px;
	}

	#main__catalog .item {
		width: calc(50% - 10px);
	}

	#main__catalog .item .title {
		font-size: 20px;
	}


	#about,
	#news,
	#contacts__map {
		padding: 0 0 50px
	}


	#service__orientation .item {
		width: 48%;
	}


	#questions {
		padding: 50px 0;
	}

	#questions .data {
		padding: 20px;
	}


	.list__product-In_category {
		padding: 40px 20px 20px;
	}

	.list__product-In_category .description {
		width: 100%;
		margin-bottom: 15px;
	}

	.list__product-In_category .list__items-catIn {
		width: 100%;
	}

	.list__product-category .lpc__item {
		width: 48%;
	}


	#product__page .main__info .gallery {
		width: 100%;
		margin-bottom: 25px;
		max-width: 100%;
	}

	#product__page .main__info .gallery img {
		margin: 0 auto;
	}

	#product__page .main__info .description {
		width: 100%;
		padding: 20px;
	}


	#product__page .list__types {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	#product__page .list__types .title {
		padding: 0 50px 0 20px;
		font-size: 20px;
	}

	#product__page {
		padding-bottom: 20px;
	}

	.slick-next {
		right: 20px;
	}

	.slick-prev {
		left: calc(100% - 60px)
	}


	footer .col__logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}

	.bt {
		margin-bottom: 20px;
		font-size: 24px;
	}

	a.more {
		font-size: 16px;
	}


	#breadcrumbs {
		padding-bottom: 30px;
	}


	header a.tel {
		display: none;
	}


	#promo {
		padding: 75px 0 50px
	}

	#promo h1 {
		font-size: 32px;
	}

	#promo .video-frame-container {
		display: none;
	}


	#main__catalog .item .image {
		height: 200px;
	}

	#main__catalog .item .title {
		font-size: 20px;
		line-height: 1.2;
		font-size: 16px;
		height: 100px;
		padding: 0 15px
	}


	#news .item {
		width: 100%;
	}


	#page__about .text {
		width: 100%;
		order: 0 !important;
		margin-bottom: 25px;
	}

	#page__about .image {
		width: 100%;
		order: 1 !important
	}

	#page__about .image img {
		margin: 0 auto;
	}

	#page__about {
		padding-bottom: 0;
	}


	#contacts__map #map {
		height: 350px;
	}

	#contacts .col {
		width: 100%;
		margin-bottom: 20px;
	}

	#main__catalog .item {
		width: 100%;
	}

	#main__catalog .item .image {
		height: auto;
	}


	.machine-tabs-nav__ul li {
		width: 100%;
	}

	.machine-tabs-nav__ul li a {
		font-size: 16px;
		height: 40px;
		text-align: left;
		border-top: 1px solid #ddd;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.machine-tabs__tab table {
		font-size: 12px;
	}


	#service__orientation .item {
		width: 100%;
		margin: 0 0 20px;
	}

	#service__orientation .item:last-child {
		margin-bottom: 0;
	}

	#questions .form {
		background: #fff;
		padding: 0
	}

	#questions .form input[type="text"],
	#questions .form input[type="email"],
	#questions .form input[type="tel"] {
		width: 100%;
		margin: 15px 0;
	}


	.products-names-list__item {
		width: 48%;
		margin: 0 1% 2%;
	}

	.list__product-category .lpc__item {
		width: 100%;
		margin-bottom: 20px;
	}

	#product__page .main__info .gallery .main__image {
		height: auto;
		min-height: 0
	}

	#product__page .main__info {
		padding-top: 0
	}


	#page__news .wrapper {
		padding: 20px
	}


	.list__product-category .lpc__item .title_non {
		margin-top: 0px;
	}

	.list__product-category .lpc__item p {
		margin-bottom: 80px;
	}


	.news__header.flex .bt {
		width: 100%;
	}

	.news__header.flex .news-full__img {
		width: 100%;
		margin-top: 30px;
	}

	#questions .flex span {
		width: 100%;
	}

	#questions .wpcf7-not-valid-tip {
		position: relative;
		top: -3px;
	}


	footer .col__nav {
		width: 100%;
		margin-bottom: 30px;
	}
}


/*responsive*/