

/* Start:/local/templates/main/assets/css/fonts.css?17829040301255*/
@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/main/assets/css/../fonts/Gilroy-Bold.woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/main/assets/css/../fonts/Gilroy-Heavy.woff');
  font-weight: 900;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/main/assets/css/../fonts/Gilroy-Light.woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/main/assets/css/../fonts/Gilroy-Medium.woff');
  font-weight: 700;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/main/assets/css/../fonts/Gilroy-Regular.woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/main/assets/css/../fonts/Gilroy-SemiBold.woff');
  font-weight: 600;
}



@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/assets/css/../fonts/Roboto-Bold.woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/assets/css/../fonts/Roboto-Light.woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/assets/css/../fonts/Roboto-Medium.woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/assets/css/../fonts/Roboto-Regular.woff');
  font-weight: normal;
}



@font-face {
  font-family: 'Bebas';
  src: url('/local/templates/main/assets/css/../fonts/BebasNeuePro-BoldItalic.woff2');
  font-weight: bold;
  font-style: italic;
}

/* End */


/* Start:/local/templates/main/assets/css/slick.css?17829040301776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/assets/css/jquery-ui.css?178290403036029*/
/*! jQuery UI - v1.12.1 - 2020-10-25
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
/* .ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
} */
.ui-datepicker .ui-datepicker-prev {
	top: 1px;
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
	top: 1px;
}
/* .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
} */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/main/assets/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/main/assets/css/jquery.fancybox.min.css?178290403012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.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:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;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;-ms-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:none;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:transparent;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;-ms-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:transparent;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;-ms-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:transparent;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:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.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--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){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:transparent;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(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.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:a 1s linear infinite;background:transparent;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 a{to{transform:rotate(1turn)}}.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:translateZ(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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(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:translateZ(0) scale(1)}@media (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}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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}.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;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-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:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;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;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);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{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;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:none;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 (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/assets/css/styles.css?178290403077137*/
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	/* Запрет зума текста на телефоне */
	-webkit-text-size-adjust: 100%;
	/* Сглаживание шрифтов */
	-webkit-font-smoothing: antialiased;
}

body.no-scroll {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
}

body * {
	margin: 0px;
	padding: 0px;
	outline: 0;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: normal;
	font-style: normal;
	/* Учёт размеров элементов, включая margin, padding и border */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* Исправляет баг скроллинга на IOS */
	-webkit-overflow-scrolling: touch;
	/* Убирает подсветку элемента при касании на телефоне */
	-webkit-tap-highlight-color: transparent;
	/* Убирает базовые стили браузера */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Убирает скругления кнопок на IOS */

input {
	border-radius: 0;
}

/* Удаление кнопок, которые браузер вставляет в input */
input::-ms-reveal,
input::-ms-clear {
	display: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

img {
	border: none;
	/* Запрет перетаскивания изображений */
	-webkit-user-drag: none;
}

body {
	background: #F8F8F8;
}

.page {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
	/* overflow: hidden; эта не дает использовать position: sticky */
}

main {
	min-height: 100%;
}

.container {
	width: 1240px;
	margin: 0 auto;
}

svg,
svg path,
svg g,
svg stroke {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

nowrap {
	white-space: nowrap;
}

/* mob menu */

.mob-menu-block {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
	
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}

.mob-menu-block.active {
	opacity: 1;
	pointer-events: auto;
}

.mob-menu {
	position: fixed;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 340px;
	min-height: 100vh;
	overflow-y: scroll;
	
	padding: 28px 19px 0 48px;
	
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 99999999;
}

.mob-menu-block.active .mob-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.mob-menu__cancel {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mob-menu__cancel svg {
	cursor: pointer;
}

.mob-menu__cancel svg:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mob-menu__nav {
	margin-top: 93px;
}

.mob-menu__nav li {
	margin-bottom: 41px;
}

.mob-menu__nav li:last-child {
	margin-bottom: 0;
}

.mob-menu__nav li,
.mob-menu__nav a,
.mob-menu__nav span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	cursor: pointer;
}

.mob-menu__contact-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mob-menu__contact-block .link-block {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 50px;
}

.mob-menu__contact-block .link {
	margin: 0;
	margin-bottom: 18px;
}

.mob-menu__contact-block .link:last-child {
	margin-bottom: 0;
}

.mob-menu__contact-block .link-text {
	opacity: 1;
}

.mob-menu__contact-block .social {
	width: 22px;
	height: 22px;
}

.nav__open {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.nav__open svg {
	/* margin-top: 4px; */
	margin-left: 10px;
}

.nav__open.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav__hidden-list {
	display: none;
}

.nav__hidden-list li {
	margin: 0;
	padding-top: 15px;
	padding-left: 25px;
}

.nav__hidden-list a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
}

/* header */

.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 899; /* 999999; */
}

.top-block {
	padding: 15px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.social-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.social {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	margin-right: 15px;
	cursor: pointer;
}

.social:last-child {
	margin-right: 0;
}

.social svg {
	height: 100%;
	width: 100%;
}

.social path {
	fill: #fff;
}

.social:hover path {
	fill: #e2e2e2;
}

.link-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}

.link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	margin-right: 26px;
	cursor: pointer;
}

.link:last-child {
	margin-right: 0;
}

.link-icon {
	margin-right: 7px;
}

.link-text {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.link:hover .link-icon g {
	opacity: 1;
}

.link:hover .link-text {
	opacity: 1;
}

.bot-block {
	padding-top: 28px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding-left: 11px;
}

.logo-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 154px;
	height: 41px;
	background: url(/local/templates/main/assets/css/../img/logo-line.svg) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.logo-box span {
	position: absolute;
	font-family: 'Bebas', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 29.037px;
	line-height: 33px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	white-space: nowrap;
	margin-bottom: 1px;
	text-transform: uppercase;
}

.nav-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header-nav {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	margin-right: 48px;
	cursor: pointer;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-nav:last-child {
	margin-right: 0;
}

.header-nav:hover {
	color: #e2e2e2;
}

.header-nav.list p {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}

.header-nav.list p svg {
	margin-left: 4px;
	margin-top: -1px;
}

.header-nav:hover p path {
	fill: #e2e2e2;
}

.header-nav:hover svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-nav-list {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-top: 10px;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-nav.list:hover .header-nav-list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-nav-list__nav {
	display: block;
	background-color: #fff;
	font-weight: 400;
	padding: 13px 25px;
	color: #000;
	width: 100%;
	line-height: 17px;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.header-nav-list__nav:hover {
	color: #fff;
	background-color: #3D9EF0;
}

.phone-link {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	color: #FFFFFF;
}

.phone-link:hover {
	color: #e2e2e2;
}

.mob-menu-icon {
	display: none;
}

.header.dark {
	position: relative;
}

.header.dark * {
	color: #292929;
	fill: #292929;
}

.header.dark .top-block {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header.dark .social:hover path {
	fill: #555;
}

.header.dark .header-nav:hover,
.header.dark .header-nav:hover p {
	color: #555;
}

.header.dark .header-nav.list:hover path {
	fill: #555;
}

.header.dark .header-nav-list__nav:hover {
	color: #fff;
}

.header.dark .phone-link:hover {
	color: #4BABFE;
}

.header.dark .link-text {
	opacity: 1;
}


/* main slider */

.main-slider-section {
	width: 100%;
	height: 715px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.bg-slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
}

.bg-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.bg-slide:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	mix-blend-mode: multiply;
	opacity: 0.21;
}

.bg-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-slider-section .container {
	width: 1440px;
}

.main-slider {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 134px;
	padding-top: 100px;
}

.main-slide {
	height: 272px;
}

.main-slide .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-left: 98px;
	width: 1240px;
	height: 100%;
}

.main-slide__text > span {
	display: block;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.main-slide__text h1 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 900;
	font-size: 87.2389px;
	line-height: 91px;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.price-box {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 36.0545px;
	line-height: 58px;
	color: #FFFFFF;
	margin-top: -12px;
}

.price-box strong {
	font-weight: bold;
}

.main-slide__btn {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 59px;
	padding: 0 42px;
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	border-radius: 500px;
	overflow: hidden;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-slide__btn span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.main-slide__btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #157AD0;
	opacity: 0;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-slide__btn:hover:after {
	opacity: 1;
}

.main-slider .slick-arrow {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 32px;
	background: none;
	font-size: 0;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.main-slider .slick-prev {
	left: 2.5%;
	background: url(/local/templates/main/assets/css/../img/main/main-slider__arrow-back.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.main-slider .slick-next {
	right: 2.5%;
	background: url(/local/templates/main/assets/css/../img/main/main-slider__arrow-next.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.bg-slider .slick-list,
.bg-slider .slick-track {
	height: 100%;
}

.navigation-section {
	padding-top: 35px;
	padding-bottom: 24px;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-bottom: 60px;
	background: #fff;
}

/* main navigation section */

.nav-section__row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-section__row.second {
	padding-top: 14px;
}

.nav-section__row:last-child {
	border-bottom: none;
}

.nav-row__btn-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-row__name {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	min-width: 100px;
	margin-right: 33px;
	height: 48px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #292929;
}

.nav-row__btn-block > span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	height: 48px;
	padding: 0 24px;
	border-radius: 500px;
	margin-right: 17px;
	cursor: pointer;
	border: 1px solid transparent;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #292929;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.nav-row__btn-block > span:hover {
	background: #3D9EF0;
	color: #fff;
}

.nav-row__btn-block > span.active {
	border-color: #3D9EF0;
}

.nav-row__btn-block > span:last-child {
	margin-right: 0;
}

/* tour section */

.tour-section__block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.tour-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 393px;
	margin-right: 30px;
	margin-bottom: 32px;
	background-color: #fff;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	overflow: hidden;
}

.tour-box:nth-child(3n+3) {
	margin-right: 0;
}

.tour-box__slider {
	position: relative;
	width: 100%;
	height: 291px;
}

.tour-box__slide {
	width: 100%;
	height: 100%;
}

.tour-box__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tour-box__slider .slick-arrow {
	position: absolute;
	background: none;
	border: none;
	font-size: 0;
	width: 20px;
	height: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 5;
	cursor: pointer;
}

.tour-box__slider .slick-next {
	right: 22px;
	background: url(/local/templates/main/assets/css/../img/main/tour-arrow-next.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.tour-box__slider .slick-next:hover {
	-webkit-transform: translate(5px, -50%);
	-ms-transform: translate(5px, -50%);
	transform: translate(5px, -50%);
}

.tour-box__slider .slick-prev {
	left: 22px;
	background: url(/local/templates/main/assets/css/../img/main/tour-arrow-prev.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.tour-box__slider .slick-prev:hover {
	-webkit-transform: translate(-5px, -50%);
	-ms-transform: translate(-5px, -50%);
	transform: translate(-5px, -50%);
}

.tour-box__slider .slick-dots {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	bottom: 18px;
	right: 60px;
	left: 60px;
	z-index: 5;
}

.tour-box__slider .slick-dots button {
	border: none;
	background: none;
	font-size: 0;
}

.tour-box__slider .slick-dots li {
	width: 100%;
	max-width: 52px;
	height: 2px;
	background-color: #fff;
	opacity: 0.5;
	margin: 0 6px;
	border-radius: 50px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.tour-box__slider .slick-dots li:hover {
	opacity: 1;
}

.tour-box__slider .slick-dots li.slick-active {
	background: #ED0047;
	opacity: 1;
}

.tour-box__text {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px 27px 38px 31px;
	width: 100%;
	height: 100%;
}

.tour-box-text__name-box > span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #939393;
}

.tour-box-text__name-box h3 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	color: #292929;
}

.tour-name-box__detail-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-top: 6px;
}

.tour-name-box__detail {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-right: 25px;
}

.tour-name-box__detail:last-child {
	margin-right: 0;
}

.tour-detail__img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.tour-detail__img img,
.tour-detail__img svg {
	max-width: 100%;
	max-height: 100%;
}

.tour-name-box__detail > span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	color: #6B6B6B;
}

.tour-box-text__price-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 17px;
}

.tour-price-box__price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}

.tour-price {
	font-family: 'Gilroy', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 27px;
}

.tour-price strong {
	font-weight: 600;
}

.tour-price-box__price > span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #ED0047;
	margin-top: 4px;
	margin-left: 4px;
}

.tour-price-box__price > span:after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 8px);
	height: 1px;
	background-color: #ED0047;
	margin-top: 2px;
}


.tour-price-box__link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 37px;
	border: 1px solid #E3E3E3;
	border-radius: 500px;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	color: #696969;
}

.tour-price-box__link:hover {
	color: #fff;
	border: 1px solid #3D9EF0;
	background-color: #3D9EF0;
}

/* archive section */

.archive-section {
	overflow: hidden; /* взамен .page {overflow: hidden;} */
	padding-top: 84px;
}

.archive-section__header-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.archive-section__header-block h2 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
	color: #292929;
}

.archive-section__header-block span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #000;
}

.archive-slider {
	padding-top: 23px;
	padding-bottom: 60px;
}

.archive-slide {
	margin-right: 30px;
}

.archive-slide__content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-end;
	width: 288px;
	height: 425px;
	padding: 30px 20px;
	border-radius: 5px;
	background-color: #242;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #fff;
}

.archive-slide__content span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}

.archive-slide__content h4 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 24px;
}

/* pre-footer section */

.pre-footer-section {
	margin-top: 60px;
	padding-top: 74px;
	padding-bottom: 79px;
	background: url(/local/templates/main/assets/css/../img/main/pre-footer-bg.jpg) center no-repeat;
	background-color: #E4EBEF;
	-webkit-background-size: cover;
	background-size: cover;
}

.pre-footer-section .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
	padding-right: 68px;
}

