

/* Start:/local/templates/primum1/assets/build/css/custom.css?17736658431614*/
.grecaptcha-badge {
    visibility: hidden;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-Light.ttf);
}
/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-LightItalic.ttf);
	font-display: swap
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-Regular.ttf);
	font-display: swap
}
/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-Italic.ttf);
	font-display: swap
}
/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-Bold.ttf);
	font-display: swap
}
/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-BoldItalic.ttf);
	font-display: swap
}
/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-ExtraBold.ttf);
	font-display: swap
}
/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url(/local/templates/primum1/assets/build/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf);
	font-display: swap
}
/* End */


/* Start:/local/templates/primum1/assets/build/css/libs.min.css?176043155931924*/
.datepicker {
	padding: 4px;
	border-radius: 4px;
	direction: ltr
}
.datepicker-inline {
	width: 220px
}
.datepicker-rtl {
	direction: rtl
}
.datepicker-rtl.dropdown-menu {
	left: auto
}
.datepicker-rtl table tr td span {
	float: right
}
.datepicker-dropdown {
	top: 0;
	left: 0
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}
.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}
.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: none
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
	background-color: transparent
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}
.datepicker table tr td.new, .datepicker table tr td.old {
	color: #999
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}
.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
	background-color: #fde19a;
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #000
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
	background-color: #fdf59a
}
.datepicker table tr td.today:hover:hover {
	color: #000
}
.datepicker table tr td.today.active:hover {
	color: #fff
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
	background: #eee;
	border-radius: 0
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
	background-color: #f3d17a;
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	border-radius: 0
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
	background-color: #f3e97a
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
	background-color: #9e9e9e;
	background-image: linear-gradient(to bottom, #b3b3b3, grey);
	background-repeat: repeat-x;
	border-color: grey grey #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
	background-color: grey
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background-color: #04c
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
	background: #eee
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
	background-color: #04c
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
	color: #999
}
.datepicker .datepicker-switch {
	width: 145px
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
	cursor: pointer
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background: #eee
}
.datepicker .next.disabled, .datepicker .prev.disabled {
	visibility: hidden
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}
.input-append.date .add-on, .input-prepend.date .add-on {
	cursor: pointer
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
	margin-top: 3px
}
.input-daterange input {
	text-align: center
}
.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}
.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}
.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	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: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	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
}
body.compensate-for-scrollbar {
	overflow: hidden
}
.fancybox-active {
	height: 980px;
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.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: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}
.fancybox-slide--image::before {
	display: none
}
.fancybox-slide--html {
	padding: 6px
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {
	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: 0
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}
.fancybox-button div {
	height: 100%
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
	display: none
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}
.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}
.fancybox-caption--separate {
	margin-top: -50px
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg)
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.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 {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1)
}
@media all and (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}
.fancybox-thumbs__list a {
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus::before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1
}
@media all and (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}
.fp-enabled body, html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent
}
.fp-section {
	position: relative;
	box-sizing: border-box;
	height: 980px;
	display: flex;
	flex-direction: column;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}
.fp-slide {
	float: left
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-out
}
.fp-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%
}
.fp-slidesContainer {
	float: left;
	position: relative
}
.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	margin-top: -38px;
	transform: translate3d(0, 0, 0)
}
.fp-prev {
	left: 15px
}
.fp-next {
	right: 15px
}
.fp-arrow {
	width: 0;
	height: 0;
	border-style: solid
}
.fp-arrow.fp-prev {
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent
}
.fp-arrow.fp-next {
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff
}
.fp-notransition {
	transition: none!important
}
#fp-nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translate3d(0, -50%, 0)
}
#fp-nav.fp-right {
	right: 17px
}
#fp-nav.fp-left {
	left: 17px
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	left: 0!important;
	right: 0;
	margin: 0 auto!important
}
.fp-slidesNav.fp-bottom {
	bottom: 17px
}
.fp-slidesNav.fp-top {
	top: 17px
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: flex;
	position: relative
}
.fp-slidesNav ul li {
	display: inline-block
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-decoration: none
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	transition: all .1s ease-in-out
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1
}
#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px
}
#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px
}

.fp-scrollable .fp-section, .fp-scrollable .fp-slide, .fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100)
}
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100)
}
.fp-overflow {
	justify-content: flex-start;
	max-height: 100vh
}
.fp-scrollable .fp-auto-height .fp-overflow {
	max-height: none
}
.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow>.fp-overflow {
	overflow-y: auto
}
.fp-overflow {
	outline: 0
}
.fp-overflow.fp-table {
	display: block
}
.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important;
	min-height: auto!important
}
.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	background-color: transparent;
	width: 9px
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
	background-color: transparent
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 16px;
	border: 4px solid transparent
}
.fp-warning, .fp-watermark {
	z-index: 9999999;
	position: absolute;
	bottom: 0
}
.fp-warning, .fp-watermark a {
	text-decoration: none;
	color: #000;
	background: rgba(255, 255, 255, .6);
	padding: 5px 8px;
	font-size: 14px;
	font-family: arial;
	color: #000;
	display: inline-block;
	border-radius: 3px;
	margin: 12px
}
.fp-noscroll .fp-overflow {
	overflow: hidden
}
/* End */