.pre-footer-section__form-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	width: 647px;
}

.pre-footer-section__header-block {
	width: 295px;
}

.pre-footer-section__header-block h5 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	color: #222222;
	margin-bottom: 19px;
}

.pre-footer-section__header-block span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #696969;
}

.pre-footer-section__form-block form {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 291px;
}

.pre-footer-section__form-block input[type='text'] {
	height: 67px;
	padding: 0 42px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 500px;
	margin-bottom: 16px;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22;
	color: #292929;
}

.pre-footer-section__form-block input[type='text']:focus {
	border: 1px solid #157AD0;
}

.pre-footer-section__form-block input[type='submit'] {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 67px;
	padding: 0 15px;
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	border-radius: 500px;
	border: #157AD0;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FFFFFF;
	user-select: none;
}

.pre-footer-section__form-block input[type='submit']:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
}


/* footer */

.footer {
	position: relative;
	padding-top: 86px;
	padding-bottom: 51px;
	background: url(/local/templates/main/assets/css/../img/main/footer-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.footer:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #2F3B41;
	opacity: 0.8;
	pointer-events: none;
}

.footer .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 9;
}

.footer-logo {
	margin-left: 7px;
	background: url(/local/templates/main/assets/css/../img/main/footer-logo-line.svg) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.footer-link-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 59px;
}