/* Start:/local/templates/primum1/assets/build/css/owl.carousel.min.css?17734022013798*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:flex;flex-direction:column;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);height:320px}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-nav{position:relative;width:450px;left:60%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{justify-content: flex-start}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background: url(/local/templates/primum1/assets/build/css/../img/svg/slider_prev.svg) center/cover no-repeat;height:80px;width:204px;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-dot {background: url(/local/templates/primum1/assets/build/css/../img/svg/slider_next.svg) center/cover no-repeat;height:80px;width:204px;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/primum1/assets/build/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/primum1/assets/build/css/main.css?1776167056107849*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: Montserrat;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	resize: vertical
}
textarea::-webkit-resizer {
display: none;
}
textarea::-moz-resize {
display: none;
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
:after, :before {
	box-sizing: border-box
}
html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box
}
:focus {
	outline: 0;
	-moz-outline-style: none
}
:-moz-any-link:focus {
	outline: 1px dotted invert
}
:-moz-any-link:focus {
	outline: 0
}
a {
	transition: color .25s ease;
	text-decoration: none
}
a:not([class]) {
	color: #fff
}
a:not([class]):hover {
	color: #918e8e
}
body {
	margin: 0;
	height: 100%;
	width: 100%;
	background: #171717;
	font-size: 18px;
	font-family: Montserrat;
	color: #e8e8e8;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
}
popup-content-complex__item,input[name=name_sm_main],input[name=email_sm_main],textarea{
	box-sizing: border-box;
	position: static;
	padding: 5px 10px;
	background: transparent;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	height: 80px;
	max-width: 798px;
	border: 2px solid #fff;
	border-radius: 15px
}
popup-content-complex__item,textarea {height: 115px;}


::-webkit-input-placeholder {
	color: #a2adb4;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
::-moz-placeholder {
	color: #a2adb4;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
:-moz-placeholder {
	color: #a2adb4;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
:-ms-input-placeholder {
	color: #a2adb4;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
.grecaptcha-badge {
	visibility: hidden;
}
.popup, .workarea {
	line-height: 1.4
}
.popup h1, .workarea h1 {
	margin: 0;
	margin-bottom: 37px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase
}
.popup h2, .workarea h2 {
	margin: 0;
	margin-bottom: 37px;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700
}
.popup h3, .workarea h3 {
	margin: 0;
	margin-bottom: 37px;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2
}
.popup h4, .workarea h4 {
	margin: 0;
	margin-bottom: 37px;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2
}
.popup h5, .workarea h5 {
	margin: 0;
	margin-bottom: 37px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2
}
.popup h6, .workarea h6 {
	margin: 0;
	margin-bottom: 37px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2
}
.popup p, .workarea p {
	margin: 0;
	margin-bottom: 20px
}
.popup input[type=email], .popup input[type=password], .popup input[type=tel], .popup input[type=text], .workarea input[type=email], .workarea input[type=password], .workarea input[type=tel], .workarea input[type=text] {
	width: 100%;
	display: block;
	font-size: 18px;
	color: #1c2429;
	border: 2px solid #dfe5ea;
	padding: 18px 20px;
	transition: all .25s ease
}
.popup input[type=email]:hover, .popup input[type=password]:hover, .popup input[type=tel]:hover, .popup input[type=text]:hover, .workarea input[type=email]:hover, .workarea input[type=password]:hover, .workarea input[type=tel]:hover, .workarea input[type=text]:hover {
	border: 2px solid #becdd7
}
.popup textarea, .workarea textarea {
	display: block;
	width: 100%;
	border: 0;
	min-height: 153px;
	resize: none;
	font-size: 18px;
	padding: 15px;
	border: 2px solid #dfe5ea;
	transition: all .25s ease
}
.popup textarea:hover, .workarea textarea:hover {
	border: 2px solid #becdd7
}
.popup ol, .workarea ol {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	counter-reset: myCounter
}
.popup ol li, .workarea ol li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px
}
.popup ol li:before, .workarea ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 18px;
	line-height: 1;
	color: #ca2534;
	font-weight: 700
}
.popup ul, .workarea ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0
}
.popup ul li, .workarea ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px
}
.popup>ul li:before, .workarea>ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ca2534;
	width: 6px;
	height: 6px
}

.popup blockquote, .workarea blockquote {
	display: block;
	font-size: 24px;
	color: #7a1774;
	text-align: center;
	max-width: 700px;
	margin: 25px auto;
	padding: 25px 0;
	position: relative
}
.popup blockquote:before, .workarea blockquote:before {
	content: "";
	display: block;
	width: 400px;
	height: 1px;
	background: #e3e0eb;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0
}
.popup blockquote:after, .workarea blockquote:after {
	content: "";
	display: block;
	width: 400px;
	height: 1px;
	background: #e3e0eb;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0
}
.popup strong, .workarea strong {
	font-weight: 700
}

.oversize_trailer_info ul, .workarea ul {
	margin: 0;
	margin-bottom: 0px;
	padding: 0
}
.oversize_trailer_info ul li, .workarea ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0px
}
.oversize_trailer_info>ul li:before, .workarea ul li:before {
	content: "→";
	position: absolute;
	left: 0;
	color: #ca2534
}
ul>.oversize_prop_info>li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fff
}
ul>.oversize_prop_info_last>li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fff
}

.popup input[type=checkbox]:checked, .popup input[type=checkbox]:not(:checked), .workarea input[type=checkbox]:checked, .workarea input[type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px
}
.popup input[type=checkbox]:checked+label, .popup input[type=checkbox]:not(:checked)+label, .workarea input[type=checkbox]:checked+label, .workarea input[type=checkbox]:not(:checked)+label {
	position: relative;
	cursor: pointer;
	padding-left: 26px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px
}

.popup input[type=checkbox]:checked+label:before, .popup input[type=checkbox]:not(:checked)+label:before, .workarea input[type=checkbox]:checked+label:before, .workarea input[type=checkbox]:not(:checked)+label:before, .checkbox-item-main input[type=checkbox]:checked+label:before, .checkbox-item-main input[type=checkbox]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 18px;
	background: transparent;
	border: 2px solid #dfe5ea;
	cursor: pointer;
	z-index: 5;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	transition: all .3s ease;
	bottom: 121px
}
.popup input[type=checkbox]:checked+label:after, .popup input[type=checkbox]:not(:checked)+label:after, .workarea input[type=checkbox]:checked+label:after, .workarea input[type=checkbox]:not(:checked)+label:after, .checkbox-item-main input[type=checkbox]:checked+label:after, .checkbox-item-main input[type=checkbox]:not(:checked)+label:after {
	content: '';
	position: absolute;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/check.svg) center no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	left: 21px;
	z-index: 10;
	bottom: 124px
}
.popup input[type=checkbox]:not(:checked)+label:after, .checkbox-item-main input[type=checkbox]:not(:checked)+label:after, .workarea input[type=checkbox]:not(:checked)+label:after {
	opacity: 0
}
.popup input[type=checkbox]:checked+label:after, .checkbox-item-main input[type=checkbox]:checked+label:after, .workarea input[type=checkbox]:checked+label:after {
	opacity: 1
}
.popup select, .workarea select {
	display: block;
	width: 100%;
	background: #fff;
	border: 2px solid #dfe5ea;
	padding: 18px 45px 18px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(/local/templates/primum1/assets/build/css/../img/svg/arr.svg);
	background-repeat: no-repeat;
	background-position: right 21px top 50%, 0 0;
	font-size: 18px;
	font-weight: 400;
	transition: all .25s ease
}
.popup select:hover, .workarea select:hover {
	border: 2px solid #becdd7
}

.table-wrap {
	overflow-x: auto;
	width: 100%;
	margin: 0 0 50px
}
.table-wrap table {
	margin-bottom: 0;
	width: 100%
}
.table-wrap::-webkit-scrollbar {
	height: 5px;
	width: 1px
}
.table-wrap::-webkit-scrollbar-track {
	border-radius: 20px;
	background: #fff
}
.table-wrap::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #ca2534
}
.workarea table {
	width: 100%;
	min-width: 576px;
	margin-bottom: 20px
}
.workarea td {
	border: 1px solid #a9acae;
	padding: 15px 6px;
	font-size: 14px
}
.workarea td:first-child {
	padding-left: 27px
}
.workarea th {
	text-align: left;
	font-weight: 700;
	border: 1px solid #a9acae;;
	background: #edf0f2;
	padding: 18px 6px
}
.workarea th:first-child {
	padding-left: 27px
}
.page-header {
	padding: 40px 0 30px;
	position: fixed;
	width: 100%;
	z-index: 99
}
.page-header__wrap {
	display: flex;
	position: relative;
	height: 74px;
	border-radius: 10px;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.page-header__buttons {
	display: flex;
	margin: 10px 10px;
}
.button_left{
	display: flex;
	align-items: center
}
.menu-header{
	display: flex;
	max-width: fit-content;
}
.logo {
	display: inline-block;
	block-size: inherit;
	padding-right: 70px;
	height: 28px;
	padding-left: 20px
}

.logo>img {
	display: block;
	padding-left: 10px;
	height: 28px;
	max-width: 100%
}
.breadcrumbs {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #fff
}
.breadcrumbs__item {
	color: #fff;
	padding: 2px 3px;
	font-weight: 800
}
.breadcrumbs__sep {
	display: inline-block;
	margin: 0 5px
}
a.breadcrumbs__item {
	font-weight: 400
}
.page-lang {
	z-index: 4;
	position: relative
}
.page-lang:hover .page-lang__list {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}
.page-lang:hover .page-lang__link {
	color: #ca2534;
}
.page-lang__link {
    background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .25s ease;
	border: none
}
.page-lang__link:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 14px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/l-arr.svg) center/cover no-repeat;
	margin: 2px 0 0 8px;
	transition: all .25s ease
}
.page-lang__link:hover {
	color: #ca2534
}
.page-lang__link:hover:after {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/l-arr-h.svg) center/cover no-repeat
}
.page-lang__list:hover .page-lang__link:after {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/l-arr-h.svg) center/cover no-repeat
}
.page-lang__list .page-lang__link {
	color: #ca2534;
	border: 0!important
}
.page-lang__list .page-lang__link:after {
	display: none
}
.page-lang__item {
	border-bottom: none;
	color: #ca2534;
	font-size: 18px
}
.page-lang__item:last-child {
	border-bottom: 0
}
.page-lang__list .page-lang__link:hover {
	color: #fff
}
.page-lang__list {
	position: absolute;
	background-color: transparent;
	overflow: auto;
	border-radius: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
	top: 100%;
	left: 0;
	border-top: 0;
	opacity: 0;
	margin-top: 10px;
	transition: all .25s ease;
	width: 100%
}
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn1 {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn2 {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown-services {
    display: none;
	position: absolute;
	top: 70px;
	left: 328px;
	min-width: 160px;
	border-radius: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4)
}
.dropdown-services a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-directrions {
    display: none;
    position: absolute;
	top: 70px;
	left: 448px;
    min-width: 160px;
    overflow: auto;
	border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}
.dropdown-directrions a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
	background-color: #ddd
}
.show {
	display: block;
	margin-top: 10px;
	color: #ca2534;
	backdrop-filter: blur(10px);
}
.menu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 56px;
	position: relative;
	z-index: 6;
	border: 1px solid #fff;
	border-left: 0
}
.menu-btn.active {
	border: 1px solid transparent
}
.menu-btn.active .burger-icon {
	background-color: transparent
}
.menu-btn.active .burger-icon:before {
	transform: translateY(11px) rotate(45deg);
	top: -11px!important
}
.menu-btn.active .burger-icon:after {
	transform: translateY(-11px) rotate(-45deg);
	top: 11px!important
}
.menu-btn:hover .burger-icon:before {
	top: -13px
}
.menu-btn:hover .burger-icon:after {
	top: 13px
}
.burger-icon {
	display: block;
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 25px;
	height: 3px;
	background-color: #fff;
	transition: all .15s linear
}
.burger-icon:after, .burger-icon:before {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	transition: all .15s linear;
	position: absolute;
	content: ""
}
.burger-icon:before {
	top: -11px
}
.burger-icon:after {
	top: 11px
}
.top-menu {
	background: #1c2429;
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	padding: 34px 40px 0 40px;
	z-index: 4;
	display: none
}
.top-menu__list {
	display: flex;
	margin-bottom: 139px
}
.top-menu__col {
	position: relative;
    display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	min-width: max-content;
}
.top-menu__col_social {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 10px;
	margin-left: 5px;
	min-width: max-content;
}
.top-menu__col:last-child {
	margin-right: inherit
}
.top-menu__top {
	display: block;
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	transition: color .25s ease
}
.top-menu__top:hover {
	color: #ca2534
}
.top-menu__link {
	display: block;
	color: #b5b5b5;
	margin-bottom: 11px;
	transition: color .25s ease
}
.top-menu__link:last-child {
	margin-bottom: 0
}
.top-menu__link:hover {
	color: #ca2534;
}
.top-menu-add {
	padding-top: 28px
}
.top-menu-add__link {
	display: flex;
	align-items: center;
	color: #b5b5b5;
	margin-bottom: 18px;
	transition: color .25s ease
}
.top-menu-add__link:after {
	content: "";
	display: inline-block;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/t-m-arr.svg) no-repeat;
	width: 7px;
	height: 8px;
	margin-left: 2px
}
.top-menu-add__link:last-child {
	margin-bottom: 0
}
.top-menu-add__link:hover {
	color: #fff
}
.top-menu-add__icon {
	width: 21px;
	height: 21px;
	margin-right: 5px
}
.top-menu-add__icon img {
	display: block;
	max-width: 100%
}
.top-menu-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -40px;
	padding: 0 40px 0 0
}
.top-menu-b .benefits__link {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 15px 37px 16px 72px;
	font-size: 18px
}
.top-menu-b .benefits__link:before {
	width: 32px;
	height: 32px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) center/cover no-repeat;
	left: 22px;
	top: 13px
}
.benefits__link_srv:before {
	width: 32px;
	height: 32px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) center/cover no-repeat;
	left: 22px;
	top: 13px
}
.top-menu-b .socials {
	margin: -35px 0 0 0
}
.top-menu-b__links {
	display: flex;
	align-items: center
}
.top-menu-b__politics {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-left: 115px;
	display: inline-block
}
.top-menu-b__politics:hover {
	color: #b5b5b5
}
.main_header_button__link {
	display: flex;
	align-items: center;
	color: #ffffff;
	margin-bottom: 18px;
	border-width: 1px;
	border-style: solid;
	padding: 15px 20px 15px 20px;
	border-radius: 15px;
	transition: color .25s ease
}
.main_header_button__link:after {
	content: "";
	display: inline-block;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/t-m-arr.svg) no-repeat;
	width: 7px;
	height: 8px;
	margin-left: 2px
}
.main_header_button__link:last-child {
	margin-bottom: 0
}
.main_header_button__link:hover {
	color: #ca2534;
	border-width: 1px;
	border-style: solid;
	border-color: #ca2534;
}
.copyright{
	margin-top: 50px;
	color: #525252
}
ymaps[class$="-copyright"] {
	display: none
}
.layout {
	flex: 1 0 auto
}
.layout.m-fullwidth .page-content>.container {
	max-width: 100%;
	max-height: 100%
}
.container {
	width: 100%;
	height: 100%;
	display: flex;
	/*flex-direction: row;*/
	justify-content: space-around;
	max-width: 1730px;
	position: relative;
	margin: 0 auto
}
.container-content {
	width: 100%;
	height: 100%;
	display: flex;
	max-width: 1730px;
	position: relative;
	margin: 0 auto;
}
.container-content_detail{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1730px;
	position: inherit;
    margin: auto
}
.container_content_detail{
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1730px;
	position: inherit;
    margin: auto
}
.page-content {
	height: 100%
}
.page-txt-view {
	max-width: 893px;
	margin: 0 auto
}
.page-txt-cookies {
	text-align: left
}
.page-txt-cookies h2, .page-txt-cookies h3  {
	font-size: 32px;
}
.page-title {
	display: flex
}
.page-title_last {
	display: flex;
	justify-content: space-between
}
.detail_page-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}
.detail_page-block_last {
	justify-content: space-between;
	margin-bottom: 180px
}
.page_block_last{margin: 120px 0 20px 0}
.detail_page-button{
	display:block;
}
.oversize-clar{color:#8A8A8A}
.page-title h1 {
	margin: 0;
	margin-bottom: 37px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase
}
.accordion__item {
	background: #edf0f2;
	border: 2px solid #edf0f2;
	transition: all .25s ease;
	margin-bottom: 1px
}
.accordion__item:last-child {
	margin-bottom: 0
}
.accordion__item.active {
	background: #fff
}
.accordion__item.active .accordion__link {
	color: #ca2534
}
.accordion__item.active .accordion__link:after {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/minus.svg) center no-repeat
}
.accordion__view {
	display: none;
	padding: 0 100px 35px 29px
}
.accordion__link {
	display: flex;
	padding: 29px 70px 29px 27px;
	font-weight: 700;
	font-size: 20px;
	color: #1c2429;
	transition: all .25s ease;
	position: relative
}
.accordion__link:after {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/local/templates/primum1/assets/build/css/../img/svg/plus.svg) center no-repeat
}
.accordion__link:hover {
	color: #ca2534
}
.main-hero {
	color: #fff;
	display: flex;
	height: 980px;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	background: url(/local/templates/primum1/assets/build/css/../img/content/main-top.png) center/cover no-repeat;
	left: 0;
	top: 0;
}
.main-hero p {
	margin: 0px;
}
.main-hero__wrap {
	height: 100%;
	display: flex;
	flex-direction: column
}
.main-slogan {
	display: flex;
	flex-direction: column;
	position: inherit;
	padding-top: 9%;
	padding-left: 7%;
	max-height: max-content;
	max-width: 40%;
	z-index: -1;
	align-items: flex-start;
}
.main-slogan h1{
	font-size: 64px;
	margin: 0px;
}
.main-hero-bottom {
	display: flex;
	align-items: center;
	align-self: end;
	width: 80%;
	justify-content: space-between;
	padding-right: 12%;
	padding-left: 12%;
	transform: translateY(-50%);
	transition: all .75s ease;
	opacity: .8
}
.main-slogan-achievments{
	display: flex;
	flex-direction: column;
	position: inherit;
	padding-top: 9%;
	padding-left: 5%;
	min-width: max-content;
	z-index: 1;
	align-items: flex-start;
}
.main-slogan-achievments-label p{
	font-size: 24px;
	margin: 0px
}
.main-slogan-achievments h2{
	margin: 0px;
	font-size: 98px;
	line-height: 0.9
}
.main-slogan-achievments p{
	margin: 0px
}
.main-slogan-achievments-right{
	display: flex;
	flex-direction: column;
	position: inherit;
	padding-top: 27%;
	padding-left: 6%;
	max-height: max-content;
	max-width: max-content;
	z-index: 1;
	align-items: center;
}
.main-slogan-achievments-right h2{
	font-size: 98px;
	line-height: 0.9;
	margin: 0px;
}
.page-video {
	margin-bottom: 70px
}
.page-video__view {
	position: relative
}
.page-video__view img {
	display: block;
	max-width: 100%
}
.page-video__link {
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 114px;
	height: 114px;
	transition: all .25s ease
}
.page-video__link:hover {
	border: 2px solid #ca2534
}
.page-video__link:hover:before {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/play-h.svg) no-repeat
}
.page-video__link:before {
	content: "";
	display: inline-block;
	width: 43px;
	height: 56px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/play.svg) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 5px;
	transition: all .25s ease
}
.videoPopUpBox {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 333;
	padding: 50px
}
.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Montserrat;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	min-height: 340px;
	background: 0 0
}
.page-img {
	margin-bottom: 50px
}
.page-img img {
	display: block;
	max-width: 100%
}
.page-img__descr {
	max-width: 426px;
	font-size: 15px;
	padding: 13px 0 0 0
}
.page-img.m-complex {
	display: flex;
	margin-left: -20px;
	margin-right: -20px
}
.page-img.m-complex .page-img__descr {
	max-width: 100%
}
.page-img.m-complex .page-img__item {
	width: 50%;
	padding: 0 20px
}
.page-slider {
	margin: 0 auto 50px
}
.page-slider:last-child {
	margin-bottom: 0
}
.page-slider__item img {
	max-width: 100%;
	display: block
}
.page-slider .slick-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 68px;
	height: 68px;
	background: #ca2534;
	border: 2px solid #ca2534;
	text-indent: -9999em;
	padding: 0;
	transform: translateY(-50%)
}
.page-slider .slick-arrow.slick-prev {
	left: 0;
	background: #ca2534 url(/local/templates/primum1/assets/build/css/../img/svg/prev.svg) 18px 21px no-repeat
}
.page-slider .slick-arrow.slick-next {
	right: 0;
	background: #ca2534 url(/local/templates/primum1/assets/build/css/../img/svg/next.svg) 20px 25px no-repeat
}
.page-top {
	background: url(/local/templates/primum1/assets/build/css/../img/content/top-bg.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_mission {
	background: url(/local/templates/primum1/assets/build/css/../img/content/mission.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_asian {
	background: url(/local/templates/primum1/assets/build/css/../img/content/asia.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_sng {
	background: url(/local/templates/primum1/assets/build/css/../img/content/sng.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_europe {
	background: url(/local/templates/primum1/assets/build/css/../img/content/europe.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_turtsiya {
	background: url(/local/templates/primum1/assets/build/css/../img/content/turkey.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_turkey {
	background: url(/local/templates/primum1/assets/build/css/../img/content/turkey.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_opasnye-gruzy-adr {
	background: url(/local/templates/primum1/assets/build/css/../img/content/adr.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_proektnye-perevozki {
	background: url(/local/templates/primum1/assets/build/css/../img/content/project.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_perevozki-po-rossii-vostok {
	background: url(/local/templates/primum1/assets/build/css/../img/content/vostok.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_generalnye-gruzy {
	background: url(/local/templates/primum1/assets/build/css/../img/content/general.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_sbornye-gruzy-iz-kitaya {
	background: url(/local/templates/primum1/assets/build/css/../img/content/from-china.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_temperaturnyy-rezhim {
	background: url(/local/templates/primum1/assets/build/css/../img/content/temperature.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_dorogostoyashchie-gruzy {
	background: url(/local/templates/primum1/assets/build/css/../img/content/expensive.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_multimodalnye-perevozki {
	background: url(/local/templates/primum1/assets/build/css/../img/content/multimodal.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_autopark {
	background: url(/local/templates/primum1/assets/build/css/../img/content/autopark.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top_history {
	background: url(/local/templates/primum1/assets/build/css/../img/content/history.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page-top__view {
	position: inthe;
	display: flex;
    flex-direction: column;
	padding: 33px 0 10px;
	min-height: auto
}
.page-top__view h1 {
	margin-bottom: 0;
	max-width: 50%
}
.achiev__item{
	background-color: #262626;
	margin: 10px;
	min-height: 592px;
	width: 412px;
	border-radius: 20px;
}
.achiev__item:hover{
	background-color: #373737
}
.achiev__item_right{
	background-color: #262626;
	margin: 10px;
	min-width:calc(100% - 20px);
	max-height: 284px;
	max-width: 830px;
	border-radius: 20px;
}
.achiev__item_right:hover{
	background-color: #373737
}
.achiev__item_right_emploeer{
	position: inherit;
	background-color: #262626;
	margin: 10px;
	height: 100%;
	min-width: 412px;
	max-height: 284px;
	border-radius: 20px;
}
.achiev__item_right_emploeer:hover{
	background-color: #373737
}
.paging {
	display: flex;
	flex-wrap: wrap
}
.paging__link {
	min-width: 55px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all .25s ease
}
.paging__link:hover {
	background: #edf0f2;
	color: #ca2534
}
.paging__link.active {
	background: #ca2534;
	color: #fff
}
.paging__next {
	color: #fff;
	transition: all .25s ease;
	border: 2px solid #616c73;
	padding: 3px 11px;
	font-weight: 600;
	display: inline-flex;
	align-items: center
}
.paging__next:hover {
	color: #ca2534
}
.btn {
	display: inline-block;
	font-size: 22px;
	padding: 17px 44px;
	color: #fff;
	background: #ca2534;
	transition: all .25s ease
}
.btn:hover {
	background: #dd3241
}
.btn_srv {
	display: grid;
	position: relative;
	font-size: 22px;
	padding: 26px 34px 29px 85px;
	color: #fff;
	background: #ca2534;
	transition: all .25s ease
}
.btn_srv:hover {
	background: #dd3241
}
.page-txt-content {
	margin-bottom: 90px
}
.dnone {
	display: none
}
.popup {
	padding: 0
}
.popup.m-rate {
	width: 740px
}
.popup-top {
	text-align: center;
	background: #edf0f2;
	padding: 29px 20px 32px
}
.popup-top__title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 21px
}
.popup-top__title:last-child {
	margin-bottom: 0
}
.popup-content {
	padding: 30px 43px 25px 38px;
	background: #fff
}

.popup-content__item {
	margin-bottom: 28px;
	position: relative
}
.popup-content__item:last-child {
	margin-top: 5px;
	margin-bottom: 0
}
.popup-content__item.m-phone {
	display: inline-block
}
.popup-content__item.m-phone input[type=tel], .popup-content__item.m-phone input[type=text] {
	width: 262px
}
.popup-content__item.m-necessarily:after {
	content: "*";
	color: #ca2534;
	position: absolute;
	top: 3px;
	right: 16px
}
.popup-content .datepicker-input {
	padding-right: 70px!important;
	cursor: pointer
}
.popup-bottom-main {
	padding: 30px 20px 35px 20px
}
.popup-bottom {
	padding: 30px 43px 34px 37px;
	background: #edf0f2
}
.tabs-nav {
	display: flex;
	justify-content: center
}
.tabs-nav__item {
	background: #fff;
	color: #1c2429;
	padding: 11px 40px;
	margin-right: 10px;
	font-size: 18px;
	transition: all .25s ease;
	position: relative
}
.tabs-nav__item:last-child {
	margin-right: 0
}
.tabs-nav__item.active {
	background: #ca2534;
	color: #fff!important
}
.tabs-nav__item.active:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ca2533 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%)
}
.tabs-nav__item:hover {
	color: #ca2534
}
.tabs-content__item:not(:first-child) {
	display: none
}
.page-slider__item {
	position: relative
}
.page-slider__info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	padding: 62px 0 20px;
	font-size: 30px;
	font-weight: 700
}
.page-slider__in {
	max-width: 680px
}
.checkbox-item {
	margin-bottom: 20px
}

.checkbox-item:last-child {
	margin-bottom: 0
}
.popup-content-complex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/*margin-left: -10px;
	margin-right: -10px*/
}
.popup-content-complex__item {
	/*width: 50%;*/
	padding: 5px 0px;
	display: flex;
	align-items: center;
	position: relative
}
.popup-content-complex__item.m-necessarily:after {
	content: "*";
	color: #ca2534;
	position: absolute;
	top: 3px;
	right: 16px
}
.popup-content-complex__item.m-date {
	position: relative;
	transition: all .25s ease
}
.popup-content-complex__item.m-date:hover:after {
	background: #becdd7 url(/local/templates/primum1/assets/build/css/../img/svg/date.svg) center no-repeat
}
.popup-content-complex__item.m-date:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 100%;
	background: #edf0f2 url(/local/templates/primum1/assets/build/css/../img/svg/date.svg) center no-repeat;
	position: absolute;
	right: 10px;
	top: 0;
	transition: all .25s ease;
	pointer-events: none
}
.popup-content-complex__icon {
	width: 51px;
	min-width: 51px;
	margin-right: 10px
}
.popup-content-complex__icon img {
	display: block;
	max-width: 100%
}
.p-explain {
	display: inline-flex;
	align-items: center;
	margin: -10px 0 -10px 10px;
	position: relative
}
.p-explain__link {
	width: 27px;
	height: 27px;
	background: #edf0f2 url(/local/templates/primum1/assets/build/css/../img/svg/question.svg) center no-repeat;
	border-radius: 50%;
	display: inline-block;
	transition: all .25s ease;
	cursor: pointer
}
.p-explain__link:hover {
	background: #becdd7 url(/local/templates/primum1/assets/build/css/../img/svg/question.svg) center no-repeat
}
.p-explain__link:hover .p-explain__txt {
	opacity: 1;
	pointer-events: all;
	visibility: visible
}
.p-explain__txt {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	min-width: 250px;
	padding: 10px 15px 15px;
	background: #edf0f2;
	font-size: 16px;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all .25s ease
}
.p-explain__txt:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #edf0f2 transparent transparent transparent
}
.checkbox-item .p-explain {
	top: 10px
}
.popup-submit {
	display: flex;
	justify-content: center
}
.popup-submit__btn {
	display: block;
	text-align: center;
	border-radius: 15px;
	width: 800px;
	border: 0;
	background: #ca2534;
	color: #fff;
	font-size: 22px;
	padding: 27px 0px;
	transition: all .25s ease
}
.popup-submit__btn:hover {
	background: #dd3241
}
.fancybox-content {
	overflow: visible
}
.ui-datepicker {
	background: #fff;
	border: 2px solid #dfe5ea;
	padding: 10px
}
.ui-datepicker td a, .ui-datepicker td span {
	color: #1c2429
}
.datepicker {
	border: 2px solid #dfe5ea;
	width: calc(100% - 10px);
	left: 0!important;
	background: #fff;
	position: absolute
}
.datepicker table {
	width: 100%
}
.popup-thanks {
	padding: 49px 24px 54px 59px
}
.popup-thanks__wrap {
	display: flex;
	align-items: center
}
.popup-thanks__icon {
	margin-right: 52px
}
.popup-thanks__title {
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 15px
}
.popup-thanks__txt {
	margin-bottom: 38px
}
.popup-thanks__close {
	color: #ca2534
}
.popup-thanks__close:hover {
	color: #b7202e
}
.m-error input[type=password], .m-error input[type=tel], .m-error input[type=text], .m-error input[type=email], .m-error select, .m-error textarea {
	border: 2px solid #ca2534
}
.services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px;
}
.services__item {
	width: 33.333%;
	margin-bottom: 20px;
	padding: 0 10px
}
.services__in {
	display: block;
	width: 100%;
	/*height: 100%;*/
	background: #edf0f2;
	padding: 60px 63px 50px
}
.services__in:hover .service-img {
	opacity: 0
}
.services__in:hover .service-img-hover {
	opacity: 1;
	background: BD2634
}
.services__in:hover .services__title {
	color: #ca2534
}
.services__icon {
	margin-bottom: 40px;
	height: 173px;
	position: relative
}
.services__icon img, .services__icon svg {
	display: block;
	max-width: 100%;
	transition: all .25s ease
}
.services__title {
	font-size: 30px;
	font-weight: 700;
	color: #1c2429;
	transition: all .25s ease
}
.service-img {
	opacity: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 15px
}
.service-img-hover {
	display: flex;
	border-radius: 15px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #BD2634;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .25s linear
}
.benefits {
	background: #edf0f2;
	padding: 45px 0 42px;
	position: relative;
	overflow: hidden
}
.benefits__bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}
.benefits__bg img {
	display: block;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.benefits__wrap {
	display: flex;
	position: relative
}
.benefits__title {
	width: 33.333%;
	font-size: 30px;
	font-weight: 700;
	color: #ca2534
}
.benefits__list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0 16px
}
.benefits__item {
	width: 50%;
	margin-bottom: 25px;
	padding: 0 30px 0 28px;
	position: relative
}
.benefits__item:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 16px;
	background: #ca2534
}
.benefits__top {
	font-size: 24px;
	margin-bottom: 11px;
	font-weight: 700
}
.benefits__txt {
	max-width: 326px
}
.benefits__link {
	border-radius: 15px;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	background: #ca2534;
	padding: 9px 25px;
	transition: all .25s ease
}
.benefits__link:hover {
	background: #dd3241
}
.benefits__link:before {
	content: "";
	margin-right: 10px;
	width: 44px;
	height: 44px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) no-repeat;
	position: relative;
}
.page-header__wrap .benefits__link_header{
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 24px;
	color: #ffffff;
	line-height: 28px
}
.page-header__wrap .benefits__link_header:before{
	content: "";
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) center/cover no-repeat;
}
.page-header__wrap .benefits__link_header:hover{
	background: #ffffff;
	color: #ca2534;
	border-radius: 10px;
}
.page-header__wrap .benefits__link_header:hover:before{
	content: "";
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request_hover.svg) center/cover no-repeat;
}
.button_right {
	bottom: inherit;
	color: #fff;
	font-size: 22px;
	padding: 9px 25px;
	transition: all .25s ease
}
.benefits__link_srv:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) no-repeat;
	position: absolute;
	left: 24px;
	top: 23px
}
.benefits__link-dir {
	position: absolute;
	left: 0;
	bottom: 0px;
	color: #fff;
	font-size: 22px;
	background: #ca2534;
	padding: 26px 34px 29px 85px;
	transition: all .25s ease
}
.benefits__link-dir {
	position: absolute;
	left: 0;
	bottom: 0px;
	color: #fff;
	font-size: 22px;
	background: #ca2534;
	padding: 26px 34px 29px 85px;
	transition: all .25s ease
}
.benefits__link-dir:hover {
	background: #dd3241
}
.benefits__link-dir:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) no-repeat;
	position: absolute;
	left: 24px;
	top: 23px
}
.benefits__link-dir-cn {
	position: absolute;
	left: 0;
	bottom: 0px;
	color: #fff;
	font-size: 22px;
	background: #ca2534;
	padding: 26px 34px 29px 85px;
	transition: all .25s ease
}
.benefits__link-dir-cn {
	position: absolute;
	left: 0;
	bottom: 0px;
	color: #fff;
	font-size: 22px;
	background: #ca2534;
	padding: 26px 34px 29px 85px;
	transition: all .25s ease
}
.benefits__link-dir-cn:hover {
	background: #dd3241
}
.benefits__link-dir-cn:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) no-repeat;
	position: absolute;
	left: 24px;
	top: 23px
}
.s-benefits__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}
.s-benefits .destination-top__item {
	width: 33.333%
}
.s-benefits .destination-top__info {
	font-weight: 700
}
.service-pre {
	padding: 0 0 165px 0
}
.service-pre__in {
	font-size: 24px;
	font-weight: 700;
	color: #ca2534;
	max-width: 430px
}
.p-service {
	margin-bottom: 145px
}
.p-service__item {
	display: flex;
	background: #edf0f2;
	margin-bottom: 10px
}
.p-service__item:last-child {
	margin-bottom: 0
}
.p-service__icon {
	background: #ca2534;
	width: 117px;
	min-width: 117px;
	display: flex;
	align-items: center;
	justify-content: center
}
.p-service__icon img {
	display: block
}
.p-service-view {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 40px 100px 40px 30px
}
.p-service-view__title {
	color: #ca2534;
	font-size: 24px;
	font-weight: 700;
	width: 185px;
	min-width: 185px;
	margin-right: 20px
}
.p-service-view__country {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 24px
}
.p-service-c {
	min-width: 232px
}
.p-service-c-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -13px;
	flex: 1
}
.p-service-c-list__item {
	margin: 0 30px 13px 0
}
.p-service-c-list__item:last-child {
	margin-right: 0
}
.p-service-arr {
	margin: 0 30px 0 14px;
	width: 49px;
	min-width: 49px
}
.p-service-arr img {
	display: block
}
.destination-top {
	display: flex;
	margin-bottom: 50px
}
.destination-top__pre {
	width: 33.333%;
	padding-right: 50px;
	color: #ca2534;
	font-size: 24px;
	font-weight: 700
}
.destination-top__view {
	flex: 1;
	overflow: hidden
}
.destination-top__wrap {
	margin: 0 -20px -30px -20px;
	display: flex;
	flex-wrap: wrap
}
.destination-top__item {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 30px
}
.destination-top__in {
	display: flex;
	width: 100%;
	height: 100%
}
.destination-top__icon {
	background: #ca2534;
	padding: 13px 15px 15px;
	width: 78px;
	min-width: 78px;
	display: flex;
	justify-content: center;
	align-items: flex-start
}
.destination-top__info {
	font-size: 20px;
	background: #edf0f2;
	padding: 30px 18px 30px 37px;
	flex: 1
}
.destination__item {
	background: #edf0f2;
	margin-bottom: 30px;
	padding: 36px 0 79px;
	position: relative;
	overflow: hidden;
	min-height: 300px
}
.destination__item:last-child {
	margin-bottom: 0
}
.destination__wrap {
	display: flex
}
.destination__title {
	width: 33.333%;
	padding: 0 40px 0 47px;
	font-size: 40px;
	font-weight: 700;
	color: #ca2534;
	position: relative;
	z-index: 1
}
.destination__info {
	flex: 1;
	padding: 0 47px 0 0;
	position: relative;
	z-index: 1;
	font-size: 20px
}
.destination__top {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 39px
}
.destination ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -38px
}
.destination ul.triple {
	max-width: 660px
}
.destination ul.triple li {
	width: 33.333%
}
.destination ul li {
	width: 50%;
	margin-bottom: 37px;
	padding-left: 38px;
	padding-right: 55px
}
.destination ul li:before {
	width: 18px;
	height: 4px;
	left: 6px;
	top: 12px
}
.destination ul li strong {
	display: block
}
.destination__bg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.destination__bg img {
	display: block;
	max-width: 100%
}
.destination__subtitle {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 17px
}
.destination__route {
	margin-bottom: 35px
}
.destination__route:last-child {
	margin-bottom: 0
}
.destination__bg__mobile {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none
}
.destination__bg__mobile img {
	display: block;
	max-width: 100%
}
.layout--destination .page-content {
	padding: 0
}
.p-dest {
	height: calc(100vh - 164px);
	padding: 35px 0;
	position: relative;
	display: flex;
	flex-direction: column
}
.p-dest__img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.p-dest__img img, .p-dest__img svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto
}
.p-dest__img path {
	transition: all .25s ease
}
.p-dest__img path.active {
	fill: #616c73
}
.p-dest-view {
	flex: 1;
	display: flex;
	align-items: center
}
.p-dest-view__item {
	margin-bottom: 12px
}
.p-dest-view__item:last-child {
	margin-bottom: 0
}
.p-dest-view__link {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	color: #1c2429;
	border: 2px solid transparent;
	padding: 9px 21px;
	transition: all .25s ease;
	position: relative
}
.p-dest-view__link:after {
	content: "";
	display: inline-block;
	width: 54px;
	height: 19px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/btn-arr.svg) center/cover no-repeat;
	position: absolute;
	left: calc(100% - 13px);
	top: 30px;
	transition: all .25s ease;
	opacity: 0
}
.p-dest-view__link:hover {
	border: 2px solid #ca2534;
	color: #ca2534
}
.p-dest-view__link:hover:after {
	opacity: 1
}
#mapa-mundi {
	width: 100%;
	height: 100%;
	transition: all .25s ease
}
.svg-pan-zoom_viewport {
	transition: all .25s ease
}
.p-dest-map-img {
	margin: 0 -20px;
	display: none
}
.p-dest-map-img img {
	display: block;
	max-width: 100%
}
.history-pre {
	padding: 22px 0
}
.history-pre__wrap {
	display: flex
}
.history-pre__title {
	width: 33.333%;
	padding-right: 50px;
	font-size: 24px;
	font-weight: 700;
	color: #ca2534
}
.history-pre__view {
	flex: 1
}
.history-pre__in {
	max-width: 661px
}
.history-pre__count {
	font-size: 25px;
	font-weight: 700;
	color: #ca2534
}
.history-pre__count strong {
	font-size: 115px;
	display: block;
	font-weight: 800;
	line-height: .85
}
.history-inc {
	height: 700px;
    width: 900px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px
}
.oversize-inc {
	min-height: max-content;
    max-width: 864px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px
}
/* BEGIN certificates */
.certificates {
	padding: 55px 0 35px
}
.certificates__wrap {
	display: flex
}
.certificates__view {
	flex: 1
}
.certificates__item {
	display: flex;
	flex-direction: column;
	background-color: #262626;
	border-radius: 20px;
	margin: 10px;
	min-width: 32%
}
.certificates__item:last-child {
	border-bottom: 20px
}
.certificates__item:first-child {
	padding-top: 20px
}
.certificates__icon {
	width: 12px;
	min-width: 120px;
	margin-right: 13px
}
.certificates__icon img {
	max-width: 100%
}
.certificates__title {
	font-size: 24px;
	font-weight: 700;
	color: #ca2534;
	text-transform: uppercase;
	margin-right: 20px;
	min-width: 80px
}
.certificates__list {
	margin-bottom: 24px
}
/* END certificates */
/*BEGIN oversize advantages*/
.advantages {
	padding: 55px 0 35px
}
.advantages__wrap {
	display: flex
}
.advantages__view {
	flex: 1
}
.advantages__item {
	display: flex;
	flex-direction: column;
	margin: 10px;
	min-width: 20%
}
.advantages__icon {
	display: flex;
    justify-content: center;
	min-width: 120px
}
.advantages__icon img {
	max-width: 100%
}
.advantages__list {
	display: flex;
	justify-content: center;
	margin-bottom: 24px	
}
.advantages__info{
	padding-top:30px;
	text-align: center
}
/*END oversize advantages*/
.offices {
	background: #edf0f2;
	padding: 55px 0 36px;
	position: relative;
	overflow: hidden
}
.offices__wrap {
	display: flex
}
.offices__icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.offices__icon img {
	display: block
}
.offices__view {
	flex: 1
}
.offices__item {
	display: inline-flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0 30px 24px 0
}
.offices__item:before {
	content: "";
	width: 25px;
	height: 30px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/place.svg) no-repeat;
	margin-right: 10px
}
.bottleneck {max-width: 660px}
.bottleneck>h2 {
	text-transform:uppercase;
    max-width: 450px;}
.oversize_prop {
	max-width: 660px;
	margin-right: 50px
}
.oversize_prop_last {
	max-width: 798px;
	margin-right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}
.history-best {
	font-size: 45px;
	font-weight: 700;
	color: #ca2534;
	margin-bottom: 21px
}
.years {
	padding: 64px 0 44px
}
.years__item {
	display: flex;
	margin-bottom: 33px
}
.years__item:last-child {
	margin-bottom: 0
}
.years__pre {
	width: 33.333%;
	text-align: right;
	padding-right: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #ca2534
}
.years__pre span {
	display: block;
	font-size: 45px;
	line-height: 1
}
.years__view {
	flex: 1
}
.years__view p:last-child {
	margin-bottom: 0
}
.history-final {
	padding: 50px 0
}
.history-final:last-child {
	padding-bottom: 0
}
.history-final__wrap {
	display: flex
}
.history-final__view {
	font-size: 24px;
	font-weight: 700;
	color: #ca2534
}
.history-final .history-pre__title {
	margin: 0!important
}
.offices__icon__mob {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none
}
.offices__icon__mob img {
	display: block;
	max-width: 100%
}
.gallery__wrap {
	display: flex;
	margin: 0 -10px
}
.gallery__col {
	width: 50%;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap
}
.gallery__col.m-main .gallery__item {
	padding: 0;
	width: 100%
}
.gallery__col.m-main .gallery__item ing {
	height: auto
}
.gallery__item {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px
}
.gallery__in {
	width: 100%;
	height: 100%
}
.gallery__in img {
	display: block;
	max-width: 100%;
	height: 100%
}
.layout.m-mission .page-content {
	padding: 0
}
.mission {
	display: flex
}
.mission__view {
	width: 33.333%;
	position: relative
}
.mission__view img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0
}
.mission__info {
	flex: 1;
	padding: 40px 80px
}
.mission__inner {
	max-width: 660px
}
.mission__list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0 0
}
.mission__item {
	width: 50%;
	margin-bottom: 48px;
	padding-right: 30px
}
.mission__icon {
	height: 90px;
	margin-bottom: 13px
}
.mission__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%
}
.mission__txt {
	font-size: 24px;
	font-weight: 700
}
.news {
	overflow: hidden
}
.news__list_main {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-between;
}
.news__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: start;
	height: max-content
}
.news__item {
	width: 24%;
	height: 435px;
	margin: 40px 8px 40px 8px
}
.news__in {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #262626
}
.news__img {
	height: 263px
}
.news__img img {
	display: block;
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px
}
.news__info {
	padding: 25px 25px 55px 25px;
	height: 92px;
	position: relative
}
.news__info:hover {
	background: #BD2634;
	border-radius: 0 0 15px 15px
 }
.news__item:hover .news__info {
	background: #BD2634;
	color: #fff;
	border-radius: 0 0 15px 15px
}
.news__date {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 18px 40px
}
.news__txt {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	transition: color .25s ease
}
.contacts__wrap {
	display: flex;
	justify-content: space-between
}
.contacts__col:last-child {
	max-width: 340px;
	margin-right: 90px
}
.contacts__col_srv:last-child {
	max-width: 340px
}
.contacts__item {
	margin-bottom: 23px
}
.contacts__item:last-child {
	margin-bottom: 0
}
.contacts__title {
	font-size: 24px;
	font-weight: 700;
	color: #ca2534;
	margin-bottom: 18px
}
.contacts__links {
	margin-bottom: 31px
}
.contacts__link {
	display: block;
	margin-bottom: 15px;
	color: #1c2429;
	font-weight: 700;
	padding-left: 24px;
	position: relative
}
.contacts__link:last-child {
	margin-bottom: 0
}
.contacts__link.m-mail:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/mail.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 2px
}
.contacts__link.m-site:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/site.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 3px
}
.contacts__link.m-unn:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/unn.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px
}
a.contacts__link {
	text-decoration: underline
}
a.contacts__link:hover {
	text-decoration: none
}
.c-phones {
	display: flex;
	flex-wrap: wrap
}
.c-phones__item {
	padding-right: 40px;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	max-width: 50%
}
.c-phones__item:last-child {
	padding-right: 0
}
.c-phones__item span {
	font-size: 18px;
	display: block;
	font-weight: 400
}
.c-phones__item a {
	color: #1c2429
}
.c-phones__item a:hover {
	color: #ca2534
}
.page-map {
	position: relative;
	height: 508px
}
.page-map__view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.layout--404 {
	background: url(/local/templates/primum1/assets/build/css/../img/content/404bg.jpg) center/cover no-repeat;
	color: #fff
}
.layout--404 .page-top {
	background: 0 0
}
.page404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 80px
}
.page404 h1 {
	font-size: 220px;
	font-weight: 800;
	line-height: .9;
	margin-bottom: 5px
}
.page404__wrap {
	margin-bottom: 60px
}
.page404__subline {
	font-size: 40px;
	font-weight: 800
}
.page404__main {
	font-size: 24px
}
.page404__main a {
	color: #fff;
	border-bottom: 1px solid #ca2534;
	transition: all .25s ease
}
.page404__main a:hover {
	color: #fff;
	border-bottom: 1px solid #fff
}
.layout--tech {
	background: url(/local/templates/primum1/assets/build/css/../img/content/tech-bg.jpg) center/cover no-repeat
}
.tech {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 24px
}
.tech h3 {
	font-weight: 800;
	margin-bottom: 20px
}
.tech__wrap {
	padding-top: 160px
}
.autopark .page-slider:last-child {
	margin-bottom: -75px
}
.autopark-top-info {
	padding-top: 66px
}
.autopark-top-info__count {
	color: #ffffff;
	font-size: 170px;
	line-height: .95;
	font-weight: 800;
	margin-bottom: 5px
}
.autopark-top-info__txt {
	color: #fff;
	max-width: 405px;
	font-weight: 700;
	line-height: 1.4
}
.haulers {
	margin-bottom: 33px
}
.haulers__top {
	color: #ca2534;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 36px
}
.haulers__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
	padding-top: 30px
}
.haulers__item {
	width: 50%;
	padding: 0 30px;
	margin-bottom: 42px
}
.haulers__in {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0 93px 7px 0
}
.haulers__in:after {
	content: "";
	display: block;
	width: calc(100% - 116px);
	height: 100%;
	background: #edf0f2;
	position: absolute;
	right: 0;
	top: 0
}
.haulers__icon {
	position: absolute;
	right: 26px;
	top: 30px;
	width: 60px;
	display: flex;
	justify-content: center;
	z-index: 1
}
.haulers__icon img {
	display: block;
	max-width: 100%
}
.haulers__img {
	position: relative;
	z-index: 1;
	top: -13px;
	height: 267px;
	display: flex;
	align-items: center
}
.haulers__img img {
	display: block;
	max-width: 100%;
	max-height: 100%
}
.semitrailer {
	padding-bottom: 80px;
	margin-bottom: 100px;
	border-bottom: 2px solid #edf0f2
}
.semitrailer__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px
}
.semitrailer__item {
	width: 50%;
	padding: 0 30px;
	margin-bottom: 42px
}
.semitrailer__in {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 53px 10px 11px 10px;
	display: flex;
	align-items: flex-end;
	color: #fff
}
.semitrailer__in:after {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #edf0f2;
	position: absolute;
	right: 0;
	top: 0
}
.semitrailer__icon {
	position: absolute;
	right: 31px;
	top: 30px;
	display: flex;
	justify-content: center;
	z-index: 1
}
.semitrailer__icon img {
	display: block;
	max-width: 100%
}
.semitrailer__img {
	position: relative;
	z-index: 1
}
.semitrailer__img img {
	display: block;
	max-width: 100%;
	max-height: 100%
}
.trailer {
	margin-bottom: 80px
}
.trailer__title {
	font-size: 22px;
	font-weight: 700;
	margin-top: 24px;
	margin-left: 2%
}
.oversize__head {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    max-width: 864px
}
.oversize__trailer__list {
    margin-bottom: 24px;
    display: flex;
	justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}
.oversize_trailer_icon{
	max-width: 480px;
	min-height: 220px;
    min-width: 120px
}
.oversize_trailer_info{
	margin: 20px
}
.oversize_prop_info{margin:10px}
.oversize_prop_info_last{margin-bottom:30px}
.oversize_trailer_item {
	display: flex;
	flex-direction: column;
	background-color: #262626;
	border-radius: 20px;
	margin: 10px;
	min-width: 32%
}
.oversize_trailer_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
	margin-bottom: 20px;
    min-width: 80px;
}
.oversize_trailer_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 864px
}
.oversize_trailer_list_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 864px;
}
.oversize_trailer_in {
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%
}
.coversize_trailer_img {
	margin-top: 60px;
	align-items: baseline;
	display: flex;
	margin-top: auto;
	padding-bottom: 30px;
	justify-content: flex-end
}
.oversize_prop_list{
	margin: 10px 0 70px 0
}
.oversize_prop_list_last{margin: 0}

.trailer__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 864px
}
.trailer__list_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 864px;
}
.trailer__item {
	width: 564px;
	margin-bottom: 0px
}
.trailer__in {
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%
}
.trailer__img {
	margin-top: 60px;
	align-items: baseline;
	display: flex;
	margin-top: auto;
	padding-bottom: 30px;
	justify-content: flex-end
}
.trailer__img_ahiev {
	position: absolute
}
.trailer__in_map {
	color: #fff;
	display: flex;
	justify-content: space-between
}
.trailer__img_map {
	display: contents;
	justify-content: flex-end;
}
.trailer__img_map:before {
	width:100%;
}
.trailer__img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}
.trailer__title_long {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 24px;
	margin-left: 0%
}
.trailer__list_long {
	display: flex;
	justify-content: center;
}
.trailer__item_long {
	margin: 0px
}
.trailer__img_long {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}
.trailer__img_long img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}
.trailer-size {
	display: flex;
	justify-content: flex-end;
	align-items: center
}
.trailer-size__item {
	margin-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.trailer-size__item:last-child {
	margin-right: 0
}
.trailer-size__icon {
	width: 34px;
	height: 44px;
	margin-bottom: 5px
}
.trailer-size__icon img {
	display: block;
	max-width: 100%
}
.trailer-size__txt {
	font-size: 16px;
	text-align: left;
	font-weight: inherit;
	padding: 30px 20px;
}
.trailer-size__pre {
	display: flex;
	align-items: center;
	margin-right: 50px
}
.fp-table {
	display: block
}
#fp-nav ul li {
	margin: 0 0 15px 0;
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end
}
#fp-nav ul li:last-child {
	margin-bottom: 0
}
#fp-nav ul li a {
	width: 31px;
	height: 2px;
	background: #1c2429;
	transition: all .25s ease
}
#fp-nav ul li a span {
	display: none
}
#fp-nav ul li a.active {
	background: #ca2534;
	width: 44px
}
#fp-nav ul li a:hover {
	background: #ca2534
}
.main-services__bg {
	transform: translateY(70px) scale(1.15);
	transition: all .5s linear
}
.fp-section.active .main-hero-bottom {
	transform: translateY(0);
	opacity: 1
}
.fp-section.active .main-hero__bg, .fp-section.active .main-services__bg {
	transform: translateY(0) scale(1);
	transition: all .2s linear
}
.main-hero-scroll {
	display: inline-block;
	background: rgba(28, 36, 41, .6);
	font-weight: 400;
	padding: 8px 33px 8px 15px;
	position: fixed;
	right: 30px;
	bottom: 35px;
	color: #fff;
	z-index: 3;
	transition: all .25s ease
}
.main-hero-scroll:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/scroll.svg) center/cover no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}
.main-hero-scroll.unactive {
	opacity: 0;
	pointer-events: none
}
.main-hero-links {
	display: flex
}
.main-hero-links .benefits__link {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	bottom: 0;
	max-width: 210px;
	display: inline-flex;
	align-items: center;
	padding: 10px 35px 12px 35px;
	overflow: hidden
}
.main-hero-links .benefits__link:before {
	display: none
}
.main-title {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	max-height: 50px
}
.main-certificates {
	padding: 40px 0 78px
}
.main-certificates .slick-track {
	display: flex;
	min-width: 100%;
	align-items: center
}
.main-certificates__img {
	display: flex;
	align-items: center;
	justify-content: center
}
.main-certificates__item {
	padding: 0 15px
}
.main-certificates__item img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto
}
.main-news {
	position: relative
}
.main-news .container {
	padding: 0 0 40px;
	position: relative
}
.main-news .container {
	justify-content: flex-start;
	margin: 0 auto;
	flex-direction: column;
	padding: 0 0 40px;
	position: relative
}
/*.main-news:after {
	content: "";
	display: block;
	width: 100%;
	height: 477px;
	background: url(/local/templates/primum1/assets/build/css/../img/content/main-news-bg.jpg) center bottom/cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0
}*/
.main-news-slider {
	display: flex !important;
	position: relative;
	flex-direction: row;
	z-index: 1;
	margin-bottom: 38px
}
.main-news-slider .slick-track {
	display: flex;
	min-width: 100%
}
.main-news-slider .news__item {
	height: auto
}
.main-news-union {
	height: auto
}
/* Main Buttons */
.main-header-main-b__wrap {
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	padding-right: 40px
}
.main-header-main-b__link {
	position: inherit;
	background: #ca2534;
	display: flex;
	color: #FFFFFF;
	padding: 25px 105px;
	border-radius: 13px;
}
.main-header-main-b__link p {
	font-size: 26px;
	padding-left: 15px;
	line-height: 26px
}
.main-header-main-b__link:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request.svg) center/cover no-repeat;
	position: inherit;
	left: calc(100% - 33px);
	top: 20px;
	transition: all .25s ease
}
.main-header-main-b__link:hover:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/request_hover.svg) center/cover no-repeat;
	position: inherit;
	left: calc(100% - 33px);
	top: 20px;
	transition: all .25s ease
}
.main-header-main-b__link:hover {
	color: #ca2534;
	background: #FFFFFF
}
.main-header-main-b__link:hover:before {
	left: calc(100% + 10px)
}
.main-service-b__wrap {
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	padding-right: 40px
}
.main-service-b__link {
	position: absolute;
	bottom: 25px;
	left: 15px;
	display: inline-block;
	color: #FFFFFF;
	padding: 16px 45px;
	border: 1px solid #FFFFFF;
	border-radius: 27px;
	z-index: 1
}
.main-service-b__link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/btn-arr.svg) center/cover no-repeat;
	margin-left: 10px
}
.main-service-b__link:hover {
	color: #ca2534;
	background: #fff
}
.main-service-b__link:hover:after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/arrow-hover.svg) center/cover no-repeat;
	margin-left: 10px
}
.main-dest-b__wrap {
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	padding-right: 40px
}
.main-dest-b__link {
	position: inherit;
	display: inline-block;
	color: #FFFFFF;
	padding: 16px 45px;
	border: 1px solid #FFFFFF;
	border-radius: 27px;
}
.main-dest-b__link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/btn-arr.svg) center/cover no-repeat;
	margin-left: 10px
}
.main-dest-b__link:hover {
	color: #ca2534;
	background: #fff
}
.main-dest-b__link:hover:after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/arrow-hover.svg) center/cover no-repeat;
	margin-left: 10px
}
.main-news-b__wrap {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	padding-right: 40px
}
.main-news-b__link {
	position: absolute;
	bottom: 25px;
	right: 15px;
	display: inline-block;
	color: #FFFFFF;
	padding: 16px 45px;
	border: 1px solid #FFFFFF;
	border-radius: 27px;
	z-index: 1;
}
.main-news-b__link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/btn-arr.svg) center/cover no-repeat;
	margin-left: 10px
}
.main-news-b__link:hover {
	color:#ca2534;
	background:#fff
}
.main-news-b__link:hover:after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/arrow-hover.svg) center/cover no-repeat;
	margin-left: 10px
}
/*Main Button bottom */
.main-button_link {
	position: inherit;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
	padding: 25px 105px;
	border-radius: 13px;
}
.main-button_link p {
	font-size: 26px;
	line-height: 26px;
	margin: 0px
}
.main-button_link:hover {
	color: #fff;
	background: #ca2534;
	border:1px solid #ca2534;
	transition: all .35s ease
}
.main-button_link:after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/bottom_request.svg) center/cover no-repeat;

	left: calc(100% - 28px);
	top: 20px;
	transition: all .35s ease
}
.main-button_link:hover:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 28px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/bottom_request_hover.svg) center/cover no-repeat;

	right: calc(100% - 40px);
	top: 20px;
	transition: all .35s ease
}
.main-button_link:hover:after {
	left: calc(100% + 10px)
}
/* END Main Buttons */
/*FOOTER Button*/
.footer_button{
	position: absolute;
    width: 60px;
    height: 60px;
    right: 40px
}
.footer-button_link {
	position: inherit;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
	padding: 19px 19px;
	border-radius: 13px;
}
.footer-button_link p {
	font-size: 26px;
	line-height: 26px;
	margin: 0px
}
.footer-button_link:hover {
	color: #fff;
	background: #ca2534;
	border:1px solid #ca2534;
	transition: all .35s ease
}
.footer-button_link:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/arr_to_top.svg) center/cover no-repeat;

	left: calc(100% - 28px);
	top: 20px;
	transition: all .35s ease
}
.footer-button_link:hover:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/arr_to_top.svg) center/cover no-repeat;

	right: calc(100% - 40px);
	top: 20px;
	transition: all .35s ease
}
.footer-button_link:hover:after {
	left: calc(100% + 10px)
}
/*END FOOTER Button*/
.main-services {
	position: relative
}
.main-achivements .container {
	position: static;
	max-width: 1730px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin: 0 auto;
	flex-direction: row;
	flex-basis: 33.33%
}
.main-services .container {
	position: static;
	max-width: 1730px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin: 0 auto;
	flex-direction: column;
	flex-basis: 33.33%
}
.main-services .main-title {
	top: 50px;
	position: relative;
	max-height: 70px
}
.main-services__wrap {
	height: 100%
}
.main-services__list {
	position: inherit;
	display: flex;
	height: 100%;
	padding-top: 160px;
	padding-bottom: 100px;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.main-services__item {
	padding-top: 20px;
	max-height: 412px;
	max-width: 412px;
	flex-basis: 33.33%;
	transition: flex .5s
}
.main-services__item:last-child {
	border-right: 0
}
/*.main-services__item.active {
	flex: 3
}*/
.main-services__item.active .main-services__bg {
	opacity: 1
}
/*.main-services__item:hover {
	flex: 3
}*/
.main-services__item:hover .main-services__bg {
	opacity: 1
}
.main-services__item:hover .service-img {
	opacity: 0
}
.main-services__item:hover .service-img-hover {
	opacity: 1
}
.main-services__item:hover .main-services__info {
	opacity: 1
}
.main-services__item:not(:hover) {
}
.main-services__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	opacity: 0;
	transition: all .25s ease;
	pointer-events: none;
	z-index: -1
}
.main-services__icon {
	box-sizing: border-box;
	width: 412px;
	height: 412px;
	position: relative
}
.main-services__title {
	position: absolute;
	top: 24px;
	left: 15px;
	right: 15px;
	font-size: 34px;
	color: #fff;
	
	font-weight: 700
}
.main-services ul {
	margin: 0;
	margin-bottom: 60px;
	padding: 0
}
.main-services ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px
}
.main-services ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ca2534;
	width: 6px;
	height: 6px
}
.main-services .main-news-b {
	position: relative;
	bottom: 25px;
	left: 15px;
	align: center;
	width: 170px;
	max-height: 60px
}
.main-services__info {
	display: flex;
	position: inherit;
	flex-direction: column;
    justify-content: space-between;
	top: 24px;
	left: 15px;
	min-height: calc(100% - 120px);
	opacity: 0;
	transition: all .25s ease
}
.main-services__info h3 {
	margin: 0px;
	font-size: 34px;
}
.main-services__info p {
	margin: 30px 10px 10px 0px
}
.main-hero-mat {
	display: flex;
	align-items: center;
	color: #ca2534;
	padding: 5px
}
.main-hero-mat__item {
	max-width: 305px;
	margin-right: 20px;
	font-size: 18px;
	padding-left: 25px
}
.main-hero-mat__item:last-child {
	margin-right: 0
}
.main-hero-mat__top {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative
}
.main-hero-mat__top:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 11px;
	left: -20px
}
.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
}
.main-hero-mat__top_image_hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px;
  border: 2px solid #004d9d;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.main-hero-mat__top_image_hover:after {
  content: '';
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
   