.footer-link-box {
	width: 100%;
	max-width: 200px;
	margin-right: 135px;
}

.footer-link-box:last-child {
	margin-right: 0;
}

.footer-link {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
	color: #FFFFFF;
	white-space: nowrap;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-link:hover {
	color: #3D9EF0;
}


.footer-description {
	margin-top: 74px;
	max-width: 500px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	opacity: 0.5;
}

.footer-right-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.footer-phone-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.footer-phone-box span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
}

.footer-phone-box a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 25.9378px;
	line-height: 48px;
	text-align: right;
	color: #FFFFFF;
}

.footer-phone-box a:hover {
	color: #3D9EF0;
}

.footer-callback-btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	padding: 0 51px;
	height: 52px;
	border: 2px solid #FFFFFF;
	border-radius: 500px;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
}

.footer-callback-btn:hover {
	color: #fff;
	border-color: #3D9EF0;
	background: #3D9EF0;
}

.footer-social-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-top: 47px;
}

.footer-social-block p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
}

.footer-social-block .social-block {
	margin-top: 11px;
}

.footer-social-block .social:hover path {
	fill: #3D9EF0;
}


/* info page */

/* info content section */

.info-content-section {
	padding-top: 110px;
	padding-bottom: 90px;
}

.info-content-section .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}

.info-left-block {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
	width: 150px;
	margin-right: 165px;
}

.info-left-block li {
	margin-bottom: 30px;
}

.info-left-block li:last-child {
	margin-bottom: 0;
}

.info-left-block a {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #292929;
	user-select: none;
}

.info-left-block a:hover {
	color: rgba(235, 2, 73, 1);
}


.info-left-block li.active a {
	font-weight: bold;
	pointer-events: none;
	color: rgba(235, 2, 73, 1);
}

.info-main-content {
	width: 610px;
}

.info-main-content h1,
.info-main-content h2,
.info-main-content h3,
.info-main-content h4,
.info-main-content h5,
.info-main-content h6 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 900;
	font-size: 42px;
	line-height: 44px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #222222;
}

.info-main-content h2 {
	font-size: 32px;
	line-height: 150%;
	margin-bottom: 20px;
}

.info-main-content h3 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 10px;
}


.info-main-content p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #292929;
	margin-bottom: 30px;
}

.info-main-content strong {
	display: block;
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #222222;
	margin-bottom: 15px;
}

.info-main-content h1:last-child,
.info-main-content h2:last-child,
.info-main-content h3:last-child,
.info-main-content h4:last-child,
.info-main-content h5:last-child,
.info-main-content h6:last-child,
.info-main-content p:last-child,
.info-main-content strong:last-child {
	margin-bottom: 0;
}

/* article page */

/* article content section */

.article-content-section {
	padding-top: 110px;
}

.article-content-section .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}

.a-left-block {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
	width: 150px;
	margin-right: 160px;
}

.a-left-block a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.a-left-block__arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 9px;
	margin-right: 17px;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.a-left-block__arrow svg {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.a-left-block__text {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	color: #292929;
}

.a-left-block a:hover .a-left-block__arrow {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.a-main-block {
	width: 715px;
}

.a-main-block img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.a-main-block h1,
.a-main-block h2,
.a-main-block h3,
.a-main-block h4,
.a-main-block h5,
.a-main-block h6 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 15px;
	color: #222222;
	width: 100%;
}

.a-main-block p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #292929;
	margin-bottom: 30px;
	width: 100%;
}

.a-main-block .date-time {
	margin-bottom: 15px;
	font-size: 90%;
	font-style: italic;
}

.a-main-block strong {
	display: block;
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #222222;
	margin-bottom: 15px;
	width: 100%;
}

.a-main-block h1:last-child,
.a-main-block h2:last-child,
.a-main-block h3:last-child,
.a-main-block h4:last-child,
.a-main-block h5:last-child,
.a-main-block h6:last-child,
.a-main-block p:last-child,
.a-main-block strong:last-child,
.a-main-block img:last-child {
	margin-bottom: 0;
}

/* article link section */

.a-link-section {
	padding-top: 81px;
}

.a-link-section .container {
	width: 1200px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}


.a-link__left-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.a-left-link__img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 104px;
	min-width: 104px;
	height: 104px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 20px;
}

.a-left-link__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.a-left-link__arrow-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 250px;
}

.a-left-link__arrow,
.a-right-link__arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 8px;
	margin-bottom: 15px;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.a-right-link__arrow {
	justify-content: flex-end;
}

.a-left-link__arrow svg,
.a-left-link__arrow img,
.a-right-link__arrow svg,
.a-right-link__arrow img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.a-left-link__date {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
	color: #7D7D7D;
}

.a-left-link__name {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
}