@-webkit-keyframes slideme {
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }  
}

.main-dest {
	padding: 50px 0;
	/*background: linear-gradient(180deg, #edf0f2 87.63%, rgba(237, 240, 242, 0) 100%)*/
}
.main-autopark {
	padding: 50px 0;
	/*background: linear-gradient(180deg, #edf0f2 87.63%, rgba(237, 240, 242, 0) 100%)*/
}
.main-dest .container {
	height: 100%
}
.main-dest .tabs-nav__item {
	white-space: nowrap
}
.main-dest__wrap {
	height: 100%;
	width:100%;
	display: flex;
	flex-direction: column;
	position: relative
}
.main-dest__image img {
	display: block;
	max-width: 100%
}
.main-dest .tabs-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.main-dest .tabs-content__item {
	margin-bottom: 20px
}
.main-dest .main-title {
	display: flex;
	position: relative;
	margin-bottom: 0
}
.main-dest .main-title .tabs-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400
}
.main-dest__info {
	max-width: 350px;
	position: relative;
	z-index: 1;
	color: #fff
}
.main-dest__info ul {
	margin: 0;
	padding: 0
}
.main-dest__info ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	/*margin-bottom: 20px*/
}
.main-dest__info ul li:before {
	content: "→";
	/*left: 0;
	top: 9px;
	background-color: #ca2534;
	width: 6px;
	height: 6px*/
}
.main-dest__info ul li {
	font-size: 20px
}
.main-dest__title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 63px
}
.main-dest__txt{
	margin-top: 60px;
	min-width: max-content;
	margin-bottom: 30px
}
.main-dest__txt p > strong{
	display: flex;
	font-size: 30px;
	max-width: min-content
	
}
.main-dest .main-dest-b {
	position: initial;
	z-index: 1
}
.main-dest .main-news-b {
	position: inherit;
	bottom: 0;
	left: 0
}
.main-dest__view {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center
}
.main-dest__view svg {
	display: block;
	max-width: calc(100% - 485px);
	max-height: 100%
}
.main-form {
	padding: 50px 0;
	/*background: linear-gradient(180deg, #edf0f2 87.63%, rgba(237, 240, 242, 0) 100%)*/
}
.form-body{
	display: flex;
	width: 100%;
	height: 600px;
	background-color: #721C24;
	border-radius: 30px;
	opacity: 0.95
}
.img_form {
	position: absolute;
	left: 0;
	align-items: baseline;
	margin-top: auto;
	justify-content: flex-end
}
.img_form>svg {
	border-radius: 0 0 0 30px
}
.form_header{
	display: flex;
	flex-direction: column;
	position: inherit;
	top: 9%;
	left: 7%;
	min-width: max-content;
	z-index: 1;
	align-items: flex-start;
}
.form_header p {
	font-size: 60px;
	color: #fff;
}
.form_main_text{
	display: flex;
	flex-direction: column;
	position: inherit;
	bottom: 9%;
	left: 7%;
	max-width: 500px;
	z-index: 1;
	align-items: flex-start;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 15px;
}
.form_main_text p {
	margin: 10px;
	font-size: 18px;
	text-align: left;
	color: #fff;
}
.main_form_tab{
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 2%;
	max-width: 840px;
	z-index: 1;
	align-items: flex-end;
	top: 4%;
}
.main_form_content {
	padding: 30px 20px 25px 20px;
	position: inherit
}
.checkbox-item-main{
	margin-left: 40px
}
.map-line-red {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 1.8
}
.map-line {
	stroke-dasharray: 5;
	stroke-width: 1.8
}
@keyframes dash {
	from {
		stroke-dashoffset: 1000
	}
	to {
		stroke-dashoffset: 0
	}
}
.fp-table.active .tabs-content__item.active .map-line-red {
	animation: dash 2s normal forwards linear
}
.page-footer>.container {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	flex-shrink: 0;
	background: linear-gradient(154.47deg, #272e32 28.74%, #333a3e 60.01%, #1d2529 75.11%);
	color: #fff
}
.page-footer__contacts{
	display: flex;
    flex-direction: column;
	min-width: max-content;
	height: -webkit-fill-available;
	justify-content: space-between;
    padding: 40px 0 25px;
    position: absolute;
    left: 50px
}
.logo_footer{
	display: inline-block;
	align-self: flex-start;
    block-size: inherit;
    padding-bottom: 70px;
    height: 28px;
}
.page-footer__wrap {
	padding: 40px 0 25px;
	display: flex
}
.page-footer__title {
	font-weight: 700;
	color: #fff;
	margin-bottom: 13px;
	display: block;
	transition: all .25s ease
}
.page-footer__email {
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px;
	display: block;
	transition: all .25s ease
}
.page-footer__email:hover {
	color: #b7b7b7
}
.page-footer__title:hover {
	color: #b7b7b7
}
.page-footer__menu {
	display: flex;
	width: 100%;
	justify-content: space-between
}
.page-footer__phone {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	display: block;
	line-height: 1;
	margin: 20px 10px 10px 0;
	transition: all .25s ease
}
.page-footer__phone:hover {
	color: #b7b7b7
}
.page-footer__link {
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: 300;
	transition: all .25s ease;
	margin-bottom: 11px
}
.page-footer__link:hover {
	color: #b7b7b7
}
.bottom {
	background: #191c1e;
	padding: 10px 0;
	color: #969fa5;
	font-size: 15px
}
.bottom__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.develop {
	display: inline-flex;
	align-items: center;
	color: #969fa5
}
.develop:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(/local/templates/primum1/assets/build/css/../img/svg/97.svg) no-repeat;
	margin: 0 0 0 11px;
	transition: all .25s ease
}
.develop:hover:after {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/97-h.svg) no-repeat
}
.socials {
	display: flex;
	padding-bottom: 40px;
	align-items: center;

}
.socials__link {
	margin: 0 20px 0 0;
	width: 40px;
	height: 40px;
	border-width: 1px;
	border-radius: 20px;
	transition: all .25s ease
}
.footer_socials__link {
	margin: 0 20px 0 0;
	width: 60px;
	height: 60px;
	border-width: 1px;
	border-radius: 20px;
	transition: all .25s ease
}
.socials__link:last-child {
	margin-right: inherit
}
.socials__link.m-insta {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/inst_new.svg) center no-repeat
}
.socials__link.m-insta:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/inst_new_h.svg) center no-repeat
}
.socials__link.m-linkedin {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/link_new.svg) center no-repeat
}
.socials__link.m-linkedin:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/link_new_h.svg) center no-repeat
}
.socials__link.m-whatsapp {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/what_new.svg) center no-repeat
}
.socials__link.m-whatsapp:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/what_new_h.svg) center no-repeat
}
.socials__link.m-fb {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/fb.svg) center no-repeat
}
.socials__link.m-fb:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/fb-h.svg) center no-repeat
}
.socials__link.m-vk {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/vk.svg) center no-repeat
}
.socials__link.m-vk:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/vk-h.svg) center no-repeat
}
.socials__link.m-twitter {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/twitter.svg) center no-repeat
}
.socials__link.m-twitter:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/twitter-h.svg) center no-repeat
}
.footer_socials__link.m-insta {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/footer_inst.svg) center no-repeat
}
.footer_socials__link.m-insta:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/inst_new_h.svg) center no-repeat
}
.footer_socials__link.m-linkedin {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/footer_link.svg) center no-repeat
}
.footer_socials__link.m-linkedin:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/link_new_h.svg) center no-repeat
}
.footer_socials__link.wechat {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/footer_we.svg) center no-repeat
}
.footer_socials__link.wechat:hover {
	background: url(/local/templates/primum1/assets/build/css/../img/svg/what_new_h.svg) center no-repeat
}
.f-services__list {
	-moz-column-count: 1;
	column-count: 1;
	gap: 40px;
	margin-right: 120px
}
.f-services .page-footer__link {
	max-width: 195px
}
.f-more {
	display: flex
}
.f-more__item_header {
	margin-right: 45px
}
.f-more__item {
	margin-right: 105px
}
.f-more__item:last-child {
	margin-right: 0
}
.browser-links {
	display: flex;
    flex-direction: row;
    gap: 2%;
    align-content: center;
    justify-content: center;
}
.browser-links img {
    width: 50px;
    height: 50px;
}
.cookies {
	position: fixed;
	padding: 21px 0;
	right: 10px;
	bottom: 10px;
	max-width: 500px;
	background: #fff;
	z-index: 9999
}
.cookies__wrap {
	display: block;
	align-items: center
}
.cookies__txt {
	font-size: 14px;
	padding-bottom: 15px
}
.cookies__links {
	display: block;
	align-items: center
}
.cookies__accept {
	display: inline-block;
	color: #fff;
	background: #ca2534;
	padding: 16px 27px;
	margin-right: 29px;
	transition: all .25s ease
}
.cookies__del {
	margin-right: 29px;
}

.cookies__accept:hover {
	background: #b7202e
}
.carousel-1 {
	display: flex;
    margin: 20px 0;
    box-shadow: 0 8px 18px rgba(0,0,0,0.3), 0 16px 20px rgba(0,0,0,0.2);
    background: #111;
    padding: 50px 0 0;
}
.carousel-1 .owl-pic  {
    /*border: 5px solid #111;*/
    overflow: hidden;
	min-width:fit-content!important;
    /*transform: skew(-10deg);*/
}
.owl-item.slidenumber1{
	width: fit-content!important;
	height: 100%;
}
.owl-item.cloned.slidenumber5{
	width:fit-content!important;
	height: 100%;
}
.owl-item.cloned.slidenumber6{
	width: fit-content!important;
	height: 100%;
}
.carousel-1 .owl-pic img {
    
	max-width: fit-content;
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 0.6;
    height: 240px;
    object-fit: none;
}
@media (max-width: 768px) {
    .carousel-1 .owl-pic img {
        opacity: 1;
    }
}
.carousel-1 .owl-pic:hover img {
    opacity: 1;
    /*transform: skew(10deg) scale(1.3);*/
}
.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-next {
    position: inherit;
    cursor: pointer;
    font-size: 60px!important;
    color: #FFF!important;
    top: 0;
    width: 140px;
    transition: 0.3s opacity ease;
    /*opacity: 0.2;*/
    margin: 0;
    padding: 0;
}
.carousel-1 .owl-nav .owl-prev:hover,
.carousel-1 .owl-nav .owl-next:hover {
    opacity: 1;
}
.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-prev:hover {
    left: -10px;
    background: url(/local/templates/primum1/assets/build/css/../img/svg/slider_prev_hover.svg) center/cover no-repeat;
}
.carousel-1 .owl-nav .owl-next,
.carousel-1 .owl-nav .owl-next:hover {
    right: -10px;
    background: url(/local/templates/primum1/assets/build/css/../img/svg/slider_next_hover.svg) center/cover no-repeat;
}