.a-link__left-block:hover .a-left-link__arrow {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.a-link__left-block:hover .a-right-link__arrow {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.a-link__left-block:hover .a-left-link__arrow svg path,
.a-link__left-block:hover .a-right-link__arrow svg path {
	opacity: 1;
}

/* filling page */

.fill-section, .group_schedule_section {
	padding-top: 77px;
	padding-bottom: 123px;
}

.fill-section__header, .group_schedule_section__header {
	font-family: 'Gilroy', sans-serif;
	font-weight: 900;
	font-size: 42px;
	line-height: 44px;
	text-transform: uppercase;
	color: #222222;
	margin-bottom: 30px;
}

.fill-section-block, .group_schedule_section-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 70px 82px 70px 82px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.fill-section-filter {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #6B6B6B;
}

.fill-section-filter strong {
	font-weight: 700;
}

.fill-block {
	padding-top: 53px;
}

.fill-slider {
	position: relative;
}

.fill-slider .slick-arrow {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 0;
	border: none;
	background: none;
	top: 80px;
	width: 18px;
	height: 9px;
	z-index: 9;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.fill-slider .slick-prev {
	left: -57px;
	background: url(/local/templates/main/assets/css/../img/fill-arrow__prev.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.fill-slider .slick-prev:hover {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.fill-slider .slick-next {
	right: -57px;
	background: url(/local/templates/main/assets/css/../img/fill-arrow__next.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.fill-slider .slick-next:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.fill-slide {
	margin-right: 37px;
}

.fill-block__name {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	color: #292929;
	margin-bottom: 16px;
}

.fill-block__name a {
	font-weight: 600;
}

.fill-slide__car-name {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #6B6B6B;
}

.fill-slide__date {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
}

.fill-slide__description {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #6B6B6B;
	margin-top: -3px;
}

.fill-slide__car-block-container {
	position: relative;
	margin: 40px 0 5px;
	overflow: hidden;
	/*background-color: #ccc;*/
}

.fill-block .fill-slide__car-block-container {
	margin: 0;
}

.fill-slide__car-block {
	position: relative;
	width: 328px;
	height: 128px;
	background: url(/local/templates/main/assets/css/../img/car-img.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.fill-slide__car-seat {
	cursor: pointer;
	width: 26px;
	height: 22px;
	position: absolute;
	background: #C4C4C4;
	border-radius: 2.75196px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-family: 'Gilroy', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*
.fill-slide__car-seat.active {
  background: #FFCB4F;
}

.fill-slide__car-seat.closed {
  pointer-events: none;
}
*/

/*
.fill-slide__car-seat:nth-child(1) {
  top: 18px;
  left: 11px;
}

.fill-slide__car-seat:nth-child(2) {
  top: 41px;
  left: 11px;
}

.fill-slide__car-seat:nth-child(3) {
  bottom: 42px;
  left: 11px;
}

.fill-slide__car-seat:nth-child(4) {
  bottom: 19px;
  left: 11px;
}



.fill-slide__car-seat:nth-child(5) {
  top: 18px;
  left: 45px;
}

.fill-slide__car-seat:nth-child(6) {
  top: 41px;
  left: 45px;
}

.fill-slide__car-seat:nth-child(7) {
  bottom: 22px;
  left: 45px;
}



.fill-slide__car-seat:nth-child(8) {
  top: 18px;
  left: 79px;
}

.fill-slide__car-seat:nth-child(9) {
  top: 41px;
  left: 79px;
}

.fill-slide__car-seat:nth-child(10) {
  bottom: 22px;
  left: 79px;
}



.fill-slide__car-seat:nth-child(11) {
  top: 18px;
  left: 114px;
}

.fill-slide__car-seat:nth-child(12) {
  top: 41px;
  left: 114px;
}

.fill-slide__car-seat:nth-child(13) {
  bottom: 22px;
  left: 114px;
}




.fill-slide__car-seat:nth-child(14) {
  top: 18px;
  left: 150px;
}

.fill-slide__car-seat:nth-child(15) {
  top: 42px;
  left: 150px;
}

.fill-slide__car-seat:nth-child(16) {
  bottom: 40px;
  left: 157px;
}




.fill-slide__car-seat:nth-child(17) {
  width: 26px;
  height: 26px;
  bottom: 49px;
  right: 85px;
}

.fill-slide__car-seat:nth-child(18) {
  width: 26px;
  height: 26px;
  bottom: 22px;
  right: 85px;
}
*/

.group_schedule_section {
	font-family: 'Roboto', sans-serif;
}

.group_schedule_section .error {
	color: red;
	margin-bottom: 20px;
}

.group_schedule_section .ok {
	color: green;
	margin-bottom: 20px;
}

.group_schedule_section select {
	margin-top: 5px;
	padding: 3px 5px;
	appearance: auto;
	cursor: pointer;
	max-width: 100%;
}

.group_schedule_section select option {
	appearance: auto;
	cursor: pointer;
}

.group_schedule_section input {
	margin-top: 5px;
	appearance: auto;
	border: solid 1px #767676;
}

.group_schedule_section input[type='text'] {
	padding: 3px 5px;
}

.group_schedule_section button {
	padding: 5px 10px;
	appearance: auto;
	cursor: pointer;
	border: solid 1px #767676;
}

.group_schedule_section b {
	font-weight: bold;
}

.group_schedule_section .prices_block {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.group_schedule_section .prices_block > div {
	margin-left: 30px;
}

.group_schedule_section .prices_block > div:first-child {
	margin-left: 0;
}

.group_schedule_section .PRICE {
}

.group_schedule_section .TIME {
	text-align: center;
}

.group_schedule_section #sba-datepicker {
	margin-top: 5px;
	display: inline-block;
}

.group_schedule_section .ui-datepicker-today {
	background-color: #4BABFE !important;
	color: #fff !important;
}

.group_schedule_section .ui-state-default.ui-state-hover,
.group_schedule_section .ui-state-default.ui-state-active {
	background-color: transparent !important;
	color: #000 !important;
}

.group_schedule_section .ui-state-selected {
	background-color: #28BD72 !important;
	color: #fff !important;
}


/* tour page */

/* tour main section */

.tour-main-section {
	position: relative;
	height: 333px;
	width: 100vw;
	padding-top: 115px;
	padding-bottom: 65px;
	background: center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.tour-main-section:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 62, 96, 0.8) 0%, rgba(35, 35, 35, 0.4) 100%);
	mix-blend-mode: multiply;
}

.tour-main-section .container {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-end;
	height: 100%;
	z-index: 123;
}

.tour-main-section__text h1,
.tour-main-section__text h2,
.tour-main-section__text h3,
.tour-main-section__text h4,
.tour-main-section__text h5,
.tour-main-section__text h6 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 900;
	font-size: 42px;
	line-height: 44px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.tour-main-section__text p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 6px;
	opacity: 0.8;
}

/* tour slider */

.tour-slider {
	overflow: hidden; /* взамен .page {overflow: hidden;} */
	margin-top: 34px;
}

.tour-slider .slick-list {
	overflow: visible;
}

.tour-slide {
	margin-right: 21px;
	width: 497px;
	height: auto;
	overflow: hidden;
}

.tour-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tour-slider .slick-arrow {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 32px;
	background: none;
	font-size: 0;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.tour-slider .slick-prev {
	left: 2.5%;
	background: url(/local/templates/main/assets/css/../img/main/main-slider__arrow-back.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.tour-slider .slick-next {
	right: 2.5%;
	background: url(/local/templates/main/assets/css/../img/main/main-slider__arrow-next.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.tour-content-section {
	padding-top: 34px;
}

.tour-content-section .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}


.tour-content-section__price-block {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 308px;
	padding-top: 31px;
	padding-bottom: 34px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.tour-price-block__top-box {
	width: 100%;
	padding-left: 30px;
	padding-right: 25px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}

.tour-price-block__price-box > span {
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #292929;
	margin-bottom: 7px;
}

.tour-price-block__price-box {
	margin-bottom: 16px;
}

.tour-price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
}

.tour-price strong {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 31.41px;
	line-height: 35px;
	color: #292929;
}

.tour-price span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-left: 22px;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: normal;
	font-size: 20.94px;
	line-height: 24px;
	color: #ED0047;
}

.tour-price span:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: calc(100% + 8px);
	background-color: #ED0047;
	/* margin-top: 4px; */
}

.tour-buy-ticket-pay__btn,
.tour-price-block__btn {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	border-radius: 500px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tour-buy-ticket-pay__btn,
.tour-price-block__btn span {
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	color: #FFFFFF;
	z-index: 5;
}

.tour-buy-ticket-pay__btn:hover,
.tour-price-block__btn:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
}

/*.tour-price-block__btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #157AD0;
  opacity: 0;

  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


.tour-price-block__btn:hover:after {
  opacity: 1;
}*/

.tour-price-block__description-block {
	margin-top: 24px;
	padding-top: 18px;
	padding-left: 30px;
	padding-right: 25px;
	width: 100%;
	border-top: 1px dashed #696969;
}

.tour-price-description-block__box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.tour-price-description-block__img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	width: 16px;
	height: 12px;
	margin-right: 7px;
}

.tour-price-description-block__img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.tour-price-description-block__box p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 27px;
	color: #898989;
}

.tour-price-block__description-block .news-detail-share {
	margin-top: 17px;
}

.tour-content-section__content-block {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-top: none;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 919px;
	margin-right: 28px;
}

.tour-content-block__anchore-block {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 200;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.tour-anchore {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	
	overflow: hidden;
}

.tour-anchore span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #696969;
	z-index: 888;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tour-anchore:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tour-anchore.active {
	height: calc(100% + 6px);
	width: calc(100% + 6px);
	border-radius: 5px;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}

.tour-anchore:hover span {
	color: #157AD0;
}


.tour-anchore.active span {
	color: #fff;
}

.tour-anchore.active:after {
	opacity: 1;
}

.tour-content__container {
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 83px;
}

.tour-content__header {
	width: 100%;
	padding-bottom: 23px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	color: #292929;
}

.tour-program, .tour-description, .tour__map {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.tour-program > p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.tour-program ul {
	margin-top: 17px;
	margin-bottom: 30px;
}

.tour-program ul:last-child {
	margin-bottom: 0;
}

.tour-program ul li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 10px;
	padding-top: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tour-program ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.tour-program ul li > strong {
	min-width: 100px;
	margin-right: 46px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.tour-program ul li > p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.tour__program-block {
	padding-top: 45px;
}

.tour__description-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-top: 45px;
}


.tour-description p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 20px;
	/*margin-bottom: 5px;*/
	/*text-indent: 35px;*/
	/*text-align: justify;*/
}

.tour-description h1,
.tour-description h2,
.tour-description h3,
.tour-description h4,
.tour-description h5,
.tour-description h6 {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	margin-bottom: 20px;
}

.tour-description.hidden {
	display: none;
}


.tour-description__more-btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	
	
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #4BABFE;
	cursor: pointer;
}

.tour-description__more-btn::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
	height: 1px;
	border-bottom: 1px dashed #4BABFE;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tour-description__more-btn:hover:after {
	border-color: transparent;
	background-color: #4BABFE;
}

.tour__map-block {
	padding-top: 45px;
}

.tour__map {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 429px;
}

.tour__map > iframe {
	width: 100%;
	height: 100%;
}

.tour__buy-ticket {
	padding-top: 45px;
}

.tour__date-block > p,
.tour__passenger-block > p {
	-ms-align-self: flex-start;
	align-self: flex-start;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	color: #222222;
}

.tour__date-block > p.error,
.tour__seat-block > p.error,
.tour__passenger-block > p.error {
	color: red;
}

.tour__passenger-block {
	display: none;
}

.tour__seat-block {
	display: none;
}

#tour-datepicker .ui-datepicker {
	width: 660px !important;
}

.ui-widget.ui-widget-content {
	border: none;
	margin: 0 auto;
}

.ui-datepicker .ui-datepicker-header {
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-title > span {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.ui-datepicker th {
	font-family: 'Gilroy', sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}

.ui-datepicker th.ui-datepicker-week-end {
	color: #ED263A;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
	background: none;
	border: none;
	color: #000;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	padding: 10px;
	text-transform: uppercase;
	user-select: none;
}

#tour-datepicker .ui-state-disabled,
#tour-datepicker .ui-widget-content .ui-state-disabled,
#tour-datepicker .ui-widget-header .ui-state-disabled {
	opacity: 0.2;
	pointer-events: none;
}


.ui-datepicker-multi .ui-datepicker-group-first {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#tour-datepicker {
	padding: 0;
	padding-top: 37px;
}

.ui-datepicker {
	padding: 0;
}

.preload-img-1,
.preload-img-2 {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 8px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: none;
	background: none;
	cursor: pointer;
	
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.ui-datepicker .ui-datepicker-prev {
	background: url(/local/templates/main/assets/css/../img/tour/calendar-arrow-prev.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 8px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.preload-img-1 {
	background-image: url(/local/templates/main/assets/css/../img/tour/arrow-prev-blue.svg);
}

.ui-datepicker .ui-datepicker-next {
	background: url(/local/templates/main/assets/css/../img/tour/calendar-arrow-next.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 8px;
}

.ui-datepicker .ui-datepicker-next:hover,
.preload-img-2 {
	background-image: url(/local/templates/main/assets/css/../img/tour/arrow-next-blue.svg);
}

.few-seats {
	background-color: #FFCB4F !important;
	color: #fff !important;
}

.many-seats {
	background-color: #28BD72 !important;
	color: #fff !important;
}

.no-seats {
	background-color: #ED263A !important;
	color: #fff !important;
}

.poe-none {
	pointer-events: none !important;
}

.ui-state-default.ui-state-hover,
.ui-state-default.ui-state-active {
	background-color: #4BABFE !important;
	color: #fff !important;
}

.tour__date-info-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.tour__date-info-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-right: 25px;
}

.tour__date-info-box:last-child {
	margin-right: 0;
}

.tour__date-info-box span {
	display: block;
	width: 18px;
	height: 18px;
}

.tour__date-info-box p {
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-left: 10px;
	user-select: none;
}

.tour__bn-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 30px;
}

.tour__bn-btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 150px;
	border: 1px solid #3D9EF0;
	border-radius: 500px;
	user-select: none;
	
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #232323;
}

.tour__bn-btn.next {
	margin-left: auto;
}

.tour__bn-btn.disabled {
	border-color: #cccccc;
	color: #cccccc;
	cursor: default;
}

.tour__bn-btn:not(.disabled):hover {
	background-color: #3D9EF0;
	color: #fff;
}


.tour-passenger-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.tour-passenger-box {
	margin-right: 89px;
	margin-bottom: 31px;
	min-width: 275px;
}

.tour-passenger-box:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.tour-passenger-box__name {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	color: #222222;
}

.counter_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-top: 16px;
}

.counter {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	background: #F1F1F1;
	border-radius: 5px;
	height: 49px;
	width: 141px;
}

.button {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 100%;
	cursor: pointer;
	user-select: none;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	color: #222222;
}

.price {
	display: inline-block;
}

.counter input {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
	border: none;
	padding: 0 10px;
	margin: 0;
	min-width: 40px;
	max-width: 100%;
	height: 100%;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	color: #222222;
}

.price {
	margin-left: 26px;
}

.price,
.price__currency {
	font-family: 'Gilroy', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	color: #000000;
}

.price__currency {
	margin-left: 5px;
}

.tour-seat__car {
	-webkit-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
	margin: 60px auto;
}

/*.tour__seat-block .fill-slide__car-seat.active.closed {
  background: #FFCB4F;
}

.tour__seat-block .fill-slide__car-seat.active {
  background-color: #4BABF4;
}*/

.tour__seat-block .fill-slide__car-seat.selected {
	background-color: #4BABF4;
}

.fill-block .fill-slide__car-seat.occupied,
.tour__seat-block .fill-slide__car-seat.occupied {
	background-color: #FFCB4F;
}

.tour__seat-block .fill-slide__car-seat.occupied {
	cursor: default;
}


.tour__seat-block > p {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	color: #222222;
}

.tour-seat__info-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.tour-seat__discl-block {
	padding-top: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.tour-seat__info-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-right: 38px;
}

.tour-seat__info-box span {
	width: 28px;
	height: 28px;
	margin-right: 13px;
}

.tour-seat__info-box p {
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-size: 12.6339px;
	line-height: 13px;
	color: #000000;
}

.tour__last-block {
	display: none;
}

.tour__last-block > p {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 22px;
	color: #222222;
}

.tour-last-block__summ-block {
	padding-top: 30px;
}

.tour-summ-block__header-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}

.tour-summ-block__header-box > span {
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	color: #222222;
}

.summ-price-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	margin-right: 140px;
}

.summ-price,
.summ-price-box span {
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 38px;
	color: #000000;
}

.summ-price-box span {
	margin-left: 10px;
}

.tour-summ-block__list li {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 6px 0;
	color: #000000;
}

.tour-summ-block__btn-to-back {
	display: inline-block;
	position: relative;
	padding-top: 30px;
	cursor: pointer;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #4BABFE;
}

.tour-summ-block__btn-to-back:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
	height: 1px;
	border-bottom: 1px dashed #4BABFE;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.tour-summ-block__btn-to-back:hover:after {
	background-color: #4BABFE;
}

.tour-last-block__form-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 46px;
	margin-top: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.tour-from-block__left-block,
.tour-last-block__form-block > form {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	width: 437px;
}

.tour-from-block__left-block-content {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.tour-from-block__left-block-content strong {
	font-weight: 700;
}

.tour-from-block__left-block-content .or {
	font-size: 18px;
	line-height: 130%;
	color: #9D9D9D;
	text-align: center;
}

.tour-from-block__left-block-content .sb_online {
	border: 1px solid #1A9F29;
	box-sizing: border-box;
	line-height: 130%;
	padding: 30px 20px;
	text-align: center;
}

.tour-from-block__left-block-content .sb_online h4 {
	font-size: 16px;
	line-height: 130%;
	font-weight: 700;
}

.tour-last-block__form-block > form input[type='text'] {
	background: none;
	border: none;
	
	height: 49px;
	padding: 10px 20px;
	margin-bottom: 19px;
	background: #F1F1F1;
	border-radius: 5px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

.tour-last-block__form-block > form textarea {
	border: 0 none white;
	overflow-y: auto;
	padding: 0;
	outline: none;
	background-color: #D0D0D0;
	resize: none;
	
	padding: 10px 20px;
	background: #F1F1F1;
	border-radius: 5px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

.tour-last-block__form-block > form input[type='text'].error,
.tour-last-block__form-block > form textarea.error {
	border: solid 1px red;
}

.tour-last-block__form-block > form input[type='submit'] {
	border: none;
	background: none;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 67px;
	width: 291px;
	margin-top: 50px;
	cursor: pointer;
	
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	border-radius: 500px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FFFFFF;
}


.tour-last-block__form-block > form input[type='submit']:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
}

.checkbox {
	margin-top: 21px;
}

.checkbox > input[type='checkbox'] {
	display: none;
}

.check-label {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	cursor: pointer;
}

.check-tick {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.check-tick:after {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 9px;
	background: url(/local/templates/main/assets/css/../img/tour/tick.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.check-label p {
	padding-top: 1px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #727272;
}

.check-label.error p {
	color: red;
}

.checkbox > input[type='checkbox']:checked + .check-label .check-tick {
	border-color: #3D9EF0;
	background-color: #3D9EF0;
}

.checkbox > input[type='checkbox']:checked + .check-label .check-tick::after {
	opacity: 1;
}


.tour-from-block__right-block {
	width: 338px;
}

.tour-form-block__header {
	margin-bottom: 30px;
	
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	color: #222222;
}


.tour-form-block__payment-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	padding: 22px 21px 27px 25px;
	background: #F1F1F1;
	border-radius: 5px;
	margin-bottom: 19px;
}

.tour-form-block__payment-box:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.tour-payment-box__img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 21px;
}

.tour-payment-img__img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	min-width: 48px;
	margin-bottom: 5px;
}

.tour-payment-img__img:last-child {
	margin-bottom: 0;
}

.tour-payment-img__img img {
	max-width: 100%;
	max-height: 100%;
}

.tour-payment-box__text p {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #252525;
}

.tour-payment-box__text span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #252525;
}

.tour-payment-box__bank-img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	min-width: 48px;
	margin-right: 21px;
}

.tour-payment-box__bank-img > img {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.footer-section.tour {
	padding-top: 115px;
}

/* Bitrix fix *//*
.bx-core-adm-dialog .bx-core-adm-dialog-content {
	overflow: hidden !important;
}*/

/* modal_window */
.modal_window {
	display: none;
	background-color: #FFF;
	width: 700px;
	padding: 61px 80px 45px 80px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	position: relative;
}

.modal_window .modal_content {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.modal_window .modal_content > h4 {
	font-family: 'Gilroy', sans-serif;
	font-size: 34px;
	line-height: 1.14;
	letter-spacing: 0.25px;
}

.modal_window .modal_close {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 17px;
	position: absolute;
	top: 26px;
	right: 20px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: 0.4s;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC41MDg1IDguOTk5ODNMNy4yNTQyNyAxLjcwODkxTDguNjY0OTIgMC4yOTExMzhMMTcuMzI5OCA4Ljk5OTgzTDguNjY0OTIgMTcuNzA4NUw3LjI1NDI3IDE2LjI5MDdMMTQuNTA4NSA4Ljk5OTgzWiIgZmlsbD0iIzJGM0E0RiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjMyOTUgOS4wMDAzMUwyNC41ODM3IDEuNzA5NEwyMy4xNzMxIDAuMjkxNjI2TDE0LjUwODIgOS4wMDAzMUwyMy4xNzMxIDE3LjcwOUwyNC41ODM3IDE2LjI5MTJMMTcuMzI5NSA5LjAwMDMxWiIgZmlsbD0iIzJGM0E0RiIvPgo8L3N2Zz4K');
	z-index: 800;
}

.modal_window .modal_close:hover {
	transform: rotate(90deg);
}

.modal_window .modal_form {
	width: 100%;
	margin-top: 60px;
}

.modal_window label {
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	margin-top: 25px;
}

.modal_window input[type='text'] {
	width: 100%;
	height: 26px;
	margin-top: 6px;
	border: none;
	margin-bottom: 19px;
	border-bottom: 1px solid #E6E8EB;
	color: #000;
	padding-bottom: 8px;
}

.modal_window textarea {
	width: 100%;
	height: 147px;
	margin-top: 6px;
	resize: none;
	border: 1px solid #E6E8EB;
	box-sizing: border-box;
	padding: 15px 24px 24px 17px;
}

.modal_window button {
	cursor: pointer;
	width: 100%;
	margin-top: 25px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 67px;
	padding: 0 15px;
	background: linear-gradient(180deg, #3D9EF0 0%, #157AD0 100%);
	border-radius: 500px;
	border: #157AD0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.modal_window .modal_form button:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
	box-shadow: 2px 2px 10px 0px rgba(61, 158, 240, 1);
}

.modal_window .error {
	/*background-color: #fff7f7;*/
	border-color: red !important;
}

@media only screen and (max-width: 850px) {
	.modal_window {
		width: 98%;
		padding: 56px 28px 40px 28px;
	}
	
	.modal_window .modal_form {
		margin-top: 40px;
	}
	
	.modal_window textarea {
		height: 187px;
	}
}

#consultaton_form .error {
	background-color: #fff7f7;
}

/* documents-list */

section.documents-list {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

section.documents-list .document {
	width: 30%;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

section.documents-list .document > a > img {
	width: 100%;
	border: solid 1px #eee;
}

section.documents-list .document > a > img:hover {
	border-color: #ccc;
}

section.documents-list .document .name {
	margin-top: 10px;
}

section.documents-list .document .download {
	margin-top: 10px;
}

section.documents-list .document .download a {
	color: #4BABFE;
}

section.documents-list .document .download a:hover {
	color: rgba(235, 2, 73, 1);
}

/* End */


/* Start:/local/templates/main/assets/css/adaptive.css?178290403014523*/
@media screen and (max-width: 1279px) {
	
	.container {
		width: 720px;
	}
	
	/* header */
	.top-block {
		display: none;
	}
	
	.nav-block {
		display: none;
	}
	
	.nav-row__btn-block > span {
		min-width: 156px;
	}
	
	.phone-link {
		display: none;
	}
	
	.mob-menu-icon {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 22px;
	}
	
	.mob-menu-icon img,
	.mob-menu-icon svg {
		width: 100%;
		height: auto;
		max-height: 100%;
		cursor: pointer;
	}
	
	.main-slider-section {
		/*width: 100vw;*/
	}
	
	.main-slider {
		padding-bottom: 63px;
	}
	
	.main-slide {
		height: auto;
	}
	
	.main-slide .container {
		width: 740px;
	}
	
	.main-slide__text > span {
		font-size: 15.8539px;
		line-height: 26px;
	}
	
	.main-slide__text h1 {
		font-size: 48px;
		line-height: 50px;
	}
	
	.price-box {
		font-size: 27.2194px;
	}
	
	.main-slide__btn {
		height: 44px;
		margin-top: 22px;
	}
	
	.main-slide__btn span {
		font-size: 10.5693px;
		line-height: 12px;
	}
	
	.navigation-section {
		padding-top: 40px;
	}
	
	.tour-section__block {
		justify-content: space-between;
	}
	
	.tour-box {
		margin-right: 0;
		width: 350px;
	}
	
	.archive-section {
		padding-top: 90px;
	}
	
	.archive-slider {
		padding-bottom: 20px;
	}
	
	.archive-slider .slick-list {
		overflow: visible;
	}
	
	.pre-footer-section {
		margin-top: 100px;
		padding-top: 40px;
		padding-bottom: 40px;
		background: #E4EBEF;
	}
	
	.pre-footer-section .container {
		padding: 0;
	}
	
	.pre-footer-section__form-block {
		width: 100%;
	}
	
	.pre-footer-section__form-block form {
		width: 350px;
	}
	
	.footer {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	.footer-link-block {
		margin-top: 30px;
	}
	
	.footer-link-box {
		margin-right: 60px;
	}
	
	.footer-description {
		margin-top: 40px;
	}
	
	.footer-callback-btn {
		margin-top: 30px;
	}
	
	.footer-social-block {
		margin-top: 30px;
	}
	
	/* info page */
	.info-content-section {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.info-left-block {
		display: none;
	}
	
	.info-main-content {
		width: 100%;
	}
	
	.info-main-content h1,
	.info-main-content h2,
	.info-main-content h3,
	.info-main-content h4,
	.info-main-content h5,
	.info-main-content h6 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	
	.info-main-content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 18px;
	}
	
	.info-main-content strong {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
	
	/* article page */
	/* article content section */
	.article-content-section {
		padding-top: 40px;
	}
	
	.article-content-section .container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.a-left-block {
		position: unset;
		top: unset;
		margin: 0;
		margin-bottom: 30px;
	}
	
	.a-main-block {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
	}
	
	.a-main-block h1,
	.a-main-block h2,
	.a-main-block h3,
	.a-main-block h4,
	.a-main-block h5,
	.a-main-block h6 {
		font-size: 26px;
		line-height: 30px;
	}
	
	/* article link section */
	.a-link-section {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.a-link-section .container {
		width: 740px;
		/* -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; */
	}
	
	.a-link__left-block {
		width: 47%;
		margin: 0;
	}
	
	.a-link__left-block.left {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		/* margin-bottom: 15px; */
	}
	
	.a-link__left-block.left .a-left-link__arrow-block {
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	
	.a-link__left-block.left .a-left-link__img {
		margin: 0;
		margin-left: 20px;
	}
	
	/* filling page */
	/* fill section */
	.fill-section {
		padding-top: 40px;
		padding-bottom: 0;
	}
	
	.fill-section .container {
		width: 768px;
	}
	
	.fill-section__header {
		width: 740px;
		margin: 0 auto;
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 36px;
	}
	
	.fill-section-block, .group_schedule_section-block {
		padding: 40px 36px 40px 36px;
		/* box-shadow: none; */
		border: none;
		border-bottom: none;
		border-radius: 0;
		margin-bottom: 120px;
	}
	
	.fill-block {
		padding-top: 30px;
	}
	
	.fill-slider .slick-prev {
		left: -23px;
	}
	
	.fill-slider .slick-next {
		right: -23px;
	}
	
	.fill-slide {
		margin-right: 0;
		padding: 0 10px;
	}
	
	/* tour page */
	.tour-slider {
		margin-top: 30px;
	}
	
	.tour-slide {
		margin-right: 20px;
		width: 300px;
	}
	
	.tour-main-section__text h1, .tour-main-section__text h2, .tour-main-section__text h3, .tour-main-section__text h4, .tour-main-section__text h5, .tour-main-section__text h6 {
		font-size: 33px;
		line-height: 36px;
	}
	
	.tour-content-section {
		padding-top: 30px; /*120px;*/
	}
	
	.tour-content-section .container {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	
	.tour-content-section__price-block {
		position: unset;
		top: unset;
		-ms-align-self: center;
		align-self: center;
		width: 75%;
		margin-bottom: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		
	}
	
	.tour-content-section__content-block {
		width: 100%;
		margin: 0;
	}
	
	.tour-content__container {
		padding: 0 20px 30px;
	}
	
	.tour__program-block {
		padding-top: 30px;
	}
	
	.tour__map {
		height: 300px;
	}
	
	.tour-passenger-box {
		margin-right: 55px;
		margin-bottom: 40px;
	}
	
	.tour-last-block__form-block {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.tour-from-block__right-block {
		width: 100%;
		margin-bottom: 43px;
	}
	
	.tour-form-block__payment-box {
		width: 50%;
		margin: 0;
		margin-right: 20px;
	}
	
	.tour-form-block__payment-block {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: stretch;
		align-items: stretch;
		width: 100%;
	}
	
	.tour-from-block__left-block,
	.tour-last-block__form-block > form {
		width: 100%;
	}
	
	.footer-section.tour {
		padding-top: 70px; /* 120px;*/
	}
	
	.tour-last-block__form-block > form input[type='text'] {
		margin-bottom: 15px;
	}
	
	.tour-last-block__form-block > form input[type='submit'] {
		margin-top: 40px;
	}
	
	#tour-datepicker .ui-datepicker {
		width: 100% !important;
	}
}

@media screen and (max-width: 739px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
	
	.logo-box {
		width: 90px;
		height: 24px;
		background: url(/local/templates/main/assets/css/../img/main/footer-logo-line.svg) center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.logo-box span {
		font-size: 17.2392px;
		line-height: 20px;
		margin-bottom: 2px;
	}
	
	.header.dark .logo-box {
		background: url(/local/templates/main/assets/css/../img/logo-line.svg) center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.mob-menu-icon {
		width: 18px;
		height: 15px;
	}
	
	.main-slider-section {
		/*width: 100vw;*/
		/*min-height: 100vh;
		height: auto;*/
		height: 100vh;
	}
	
	.main-slider {
		height: 100%;
	}
	
	.main-slide .container {
		width: 100%;
		padding: 0 15px;
	}
	
	.nav-section__row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.nav-row__name {
		margin-right: 20px;
		font-size: 14px;
		min-width: 80px;
	}
	
	.nav-row__btn-block {
		
		width: 100%;
	}
	
	.nav-row__btn-block > span {
		font-size: 14px;
		/* margin-right: 0; */
		width: 45%;
		min-width: auto;
	}
	
	.tour-box {
		width: 100%;
		margin-right: 0;
	}
	
	.tour-box__slider {
		height: unset;
	}
	
	.archive-section {
		padding-top: 50px; /* 70px; */
	}
	
	.archive-section__header-block span {
		display: none;
	}
	
	.pre-footer-section {
		margin-top: 60px; /* 80px; */
	}
	
	.pre-footer-section .container {
		padding: 0 15px;
	}
	
	.pre-footer-section__form-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.pre-footer-section__header-block {
		width: 100%;
		text-align: center;
	}
	
	.pre-footer-section__header-block br {
		display: none;
	}
	
	.pre-footer-section__form-block form {
		width: 100%;
		margin-top: 30px;
	}
	
	.footer .container {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	
	.footer-left-block {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.footer-link-block {
		width: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
	
	.footer-link-box {
		margin-right: 0;
	}
	
	.footer-description {
		text-align: center;
	}
	
	.footer-description br {
		display: none;
	}
	
	.footer-logo {
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.footer-right-block {
		-ms-align-items: center;
		align-items: center;
	}
	
	.footer-phone-box {
		-ms-align-items: center;
		align-items: center;
	}
	
	.footer-callback-btn {
		width: 100%;
	}
	
	.footer-social-block {
		-ms-align-items: center;
		align-items: center;
	}
	
	/* article page */
	/* article ink section */
	.a-link-section .container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0 15px;
	}
	
	.a-link__left-block {
		width: 100%;
	}
	
	.a-left-link__arrow-block {
		width: 100%;
	}
	
	.a-left-link__arrow, .a-right-link__arrow {
		width: 100%;
	}
	
	/* filling page */
	/* fill section */
	.fill-section {
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.fill-section .container {
		width: 100%;
	}
	
	.fill-section__header {
		padding: 0 15px;
		width: 100%;
	}
	
	.fill-section-block, .group_schedule_section-block {
		padding: 40px 20px 40px 20px;
		margin-bottom: 100px;
	}
	
	.group_schedule_section .prices_block {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.group_schedule_section .prices_block>div {
		margin-left: 0;
	}
	
	.fill-slider .slick-arrow {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.fill-slider .slick-prev {
		left: -0px;
	}
	
	.fill-slider .slick-prev:hover {
		-webkit-transform: translate(-5px, -50%);
		-ms-transform: translate(-5px, -50%);
		transform: translate(-5px, -50%);
	}
	
	.fill-slider .slick-next {
		right: -0px;
	}
	
	.fill-slider .slick-next:hover {
		-webkit-transform: translate(5px, -50%);
		-ms-transform: translate(5px, -50%);
		transform: translate(5px, -50%);
	}
	
	.fill-slide__car-block-container {
		margin: 25px 0 25px;
	}
	
	/*.fill-slide__car-block {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin: 103px 0;

	}*/
	.fill-slide__date {
		text-align: center;
	}
	
	.fill-slide__description {
		text-align: center;
	}
	
	.fill-slide {
		padding: 0;
		margin: 0;
	}
	
	/* tour page */
	.tour-content-section__price-block {
		position: unset;
		top: unset;
		width: 100%;
		box-shadow: none;
		margin-bottom: 0;
		border-bottom: none;
		border-radius: 5px 5px 0 0;
	}
	
	.tour-content-block__anchore-block {
		padding: 0; /* padding: 0 15px; */
		box-shadow: none;
		height: 50px;
		border-radius: 0;
	}
	
	.tour-slider {
		width: 100%;
	}
	
	.tour-slide {
		width: 100vw;
		margin: 0 10px;
		height: 250px;
	}
	
	.tour-price-block__top-box {
		padding: 0 15px;
	}
	
	.tour-price-block__description-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.tour-program ul li > strong {
		margin-right: 15px;
	}
	
	.tour-content-section {
		padding-top: 30px; /* 100px; */
		padding-bottom: 30px; /* 100px; */
	}
	
	
	.tour-content__container {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
		border: 1px solid #E6E6E6;
		border-top: none;
	}
	
	.tour__program-block {
		padding-top: 30px;
	}
	
	.tour-content-section__content-block {
		border-left: none;
		border-right: none;
	}
	
	
	.ui-widget.ui-widget-content {
		width: 100%;
		margin: 0;
	}
	
	.tour__date-info-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.tour__date-info-box {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.tour__date-info-box:last-child {
		margin-bottom: 0;
	}
	
	.counter_block {
		width: 100%;
	}
	
	.tour-passenger-box {
		margin-right: 0;
		width: 100%;
	}
	
	.counter {
		width: 50%;
	}
	
	.tour-passenger-box:nth-last-child(-n+2) {
		margin-bottom: 40px;
	}
	
	.tour-passenger-box:last-child {
		margin-bottom: 0;
	}
	
	/*.fill-slide__car-block {
		margin: 125px auto;
		margin-left: -8px;
	}*/
	.tour-seat__info-block {
		padding-top: 0;
	}
	
	.tour-seat__discl-block {
		padding-top: 25px;
	}
	
	.summ-price-box {
		margin-right: 0;
	}
	
	.tour-summ-block__list {
		margin-top: 15px;
	}
	
	.tour-form-block__payment-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.tour-form-block__payment-box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.tour-last-block__form-block > form input[type='submit'] {
		width: 100%;
	}
	
	/*.tour__bn-btn {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}*/
	.footer-section.tour {
		padding-top: 0;
	}
}

/* End */
/* /local/templates/main/assets/css/fonts.css?17829040301255 */
/* /local/templates/main/assets/css/slick.css?17829040301776 */
/* /local/templates/main/assets/css/jquery-ui.css?178290403036029 */
/* /local/templates/main/assets/css/jquery.fancybox.min.css?178290403012795 */
/* /local/templates/main/assets/css/styles.css?178290403077137 */
/* /local/templates/main/assets/css/adaptive.css?178290403014523 */