@media screen and (max-width:1300px) {
	.services__title {
		font-size: 24px
	}
	.services__in {
		padding: 35px 40px
	}
	.contacts__col:last-child {
		margin-right: 0
	}
	.contacts__col_srv:last-child {
		margin-right: 0
	}
	.c-phones__item {
		font-size: 30px
	}
}
@media screen and (max-width:1200px) {
	.autopark-top-info__count {
		color: #ca2534;
		font-size: 170px;
		line-height: .95;
		font-weight: 800;
		margin-bottom: 5px
	}
	.autopark-top-info {
		padding-top: 205px
	}
	.autopark-top-info__count {
		font-size: 80px
	}
	.page-footer__phone {
		font-size: 24px;
		margin: 16px 0
	}
	.page-footer__menu {
		padding-right: 40px
	}
	.f-more__item {
		margin-right: 80px
	}
	.destination-top__info {
		font-size: inherit
	}
	.destination-top__info {
		padding: 20px
	}
	.destination__title {
		font-size: 32px
	}
	.destination__item {
		padding: 30px 0 70px
	}
	.destination__info {
		font-size: inherit
	}
	.destination ul li:before {
		height: 3px;
		top: 11px
	}
	.history-best {
		font-size: 36px
	}
	.mission__inner {
		max-width: 100%
	}
	.mission__info {
		padding: 40px 60px
	}
	.mission__txt {
		font-size: 20px
	}
	.news__txt {
		font-size: 20px
	}
	.news__img {
		height: 195px
	}
	.p-service-c-list__item {
		margin: 0 20px 13px 0
	}
	.p-service-c, .p-service-c-list__item, .p-service-view__title {
		font-size: 20px
	}
	.p-service-view__title {
		width: 125px;
		min-width: 125px
	}
	.p-service-c {
		min-width: 175px
	}
	.p-service-view {
		padding: 30px 30px 30px 30px
	}
	.trailer__item {
		width: 50%;
		padding: 0 20px
	}
	.trailer__list {
		margin: 0 -20px
	}
	.trailer__img {
		height: auto
	}
	.main-services__title {
		font-size: 28px
	}
	.main-services__title {
		font-size: 22px
	}
}
@media screen and (max-width:1100px) {
	.main-dest .tabs-nav__item {
		padding: 10px 15px
	}
	.main-dest__view {
		align-items: flex-start
	}
}
@media screen and (max-width:1023px) {
	.fp-scrollable .fp-section.main-hero, .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]).main-hero {
			min-height: auto;
			display: flex;
			justify-content: space-between;
			height: 100vh!important
	}
	.page-footer__phone {
		font-size: 24px
	}
	.f-more__item {
		margin-right: 40px
	}
	.services__item {
		width: 50%
	}
	.benefits__top {
		font-size: 20px
	}
	.benefits__title {
		font-size: 24px
	}
	.benefits__link {
		bottom: -42px;
		font-size: 18px;
		padding: 22px 20px 20px 65px
	}
	.benefits__link:before {
		left: 10px;
		top: 15px
	}
	.top-menu-b .socials {
		margin: 0
	}
	.top-menu__col {
		margin-right: 20px;
		min-width: auto;
		width: 33.333%
	}
	.destination__title {
		font-size: 24px
	}
	.destination__top {
		font-size: 20px;
		margin-bottom: 30px
	}
	.destination ul li {
		margin-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px
	}
	.destination ul {
		margin-bottom: -30px
	}
	.destination ul li, .destination ul.triple li {
		width: 100%
	}
	.benefits__item:before {
		top: 11px
	}
	.c-phones {
		flex-wrap: wrap
	}
	.c-phones__item {
		width: 100%;
		margin-right: 0
	}
	.contacts__col {
		width: 50%;
		padding-right: 20px
	}
	.contacts__col:last-child {
		max-width: 100%
	}
	.contacts__col_srv:last-child {
		max-width: 340px
	}
	.s-benefits .destination-top__item {
		width: 100%
	}
	.main-hero-scroll {
		display: none
	}
	.main-hero-bottom {
		padding-right: 0
	}
	.main-hero-links {
		width: 100%
	}
	.main-hero-mat {
		flex: 1
	}
}
@media screen and (max-width:991px)
		{
		.autopark-top-info {
			padding-top: 205px
		}
		.autopark-top-info__count {
			font-size: 80px
		}
		.page-footer__wrap {
			flex-wrap: wrap
		}
		.page-footer__menu {
			padding-right: 0;
			flex: initial;
			width: 100%;
			margin-bottom: 20px
		}
		.top-menu__link {
			font-size: 16px
		}
		.top-menu-b .benefits__link {
			padding: 10px 26px 13px 48px;
			font-size: 16px
		}
		.top-menu-b .benefits__link:before {
			width: 27px;
			height: 27px;
			left: 10px;
			top: 10px
		}
		.top-menu-b__politics {
			margin-left: 20px
		}
		.destination-top__item {
			padding: 0;
			margin-bottom: 16px;
			width: 100%
		}
		.destination-top__wrap {
			margin: 0 -8px -16px -8px
		}
		.mission__view {
			width: 20%
		}
		.news__info {
			padding: 55px 25px 25px 25px
		}
		.news__item {
			padding: 0 10px;
			margin-bottom: 20px
		}
		.news__list {
			margin: 0 -10px
		}
		.page404 h1 {
			font-size: 180px
		}
		.p-service-c, .p-service-c-list__item, .p-service-view__title {
			font-size: 18px
		}
		.s-benefits .destination-top__item {
			width: 100%
		}
		.s-benefits__list {
			margin: 0
		}
		.haulers__img {
			align-items: flex-end;
			height: 230px
		}
		.autopark-top-info__count {
			font-size: 130px
		}
		.semitrailer__icon {
			right: 15px
		}
		.haulers__icon {
			right: 15px;
			top: 15px
		}
		.page-slider__info {
			font-size: 24px
		}
		.cookies__txt {
			padding-right: 40px;
			font-size: 16px
		}
		.cookies__links {
			font-size: 16px
		}
		.cookies__accept {
			padding: 8px 16px;
			margin-right: 8px
		}
		.main-news-slider {
			margin-bottom: 32px
		}
		.main-services__item {
			height: 620px;
			padding: 120px 20px 25px
		}
		.main-services__btn {
        position: absolute;
        bottom: 0;
    	}
		.p-dest {
			height: auto;
			padding: 80px 0
		}
	}
	@media screen and (max-width:900px) {
		.page-footer__wrap {
			display: block
		}
		.page-footer__menu {
			display: block;
			padding-right: 5px;
			padding-left: 5px
		}
		.f-services__list, .page-footer__link {
			display: none
		}
		.f-more__item {
			width: 100%;
			margin-bottom: 0px
		}
		.p-service__item {
			display: block;
			position: relative
		}
		.p-service-view__title {
			position: absolute;
			top: 50px;
			left: 145px
		}
		.p-service__icon {
			height: 117px
		}
		.p-service-view {
			display: block;
			padding: 0
		}
		.p-service-view__country {
			padding: 20px 40px
		}
		.main-news-slider {
			padding-right: 100px
		}
		.main-news-slider .slick-list {
			overflow: visible
		}
		.main-news:after {
			height: 377px
		}
		.p-explain__txt {
			left: auto;
			right: 0;
			transform: none
		}
		.p-explain__txt:after {
			left: auto;
			right: 7px;
			transform: none
		}
	}
	@media screen and (max-width:850px) {
		.autopark-top-info {
			padding-top: 205px
		}
		.autopark-top-info__count {
			font-size: 75px
		}
		.main-services__info {
			opacity: 1
		}
		.main-services__list {
			display: block
		}
		.main-services__list .slick-list, .main-services__list .slick-track {
			height: 100%
		}
		.main-services__list .slick-list {
			overflow: visible
		}
		.main-services__item {
			position: relative
		}
		.main-services__bg {
			opacity: 1
		}
		.main-services__list {
			margin: 0 -20px;
			padding-right: 80px
		}
		.main-services__item {
			position: relative
		}
		.main-dest .main-title {
			flex-wrap: wrap
		}
		.main-dest .main-title .tabs-nav {
			position: static;
			transform: none;
			width: 100%;
			margin-top: 20px
		}
		.main-dest__view {
			width: 75%;
			height: 65%
		}
		.main-dest__view svg {
			max-width: 100%
		}
	}
	@media screen and (max-width:800px) {
		.page-top_opasnye-gruzy-adr {
			background-image: url(/local/templates/primum1/assets/build/css/../img/content/adr_top_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_perevozki-po-rossii-vostok {
			background-image: url(/local/templates/primum1/assets/build/css/../img/content/vostok_top_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		..page-top_proektnye-perevozki {
			background: url(/local/templates/primum1/assets/build/css/../img/content/project_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_generalnye-gruzy {
			background: url(/local/templates/primum1/assets/build/css/../img/content/general_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_sbornye-gruzy-iz-kitaya {
			background: url(/local/templates/primum1/assets/build/css/../img/content/from-china_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_temperaturnyy-rezhim {
			background: url(/local/templates/primum1/assets/build/css/../img/content/temperature_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_dorogostoyashchie-gruzy {
			background: url(/local/templates/primum1/assets/build/css/../img/content/expensive_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_multimodalnye-perevozki {
			background: url(/local/templates/primum1/assets/build/css/../img/content/multimodal_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.main-hero__bg {
			background: url(/local/templates/primum1/assets/build/css/../img/content/main-top_mob.jpg) center/cover no-repeat;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: translateY(70px) scale(1.15);
			transition: all .5s linear
		}
		.page-top_asian {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_asia_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_sng {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_sng_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_europe {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_europe_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_turtsiya {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_turtsiya_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_turkey {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_turtsiya_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_mission {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_mission_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.page-top_autopark {
			background: url(/local/templates/primum1/assets/build/css/../img/content/top_autopark_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.autopark-top-info {
			padding-top: 160px
		}
		.autopark-top-info__count {
			font-size: 75px
		}
		.page-top_history {
			background: url(/local/templates/primum1/assets/build/css/../img/content/history_mob.jpg);
			color: #fff;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover
		}
		.gallery__wrap {
			flex-wrap: wrap
		}
		.gallery__col {
			width: 100%;
			padding: 0
		}
		.gallery__col.m-main {
			padding: 0 10px
		}
	}
	@media screen and (max-width:767px) {
		.destination-top__item {
			width: 100%
		}
		.page-title h1, .popup h1, .workarea h1 {
			font-size: 34px
		}
		.popup h2, .workarea h2 {
			font-size: 30px
		}
		.popup h3, .workarea h3 {
			font-size: 28px
		}
		.popup h4, .workarea h4 {
			font-size: 26px
		}
		.popup h5, .workarea h5 {
			font-size: 24px
		}
		.popup h6, .workarea h6 {
			font-size: 20px
		}
		.page-video__link {
			width: 75px;
			height: 75px
		}
		.page-video__link:before {
			width: 24px;
			height: 35px;
			background: url(/local/templates/primum1/assets/build/css/../img/svg/play.svg) center/cover no-repeat
		}
		.page-footer__phone {
			font-size: 24px
		}
		.benefits__wrap {
			flex-wrap: wrap
		}
		.benefits__title {
			width: 100%;
			margin-bottom: 20px
		}
		.benefits__link {
			display: none
		}
		.benefits__link_srv {
			display: block
		}
		.benefits__top br {
			display: none
		}
		.benefits__list {
			padding: 0
		}
		.services__title {
			font-size: 20px
		}
		.services__in {
			padding: 27px
		}
		.top-menu-b .benefits__link {
			display: inline-block
		}
		.top-menu {
			padding: 60px 20px 90px
		}
		.top-menu-b {
			margin: 0;
			padding: 0
		}
		.top-menu-b__links {
			display: block
		}
		.top-menu-b .benefits__link {
			position: absolute;
			bottom: 20px;
			top: auto;
			left: 50%;
			transform: translateX(-50%)
		}
		.top-menu-b__politics {
			margin-left: 0
		}
		.page-top__view .benefits__link {
			display: inline-block
		}
		.page-top__view h1 {
			max-width: 100%
		}
		.destination-top {
			flex-wrap: wrap
		}
		.destination-top__wrap {
			margin: 0;
			width: 100%
		}
		.destination-top__item {
			padding: 0;
			margin-bottom: 10px
		}
		.destination-top__item:last-child {
			margin-bottom: 0
		}
		.destination-top__pre {
			width: 100%;
			padding-right: 0;
			margin-bottom: 30px
		}
		.destination-top__view {
			flex: initial
		}
		.destination__subtitle {
			font-size: 18px
		}
		.destination__wrap {
			flex-wrap: wrap
		}
		.destination__item {
			padding: 30px 0;
			min-height: initial
		}
		.destination__title {
			width: 100%;
			padding: 0 30px;
			margin-bottom: 150px
		}
		.destination__info {
			flex: initial;
			padding: 0 30px
		}
		.destination ul {
			margin-bottom: 0
		}
		.destination ul li:last-child {
			margin-bottom: 0
		}
		.destination__bg {
			top: -71px;
			transform: none;
			width: 100%
		}
		.certificates__wrap, .history-final__wrap, .history-pre__wrap, .offices__wrap {
			flex-wrap: wrap
		}
		.history-pre__title {
			width: 100%;
			padding-right: 0;
			margin-bottom: 30px
		}
		.mission__info {
			padding: 40px 20px
		}
		.mission__icon {
			height: 60px;
			margin-bottom: 10px
		}
		.mission__txt {
			font-size: 18px
		}
		.news__item {
			width: 50%
		}
		.contacts__title {
			font-size: 20px
		}
		.c-phones__item {
			font-size: 24px
		}
		.btn {
			font-size: inherit;
			padding: 15px 25px
		}
		.page404 h1 {
			font-size: 140px
		}
		.page404__subline {
			font-size: 36px
		}
		.page404__main {
			font-size: inherit
		}
		.service-pre {
			padding: 0 0 50px 0
		}
		.p-service {
			margin-bottom: 50px
		}
		.page-txt-content {
			margin-bottom: 50px
		}
		.semitrailer__item {
			width: 100%;
			max-width: 450px;
			margin: 0 auto 42px
		}
		.semitrailer__item:last-child {
			margin-bottom: 0
		}
		.semitrailer__img {
			min-height: 160px;
			display: flex;
			align-items: center;
			padding: 20px 0
		}
		.trailer__list {
			margin: 0
		}
		.trailer__item {
			width: 100%;
			max-width: 450px;
			margin: 0 auto 42px;
			padding: 0
		}
		.trailer__item:last-child {
			margin-bottom: 0
		}
		.page-slider__info {
			font-size: inherit;
			padding: 20px 0
		}
		.popup-bottom, .popup-content {
			padding: 25px 20px
		}
		.popup-submit__btn {
			font-size: 18px;
			padding: 18px 10px
		}
		.main-hero-links .benefits__link {
			max-width: 165px;
			padding: 20px;
			font-size: 16px
		}
		.main-hero-mat__item {
			font-size: 16px;
			width: 50%
		}
		.main-hero-mat__top {
			font-size: 20px
		}
		.main-hero-mat__top:before {
			top: 7px
		}
		.p-dest__img {
			display: none
		}
		.p-dest {
			padding: 20px 0 40px
		}
		.p-dest-view__link {
			border: 2px solid #ca2534;
			color: #ca2534;
			font-size: 24px;
			position: absolute;
			left: 0;
			bottom: 30px
		}
		.p-dest-view__link:after {
			opacity: 1
		}
		.p-dest-view__item {
			position: relative
		}
		.p-dest-map-img {
			display: block
		}
		.p-dest-view__item {
			margin-bottom: 40px
		}
		.p-dest-view__item:last-child {
			margin-bottom: 0
		}
		.haulers__item {
			width: 100%;
			max-width: 450px;
			margin: 0 auto 30px
		}
	}
	@media screen and (max-width:700px) {
		.destination-top__item {
			width: 100%
		}
		.destination__bg {
			top: -35px
		}
		.destination__bg__mobile {
			display: block
		}
		.destination__bg {
			display: none
		}
	}
	@media screen and (max-width:650px) {
		.f-more {
			display: flex;
			flex-wrap: wrap;
			width: 50%;
			padding: 5px 10px
		}
		.f-more__item {
			margin-right: 0;
			width: 100%;
			margin-bottom: 0px
		}
		.f-more__item:last-child {
			margin-bottom: 0
		}
		.f-services {
			width: 50%;
			padding: 0 10px
		}
		.f-services__list {
			-moz-column-count: 1;
			column-count: 1;
			margin-right: 0
		}
		.copyright {
			max-width: 50%
		}
		.page-footer__menu {
			margin-left: -10px;
			margin-right: -10px;
			flex: inherit;
			width: auto;
			min-width: 100%
		}
		.bottom__wrap {
			align-items: flex-start
		}
		.page-footer__contacts.page-footer__title {
			display: block;
			margin-right: 40px;
		}
		.page-footer__email {
			display: block
		}
		.popup-thanks__title {
			font-size: 30px;
			margin-bottom: 10px
		}
		.popup-thanks__txt {
			margin-bottom: 20px
		}
		.popup-thanks__wrap {
			flex-wrap: wrap;
			justify-content: center
		}
		.popup-thanks {
			padding: 30px
		}
		.popup-thanks__icon {
			margin: 0 0 30px 0
		}
		.popup-thanks__view {
			text-align: center
		}
	}
	@media screen and (max-width:600px) {
		.benefits__link-dir-cn {
			position: absolute
		}
		.page-slider .slick-arrow {
			width: 50px;
			height: 50px
		}
		.page-slider .slick-arrow.slick-next {
			background: #ca2534 url(/local/templates/primum1/assets/build/css/../img/svg/next.svg) 14px 16px no-repeat
		}
		.page-slider .slick-arrow.slick-prev {
			background: #ca2534 url(/local/templates/primum1/assets/build/css/../img/svg/prev.svg) 12px 15px no-repeat
		}
		.page-lang__link {
			width: 43px;
			height: 43px;
			font-size: 16px
		}
		.menu-btn {
			width: 43px;
			height: 43px;
			border-left: 0px
		}
		.burger-icon {
			width: 20px
		}
		.burger-icon:after, .burger-icon:before {
			width: 20px
		}
		.burger-icon:before {
			top: -8px
		}
		.burger-icon:after {
			top: 8px
		}
		.menu-btn.active .burger-icon:after {
			transform: translateY(-8px) rotate(-45deg)!important;
			top: 8px!important
		}
		.menu-btn.active .burger-icon:before {
			transform: translateY(8px) rotate(45deg)!important;
			top: -8px!important
		}
		.menu-btn:hover .burger-icon:before {
			top: -8px
		}
		.menu-btn:hover .burger-icon:after {
			top: 8px
		}
		.logo {
			width: 172px
		}
		.page-img.m-complex {
			flex-wrap: wrap;
			margin-left: 0;
			margin-right: 0
		}
		.page-img.m-complex .page-img__item {
			width: 100%;
			padding: 0;
			margin-bottom: 50px
		}
		.page-img.m-complex .page-img__item:last-child {
			margin-bottom: 0
		}
		.accordion__link {
			font-size: 16px;
			padding: 20px 45px 20px 20px
		}
		.accordion__link:after {
			width: 20px;
			height: 20px;
			right: 13px
		}
		.page-footer__link {
			font-size: 13px
		}
		.bottom {
			font-size: 13px
		}
		.accordion__view {
			padding: 0 45px 30px 20px;
			font-size: 16px
		}
		.benefits__list {
			flex-wrap: wrap
		}
		.benefits__item {
			width: 100%;
			padding: 0 0 0 19px
		}
		.benefits__item:before {
			top: 11px
		}
		.services__item {
			width: 100%
		}
		.page-content {
			padding: 20px 0
		}
		.page-title h1 {
			margin-bottom: 20px
		}
		.top-menu__list {
			display: block;
			margin-bottom: 14px
		}
		.top-menu__col {
			margin-right: 0;
			margin-bottom: 20px;
			width: 100%
		}
		.top-menu-b {
			display: block
		}
		.top-menu-b__politics {
			margin-bottom: 20px
		}
		body.fixed {
			overflow: hidden
		}
		.top-menu {
			max-height: calc(100vh - 40px);
			overflow-y: auto;
			padding-bottom: 80px
		}
		.top-menu-b {
			position: relative;
			padding-bottom: 91px
		}
		.top-menu-b .benefits__link {
			bottom: 0;
			top: auto;
			left: -20px;
			width: calc(100% + 40px);
			text-align: center;
			transform: none;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 12px 20px
		}
		.top-menu-b .benefits__link:before {
			position: static;
			margin: 4px 5px 0 0
		}
		.certificates__item {
			flex-wrap: wrap
		}
		.certificates__info {
			width: 100%;
			padding-top: 15px
		}
		.years__item {
			flex-wrap: wrap
		}
		.years__pre {
			width: 100%;
			text-align: left;
			padding: 0;
			margin-bottom: 15px
		}
		.offices__item {
			display: flex;
			margin: 0 0 15px 0
		}
		.offices__item:last-child {
			margin-bottom: 0
		}
		.offices {
			padding: 15px 0 280px
		}
		.history-final {
			padding: 30px 0
		}
		.history-best {
			font-size: 32px
		}
		.offices__icon {
			display: none
		}
		.offices__icon__mob {
			display: block
		}
		.mission__view {
			display: none
		}
		.contacts__col {
			width: 100%;
			padding-right: 0;
			margin-bottom: 30px
		}
		.contacts__col:last-child {
			margin-bottom: 0
		}
		.contacts__col_srv:last-child {
			margin-bottom: 0
		}
		.contacts__wrap {
			flex-wrap: wrap
		}
		.page-map {
			height: 380px
		}
		.page404__subline {
			font-size: 30px
		}
		.p-service-view__country {
			display: block
		}
		.p-service-c {
			min-width: 100%
		}
		.p-service-c-list {
			margin-bottom: 0;
			display: block
		}
		.p-service-arr {
			margin: 20px 0;
			width: auto;
			min-width: auto
		}
		.p-service-c-list__item {
			margin: 0 0 20px 0
		}
		.p-service-c-list__item:last-child {
			margin-bottom: 0
		}
		.gallery__item {
			width: 100%
		}
		.autopark .page-slider:last-child {
			margin-bottom: -20px
		}
		.autopark-top-info {
			padding-top: 140px
		}
		.autopark-top-info__count {
			font-size: 75px
		}
		.popup-content__item {
			margin-bottom: 20px
		}
		.popup-content-complex__item {
			width: 100%;
			margin-bottom: 20px
		}
		.popup-content-complex__item:last-child {
			margin-bottom: 0
		}
		.popup {
			font-size: 16px
		}
		.popup input[type=checkbox]:checked+label, .popup input[type=checkbox]:not(:checked)+label, .popup input[type=email], .popup input[type=password], .popup input[type=tel], .popup input[type=text], .popup select, .popup textarea, .workarea input[type=checkbox]:checked+label, .workarea input[type=checkbox]:not(:checked)+label, .workarea input[type=email], .workarea input[type=password], .workarea input[type=tel], .workarea input[type=text], .workarea select, .workarea textarea {
			font-size: 16px
		}
		.tabs-nav__item {
			padding: 10px 25px
		}
		.cookies__wrap {
			flex-wrap: wrap
		}
		.cookies__txt {
			padding-right: 0;
			font-size: 14px;
			line-height: 1.1;
			margin-bottom: 10px;
			text-align: center
		}
		.cookies__links {
			width: 100%;
			justify-content: center;
			font-size: 14px
		}
		.main-news-slider {
			padding-right: 20px
		}
		.main-news:after {
			height: 250px
		}
		.main-certificates {
			padding: 40px 0
		}
		.main-certificates__item {
			padding: 0 7px
		}
		.fp-scrollable .fp-section, .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
			height: auto!important;
			min-height: initial!important
		}
		.fullpage-wrapper {
			overflow: hidden
		}
		.main-services__bg {
			display: none
		}
		.main-services__wrap {
			height: auto;
			padding-bottom: 100px
		}
		.main-services .main-services__icon {
			height: 150px
		}
		.main-services .main-services__icon img {
			max-height: 100%
		}
		.main-services ul {
			margin-bottom: 40px
		}
		.main-hero-links {
			flex-wrap: wrap
		}
		.main-hero-mat {
			flex: initial;
			width: 100%;
			flex-wrap: wrap
		}
		.main-hero-mat__item {
			width: 100%;
			margin: 0 0 20px 0;
			max-width: 100%
		}
		.main-hero-mat__item:last-child {
			margin-bottom: 0
		}
		.main-hero-links .benefits__link {
			max-width: 100%;
			width: 100%;
			display: flex;
			justify-content: center;
			padding: 9px 20px
		}
		.main-hero-mat__top {
			margin-bottom: 6px
		}
		.main-dest__title {
			margin-bottom: 20px
		}
		.main-dest__view {
			width: 100%;
			height: auto;
			position: static;
			display: block
		}
		.main-dest__view svg {
			height: auto;
			margin-bottom: 30px
		}
		.main-dest .main-title {
			margin-bottom: 20px
		}
		.main-dest__title {
			font-size: 34px
		}
		.main-dest__image {
			position: absolute;
			bottom: 50px;
			left: 0;
			width: 100%
		}
		.main-dest .tabs-nav__item {
			padding: 6px 5px;
			font-size: 14px
		}
		.main-title {
			font-size: 24px
		}
		.main-hero-bottom {
			transform: translateY(0);
			opacity: 1
		}
		.main-hero__bg, .main-services__bg {
			transform: translateY(0) scale(1)
		}
		.map-line-red {
			animation: dash 2s normal forwards linear
		}
		.p-dest-view__link {
			font-size: 20px;
			padding: 8px 14px
		}
		.p-dest-view__link:after {
			top: 23px
		}
		.p-dest-view__item {
			padding-bottom: 70px
		}
		.p-dest-view__link {
			background: #fff
		}
	}
	@media screen and (max-width:500px) {
		.benefits__link {
			position: relative
		}
		.benefits__link-dir {
			position: relative
		}
		.mission__item {
			width: 100%;
			margin-bottom: 30px;
			padding-right: 0
		}
		.mission__txt br {
			display: none
		}
		.news__item {
			width: 100%
		}
	}
	@media screen and (max-width:400px) {
		.page-title h1, .popup h1, .workarea h1 {
			font-size: 30px
		}
		.destination__bg {
			top: 0
		}
	}
.awz_cookies_sett__admin .awz_cookies_sett__message {position: static;width:100%;font-size: 1em;line-height:1.3em;}
.awz_cookies_sett__container {display:block;padding:0.8em 1.5em;border-radius:0px;}
.awz_cookies_sett__btn {padding:0.4em 0.8em;margin:0.3em;display:inline-block;border-radius:0px;text-decoration: none;}
.awz_cookies_sett__btn {cursor: pointer;}
.awz_cookies_sett__btn:hover {cursor: pointer;}
.awz_cookies_sett__row {display: flex;align-content: center;justify-content: center;align-items: center;flex-wrap: nowrap;flex-direction: column;}
.awz_cookies_sett__message {display: block;position: fixed;z-index: 1049;border 1px #1c2429;width:45%;max-width:580px;right:10px;bottom:10px;font-size:0.8em;line-height:1.3em;border-radius:0px;}
	/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1758706569666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/primum1/assets/build/css/custom.css?17736658431614 */
/* /local/templates/primum1/assets/build/css/libs.min.css?176043155931924 */
/* /local/templates/primum1/assets/build/css/owl.carousel.min.css?17734022013798 */
/* /local/templates/primum1/assets/build/css/main.css?1776167056107849 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1758706569666 */
