/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* 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-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.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;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.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-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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 {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.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: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.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-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-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  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-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 0.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: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.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: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.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;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  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 {
  border: 1px solid #999999;
  font-weight: normal;
  color: #212121;
}
.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 {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.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: 0.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.35;
  filter: alpha(opacity=35);
  /* 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;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
/* F COEF = 4.06 */
/* COMMON */
/* Line Colour */
html {
  height: 100%;
}
body {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  position: relative;
}
body .mobile-only {
  display: none;
}
body .desktop-only {
  display: block;
}
body.mobile .mobile-only {
  display: block;
}
body.mobile .desktop-only {
  display: none;
}
.preloader {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background-image: url('../../assets/images/common/loading.png');
  animation: spin_preloader 2s linear infinite;
}
@keyframes spin_preloader {
  100% {
    transform: rotate(360deg);
  }
}
.wrapper {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  min-width: 1100px;
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
  background: #262626;
}
.wrapper.loading {
  max-height: 100%;
  opacity: 0;
}
html {
  height: 100% !important;
}
body.mobile .wrapper {
  min-width: 320px;
}
body.single {
  height: 100% !important;
}
.sections {
  height: 100%;
}
.magnify > .magnify-lens {
  width: 400px;
  height: 400px;
}
/* ANIME */
[data-anime="typing"] {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}
[data-anime="typing"] [data-anime-line] {
  display: block;
  overflow: hidden;
}
[data-anime="typing"] .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
[data-anime="typing"] .letter {
  display: inline-block;
  line-height: 1em;
  transform: translateY(1em) translateZ(0px);
}
/* SLICK */
.slick-list,
.slick-track {
  width: 100%;
  height: 100%;
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 87px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
  transition: all 0.3s ease-out;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow:active {
  margin-top: 3px;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-prev {
  background: url('../../assets/images/common/icon-prev.png') no-repeat;
  left: 65px;
}
.slick-next {
  background: url('../../assets/images/common/icon-next.png') no-repeat;
  right: 65px;
}
@media screen and (max-width: 1100px) {
  body.mobile .slick-prev {
    left: 5px;
  }
  body.mobile .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 480px) {
  body.mobile .slick-prev {
    left: 5px;
  }
  body.mobile .slick-next {
    right: 5px;
  }
}
/* Odometer */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 5s;
  -moz-transition: -moz-transform 5s;
  -ms-transition: -ms-transform 5s;
  -o-transition: -o-transform 5s;
  transition: transform 5s;
}
.odometer-value {
  width: 100% !important;
  text-align: center !important;
}
/* Gallery C */
.z-block-gallery-c {
  position: relative;
  z-index: 2;
}
.z-block-gallery-c,
.z-block-gallery-c__content,
.z-block-gallery-c__item,
.z-block-gallery-c .slick-slide > div {
  width: 100%;
  height: 100%;
}
.z-block-gallery-c__item {
  background-position: center center;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-gallery-c_a .slick-prev {
  background: url('../../assets/images/common/icon-prev-a.png') no-repeat;
}
.z-block-gallery-c_a .slick-next {
  background: url('../../assets/images/common/icon-next-a.png') no-repeat;
}
/* Gallery T */
.z-block-gallery-t {
  z-index: 2;
  cursor: pointer;
}
.z-block-gallery-t .slick-prev,
.z-block-gallery-t .slick-next {
  z-index: 50;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateY(-50%);
}
.z-block-gallery-t .slick-slide {
  height: auto;
  margin: 0 25px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  transform: scale(1.5);
  z-index: 20;
  position: relative;
}
.z-block-gallery-t .slick-slide > div > * {
  display: block !important;
}
.z-block-gallery-t .slick-slide.slick-active {
  z-index: 21;
}
.z-block-gallery-t .slick-slide.slick-center {
  transform: scale(2.5);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.75);
  z-index: 22;
}
.z-block-gallery-t .slick-track {
  padding: 300px 0;
}
.z-block-gallery-t_small .slick-slide {
  transform: scale(1.2);
}
.z-block-gallery-t_small .slick-slide.slick-center {
  transform: scale(1.5);
}
.z-block-gallery-t_small .slick-track {
  padding: 100px 0;
}
/* SOCIALS */
.copy-success {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.copy-success_active {
  transform: translateY(0%);
}
.copy-success__content {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 200;
}
.social_sticky {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.35);
}
.social .ya-share2 {
  display: inline-block;
}
.social .ya-share2__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social .ya-share2__item {
  display: inline-block;
}
.social .ya-share2__badge {
  display: inline-block;
}
.social .ya-share2__icon {
  display: inline-block;
}
.social .ya-share2__title {
  display: none;
}
.social_default .ya-share2__icon {
  background-image: url('../../assets/images/common/social.png');
  width: 50px;
  height: 35px;
  background-position-y: 0px;
}
.social_default .ya-share2__icon:hover {
  background-position-y: 70px;
}
.social_default .ya-share2__item_service_facebook .ya-share2__icon {
  background-position-x: 250px;
}
.social_default .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-position-x: 200px;
}
.social_default .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-position-x: 150px;
}
.social_default .ya-share2__item_service_twitter .ya-share2__icon {
  background-position-x: 100px;
}
.social_default .ya-share2__item_service_telegram .ya-share2__icon {
  background-position-x: 50px;
}
.social_alt .ya-share2__icon {
  background-image: url('../../assets/images/common/social.png');
  width: 50px;
  height: 35px;
  background-position-y: 70px;
}
.social_alt .ya-share2__icon:hover {
  background-position-y: 35px;
}
.social_alt .ya-share2__item_service_facebook .ya-share2__icon {
  background-position-x: 250px;
}
.social_alt .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-position-x: 200px;
}
.social_alt .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-position-x: 150px;
}
.social_alt .ya-share2__item_service_twitter .ya-share2__icon {
  background-position-x: 100px;
}
.social_alt .ya-share2__item_service_telegram .ya-share2__icon {
  background-position-x: 50px;
}
.social_alt .ya-share2__item_service_vkontakte .ya-share2__icon {
  position: relative;
  top: 2px;
}
.social_alt .ya-share2__item_service_telegram .ya-share2__icon {
  position: relative;
  top: 2px;
}
.social_alt .ya-share2__item_service_twitter .ya-share2__icon {
  position: relative;
  top: 2px;
}
.social_mini .ya-share2__icon {
  background-image: url('../../assets/images/common/social-mini.png');
  width: 30px;
  height: 21px;
  background-position-y: 0px;
}
.social_mini .ya-share2__icon:hover {
  background-position-y: 42px;
}
.social_mini .ya-share2__item_service_facebook .ya-share2__icon {
  background-position-x: 150px;
}
.social_mini .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-position-x: 120px;
}
.social_mini .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-position-x: 90px;
}
.social_mini .ya-share2__item_service_twitter .ya-share2__icon {
  background-position-x: 60px;
}
.social_mini .ya-share2__item_service_telegram .ya-share2__icon {
  background-position-x: 30px;
}
.social_mini .ya-share2__item_service_vkontakte .ya-share2__icon {
  position: relative;
  top: 1.5px;
}
.social_mini .ya-share2__item_service_telegram .ya-share2__icon {
  position: relative;
  top: 1.5px;
}
.social_mini .ya-share2__item_service_twitter .ya-share2__icon {
  position: relative;
  top: 1.5px;
}
.social_mini .ya-share2__item {
  display: block;
  margin: 15px 7px;
}
.social_mini .social-copy {
  display: block;
  margin: 0px 7px 15px;
}
.social-copy {
  cursor: pointer;
}
.social-copy_default {
  display: inline-block;
  background-image: url('../../assets/images/common/copy.png');
  width: 50px;
  height: 35px;
  background-position-y: 0px;
}
.social-copy_default:hover {
  background-position-y: 70px;
}
.social-copy_alt {
  display: inline-block;
  background-image: url('../../assets/images/common/copy.png');
  width: 50px;
  height: 35px;
  background-position-y: 70px;
}
.social-copy_alt:hover {
  background-position-y: 35px;
}
.social-copy_mini {
  display: block;
  background-image: url('../../assets/images/common/copy-mini.png');
  width: 30px;
  height: 21px;
  background-position-y: 0px;
}
.social-copy_mini:hover {
  background-position-y: 42px;
}
/* MAIN MENU */
.main-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.main-menu__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 55px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  background: #6699ff;
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  transition: all 0.3s ease-out;
}
.main-menu__btn-text {
  display: block;
  width: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.main-menu__btn:before {
  content: '';
  display: block;
  width: 55px;
  height: 50px;
  background-image: url('../../assets/images/common/menu.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
  transform: rotate(0deg);
}
.main-menu__btn.active.main-menu__btn:before {
  transform: rotate(90deg);
}
.main-menu__btn:hover .main-menu__btn-text,
.main-menu__btn.active .main-menu__btn-text {
  width: 85px;
}
.main-menu__btn:hover,
.main-menu__btn.active {
  width: 140px;
}
.main-menu__list {
  position: fixed;
  top: 50px;
  left: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  transform: translateX(-210px);
  transition: all 0.3s ease-out;
}
.main-menu__list.active {
  transform: translateX(0px);
}
.main-menu__item-link {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-bottom: 10px;
  height: 70px;
  width: 210px;
  padding-left: 25px;
  border-left: 0px solid #6699ff;
  border-bottom: 1px solid #6699ff;
  font-family: Lava,serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.75);
}
.main-menu__item-link.special {
  color: #f00;
}
.main-menu__item-link:hover,
.main-menu__item-link.active {
  border-left-width: 20px;
  color: #6699ff;
}
body.lang-en .main-menu__btn {
  font-size: 15px;
}
/* Test informer */
.test-informer {
  width: 870px;
  height: 530px;
  background: rgba(66, 66, 66, 0.95);
  border: 1px solid #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.test-informer.active {
  display: flex;
}
.test-informer:before {
  content: '';
  display: block;
  width: 155px;
  height: 221px;
  background-image: url('../../assets/images/test/builder.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.test-informer__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #a9a9a9;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}
.test-informer__close:after {
  content: '×';
}
.test-informer__text {
  color: #fff;
  font-size: 36px;
  font-weight: 600px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.test-informer__btn {
  display: block;
  width: 330px;
  height: 50px;
  line-height: 50px;
  font-weight: 200;
  font-size: 24.5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease-out;
}
.test-informer__btn:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
/* MORE INFO */
.more-info {
  position: fixed;
  top: 50%;
  left: -9999px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  box-sizing: border-box;
  width: 775px;
  padding: 40px 85px 60px 85px;
  background: rgba(104, 43, 43, 0.95);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  color: #fff;
}
.more-info.active {
  left: 50%;
}
.more-info__close {
  position: absolute;
  display: block;
  width: 39px;
  height: 39px;
  top: 45px;
  right: 60px;
  background-image: url('../../assets/images/common/close.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.more-info__close:hover {
  opacity: 0.5;
}
.more-info__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 25px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 40px;
}
.more-info__more:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url('../../assets/images/common/more.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.more-info__title {
  font-size: 42px;
  font-family: Lava,serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  padding-bottom: 35px;
  width: 480px;
  border-bottom: 1px solid #fff;
  margin-bottom: 45px;
}
.more-info__content {
  padding-right: 90px;
  font-size: 25px;
  font-weight: 200;
  line-height: 1;
  height: 410px;
  max-height: 410px;
  overflow: hidden;
  position: relative;
}
.more-info__content p {
  margin: 0 0 45px 0;
}
.more-info__content .iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 16px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}
.more-info__content .iScrollVerticalScrollbar:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
}
.more-info__content .iScrollIndicator {
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.more-info-trigger {
  display: inline-block;
  color: #ff5757;
  cursor: pointer;
  position: relative;
}
.more-info-trigger:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  border-top: 1px dotted #ff5757;
}
.more-info-trigger:hover:after {
  display: none;
}
/* Z BLOCK */
.z-block {
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}
.z-block_bg {
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.z-block_bg-video video {
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.z-block_bg-video .z-block__content {
  z-index: 20;
}
.z-block_bg-video-overlayed:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.z-block__content-bg-video {
  overflow: hidden;
}
.z-block__content-bg-video video {
  position: absolute;
  top: 100%;
  left: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-100%) translateY(-100%);
  background-size: cover;
}
/* START */
.z-block-start {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../../assets/images/start/bg.jpg');
}
.z-block-start__logo {
  background: url('../../assets/images/start/logo.png') 0 0 no-repeat;
  height: 78px;
  font-size: 20px;
  line-height: 19px;
  position: absolute;
  top: 62px;
  left: 62px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding-left: 74px;
  font-weight: 200;
}
.z-block-start__lang {
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  color: #fff;
  font-weight: 200;
}
.z-block-start__lang:before {
  content: '';
  width: 50px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.z-block-start__lang_ru:before {
  background-image: url('../../assets/images/start/flag-ru.png');
}
.z-block-start__lang_en:before {
  background-image: url('../../assets/images/start/flag-en.png');
}
.z-block-start__lang:hover {
  text-decoration: none;
}
.z-block-start video {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.z-block-start video.once-loaded {
  opacity: 1;
}
video + .z-block-start__video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 1s ease-out;
  opacity: 1;
}
.z-block-start__title {
  margin: 150px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.z-block-start__title span {
  display: block;
}
.z-block-start__title span:nth-child(1) {
  font-size: 117px;
}
.z-block-start__title span:nth-child(2) {
  font-size: 247.5px;
}
.z-block-start__info {
  display: flex;
  flex-direction: row;
}
.z-block-start__info-year {
  padding-left: 80px;
  padding-top: 20px;
  width: 280px;
  font-size: 101.5px;
  line-height: 1;
  font-weight: bold;
}
.z-block-start__info-text {
  width: 675px;
  height: 200px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 25px;
  font-family: Lava,serif;
  font-size: 23.5px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-start__logo {
    top: 10px;
    left: 10px;
    font-size: 15px;
  }
  body.mobile .z-block-start__lang {
    font-size: 15px;
    line-height: 20px;
    top: 125px;
    white-space: nowrap;
  }
  body.mobile .z-block-start__lang:before {
    width: 25px;
    height: 18px;
  }
  body.mobile .z-block-start__title {
    padding-top: 100px;
  }
  body.mobile .z-block-start__title span:nth-child(1) {
    font-size: 37px;
  }
  body.mobile .z-block-start__title span:nth-child(2) {
    font-size: 78.5px;
  }
  body.mobile .z-block-start__info-year {
    padding-left: 0px;
    padding-top: 10px;
    width: 65px;
    font-size: 21.5px;
  }
  body.mobile .z-block-start__info-text {
    width: 220px;
    height: 148px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 13.5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  body.mobile .z-block-start__lang {
    top: 10px;
    left: auto;
    right: 20px;
    transform: translateX(0);
  }
  body.mobile .z-block-start__info-year {
    padding-left: 100px;
  }
  body.mobile .z-block-start__info-text {
    width: 320px;
    height: 128px;
  }
}
.z-block-target {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #202123;
}
.z-block-target__title {
  width: 1000px;
  text-align: center;
  line-height: 1;
  font-size: 51.5px;
  font-weight: 600;
  margin-bottom: 90px;
}
.z-block-target__targets {
  display: flex;
  flex-direction: row;
}
.z-block-target__target {
  box-sizing: content-box;
  width: 410px;
  height: 360px;
  padding-top: 125px;
  border-right: 1px solid #fff;
  text-align: center;
}
.z-block-target__target:last-child {
  border-right: none;
}
.z-block-target__target-num {
  font-family: Lava,serif !important;
  font-size: 130px;
  font-weight: 900;
  overflow: hidden;
}
.z-block-target__target-title {
  font-size: 46.5px;
}
.z-block-target__target-subtitle {
  font-size: 24px;
}
@media screen and (max-height: 800px) {
  .z-block-target__target {
    height: 260px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-target__title {
    width: 300px;
    font-size: 21.5px;
    margin-bottom: 20px;
  }
  body.mobile .z-block-target__target {
    width: 150px;
    height: 90px;
    padding-top: 20px;
  }
  body.mobile .z-block-target__target-num {
    font-size: 30px;
  }
  body.mobile .z-block-target__target-title {
    font-size: 16.5px;
  }
  body.mobile .z-block-target__target-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  body.mobile .z-block-target__targets {
    flex-direction: column;
  }
  body.mobile .z-block-target__target {
    border-right: none;
  }
}
.z-block-map {
  position: relative;
  background: #fff;
}
@keyframes floatIcon {
  0% {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    transform: translatey(-1px);
  }
  100% {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    transform: translatey(0px);
  }
}
.z-block-map__tabs {
  width: 100vh;
  height: 100px;
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 100%;
  transform: rotate(-90deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.z-block-map__tab {
  display: inline-block;
  margin: 0 10px;
  width: 400px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  background: #d8d8d8;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-out;
}
.z-block-map__tab.active {
  background: #8ecfed;
}
.z-block-map__tab:hover {
  transform: translateY(-3px);
}
.z-block-map__main,
.z-block-map__deep {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.z-block-map__main.active,
.z-block-map__deep.active {
  display: flex;
}
.z-block-map__deep {
  background-color: #b4b4b4;
}
.z-block-map__deep img {
  max-width: 70%;
  max-height: 70%;
  margin: 0 auto;
}
.z-block-map__controls {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}
.z-block-map__year {
  font-size: 30px;
  line-height: 1px;
  margin-top: 30px;
  margin-left: -35px;
}
.z-block-map__slider {
  border-radius: 0;
  height: 0;
  border: 1px solid #d1d1d1;
  margin-top: 50px;
  width: 600px;
}
.z-block-map__slider.ui-widget-content .ui-state-default {
  width: 38px;
  height: 19px;
  background: transparent url('../../assets/images/map/slider.png') no-repeat;
  margin-left: -19px;
  margin-top: -4px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 10px 0 #2983e8;
}
.z-block-map__slider-title {
  position: absolute;
  left: -45px;
  top: -33px;
  font-size: 12px;
  line-height: 12px;
  color: #717171;
}
.z-block-map__segment-list {
  display: table;
  width: 600px;
  height: 16px;
  margin-top: -8px;
}
.z-block-map__segment {
  display: table-cell;
  position: relative;
}
.z-block-map__segment:nth-child(1) {
  width: 1px;
}
.z-block-map__segment:before {
  content: '';
  width: 1px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  background: #d1d1d1;
}
.z-block-map__segment.big:before {
  height: 16px;
  top: 0;
  right: 0;
  margin-top: 0;
}
.z-block-map__segment-title {
  position: absolute;
  font-family: AvenirNext, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  border-left: 1px solid #d1d1d1;
  padding: 0 4px;
  left: 100%;
  top: -25px;
  color: #717171;
}
.z-block-map__container {
  height: calc(95% - 125px);
  background-image: url('../../assets/images/map/ru/map_2024.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.z-block-map__container-helper {
  height: 100%;
  width: 100%;
  background-image: url('../../assets/images/map/ru/map_2024.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.z-block-map__container-dim {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.z-block-map__icon {
  position: absolute;
}
.z-block-map__icon_line_1 {
  background: #e82929;
}
.z-block-map__icon_line_2 {
  background: #2DBE2C;
}
.z-block-map__icon_line_3 {
  background: #0078BE;
}
.z-block-map__icon_line_4 {
  background: #00BFFF;
}
.z-block-map__icon_line_5 {
  background: #8D5B2D;
}
.z-block-map__icon_line_6 {
  background: #ED9121;
}
.z-block-map__icon_line_7 {
  background: #800080;
}
.z-block-map__icon_line_8 {
  background: #f5d874;
}
.z-block-map__icon_line_8a {
  background: #f5d874;
}
.z-block-map__icon_line_9 {
  background: #999999;
}
.z-block-map__icon_line_10 {
  background: #bcd253;
}
.z-block-map__icon_line_11 {
  background: #9ee9e9;
}
.z-block-map__icon_line_12 {
  background: #A1B3D4;
}
.z-block-map__icon_line_13 {
  background: #9d7b71;
}
.z-block-map__icon_line_14 {
  background: #e09ebf;
}
.z-block-map__icon_line_15 {
  background: #e9a0c5;
}
.z-block-map__icon_line_16 {
  background: #ffffff;
}
.z-block-map__icon_type_circle {
  width: 1.44092219%;
  height: 1.53452685%;
  margin-left: -0.7204611%;
  margin-top: -0.76726343%;
  border-radius: 999px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.z-block-map__icon_type_circle:after {
  content: '';
  display: block;
  width: 45%;
  height: 45%;
  background: #fff;
  border-radius: 999px;
}
.z-block-map__icon_type_circle2 {
  width: 1.44092219%;
  height: 1.53452685%;
  margin-left: -0.7204611%;
  margin-top: -0.76726343%;
  border-radius: 999px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.z-block-map__icon_type_dash {
  width: 0.96061479%;
  height: 0.51150895%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}
.z-block-map__popup {
  box-sizing: content-box;
  position: absolute;
  background: #202123;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -9999px;
  z-index: 10000;
  color: #fff;
  text-align: center;
  overflow-y: auto;
}
.z-block-map__popup.active {
  left: 0px;
}
.z-block-map__popup_line_1 .z-block-map__popup-content-subtitle {
  color: #e82929;
}
.z-block-map__popup_line_1 .z-block-map__popup-content-subtitle:before {
  background: #e82929;
}
.z-block-map__popup_line_1 .z-block-map__popup-line {
  color: #e82929;
}
.z-block-map__popup_line_1 .z-block-map__popup-title {
  color: #e82929;
}
.z-block-map__popup_line_1 .z-block-map__popup-title:after {
  border-color: #e82929;
}
.z-block-map__popup_line_2 .z-block-map__popup-content-subtitle {
  color: #2DBE2C;
}
.z-block-map__popup_line_2 .z-block-map__popup-content-subtitle:before {
  background: #2DBE2C;
}
.z-block-map__popup_line_2 .z-block-map__popup-line {
  color: #2DBE2C;
}
.z-block-map__popup_line_2 .z-block-map__popup-title {
  color: #2DBE2C;
}
.z-block-map__popup_line_2 .z-block-map__popup-title:after {
  border-color: #2DBE2C;
}
.z-block-map__popup_line_3 .z-block-map__popup-content-subtitle {
  color: #0078BE;
}
.z-block-map__popup_line_3 .z-block-map__popup-content-subtitle:before {
  background: #0078BE;
}
.z-block-map__popup_line_3 .z-block-map__popup-line {
  color: #0078BE;
}
.z-block-map__popup_line_3 .z-block-map__popup-title {
  color: #0078BE;
}
.z-block-map__popup_line_3 .z-block-map__popup-title:after {
  border-color: #0078BE;
}
.z-block-map__popup_line_4 .z-block-map__popup-content-subtitle {
  color: #00BFFF;
}
.z-block-map__popup_line_4 .z-block-map__popup-content-subtitle:before {
  background: #00BFFF;
}
.z-block-map__popup_line_4 .z-block-map__popup-line {
  color: #00BFFF;
}
.z-block-map__popup_line_4 .z-block-map__popup-title {
  color: #00BFFF;
}
.z-block-map__popup_line_4 .z-block-map__popup-title:after {
  border-color: #00BFFF;
}
.z-block-map__popup_line_5 .z-block-map__popup-content-subtitle {
  color: #8D5B2D;
}
.z-block-map__popup_line_5 .z-block-map__popup-content-subtitle:before {
  background: #8D5B2D;
}
.z-block-map__popup_line_5 .z-block-map__popup-line {
  color: #8D5B2D;
}
.z-block-map__popup_line_5 .z-block-map__popup-title {
  color: #8D5B2D;
}
.z-block-map__popup_line_5 .z-block-map__popup-title:after {
  border-color: #8D5B2D;
}
.z-block-map__popup_line_6 .z-block-map__popup-content-subtitle {
  color: #ED9121;
}
.z-block-map__popup_line_6 .z-block-map__popup-content-subtitle:before {
  background: #ED9121;
}
.z-block-map__popup_line_6 .z-block-map__popup-line {
  color: #ED9121;
}
.z-block-map__popup_line_6 .z-block-map__popup-title {
  color: #ED9121;
}
.z-block-map__popup_line_6 .z-block-map__popup-title:after {
  border-color: #ED9121;
}
.z-block-map__popup_line_7 .z-block-map__popup-content-subtitle {
  color: #800080;
}
.z-block-map__popup_line_7 .z-block-map__popup-content-subtitle:before {
  background: #800080;
}
.z-block-map__popup_line_7 .z-block-map__popup-line {
  color: #800080;
}
.z-block-map__popup_line_7 .z-block-map__popup-title {
  color: #800080;
}
.z-block-map__popup_line_7 .z-block-map__popup-title:after {
  border-color: #800080;
}
.z-block-map__popup_line_8 .z-block-map__popup-content-subtitle {
  color: #f5d874;
}
.z-block-map__popup_line_8 .z-block-map__popup-content-subtitle:before {
  background: #f5d874;
}
.z-block-map__popup_line_8 .z-block-map__popup-line {
  color: #f5d874;
}
.z-block-map__popup_line_8 .z-block-map__popup-title {
  color: #f5d874;
}
.z-block-map__popup_line_8 .z-block-map__popup-title:after {
  border-color: #f5d874;
}
.z-block-map__popup_line_8a .z-block-map__popup-content-subtitle {
  color: #f5d874;
}
.z-block-map__popup_line_8a .z-block-map__popup-content-subtitle:before {
  background: #f5d874;
}
.z-block-map__popup_line_8a .z-block-map__popup-line {
  color: #f5d874;
}
.z-block-map__popup_line_8a .z-block-map__popup-title {
  color: #f5d874;
}
.z-block-map__popup_line_8a .z-block-map__popup-title:after {
  border-color: #f5d874;
}
.z-block-map__popup_line_9 .z-block-map__popup-content-subtitle {
  color: #999999;
}
.z-block-map__popup_line_9 .z-block-map__popup-content-subtitle:before {
  background: #999999;
}
.z-block-map__popup_line_9 .z-block-map__popup-line {
  color: #999999;
}
.z-block-map__popup_line_9 .z-block-map__popup-title {
  color: #999999;
}
.z-block-map__popup_line_9 .z-block-map__popup-title:after {
  border-color: #999999;
}
.z-block-map__popup_line_10 .z-block-map__popup-content-subtitle {
  color: #bcd253;
}
.z-block-map__popup_line_10 .z-block-map__popup-content-subtitle:before {
  background: #bcd253;
}
.z-block-map__popup_line_10 .z-block-map__popup-line {
  color: #bcd253;
}
.z-block-map__popup_line_10 .z-block-map__popup-title {
  color: #bcd253;
}
.z-block-map__popup_line_10 .z-block-map__popup-title:after {
  border-color: #bcd253;
}
.z-block-map__popup_line_11 .z-block-map__popup-content-subtitle {
  color: #9ee9e9;
}
.z-block-map__popup_line_11 .z-block-map__popup-content-subtitle:before {
  background: #9ee9e9;
}
.z-block-map__popup_line_11 .z-block-map__popup-line {
  color: #9ee9e9;
}
.z-block-map__popup_line_11 .z-block-map__popup-title {
  color: #9ee9e9;
}
.z-block-map__popup_line_11 .z-block-map__popup-title:after {
  border-color: #9ee9e9;
}
.z-block-map__popup_line_12 .z-block-map__popup-content-subtitle {
  color: #A1B3D4;
}
.z-block-map__popup_line_12 .z-block-map__popup-content-subtitle:before {
  background: #A1B3D4;
}
.z-block-map__popup_line_12 .z-block-map__popup-line {
  color: #A1B3D4;
}
.z-block-map__popup_line_12 .z-block-map__popup-title {
  color: #A1B3D4;
}
.z-block-map__popup_line_12 .z-block-map__popup-title:after {
  border-color: #A1B3D4;
}
.z-block-map__popup_line_13 .z-block-map__popup-content-subtitle {
  color: #9d7b71;
}
.z-block-map__popup_line_13 .z-block-map__popup-content-subtitle:before {
  background: #9d7b71;
}
.z-block-map__popup_line_13 .z-block-map__popup-line {
  color: #9d7b71;
}
.z-block-map__popup_line_13 .z-block-map__popup-title {
  color: #9d7b71;
}
.z-block-map__popup_line_13 .z-block-map__popup-title:after {
  border-color: #9d7b71;
}
.z-block-map__popup_line_14 .z-block-map__popup-content-subtitle {
  color: #e09ebf;
}
.z-block-map__popup_line_14 .z-block-map__popup-content-subtitle:before {
  background: #e09ebf;
}
.z-block-map__popup_line_14 .z-block-map__popup-line {
  color: #e09ebf;
}
.z-block-map__popup_line_14 .z-block-map__popup-title {
  color: #e09ebf;
}
.z-block-map__popup_line_14 .z-block-map__popup-title:after {
  border-color: #e09ebf;
}
.z-block-map__popup_line_15 .z-block-map__popup-content-subtitle {
  color: #e9a0c5;
}
.z-block-map__popup_line_15 .z-block-map__popup-content-subtitle:before {
  background: #e9a0c5;
}
.z-block-map__popup_line_15 .z-block-map__popup-line {
  color: #e9a0c5;
}
.z-block-map__popup_line_15 .z-block-map__popup-title {
  color: #e9a0c5;
}
.z-block-map__popup_line_15 .z-block-map__popup-title:after {
  border-color: #e9a0c5;
}
.z-block-map__popup-close {
  position: fixed;
  top: 20px;
  right: 9999px;
  color: #a9a9a9;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}
.z-block-map__popup-close:after {
  content: '×';
}
.z-block-map__popup.active .z-block-map__popup-close {
  right: 30px;
}
.z-block-map__popup-gallery {
  width: 785px;
  min-height: 500px;
  margin: -85px auto 0;
  height: auto;
}
.z-block-map__popup-gallery .slick-arrow {
  width: 44px;
  height: 75px;
}
.z-block-map__popup-gallery .slick-next {
  background-image: url('../../assets/images/map/icon-next.png');
  right: -74px;
}
.z-block-map__popup-gallery .slick-prev {
  background-image: url('../../assets/images/map/icon-prev.png');
  left: -74px;
}
.z-block-map__popup-content {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.z-block-map__popup-content-info {
  margin-top: 45px;
  font-family: Lava,serif;
  font-size: 28.5px;
  font-weight: bold;
  line-height: 1;
}
.z-block-map__popup-content-subtitle {
  font-family: Lava,serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.z-block-map__popup-content-subtitle:before {
  content: '';
  display: block;
  margin: 35px auto 10px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
}
.z-block-map__popup-content-text {
  font-size: 28.5px;
  font-weight: normal;
  line-height: 1;
}
.z-block-map__popup-line {
  padding-top: 90px;
  width: 800px;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  text-align: right;
}
.z-block-map__popup-title {
  width: 100%;
  margin: 0 auto;
  font-family: Lava,serif;
  font-style: italic;
  font-size: 127.5px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
.z-block-map__popup-title:before,
.z-block-map__popup-title:after {
  content: '';
  flex: 1;
  display: inline-block;
}
.z-block-map__popup-title:after {
  margin-left: 15px;
  border-top: 1px solid #fff;
  margin-top: 10px;
}
.z-block-map__popup-title_big {
  font-size: 65px;
}
@media screen and (max-height: 800px) {
  .z-block-map__tab {
    font-size: 15px;
  }
}
body.lang-en .z-block-map__container {
  background-image: url('../../assets/images/map/en/map_2024.png');
}
body.lang-en .z-block-map__container-helper {
  background-image: url('../../assets/images/map/en/map_2024.png');
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-map__tabs,
  body.mobile .z-block-map__icon,
  body.mobile .z-block-map__slider-title,
  body.mobile .z-block-map__year {
    display: none !important;
  }
  body.mobile .z-block-map__controls,
  body.mobile .z-block-map__slider,
  body.mobile .z-block-map__segment-list {
    width: 250px;
  }
  body.mobile .z-block-map__segment-title {
    font-size: 10px;
    border-left: none;
    left: calc(100% - 16px);
    transform: rotate(-90deg);
  }
  body.mobile .z-block-map__container {
    margin-top: 20px;
    width: 95%;
    height: calc(100% - 75px);
    background-image: url('../../assets/images/map/en/map_2024.png');
  }
  body.mobile .z-block-map__container-helper {
    background-image: url('../../assets/images/map/en/map_2024.png');
  }
}
/* TIMELINE */
.z-block-timeline {
  background-color: #202123;
  background-image: url('../../assets/images/timeline/line.png');
  background-position: right 450px;
  background-repeat: no-repeat;
  height: 9885px;
}
.z-block-timeline__video {
  position: absolute;
  top: 450px;
  right: 0px;
  z-index: 2;
}
.z-block-timeline__video video {
  z-index: 2;
  position: relative;
  display: block;
  width: 1100x;
  height: 600px;
  background-size: cover;
}
.z-block-timeline__video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #202123;
  -moz-box-shadow: inset 0px 0px 100px 100px #202123;
  box-shadow: inset 0px 0px 100px 100px #202123;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-timeline__content {
  clear: both;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 4;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-timeline__content-2012 {
  width: 1100px;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 250px;
  padding-right: 180px;
}
.z-block-timeline__content-2012-year {
  width: 350px;
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.z-block-timeline__content-2012-year:before {
  content: '';
  display: block;
  height: 80px;
  width: 80px;
  background: #cc3333;
  border-radius: 80px;
  position: absolute;
  bottom: -80px;
  left: 103px;
}
.z-block-timeline__content-2012-year:after {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
  background: #202123;
  border-radius: 35px;
  position: absolute;
  bottom: -58px;
  left: 125px;
}
.z-block-timeline__content-2012-info {
  font-size: 51.5px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  flex: 1;
  padding-top: 15px;
}
.z-block-timeline__content-2014 {
  width: 780px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 960px;
  padding-right: 258px;
  position: relative;
  height: 500px;
}
.z-block-timeline__content-2014-year {
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}
.z-block-timeline__content-2014-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
.z-block-timeline__content-2014-counter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: 300px;
  top: 360px;
}
.z-block-timeline__content-2014-counter-value {
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
}
.z-block-timeline__content-2014-counter-unit {
  font-size: 64px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 20px;
  left: 20px;
}
.z-block-timeline__content-2014:before {
  content: '';
  display: block;
  position: absolute;
  right: 860px;
  top: -510px;
  width: 501px;
  height: 501px;
  background: url('../../assets/images/timeline/2014/1.png') no-repeat center center;
  z-index: 3;
}
.z-block-timeline__content-2014:after {
  content: '';
  display: block;
  position: absolute;
  right: 287px;
  top: -245px;
  width: 373px;
  height: 373px;
  background: url('../../assets/images/timeline/2014/2.png') no-repeat center center;
}
.z-block-timeline__content-2015 {
  width: 590px;
  margin-top: 295px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.z-block-timeline__content-2015-year {
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
.z-block-timeline__content-2015-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
}
.z-block-timeline__content-2015:after {
  content: '';
  display: block;
  position: absolute;
  right: 610px;
  top: -305px;
  width: 728px;
  height: 728px;
  background: url('../../assets/images/timeline/2015/1.png') no-repeat center center;
}
.z-block-timeline__content-2016 {
  width: 910px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.z-block-timeline__content-2016-year {
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
.z-block-timeline__content-2016-year:before {
  content: '';
  display: block;
  height: 80px;
  width: 80px;
  background: #cc3333;
  border-radius: 80px;
  position: absolute;
  top: -40px;
  left: -105px;
}
.z-block-timeline__content-2016-year:after {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
  background: #202123;
  border-radius: 35px;
  position: absolute;
  top: -17px;
  left: -82px;
}
.z-block-timeline__content-2016-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
}
.z-block-timeline__content-timelapse {
  height: 720px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  position: relative;
}
.z-block-timeline__content-timelapse video {
  width: 100%;
}
.z-block-timeline__content-timelapse:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #202123;
  -moz-box-shadow: inset 0px 0px 100px 100px #202123;
  box-shadow: inset 0px 0px 100px 100px #202123;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-timeline__content-20162 {
  width: 1000px;
  height: 850px;
  margin-top: 225px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.z-block-timeline__content-20162-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.z-block-timeline__content-20162-year {
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.z-block-timeline__content-20162-date {
  font-size: 56px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.z-block-timeline__content-20162-date:before {
  content: '';
  display: inline-block;
  width: 100px;
  margin: 0 15px;
  border-top: 1px solid #fff;
  position: relative;
  top: -17px;
}
.z-block-timeline__content-20162-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
}
.z-block-timeline__content-20162-image {
  width: 771px;
  height: 513px;
  background: url('../../assets/images/timeline/2016/1.jpg') no-repeat center center;
  position: relative;
  margin-top: 80px;
}
.z-block-timeline__content-20162-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #202123;
  -moz-box-shadow: inset 0px 0px 100px 100px #202123;
  box-shadow: inset 0px 0px 100px 100px #202123;
  pointer-events: none;
}
.z-block-timeline__content-timelapse2 {
  height: 720px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.z-block-timeline__content-timelapse2 video {
  width: 100%;
}
.z-block-timeline__content-timelapse2:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #202123;
  -moz-box-shadow: inset 0px 0px 100px 100px #202123;
  box-shadow: inset 0px 0px 100px 100px #202123;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-timeline__content-tpmk {
  padding-top: 450px;
  position: relative;
}
.z-block-timeline__content-tpmk::before {
  content: '';
  display: block;
  width: 723px;
  height: 1035px;
  position: absolute;
  right: 100px;
  top: 100px;
  background: url('../../assets/images/timeline/tpmk/line.png') no-repeat center center;
  z-index: 3;
}
.z-block-timeline__content-tpmk-info {
  width: 1000px;
  height: 1096px;
  font-size: 46.2px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  position: relative;
  z-index: 4;
}
.z-block-timeline__content-tpmk-workers {
  position: absolute;
  z-index: 2;
  top: 1100px;
  right: 0px;
  width: 966px;
  height: 665px;
  background: url('../../assets/images/timeline/tpmk/workers.jpg') no-repeat center center;
}
.z-block-timeline__content-tpmk-workers:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #202123;
  -moz-box-shadow: inset 0px 0px 100px 100px #202123;
  box-shadow: inset 0px 0px 100px 100px #202123;
  pointer-events: none;
}
.z-block-timeline__content-tpmk-shield {
  position: absolute;
  z-index: 2;
  top: 900px;
  right: 830px;
  width: 718px;
  height: 718px;
  background: url('../../assets/images/timeline/tpmk/shield.png') no-repeat center center;
}
.z-block-timeline__content-tpmk-text {
  position: relative;
  z-index: 5;
}
.z-block-timeline__content-tpmk-text-10,
.z-block-timeline__content-tpmk-text-6 {
  font-size: 128px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: -4px;
}
.z-block-timeline__content-tpmk-text-10 {
  position: absolute;
  right: 820px;
  top: 0px;
}
.z-block-timeline__content-tpmk-text-6 {
  position: absolute;
  right: 100px;
  top: 150px;
}
.z-block-timeline__content-tpmk-text-unit {
  font-size: 63px;
  line-height: 1;
  position: absolute;
  right: 700px;
  top: 178px;
}
.z-block-timeline__content-tpmk-text-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.z-block-timeline__content-2018 {
  width: 818px;
  margin-top: 485px;
  position: relative;
}
.z-block-timeline__content-2018-image {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 650px;
  width: 602px;
  height: 602px;
  background: url('../../assets/images/timeline/2018/1.png') no-repeat center center;
}
.z-block-timeline__content-2018-year {
  font-size: 285px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: -5px;
}
.z-block-timeline__content-2018-year:before {
  content: '';
  display: block;
  height: 80px;
  width: 80px;
  background: #cc3333;
  border-radius: 80px;
  position: absolute;
  top: -70px;
  left: 74px;
}
.z-block-timeline__content-2018-year:after {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
  background: #202123;
  border-radius: 35px;
  position: absolute;
  top: -48px;
  left: 97px;
}
.z-block-timeline__content-2018-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  padding-left: 195px;
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}
.z-block-timeline__content-2018-feature-separator {
  border-top: 1px solid #fff;
  margin: 30px 0 15px;
  width: 460px;
  margin-left: 100px;
  position: relative;
  z-index: 2;
}
.z-block-timeline__content-2018-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  position: relative;
  z-index: 2;
}
.z-block-timeline__content-2018-feature-num {
  font-size: 128px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
}
.z-block-timeline__content-2018-feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}
.z-block-timeline__content-2018-feature-text > * {
  margin-bottom: 10px;
}
.z-block-timeline__content-2018-feature-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 40px;
}
.z-block-timeline__content-2018-feature-unit {
  font-size: 64px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 40px;
}
.z-block-timeline__content-2022 {
  width: 1116px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.z-block-timeline__content-2022-year {
  font-size: 130px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
.z-block-timeline__content-2022-year:before {
  content: '';
  display: block;
  height: 80px;
  width: 80px;
  background: #cc3333;
  border-radius: 80px;
  position: absolute;
  top: -15px;
  right: -105px;
}
.z-block-timeline__content-2022-year:after {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
  background: #202123;
  border-radius: 35px;
  position: absolute;
  top: 8px;
  right: -82px;
}
.z-block-timeline__content-2022-info {
  font-size: 34px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.z-block-timeline__content-2022-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 250px;
  margin-top: -20px;
}
.z-block-timeline__content-2022-feature-num {
  font-size: 196px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
}
.z-block-timeline__content-2022-feature-unit {
  font-size: 64.3px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-left: 30px;
}
.z-block-timeline__gallery {
  margin: 150px auto 0;
  max-width: 1650px;
  margin-top: 150px;
  height: 932px;
}
@media screen and (max-width: 1300px) {
  .z-block-timeline {
    background-position-x: calc(100% + 150px);
  }
  .z-block-timeline__video {
    right: -150px;
  }
  .z-block-timeline__content-2012 {
    width: 1000px;
    padding-right: 30px;
  }
  .z-block-timeline__content-2012-year:before {
    left: 3px;
  }
  .z-block-timeline__content-2012-year:after {
    left: 25px;
  }
  .z-block-timeline__content-2014 {
    padding-right: 108px;
  }
  .z-block-timeline__content-2014-counter {
    right: 140px;
  }
  .z-block-timeline__content-2014:before {
    right: 710px;
  }
  .z-block-timeline__content-2014:after {
    right: 137px;
  }
  .z-block-timeline__content-2015 {
    width: 440px;
  }
  .z-block-timeline__content-2015:after {
    right: 460px;
  }
  .z-block-timeline__content-2016 {
    width: 760px;
  }
  .z-block-timeline__content-20162 {
    width: 850px;
  }
  .z-block-timeline__content-tpmk-workers {
    background-size: contain;
    width: 869.4px;
    height: 598.5px;
  }
  .z-block-timeline__content-tpmk-shield {
    right: 680px;
    width: 574.4px;
    height: 574.4px;
    background-size: contain;
  }
  .z-block-timeline__content-tpmk-text-10 {
    right: 620px;
    top: -115px;
  }
  .z-block-timeline__content-tpmk-text-6 {
    right: 30px;
  }
  .z-block-timeline__content-tpmk-text-unit {
    right: 633px;
    top: 125px;
  }
  .z-block-timeline__content-2018-year {
    margin-left: 150px;
  }
  .z-block-timeline__content-2022 {
    width: 966px;
  }
  .z-block-timeline__gallery {
    max-width: 1200px;
    position: relative;
    right: -50px;
  }
}
.lang-en .z-block-timeline__content-20162-date {
  font-size: 46px;
}
.lang-en .z-block-timeline__content-20162-date:before {
  width: 50px;
}
.lang-en .z-block-timeline__content-tpmk::before {
  background: url('../../assets/images/timeline/tpmk/line_en.png') no-repeat center center;
}
/* LENGTH */
.z-block-length {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-length__content {
  text-align: center;
  font-family: Lava,serif;
  font-style: italic;
  font-size: 58.5px;
  line-height: 1;
  font-weight: bold;
  padding: 0 50px;
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-length__content {
    font-size: 28.5px;
  }
}
/* STATIONS */
.z-block-stations {
  position: relative;
}
.z-block-stations__title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  line-height: 150px;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  padding: 0 80px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.z-block-stations__item {
  position: relative;
}
.z-block-stations__item-text {
  box-sizing: border-box;
  position: absolute;
  bottom: 45px;
  right: 0px;
  width: 100%;
  padding: 20px 65px 20px 0;
  background: rgba(0, 0, 0, 0.3);
}
.z-block-stations__item-text-content {
  text-align: right;
  padding: 15px 25px 15px 0;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .z-block-stations__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-stations__title {
    padding: 0 10px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  body.mobile .z-block-stations__item-text {
    bottom: 10px;
    padding: 10px;
  }
  body.mobile .z-block-stations__item-text-content {
    padding: 10px;
    font-size: 14px;
    line-height: 1;
  }
}
/* TIMEVID */
.z-block-timevid {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-timevid__content {
  color: #000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.z-block-timevid__info {
  font-size: 52.7px;
  font-weight: bold;
  line-height: 1;
  max-width: 1000px;
  margin-bottom: 50px;
  transform: translateX(2000px);
  transition: all 1s ease-out;
}
.z-block-timevid__stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transform: translateX(2000px);
  transition: all 1s ease-out;
}
.z-block-timevid__stats:nth-child(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.z-block-timevid__stats:last-child {
  padding-top: 10px;
}
.z-block-timevid__stats-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.z-block-timevid__stats-num {
  width: 270px;
  padding-right: 30px;
  text-align: right;
  font-size: 203px;
  font-family: Lava,serif;
  font-weight: bold;
  line-height: 1;
}
.z-block-timevid__stats-unit {
  font-size: 46.5px;
  margin: 15px 0 5px 0;
  line-height: 1;
}
.z-block-timevid__stats-text {
  font-size: 52.7px;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.z-block-timevid.in-view .z-block-timevid__info {
  transform: translateX(0);
  transition-delay: 0s;
}
.z-block-timevid.in-view .z-block-timevid__stats:nth-child(2) {
  transform: translateX(0);
  transition-delay: 1s;
}
.z-block-timevid.in-view .z-block-timevid__stats:last-child {
  transform: translateX(0);
  transition-delay: 2s;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-timevid__info {
    font-size: 22.7px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-timevid__stats:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  body.mobile .z-block-timevid__stats-num {
    font-size: 53px;
    flex: 1;
  }
  body.mobile .z-block-timevid__stats-info {
    flex: 2;
  }
  body.mobile .z-block-timevid__stats-unit {
    font-size: 16.5px;
  }
  body.mobile .z-block-timevid__stats-text {
    font-size: 12.7px;
  }
}
/* CHANGES */
.z-block-changes {
  background: #202123;
  position: relative;
  overflow: visible !important;
  /* really important! */
}
.z-block-changes__image {
  background-image: url('../../assets/images/changes/bg.jpg');
  background-position: center center;
  background-size: cover;
  height: 684px;
}
.z-block-changes__content {
  min-height: 850px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-changes__content-text {
  color: #fff;
  text-align: center;
  font-size: 123px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: bold;
}
.z-block-changes__content-text:after {
  content: '';
  margin: 0 auto;
  display: block;
  width: 135px;
  height: 115px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-changes__image {
    height: 300px;
    margin-bottom: 25px;
  }
  body.mobile .z-block-changes__content {
    min-height: auto;
  }
  body.mobile .z-block-changes__content-text {
    font-size: 33px;
  }
  body.mobile .z-block-changes__content-text:after {
    width: 50px;
    height: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  body.mobile .z-block-changes__image {
    height: 150px;
  }
  body.mobile .z-block-changes__content-text {
    font-size: 43px;
  }
}
/* YEARS */
.z-block-years {
  color: #fff;
  background-attachment: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  /* retina chrome fix for background-attachment: fixed */
}
.z-block-years_mayakovskaya {
  background-image: url('../../assets/images/years/mayakovskaya.jpg');
}
.z-block-years_pavelezkaya {
  background-image: url('../../assets/images/years/pavelezkaya.jpg');
}
.z-block-years_komsomolskaya {
  background-image: url('../../assets/images/years/komsomolskaya.jpg');
}
.z-block-years_chkalovskaya {
  background-image: url('../../assets/images/years/chkalovkaya.jpg');
}
.z-block-years_cska {
  background-image: url('../../assets/images/years/cska.jpg');
}
.z-block-years_kuznezky_most {
  background-image: url('../../assets/images/years/kuznezky_most.jpg');
}
.z-block-years_nagornaya {
  background-image: url('../../assets/images/years/nagornaya.jpg');
}
.z-block-years_pervomayskaya {
  background-image: url('../../assets/images/years/pervomayskaya.jpg');
}
.z-block-years_volokolamskaya {
  background-image: url('../../assets/images/years/volokolamskaya.jpg');
}
.z-block-years__content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.z-block-years__content-title {
  font-size: 53.4px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.z-block-years__content-subtitle {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.z-block-years__content-text {
  text-align: center;
  max-width: 50%;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
}
.z-block-years__info {
  z-index: 3;
  position: absolute;
  top: 25px;
  right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.z-block-years__info-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.z-block-years__info-num {
  font-size: 89px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: bold;
}
.z-block-years__info-unit {
  font-size: 42px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 12px;
}
body.mobile-ios .z-block-years {
  background-attachment: local;
  -webkit-overflow-scrolling: touch;
}
.z-block-years-helper {
  position: fixed;
  left: -9999px;
  top: 0px;
  height: 100%;
  width: 50px;
  z-index: 100;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.z-block-years-helper_active {
  opacity: 1;
  left: 105px;
}
.z-block-years-helper__item {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 200;
  line-height: 65px;
  height: 65px;
  width: 200px;
  border-bottom: 1px solid #fff;
}
.z-block-years-helper__item:nth-last-child(-n+2) {
  border: none;
}
.z-block-years-helper__item-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.z-block-years-helper__item-link.active {
  font-weight: bold;
}
.z-block-years-helper__item-btn {
  display: block;
  color: #000;
  width: 120px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
}
.z-block-years-helper__item-btn:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 1100px) {
  .z-block-years__content-title {
    font-size: 23.4px;
    margin-bottom: 10px;
  }
  .z-block-years__content-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .z-block-years__content-text {
    max-width: 80%;
    font-size: 15px;
  }
  .z-block-years__info {
    top: 15px;
    right: 15px;
  }
  .z-block-years__info-num {
    font-size: 19px;
  }
  .z-block-years__info-unit {
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .z-block-years__years {
    z-index: 3;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 19px;
    font-family: Lava,serif;
    line-height: 1;
    font-weight: bold;
  }
  .z-block-years-helper {
    display: none;
  }
}
/* BUILDERS */
.z-block-builders {
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-builders__info {
  color: #000;
  font-size: 78px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  padding-left: 35px;
  border-left: 1px solid #000;
  margin-left: 100px;
}
.z-block-builders .z-block-gallery-c {
  height: 600px;
}
.z-block-builders__people-slide {
  height: 600px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-builders__people-container {
  height: 600px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.z-block-builders__people-container_9 {
  width: 1100px;
}
.z-block-builders__people-container_9 .z-block-builders__people-item {
  margin: 0 -72px;
}
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(1),
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(9) {
  z-index: 1;
}
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(2),
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(8) {
  z-index: 2;
}
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(3),
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(7) {
  z-index: 3;
}
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(4),
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(6) {
  z-index: 4;
}
.z-block-builders__people-container_9 .z-block-builders__people-item:nth-child(5) {
  z-index: 5;
}
.z-block-builders__people-container_7 {
  width: 1000px;
}
.z-block-builders__people-container_7 .z-block-builders__people-item {
  margin: 0 -63px;
}
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(1),
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(7) {
  z-index: 1;
}
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(2),
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(6) {
  z-index: 2;
}
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(3),
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(5) {
  z-index: 3;
}
.z-block-builders__people-container_7 .z-block-builders__people-item:nth-child(4) {
  z-index: 4;
}
.z-block-builders__people-item {
  position: relative;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
}
.z-block-builders__people-item:first-child {
  margin-left: 0;
}
.z-block-builders__people-item:last-child {
  margin-right: 0;
}
.z-block-builders__people-item-pic {
  transition: all 1s ease-out;
  transform: scale(1) translateY(0px);
  width: 250px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.z-block-builders__people-item-text {
  color: #000;
  text-align: center;
  margin-top: 20px;
  height: 150px;
  opacity: 0;
}
.z-block-builders__people-item-f {
  font-family: Lava,serif;
  font-size: 23.1px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
.z-block-builders__people-item-io {
  font-family: Lava,serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
.z-block-builders__people-item-info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10px;
  opacity: 0.4;
}
.z-block-builders__people-item.active .z-block-builders__people-item-pic {
  transform: scale(1.05) translateY(-10px);
}
.z-block-builders__people-item.active .z-block-builders__people-item-text {
  transition: all 1s ease-out;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .z-block-builders .slick-prev {
    left: 10px;
  }
  .z-block-builders .slick-next {
    right: 10px;
  }
}
@media screen and (max-height: 850px) {
  .z-block-builders__info {
    display: none;
  }
}
/* SLICE */
.z-block-slice {
  background-color: #202123;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.z-block-slice__down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 35px;
  height: 81px;
  background-image: url('../../assets/images/slice/down.png');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.z-block-slice__content {
  padding: 0 350px;
  width: 2282px;
  height: 700px;
}
.z-block-slice__scheme {
  width: 2282px;
  height: 700px;
  background-image: url('../../assets/images/slice/scheme.png');
  background-repeat: no-repeat;
  position: relative;
}
.z-block-slice__item {
  position: absolute;
  z-index: 2;
}
.z-block-slice__item.active {
  z-index: 3;
}
.z-block-slice__point {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.z-block-slice__point:after {
  content: '';
  display: block;
  background: #e20a0a;
  width: 7px;
  height: 7px;
  border-radius: 15px;
}
.z-block-slice__popup {
  position: absolute;
  width: 415px;
  padding: 35px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  display: none;
}
.z-block-slice__popup-title {
  font-size: 25px;
  text-align: center;
  font-style: italic;
  font-family: Lava,serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.z-block-slice__popup-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  opacity: 0.7;
}
.z-block-slice__popup_top {
  bottom: 50px;
  transform: translateX(-50%);
}
.z-block-slice__popup_left {
  right: 50px;
  transform: translateY(-50%);
}
.z-block-slice__popup_bottom {
  top: 50px;
  transform: translateX(-50%);
}
.z-block-slice__popup_right {
  left: 50px;
  transform: translateY(-50%);
}
/* CIRCLE */
.z-block-circle {
  background: #202123;
  height: 2300px;
  /* firefox hard fix */
}
.z-block-circle__content1 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1300px;
}
.z-block-circle__content1-subtitle {
  color: #9ee9e9;
  font-size: 47px;
  line-height: 1;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
.z-block-circle__content1-title {
  color: #9ee9e9;
  font-size: 106.5px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}
.z-block-circle__content1-features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 130px;
}
.z-block-circle__content1-feature {
  text-align: center;
  color: #fff;
  width: 330px;
}
.z-block-circle__content1-feature-value {
  font-size: 130px;
  font-family: Lava,serif !important;
  line-height: 1;
  font-weight: 800;
  height: 165px;
}
.z-block-circle__content1-feature-unit {
  font-size: 30px;
  line-height: 1;
}
.z-block-circle__content1-separator {
  display: block;
  background: #f44339;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  position: relative;
  top: 70px;
}
.z-block-circle__content1-info {
  max-width: 800px;
  color: #fff;
  font-size: 38px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin-top: 80px;
}
.z-block-circle__content2 {
  background-image: url('../../assets/images/circle/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.z-block-circle__content2-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 981px;
  background: rgba(0, 0, 0, 0.3);
}
.z-block-circle__content2-info {
  font-size: 51px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin-left: 40%;
  margin-right: 10%;
  margin-top: -55px;
  border-left: 1px solid #fff;
  padding-left: 40px;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.z-block-circle__content2-features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 190px;
}
.z-block-circle__content2-feature {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 310px;
  height: 220px;
  border-right: 1px solid #fff;
}
.z-block-circle__content2-feature:last-child {
  border-right: none;
}
.z-block-circle__content2-feature-value {
  font-size: 98.5px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
}
.z-block-circle__content2-feature-unit {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-circle {
    height: auto;
  }
  body.mobile .z-block-circle__content1 {
    height: auto;
    padding-top: 30px;
  }
  body.mobile .z-block-circle__content1-subtitle {
    font-size: 23px;
    letter-spacing: 3px;
  }
  body.mobile .z-block-circle__content1-title {
    font-size: 36.5px;
  }
  body.mobile .z-block-circle__content1-features {
    margin-top: 30px;
  }
  body.mobile .z-block-circle__content1-feature {
    width: 150px;
    margin-bottom: 0px;
  }
  body.mobile .z-block-circle__content1-feature-value {
    font-size: 45px;
    height: 50px;
  }
  body.mobile .z-block-circle__content1-feature-unit {
    font-size: 20px;
  }
  body.mobile .z-block-circle__content1-separator {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 0px;
    margin: 15px auto 10px auto;
  }
  body.mobile .z-block-circle__content1-info {
    width: 80%;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  body.mobile .z-block-circle__content2-content {
    height: auto;
  }
  body.mobile .z-block-circle__content2-info {
    font-size: 15px;
    margin-left: 20%;
    margin-top: -10px;
    padding-left: 20px;
    padding-top: 50px;
    height: auto;
  }
  body.mobile .z-block-circle__content2-features {
    margin-top: 50px;
  }
  body.mobile .z-block-circle__content2-feature {
    width: auto;
    height: 120px;
    margin: 0 auto 15px;
    flex: 1;
  }
  body.mobile .z-block-circle__content2-feature:last-child {
    border-right: none;
  }
  body.mobile .z-block-circle__content2-feature-value {
    font-size: 45px;
    margin-bottom: 5px;
  }
  body.mobile .z-block-circle__content2-feature-unit {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  body.mobile .z-block-circle__content1-features {
    flex-direction: column;
  }
  body.mobile .z-block-circle__content2-features {
    flex-direction: column;
  }
  body.mobile .z-block-circle__content2-feature {
    border-right: none;
  }
}
/* BKC */
.z-block-bkc {
  background: #262626;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 3100px;
  /* hard firefox fix */
}
.z-block-bkc__title {
  color: #9ee9e9;
  font-size: 85px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
}
.z-block-bkc__video {
  position: relative;
  width: 1000px;
  margin: 0 auto 60px;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.75);
}
.z-block-bkc__video > * {
  display: block;
}
.z-block-bkc__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.z-block-bkc__info {
  font-size: 29px;
  color: #fff;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: 400;
  width: 1000px;
  margin: 0 auto 80px;
  line-height: 1.5;
}
.z-block-bkc__stations {
  background-image: url('../../assets/images/bkc/circle.png');
  background-repeat: no-repeat;
  background-position-x: 500px;
  background-position-y: top;
}
.z-block-bkc__stations-content {
  display: flex;
  flex-direction: row;
}
.z-block-bkc__stations-selectors {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 550px;
  padding-top: 277px;
}
.z-block-bkc__stations-selector {
  text-align: right;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.z-block-bkc__stations-selector-link {
  font-family: Lava,serif;
  color: #fff;
  font-size: 46.5px;
  text-decoration: none;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.5s ease-out;
}
.z-block-bkc__stations-selector-link:hover,
.z-block-bkc__stations-selector-link:active,
.z-block-bkc__stations-selector-link:focus {
  outline: none;
  text-decoration: none;
}
.z-block-bkc__stations-selector-link:hover {
  transform: translateY(-5px);
}
.z-block-bkc__stations-selector-link.active {
  transform: scale(1.2);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.75);
  color: #9ee9e9;
}
.z-block-bkc__stations-selector:nth-child(2) {
  padding-right: 50px;
}
.z-block-bkc__stations-selector:nth-child(3) {
  padding-right: 100px;
}
.z-block-bkc__stations-selector:nth-child(4) {
  padding-right: 70px;
}
.z-block-bkc__stations-selector:nth-child(5) {
  padding-right: 40px;
}
.z-block-bkc__stations-descriptions {
  margin-top: -20px;
  width: 720px;
}
.z-block-bkc__stations-description {
  display: none;
  padding-left: 115px;
}
.z-block-bkc__stations-description.active {
  display: block;
}
.z-block-bkc__stations-description-image {
  cursor: pointer;
  width: 607px;
  height: 404px;
  margin-bottom: 70px;
  position: relative;
}
@keyframes beforeAfter {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.z-block-bkc__stations-description-image-full {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
}
.z-block-bkc__stations-description-image-full.active {
  display: block;
}
.z-block-bkc__stations-description-image-full-close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #a9a9a9;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  z-index: 20001;
}
.z-block-bkc__stations-description-image-full-close:after {
  content: '×';
}
.z-block-bkc__stations-description-image-full-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.z-block-bkc__stations-description-image-full-before,
.z-block-bkc__stations-description-image-full-after {
  width: 100%;
}
.z-block-bkc__stations-description-image-full-before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  animation: beforeAfter 10s linear infinite;
}
.z-block-bkc__stations-description-image-full-after {
  z-index: 1;
}
.z-block-bkc__stations-description-image-before,
.z-block-bkc__stations-description-image-after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 607px;
  height: 404px;
}
.z-block-bkc__stations-description-image-before {
  z-index: 2;
  animation: beforeAfter 10s linear infinite;
}
.z-block-bkc__stations-description-image-after {
  z-index: 1;
}
.z-block-bkc__stations-description-text {
  font-size: 22.5px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
}
.z-block-bkc__gallery {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  body:not(.mobile) .z-block-bkc__stations {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1300px) {
  body:not(.mobile) .z-block-bkc__info {
    margin-left: 5%;
  }
  body:not(.mobile) .z-block-bkc__stations {
    background-position-x: 400px;
  }
  body:not(.mobile) .z-block-bkc__stations-selectors {
    width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.mobile) .z-block-bkc__stations {
    background-position-x: 300px;
  }
  body:not(.mobile) .z-block-bkc__stations-selectors {
    width: 350px;
  }
  body:not(.mobile) .z-block-bkc__stations-selector-link {
    font-size: 31.5px;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-bkc {
    padding-top: 20px;
    padding-bottom: 75px;
    height: auto;
  }
  body.mobile .z-block-bkc__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  body.mobile .z-block-bkc__video {
    display: none;
  }
  body.mobile .z-block-bkc__info {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
  }
  body.mobile .z-block-bkc__info br {
    display: none;
  }
  body.mobile .z-block-bkc__stations {
    background-image: none;
  }
  body.mobile .z-block-bkc__stations-content {
    display: flex;
    flex-direction: column;
  }
  body.mobile .z-block-bkc__stations-selectors {
    padding-top: 25px;
    margin: 0 auto;
    white-space: nowrap;
    width: 910px;
    position: relative;
    height: 50px;
  }
  body.mobile .z-block-bkc__stations-selector {
    display: inline-block;
    text-align: center;
    justify-content: center;
    height: 50px;
    margin: 0 10px;
  }
  body.mobile .z-block-bkc__stations-selector-link {
    font-size: 26.5px;
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  }
  body.mobile .z-block-bkc__stations-selector-link br {
    display: none;
  }
  body.mobile .z-block-bkc__stations-selector-link:hover {
    transform: translateY(0px);
  }
  body.mobile .z-block-bkc__stations-selector-link.active {
    transform: scale(1);
  }
  body.mobile .z-block-bkc__stations-selector:nth-child(2) {
    padding-right: 0px;
  }
  body.mobile .z-block-bkc__stations-selector:nth-child(3) {
    padding-right: 0px;
  }
  body.mobile .z-block-bkc__stations-selector:nth-child(4) {
    padding-right: 0px;
  }
  body.mobile .z-block-bkc__stations-selector:nth-child(5) {
    padding-right: 0px;
  }
  body.mobile .z-block-bkc__stations-descriptions {
    width: 100%;
    margin: 0;
  }
  body.mobile .z-block-bkc__stations-description {
    padding-left: 0;
  }
  body.mobile .z-block-bkc__stations-description-image {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  body.mobile .z-block-bkc__stations-description-image-before {
    position: absolute;
  }
  body.mobile .z-block-bkc__stations-description-image-after {
    position: relative;
  }
  body.mobile .z-block-bkc__stations-description-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3;
  }
  body.mobile .z-block-bkc__stations-description-text {
    width: 90%;
    height: 404px;
    margin: -404px auto 0;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 4;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.mobile .z-block-bkc__gallery {
    display: none;
  }
}
/* LINE LIST */
.z-block-line-list {
  background: #262626;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-line-list__content {
  width: 1000px;
}
.z-block-line-list__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.z-block-line-list__list-item {
  margin: 50px 0;
}
.z-block-line-list__list-link {
  display: block;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: 400;
  font-size: 50px;
  color: #262626;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease-out;
}
.z-block-line-list__list-link:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.z-block-line-list__list-link_skl {
  background: #e82929;
}
.z-block-line-list__list-link_kaso {
  background: #f5d874;
}
.z-block-line-list__list-link_ludm {
  background: #bcd253;
}
.z-block-line-list__list-link_kozh {
  background: #e9a0c5;
}
.z-block-line-list__list-link_zamo {
  background: #2DBE2C;
}
@media screen and (max-height: 900px) {
  body:not(.mobile) .z-block-line-list__list-item {
    margin: 30px 0;
  }
  body:not(.mobile) .z-block-line-list__list-link {
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-line-list__content {
    width: 90%;
  }
  body.mobile .z-block-line-list__list-item {
    margin: 20px 0;
  }
  body.mobile .z-block-line-list__list-link {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.75);
  }
}
/* LINE SKL */
.z-block-line-skl {
  background: #262626;
  color: #fff;
  height: 6500px;
  /* firefox hard fix */
}
.z-block-line-skl__header {
  padding-top: 45px;
  height: 583px;
  position: relative;
  z-index: 1;
}
.z-block-line-skl__header:before {
  content: '';
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #e82929;
  opacity: 0.58;
  z-index: 2;
}
.z-block-line-skl__header-content {
  background-image: url('../../assets/images/line-skl/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 583px;
  z-index: 1;
  position: relative;
}
.z-block-line-skl__header-title {
  font-size: 102px;
  font-weight: 800;
  color: #e82929;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 130px 0 0 0;
  width: 1100px;
  margin: 0 auto;
}
.z-block-line-skl__header-subtitle {
  position: absolute;
  left: calc(((100% - 1100px)/2) + 450px);
  top: 300px;
  width: calc(100% - ((100% - 1100px)/2) + 450px);
  border-top: 1px solid #fff;
  padding-top: 20px;
  font-family: Lava,serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
.z-block-line-skl__features {
  margin: -15px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}
.z-block-line-skl__feature {
  display: block;
  box-sizing: content-box;
  width: 300px;
  height: 350px;
  padding-top: 145px;
  border-right: 1px solid #fff;
  text-align: center;
}
.z-block-line-skl__feature:last-child {
  border-right: none;
}
.z-block-line-skl__feature-num {
  font-family: Lava,serif !important;
  font-size: 105px;
  font-weight: 900;
  margin-bottom: 30px;
}
.z-block-line-skl__feature-title {
  font-size: 29px;
}
.z-block-line-skl__result {
  font-size: 40px;
  font-family: Lava,serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin: 55px auto 0;
  width: 1100px;
}
.z-block-line-skl__result-title {
  color: #e82929;
  margin-bottom: 15px;
}
.z-block-line-skl__result-text {
  color: #fff;
}
.z-block-line-skl__content {
  width: 1100px;
  margin: 140px auto 0;
  background-image: url('../../assets/images/line-skl/line.png');
  background-repeat: no-repeat;
  background-position: 85px 615px;
}
.z-block-line-skl__content-2014 {
  height: 960px;
  position: relative;
}
.z-block-line-skl__content-2014-pic-troparevo {
  width: 889px;
  height: 585px;
  background-image: url('../../assets/images/line-skl/2014/troparevo.jpg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -135px;
}
.z-block-line-skl__content-2014-pic-troparevo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #262626;
  -moz-box-shadow: inset 0px 0px 100px 100px #262626;
  box-shadow: inset 0px 0px 100px 100px #262626;
}
.z-block-line-skl__content-2014-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  margin-left: 15px;
  padding-top: 444px;
  height: 600px;
  box-sizing: border-box;
}
.z-block-line-skl__content-2014-troparevo {
  width: 900px;
  margin-left: 295px;
  padding: 30px 0 30px 45px;
  border-left: 1px solid #fff;
}
.z-block-line-skl__content-2014-troparevo-title {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e82929;
  margin-bottom: 30px;
}
.z-block-line-skl__content-2014-troparevo-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.z-block-line-skl__content-2014-troparevo-info {
  font-weight: 200;
  font-size: 23.5px;
  line-height: 1.2;
}
.z-block-line-skl__content-2016 {
  height: 1550px;
  position: relative;
}
.z-block-line-skl__content-2016-pic-rumyantsevo {
  width: 634px;
  height: 634px;
  background-image: url('../../assets/images/line-skl/2016/rumyantsevo.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 330px;
  left: -292px;
}
.z-block-line-skl__content-2016-pic-salarevo {
  width: 612px;
  height: 625px;
  background-image: url('../../assets/images/line-skl/2016/salarevo.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 850px;
  right: -210px;
}
.z-block-line-skl__content-2016-pic-salarevo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #262626;
  -moz-box-shadow: inset 0px 0px 100px 100px #262626;
  box-shadow: inset 0px 0px 100px 100px #262626;
}
.z-block-line-skl__content-2016-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  margin-left: 185px;
  padding-top: 100px;
  height: 128px;
}
.z-block-line-skl__content-2016-rumyantsevo {
  width: 900px;
  padding-top: 15px;
  margin-left: 185px;
  height: 707px;
}
.z-block-line-skl__content-2016-rumyantsevo-title {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e82929;
  margin-bottom: 120px;
}
.z-block-line-skl__content-2016-rumyantsevo-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  margin-left: 175px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  width: 530px;
}
.z-block-line-skl__content-2016-rumyantsevo-info {
  font-weight: 200;
  font-size: 23.5px;
  line-height: 1.2;
  margin-left: 175px;
  margin-top: 50px;
  width: 700px;
}
.z-block-line-skl__content-2016-video {
  position: absolute;
  right: 40px;
  top: -20px;
  width: 450px;
  height: 450px;
  border-radius: 450px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-line-skl__content-2016-salarevo {
  margin-left: 200px;
}
.z-block-line-skl__content-2016-salarevo-title {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e82929;
  margin-bottom: 35px;
}
.z-block-line-skl__content-2016-salarevo-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.z-block-line-skl__content-2018 {
  position: relative;
}
.z-block-line-skl__content-2018-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  font-size: 196px;
  margin-left: 150px;
  margin-top: 30px;
  height: 196px;
}
.z-block-line-skl__content-2018-stations-above {
  height: 205px;
  display: flex;
  flex-direction: row;
  margin-left: 335px;
  margin-top: 100px;
}
.z-block-line-skl__content-2018-stations-above-names {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e82929;
  line-height: 1.5;
  text-align: right;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 205px;
  border-right: 1px solid #fff;
}
.z-block-line-skl__content-2018-stations-above-title {
  font-size: 35.5px;
  font-family: Lava,serif;
  font-weight: bold;
  font-style: italic;
  color: #989898;
  line-height: 1.2;
  padding-left: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 205px;
}
.z-block-line-skl__content-2018-stations-below {
  border-left: 1px solid #fff;
  padding-left: 40px;
  margin-left: 715px;
  margin-top: 70px;
}
.z-block-line-skl__content-2018-stations-below-names {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e82929;
  line-height: 1.5;
}
.z-block-line-skl__content-2018-stations-below-title {
  font-size: 35.5px;
  font-family: Lava,serif;
  font-weight: bold;
  font-style: italic;
  color: #989898;
  line-height: 1.2;
}
.z-block-line-skl__content-2018-stations-pics {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 230px;
  left: 0px;
}
.z-block-line-skl__content-2018-stations-pic {
  background-repeat: no-repeat;
  background-position: center center;
  width: 307px;
  height: 307px;
  position: absolute;
}
.z-block-line-skl__content-2018-stations-pic_fl {
  left: -33px;
  top: 0px;
  background-image: url('../../assets/images/line-skl/2018/filatovlug.png');
}
.z-block-line-skl__content-2018-stations-pic_p {
  left: 95px;
  top: 140px;
  background-image: url('../../assets/images/line-skl/2018/proshkino.png');
}
.z-block-line-skl__content-2018-stations-pic_o {
  left: 235px;
  top: 285px;
  background-image: url('../../assets/images/line-skl/2018/olhovaya.png');
}
.z-block-line-skl__content-2018-stations-pic_s {
  left: 395px;
  top: 430px;
  background-image: url('../../assets/images/line-skl/2018/stolbovo.png');
}
.z-block-line-skl__content-epilogue {
  text-align: center;
  margin-top: 230px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.z-block-line-skl__content-epilogue:after {
  content: '';
  display: block;
  margin: 50px auto 0;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #e82929;
}
.z-block-line-skl__gallery {
  max-width: 1440px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1450px) {
  body:not(.mobile) .z-block-line-skl__header-title {
    margin: 0 0 0 200px;
  }
  body:not(.mobile) .z-block-line-skl__header-subtitle {
    left: 650px;
    width: calc(100% - 650px);
  }
  body:not(.mobile) .z-block-line-skl__result {
    margin: 55px 0 0 100px;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  body:not(.mobile) .z-block-line-skl__header-title {
    width: 900px;
    font-size: 85px;
    padding-top: 165px;
  }
  body:not(.mobile) .z-block-line-skl__header-subtitle {
    left: 555px;
    width: calc(100% - 555px);
  }
  body:not(.mobile) .z-block-line-skl__content-2018-stations-pics {
    left: -100px;
  }
  body:not(.mobile) .z-block-line-skl__content-2018-stations-below {
    margin-left: 615px;
  }
  body:not(.mobile) .z-block-line-skl__content-2018-stations-above {
    margin-left: 235px;
  }
}
.lang-en .z-block-line-skl__content-2016-rumyantsevo-title {
  font-size: 65px;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-line-skl {
    height: auto;
  }
  body.mobile .z-block-line-skl__header {
    padding-top: 15px;
    height: 200px;
  }
  body.mobile .z-block-line-skl__header:before {
    width: 30px;
  }
  body.mobile .z-block-line-skl__header-content {
    height: 200px;
  }
  body.mobile .z-block-line-skl__header-title {
    font-size: 22px;
    padding: 0 0 0 50px;
    width: auto;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.mobile .z-block-line-skl__header-subtitle {
    position: absolute;
    left: 50px;
    top: 100px;
    width: calc(100% - 50px);
    font-size: 16px;
  }
  body.mobile .z-block-line-skl__features {
    margin: -15px 0 0;
  }
  body.mobile .z-block-line-skl__feature {
    height: 125px;
    padding-top: 35px;
  }
  body.mobile .z-block-line-skl__feature-num {
    font-size: 35px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-skl__feature-title {
    font-size: 12px;
  }
  body.mobile .z-block-line-skl__result {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 25px auto 0;
    width: auto;
    padding: 0 10px;
  }
  body.mobile .z-block-line-skl__result-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.mobile .z-block-line-skl__result br {
    display: none;
  }
  body.mobile .z-block-line-skl__content {
    width: auto;
    margin: 40px auto 0;
    background-image: none;
    padding: 0 10px;
  }
  body.mobile .z-block-line-skl__content-2014 {
    height: auto;
  }
  body.mobile .z-block-line-skl__content-2014-pic-troparevo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    top: 130px;
    right: auto;
    left: 0;
  }
  body.mobile .z-block-line-skl__content-2014-pic-troparevo:after {
    -webkit-box-shadow: inset 0px 0px 10px 10px #262626;
    -moz-box-shadow: inset 0px 0px 10px 10px #262626;
    box-shadow: inset 0px 0px 10px 10px #262626;
  }
  body.mobile .z-block-line-skl__content-2014-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0px;
    padding-top: 0px;
    height: auto;
  }
  body.mobile .z-block-line-skl__content-2014-troparevo {
    width: auto;
    margin-left: 0;
    margin-top: 250px;
    padding: 0;
    border-left: none;
  }
  body.mobile .z-block-line-skl__content-2014-troparevo-title {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px;
  }
  body.mobile .z-block-line-skl__content-2014-troparevo-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-skl__content-2014-troparevo-text br {
    display: none;
  }
  body.mobile .z-block-line-skl__content-2014-troparevo-info {
    font-weight: 200;
    font-size: 12px;
    line-height: 1.2;
  }
  body.mobile .z-block-line-skl__content-2016 {
    margin-top: 50px;
    height: auto;
    position: relative;
  }
  body.mobile .z-block-line-skl__content-2016-pic-rumyantsevo {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    top: 150px;
    left: 0px;
  }
  body.mobile .z-block-line-skl__content-2016-pic-salarevo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    top: 670px;
    right: auto;
    left: 0;
  }
  body.mobile .z-block-line-skl__content-2016-pic-salarevo:after {
    -webkit-box-shadow: inset 0px 0px 10px 10px #262626;
    -moz-box-shadow: inset 0px 0px 10px 10px #262626;
    box-shadow: inset 0px 0px 10px 10px #262626;
  }
  body.mobile .z-block-line-skl__content-2016-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0;
    padding-top: 0;
    height: auto;
  }
  body.mobile .z-block-line-skl__content-2016-rumyantsevo {
    width: auto;
    padding-top: 0;
    margin-left: 0;
    margin-top: 350px;
    height: 180px;
  }
  body.mobile .z-block-line-skl__content-2016-rumyantsevo-title {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px;
  }
  body.mobile .z-block-line-skl__content-2016-rumyantsevo-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 0;
    border-bottom: none;
    width: auto;
  }
  body.mobile .z-block-line-skl__content-2016-rumyantsevo-text br {
    display: none;
  }
  body.mobile .z-block-line-skl__content-2016-rumyantsevo-info {
    font-weight: 200;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }
  body.mobile .z-block-line-skl__content-2016-rumyantsevo-info br {
    display: none;
  }
  body.mobile .z-block-line-skl__content-2016-video {
    display: none !important;
  }
  body.mobile .z-block-line-skl__content-2016-salarevo {
    margin-left: 0px;
    margin-top: 250px;
  }
  body.mobile .z-block-line-skl__content-2016-salarevo-title {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px;
  }
  body.mobile .z-block-line-skl__content-2016-salarevo-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.mobile .z-block-line-skl__content-2016-salarevo-text br {
    display: none;
  }
  body.mobile .z-block-line-skl__content-2018 {
    margin-top: 50px;
  }
  body.mobile .z-block-line-skl__content-2018-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0;
    margin-top: 0;
    height: auto;
  }
  body.mobile .z-block-line-skl__content-2018-stations-above {
    height: auto;
    margin-left: 120px;
    margin-top: 0px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-above-names {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    line-height: 75px;
    text-align: left;
    padding-right: 0;
    height: auto;
    border-right: none;
    margin-top: 45px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-above-title {
    display: none;
  }
  body.mobile .z-block-line-skl__content-2018-stations-below {
    border-left: none;
    padding-left: 0px;
    margin-left: 120px;
    margin-top: 0px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-below-names {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    line-height: 75px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-below-title {
    display: none;
  }
  body.mobile .z-block-line-skl__content-2018-stations-pics {
    top: 140px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-pic {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  body.mobile .z-block-line-skl__content-2018-stations-pic_fl {
    left: 0;
    top: 0px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-pic_p {
    left: 0;
    top: 75px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-pic_o {
    left: 0;
    top: 150px;
  }
  body.mobile .z-block-line-skl__content-2018-stations-pic_s {
    left: 0;
    top: 225px;
  }
  body.mobile .z-block-line-skl__content-epilogue {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  body.mobile .z-block-line-skl__content-epilogue:after {
    margin: 20px auto 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
  }
  body.mobile .z-block-line-skl__content-epilogue br {
    display: none;
  }
  body.mobile .z-block-line-skl__gallery {
    display: none;
  }
}
/* LINE KASO */
.z-block-line-kaso {
  background: #262626;
  color: #fff;
  height: 7650px;
  /* firefox hard fix */
}
.z-block-line-kaso__header {
  padding-top: 45px;
  height: 583px;
  position: relative;
  z-index: 1;
}
.z-block-line-kaso__header:before {
  content: '';
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f5d874;
  opacity: 0.58;
  z-index: 2;
}
.z-block-line-kaso__header-content {
  background-image: url('../../assets/images/line-skl/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 583px;
  z-index: 1;
  position: relative;
}
.z-block-line-kaso__header-title {
  font-size: 102px;
  font-weight: 800;
  color: #f5d874;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 130px 0 0 0;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-kaso__header-subtitle {
  padding: 20px 0 0 0;
  width: 1250px;
  margin: 0 auto;
  font-family: Lava,serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
.z-block-line-kaso__features {
  margin: -15px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}
.z-block-line-kaso__feature {
  display: block;
  box-sizing: content-box;
  width: 300px;
  height: 350px;
  padding-top: 145px;
  border-right: 1px solid #fff;
  text-align: center;
}
.z-block-line-kaso__feature:last-child {
  border-right: none;
}
.z-block-line-kaso__feature-num {
  font-family: Lava,serif !important;
  font-size: 105px;
  font-weight: 900;
  margin-bottom: 30px;
}
.z-block-line-kaso__feature-title {
  font-size: 29px;
}
.z-block-line-kaso__result {
  font-size: 40px;
  font-family: Lava,serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  padding: 55px 0 0 0;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-kaso__result-title {
  color: #f5d874;
  margin-bottom: 15px;
}
.z-block-line-kaso__result-text {
  color: #fff;
}
.z-block-line-kaso__content {
  width: 1100px;
  margin: 140px auto 0;
  position: relative;
}
.z-block-line-kaso__content:before {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../../assets/images/line-kaso/line.png');
  background-repeat: no-repeat;
  background-position: 0px 130px;
  pointer-events: none;
}
.z-block-line-kaso__content-2014 {
  height: 960px;
  position: relative;
}
.z-block-line-kaso__content-2014-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  margin-left: 120px;
  margin-top: 70px;
  height: 128px;
}
.z-block-line-kaso__content-2014-station-dc {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #f5d874;
  margin-left: 270px;
  margin-top: 270px;
  height: 144px;
}
.z-block-line-kaso__content-2014-length {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  margin-top: 50px;
  margin-left: 70px;
  height: 128px;
}
.z-block-line-kaso__content-2014-station-pp {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #f5d874;
  margin-left: 270px;
  margin-top: 70px;
  height: 72px;
}
.z-block-line-kaso__content-2014-pic-dc {
  width: 695px;
  height: 695px;
  background-image: url('../../assets/images/line-kaso/2014/delovoycentr.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 600px;
}
.z-block-line-kaso__content-2014-pic-pp {
  width: 510px;
  height: 510px;
  background-image: url('../../assets/images/line-kaso/2014/parkpobedy.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 515px;
  left: 820px;
}
.z-block-line-kaso__content-2017 {
  height: 870px;
  position: relative;
}
.z-block-line-kaso__content-2017-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  margin-left: 120px;
  height: 128px;
}
.z-block-line-kaso__content-2017-station-m {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #f5d874;
  margin-left: 365px;
  margin-top: 50px;
  height: 72px;
}
.z-block-line-kaso__content-2017-station-lp {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #f5d874;
  margin-left: 555px;
  margin-top: 50px;
  height: 144px;
}
.z-block-line-kaso__content-2017-station-r {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #f5d874;
  margin-left: 750px;
  margin-top: 180px;
  height: 72px;
}
.z-block-line-kaso__content-2017-pic-m {
  width: 279px;
  height: 286px;
  background-image: url('../../assets/images/line-kaso/2017/minskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 155px;
  left: 70px;
  z-index: 2;
}
.z-block-line-kaso__content-2017-pic-lp {
  width: 353px;
  height: 361px;
  background-image: url('../../assets/images/line-kaso/2017/lomonosovskyprospekt.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 265px;
  left: 177px;
  z-index: 2;
}
.z-block-line-kaso__content-2017-pic-r {
  width: 377px;
  height: 377px;
  background-image: url('../../assets/images/line-kaso/2017/ramenki.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 444px;
  left: 345px;
  z-index: 3;
}
.z-block-line-kaso__content-2018 {
  position: relative;
  margin-bottom: 100px;
}
.z-block-line-kaso__content-2018-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  font-size: 196px;
  margin-left: 385px;
  height: 196px;
  margin-bottom: 42px;
}
.z-block-line-kaso__content-2018-station-name {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #f5d874;
  margin-bottom: 50px;
}
.z-block-line-kaso__content-2018-station-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.z-block-line-kaso__content-2018-station-mp {
  margin-left: 455px;
  height: 578px;
}
.z-block-line-kaso__content-2018-station-o {
  margin-left: 240px;
  height: 398px;
}
.z-block-line-kaso__content-2018-station-g {
  margin-left: 120px;
  height: 448px;
  position: relative;
  z-index: 2;
}
.z-block-line-kaso__content-2018-station-s {
  margin-left: 430px;
  height: 367px;
  position: relative;
  z-index: 2;
}
.z-block-line-kaso__content-2018-station-bs {
  margin-left: 310px;
  height: 395px;
}
.z-block-line-kaso__content-2018-station-n {
  margin-left: 95px;
  height: 458px;
}
.z-block-line-kaso__content-2018-station-r {
  margin-left: 485px;
}
.z-block-line-kaso__content-2018-pic-mp {
  width: 619px;
  height: 619px;
  background-image: url('../../assets/images/line-kaso/2018/michurinskyprospekt.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: -210px;
}
.z-block-line-kaso__content-2018-pic-o {
  width: 563px;
  height: 563px;
  background-image: url('../../assets/images/line-kaso/2018/ozernaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 625px;
  left: 815px;
}
.z-block-line-kaso__content-2018-pic-g {
  width: 563px;
  height: 563px;
  background-image: url('../../assets/images/line-kaso/2018/govorovo.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 1072px;
  left: 515px;
}
.z-block-line-kaso__content-2018-pic-s {
  width: 530px;
  height: 530px;
  background-image: url('../../assets/images/line-kaso/2018/solntsevo.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 1440px;
  left: 840px;
}
.z-block-line-kaso__content-2018-pic-bs {
  width: 436px;
  height: 436px;
  background-image: url('../../assets/images/line-kaso/2018/borovskoeshosse.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 1705px;
  left: -95px;
}
.z-block-line-kaso__content-2018-pic-n {
  width: 588px;
  height: 588px;
  background-image: url('../../assets/images/line-kaso/2018/novoperedelkino.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 2200px;
  left: 800px;
}
.z-block-line-kaso__content-2018-pic-r {
  width: 588px;
  height: 588px;
  background-image: url('../../assets/images/line-kaso/2018/rasskazovka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 2775px;
  left: -5px;
}
.z-block-line-kaso__gallery {
  max-width: 1440px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1600px) {
  body:not(.mobile) .z-block-line-kaso__header-title {
    margin: 0 0 0 200px;
    width: 900px;
    font-size: 85px;
    padding-top: 120px;
  }
  body:not(.mobile) .z-block-line-kaso__header-subtitle {
    margin: 0 0 0 200px;
    width: 900px;
  }
  body:not(.mobile) .z-block-line-kaso__result {
    margin: 55px 0 0 100px;
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-line-kaso {
    height: auto;
  }
  body.mobile .z-block-line-kaso__header {
    padding-top: 15px;
    height: 200px;
  }
  body.mobile .z-block-line-kaso__header:before {
    width: 30px;
  }
  body.mobile .z-block-line-kaso__header-content {
    height: 200px;
  }
  body.mobile .z-block-line-kaso__header-title {
    font-size: 22px;
    padding: 0 0 0 50px;
    width: auto;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.mobile .z-block-line-kaso__header-subtitle {
    position: absolute;
    left: 50px;
    top: 100px;
    width: calc(100% - 50px);
    font-size: 16px;
  }
  body.mobile .z-block-line-kaso__features {
    margin: -15px 0 0;
  }
  body.mobile .z-block-line-kaso__feature {
    height: 125px;
    padding-top: 35px;
  }
  body.mobile .z-block-line-kaso__feature-num {
    font-size: 35px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-kaso__feature-title {
    font-size: 12px;
  }
  body.mobile .z-block-line-kaso__result {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 25px auto 0;
    width: auto;
    padding: 0 10px;
  }
  body.mobile .z-block-line-kaso__result-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.mobile .z-block-line-kaso__result br {
    display: none;
  }
  body.mobile .z-block-line-kaso__content {
    width: auto;
    margin: 40px auto 0;
    padding: 0 10px;
  }
  body.mobile .z-block-line-kaso__content:before {
    display: none;
  }
  body.mobile .z-block-line-kaso__content-2014 {
    height: auto;
    margin-top: 50px;
  }
  body.mobile .z-block-line-kaso__content-2014-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
  }
  body.mobile .z-block-line-kaso__content-2014-station-dc {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-left: 0;
    margin-top: 350px;
    height: auto;
    width: 300px;
    text-align: center;
  }
  body.mobile .z-block-line-kaso__content-2014-station-dc br {
    display: none;
  }
  body.mobile .z-block-line-kaso__content-2014-length {
    display: none;
  }
  body.mobile .z-block-line-kaso__content-2014-station-pp {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-left: 0;
    margin-top: 400px;
    height: auto;
    width: 300px;
    text-align: center;
  }
  body.mobile .z-block-line-kaso__content-2014-pic-dc {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 130px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2014-pic-pp {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 560px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2017 {
    height: auto;
    margin-top: 50px;
  }
  body.mobile .z-block-line-kaso__content-2017-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0;
    height: auto;
  }
  body.mobile .z-block-line-kaso__content-2017-station-m {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-left: 0;
    margin-top: 350px;
    height: auto;
    width: 300px;
    text-align: center;
  }
  body.mobile .z-block-line-kaso__content-2017-station-lp {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-left: 0;
    margin-top: 400px;
    height: auto;
    width: 300px;
    text-align: center;
    height: 44px;
  }
  body.mobile .z-block-line-kaso__content-2017-station-r {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-left: 0;
    margin-top: 400px;
    height: auto;
    width: 300px;
    text-align: center;
  }
  body.mobile .z-block-line-kaso__content-2017-pic-m {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 160px;
    left: 15px;
  }
  body.mobile .z-block-line-kaso__content-2017-pic-lp {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 580px;
    left: 10px;
  }
  body.mobile .z-block-line-kaso__content-2017-pic-r {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 1010px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018 {
    position: relative;
    margin-bottom: 0px;
    margin-top: 50px;
  }
  body.mobile .z-block-line-kaso__content-2018-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0;
    height: auto;
    margin-bottom: 0;
  }
  body.mobile .z-block-line-kaso__content-2018-station-name {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-name br {
    display: none;
  }
  body.mobile .z-block-line-kaso__content-2018-station-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.mobile .z-block-line-kaso__content-2018-station-text br {
    display: none;
  }
  body.mobile .z-block-line-kaso__content-2018-station-mp {
    margin-top: 350px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-o {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-g {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-s {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-bs {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-n {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-station-r {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-mp {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 140px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-o {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 660px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-g {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 1180px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-s {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 1700px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-bs {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 2220px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-n {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 2740px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__content-2018-pic-r {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 3260px;
    left: 0px;
  }
  body.mobile .z-block-line-kaso__gallery {
    display: none;
  }
}
/* LINE LUDM */
.z-block-line-ludm {
  background: #262626;
  color: #fff;
  position: relative;
  height: 6100px;
  /* firefox hard fix */
}
.z-block-line-ludm:before {
  content: '';
  display: block;
  width: 100%;
  height: 795px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 1940px;
  left: 0px;
  z-index: 1;
}
.z-block-line-ludm > * {
  position: relative;
  z-index: 2;
}
.z-block-line-ludm__header {
  padding-top: 45px;
  height: 583px;
  position: relative;
  z-index: 5;
}
.z-block-line-ludm__header:before {
  content: '';
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #bcd253;
  opacity: 0.58;
  z-index: 7;
}
.z-block-line-ludm__header-content {
  background-image: url('../../assets/images/line-skl/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 583px;
  z-index: 6;
  position: relative;
}
.z-block-line-ludm__header-title {
  font-size: 102px;
  font-weight: 800;
  color: #bcd253;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 130px 0 0 0;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-ludm__header-subtitle {
  padding: 20px 0 0 0;
  width: 1250px;
  margin: 0 auto;
  font-family: Lava,serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
.z-block-line-ludm__features {
  margin: -15px 0 0;
  padding: 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}
.z-block-line-ludm__feature {
  display: block;
  box-sizing: content-box;
  width: 300px;
  height: 350px;
  padding-top: 145px;
  border-right: 1px solid #fff;
  text-align: center;
}
.z-block-line-ludm__feature:last-child {
  border-right: none;
}
.z-block-line-ludm__feature-num {
  font-family: Lava,serif !important;
  font-size: 105px;
  font-weight: 900;
  margin-bottom: 30px;
}
.z-block-line-ludm__feature-title {
  font-size: 29px;
}
.z-block-line-ludm__result {
  font-size: 40px;
  font-family: Lava,serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  padding: 55px 0 0 0;
  height: 120px;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-ludm__result-title {
  color: #bcd253;
  margin-bottom: 15px;
}
.z-block-line-ludm__result-text {
  color: #fff;
}
.z-block-line-ludm__content {
  width: 1100px;
  margin: 200px auto 0;
  position: relative;
}
.z-block-line-ludm__content:before {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../../assets/images/line-ludm/line.png');
  background-repeat: no-repeat;
  background-position: 0px 140px;
  pointer-events: none;
}
.z-block-line-ludm__content-2016 {
  height: 1200px;
  position: relative;
}
.z-block-line-ludm__content-2016:before {
  content: '';
  display: block;
  width: 100%;
  height: 385px;
  position: absolute;
  top: 165px;
  left: 0px;
  z-index: 4;
  background: rgba(0, 0, 0, 0.31);
  box-shadow: -410px 0px 0px 0px rgba(0, 0, 0, 0.31), 410px 0px 0px 0px rgba(0, 0, 0, 0.31);
}
.z-block-line-ludm__content-2016:after {
  content: '';
  display: block;
  width: 748px;
  height: 699px;
  position: absolute;
  top: -20px;
  right: -195px;
  z-index: 3;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../assets/images/line-ludm/2016/pic.jpg');
}
.z-block-line-ludm__content-2016-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  margin-left: 165px;
  height: 128px;
}
.z-block-line-ludm__content-2016-stations {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #bcd253;
  font-size: 62px;
  line-height: 1.3;
  margin-left: 240px;
  margin-top: 100px;
  height: 240px;
  position: relative;
  z-index: 4;
}
.z-block-line-ludm__content-2016-info {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  line-height: 1.2;
  height: 445px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 50px;
  margin-top: 125px;
  margin-left: 255px;
}
.z-block-line-ludm__content-2018 {
  position: relative;
}
.z-block-line-ludm__content-2018-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  font-size: 196px;
  margin-left: 500px;
  height: 196px;
  margin-bottom: 70px;
  position: relative;
  z-index: 20;
}
.z-block-line-ludm__content-2018-station-name {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  font-size: 62px;
  color: #bcd253;
  margin-bottom: 50px;
}
.z-block-line-ludm__content-2018-station-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.z-block-line-ludm__content-2018-station-o {
  margin-left: 495px;
  height: 470px;
}
.z-block-line-ludm__content-2018-station-vl {
  margin-left: 517px;
  height: 520px;
}
.z-block-line-ludm__content-2018-station-s {
  margin-left: 80px;
  height: 500px;
}
.z-block-line-ludm__content-2018-pic-o {
  width: 516px;
  height: 522px;
  background-image: url('../../assets/images/line-ludm/2018/okruzhnaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -270px;
  left: 35px;
  z-index: 10;
}
.z-block-line-ludm__content-2018-pic-vl {
  width: 332px;
  height: 340px;
  background-image: url('../../assets/images/line-ludm/2018/verhnielihobory.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 615px;
  left: 140px;
  z-index: 10;
}
.z-block-line-ludm__content-2018-pic-s {
  width: 801px;
  height: 801px;
  background-image: url('../../assets/images/line-ludm/2018/seligerskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 1110px;
  left: 615px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-line-ludm__video {
  margin: 0 auto;
  width: 1000px;
  z-index: 1;
  position: relative;
}
.z-block-line-ludm__video video {
  width: 1000px;
  height: 562px;
  z-index: 2;
  position: relative;
  display: block;
  background-size: cover;
}
.z-block-line-ludm__video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #262626;
  -moz-box-shadow: inset 0px 0px 100px 100px #262626;
  box-shadow: inset 0px 0px 100px 100px #262626;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-line-ludm__gallery {
  max-width: 1440px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1600px) {
  body:not(.mobile) .z-block-line-ludm__header-title {
    margin: 0 0 0 200px;
    width: 900px;
    font-size: 85px;
    padding-top: 120px;
  }
  body:not(.mobile) .z-block-line-ludm__header-subtitle {
    margin: 0 0 0 200px;
    width: 900px;
  }
  body:not(.mobile) .z-block-line-ludm__result {
    margin: 55px 0 0 100px;
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  body:not(.mobile) .z-block-line-ludm__content-2018-station-vl body:not(.mobile) .z-block-line-ludm__content-2018-station-name:nth-child(1) {
    font-size: 55px;
  }
  body:not(.mobile) .z-block-line-ludm__content-2018-station-vl body:not(.mobile) .z-block-line-ludm__content-2018-station-name:nth-child(2) {
    font-size: 45px;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-line-ludm {
    height: auto;
  }
  body.mobile .z-block-line-ludm__header {
    padding-top: 15px;
    height: 200px;
  }
  body.mobile .z-block-line-ludm__header:before {
    width: 30px;
  }
  body.mobile .z-block-line-ludm__header-content {
    height: 200px;
  }
  body.mobile .z-block-line-ludm__header-title {
    font-size: 22px;
    padding: 0 0 0 50px;
    width: auto;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.mobile .z-block-line-ludm__header-subtitle {
    position: absolute;
    left: 50px;
    top: 100px;
    width: calc(100% - 50px);
    font-size: 16px;
  }
  body.mobile .z-block-line-ludm__features {
    margin: -15px 0 0;
  }
  body.mobile .z-block-line-ludm__feature {
    height: 125px;
    padding-top: 35px;
  }
  body.mobile .z-block-line-ludm__feature-num {
    font-size: 35px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-ludm__feature-title {
    font-size: 12px;
  }
  body.mobile .z-block-line-ludm__result {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 25px auto 0;
    width: auto;
    padding: 0 10px;
    height: auto;
  }
  body.mobile .z-block-line-ludm__result-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.mobile .z-block-line-ludm__result br {
    display: none;
  }
  body.mobile .z-block-line-ludm__content {
    width: auto;
    margin: 40px auto 0;
    padding: 0 10px;
  }
  body.mobile .z-block-line-ludm__content:before {
    display: none;
  }
  body.mobile .z-block-line-ludm__content-2016 {
    height: auto;
    margin-top: 50px;
  }
  body.mobile .z-block-line-ludm__content-2016:before {
    display: none;
  }
  body.mobile .z-block-line-ludm__content-2016:after {
    display: none;
  }
  body.mobile .z-block-line-ludm__content-2016-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
  }
  body.mobile .z-block-line-ludm__content-2016-stations {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    line-height: 2;
    margin-left: 0;
    margin-top: 20px;
    height: auto;
  }
  body.mobile .z-block-line-ludm__content-2016-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    height: auto;
    align-items: flex-start;
    border-left: none;
    padding-left: 0;
    margin-top: 25px;
    margin-left: 0;
  }
  body.mobile .z-block-line-ludm__content-2016-info br {
    display: none;
  }
  body.mobile .z-block-line-ludm__content-2018 {
    height: auto;
    margin-top: 50px;
  }
  body.mobile .z-block-line-ludm__content-2018-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0px;
    height: 108px;
    margin-bottom: 20px;
  }
  body.mobile .z-block-line-ludm__content-2018-station-name {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: #bcd253;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  body.mobile .z-block-line-ludm__content-2018-station-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.mobile .z-block-line-ludm__content-2018-station-text br {
    display: none;
  }
  body.mobile .z-block-line-ludm__content-2018-station-o {
    margin-top: 350px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-ludm__content-2018-station-vl {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-ludm__content-2018-station-s {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-ludm__content-2018-pic-o {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 140px;
    left: 0px;
  }
  body.mobile .z-block-line-ludm__content-2018-pic-vl {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 660px;
    left: 0px;
  }
  body.mobile .z-block-line-ludm__content-2018-pic-s {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 1180px;
    left: 0px;
  }
  body.mobile .z-block-line-ludm__video {
    display: none;
  }
  body.mobile .z-block-line-ludm__gallery {
    display: none;
  }
}
/* LINE KOZH */
.z-block-line-kozh {
  background: #262626;
  color: #fff;
  height: 6810px;
  /* firefox hard fix */
}
.z-block-line-kozh__header {
  padding-top: 45px;
  height: 583px;
  position: relative;
  z-index: 1;
}
.z-block-line-kozh__header:before {
  content: '';
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #e9a0c5;
  opacity: 0.58;
  z-index: 2;
}
.z-block-line-kozh__header-content {
  background-image: url('../../assets/images/line-skl/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 583px;
  z-index: 1;
  position: relative;
}
.z-block-line-kozh__header-title {
  font-size: 102px;
  font-weight: 800;
  color: #e9a0c5;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 140px 0 0 0;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-kozh__features {
  margin: -15px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}
.z-block-line-kozh__feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 60px;
  height: 350px;
  border-right: 1px solid #fff;
  text-align: center;
}
.z-block-line-kozh__feature:first-child {
  text-align: right;
}
.z-block-line-kozh__feature:last-child {
  border-right: none;
  text-align: left;
}
.z-block-line-kozh__feature-num {
  font-family: Lava,serif !important;
  font-size: 105px;
  font-weight: 900;
}
.z-block-line-kozh__feature-title {
  font-size: 29px;
}
.z-block-line-kozh__result {
  font-size: 40px;
  font-family: Lava,serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  padding: 55px 0 0 0;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-kozh__result-title {
  color: #e9a0c5;
  margin-bottom: 15px;
}
.z-block-line-kozh__result-text {
  color: #fff;
}
.z-block-line-kozh__content {
  width: 1100px;
  margin: 200px auto 0;
}
.z-block-line-kozh__content:before {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../../assets/images/line-kozh/line.png');
  background-repeat: no-repeat;
  background-position: 0px 85px;
  pointer-events: none;
}
.z-block-line-kozh__content-2019 {
  position: relative;
}
.z-block-line-kozh__content-2019-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  font-size: 196px;
  margin-left: 305px;
  height: 196px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.z-block-line-kozh__content-2019-station-name {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  font-size: 62px;
  color: #e9a0c5;
  margin-bottom: 50px;
}
.z-block-line-kozh__content-2019-station-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.z-block-line-kozh__content-2019-station-info {
  font-weight: 200;
  font-size: 23.5px;
  line-height: 1.2;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
  width: 650px;
}
.z-block-line-kozh__content-2019-station-n {
  margin-left: 494px;
  height: 575px;
}
.z-block-line-kozh__content-2019-station-s {
  margin-left: 105px;
  height: 295px;
}
.z-block-line-kozh__content-2019-station-o {
  margin-left: 105px;
  height: 495px;
  position: relative;
  z-index: 2;
}
.z-block-line-kozh__content-2019-station-uv {
  margin-left: 390px;
  height: 600px;
}
.z-block-line-kozh__content-2019-station-k {
  margin-left: 290px;
  height: 460px;
}
.z-block-line-kozh__content-2019-station-ud {
  margin-left: 290px;
  height: 710px;
  position: relative;
  z-index: 2;
}
.z-block-line-kozh__content-2019-station-l {
  margin-left: 290px;
  height: 540px;
}
.z-block-line-kozh__content-2019-station-n2 {
  margin-left: 350px;
  position: relative;
  z-index: 2;
}
.z-block-line-kozh__content-2019-pic-n {
  width: 575px;
  height: 575px;
  background-image: url('../../assets/images/line-kozh/2019/nizhegorodskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: -125px;
  z-index: 1;
}
.z-block-line-kozh__content-2019-pic-s {
  width: 341px;
  height: 341px;
  background-image: url('../../assets/images/line-kozh/2019/stahanovskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 664px;
  left: 650px;
  z-index: 1;
}
.z-block-line-kozh__content-2019-pic-o {
  width: 462px;
  height: 462px;
  background-image: url('../../assets/images/line-kozh/2019/okskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 1085px;
  left: 815px;
  z-index: 1;
}
.z-block-line-kozh__content-2019-pic-uv {
  width: 652px;
  height: 652px;
  background-image: url('../../assets/images/line-kozh/2019/yugovostochnaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 1410px;
  left: -295px;
  z-index: 1;
}
.z-block-line-kozh__content-2019-pic-k {
  width: 545px;
  height: 545px;
  background-image: url('../../assets/images/line-kozh/2019/kosino.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 2130px;
  left: -295px;
  z-index: 10;
}
.z-block-line-kozh__content-2019-pic-ud {
  width: 517px;
  height: 517px;
  background-image: url('../../assets/images/line-kozh/2019/ulitsadmitrievskogo.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 2830px;
  left: 284px;
  z-index: 1;
}
.z-block-line-kozh__content-2019-pic-l {
  width: 487px;
  height: 487px;
  background-image: url('../../assets/images/line-kozh/2019/luhmanovskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 3135px;
  left: -270px;
  z-index: 10;
}
.z-block-line-kozh__content-2019-pic-n2 {
  width: 341px;
  height: 341px;
  background-image: url('../../assets/images/line-kozh/2019/nekrasovka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 3735px;
  left: 0px;
  z-index: 1;
}
.z-block-line-kozh__gallery {
  max-width: 1440px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1600px) {
  body:not(.mobile) .z-block-line-kozh__header-title {
    margin: 0 0 0 200px;
    width: 900px;
    font-size: 85px;
    padding-top: 120px;
  }
  body:not(.mobile) .z-block-line-kozh__header-subtitle {
    margin: 0 0 0 200px;
    width: 900px;
  }
  body:not(.mobile) .z-block-line-kozh__result {
    margin: 55px 0 0 100px;
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-line-kozh {
    height: auto;
  }
  body.mobile .z-block-line-kozh__header {
    padding-top: 15px;
    height: 200px;
  }
  body.mobile .z-block-line-kozh__header:before {
    width: 30px;
  }
  body.mobile .z-block-line-kozh__header-content {
    height: 200px;
  }
  body.mobile .z-block-line-kozh__header-title {
    font-size: 22px;
    padding: 0 0 0 50px;
    width: auto;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.mobile .z-block-line-kozh__header-subtitle {
    position: absolute;
    left: 50px;
    top: 100px;
    width: calc(100% - 50px);
    font-size: 16px;
  }
  body.mobile .z-block-line-kozh__features {
    margin: -15px 0 0;
  }
  body.mobile .z-block-line-kozh__feature {
    height: 125px;
    padding-top: 35px;
  }
  body.mobile .z-block-line-kozh__feature-num {
    font-size: 35px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-kozh__feature-title {
    font-size: 12px;
  }
  body.mobile .z-block-line-kozh__result {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 25px auto 0;
    width: auto;
    padding: 0 10px;
    height: auto;
  }
  body.mobile .z-block-line-kozh__result-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.mobile .z-block-line-kozh__result br {
    display: none;
  }
  body.mobile .z-block-line-kozh__content {
    width: auto;
    margin: 40px auto 0;
    padding: 0 10px;
  }
  body.mobile .z-block-line-kozh__content:before {
    display: none;
  }
  body.mobile .z-block-line-kozh__content-2019 {
    height: auto;
    margin-top: 50px;
  }
  body.mobile .z-block-line-kozh__content-2019-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0px;
    height: 108px;
    margin-bottom: 20px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-name {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-text br {
    display: none;
  }
  body.mobile .z-block-line-kozh__content-2019-station-info {
    font-weight: 200;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 15px;
    padding-top: 0;
    border-top: none;
    width: auto;
  }
  body.mobile .z-block-line-kozh__content-2019-station-info br {
    display: none;
  }
  body.mobile .z-block-line-kozh__content-2019-station-n {
    margin-top: 350px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-s {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-o {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-uv {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-k {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-ud {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-ud body.mobile .z-block-line-kozh__content-2019-station-text {
    padding-left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-l {
    margin-top: 400px;
    margin-left: 0;
    height: 125px;
  }
  body.mobile .z-block-line-kozh__content-2019-station-n2 {
    margin-top: 400px;
    margin-left: 0;
    height: 225px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-n {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 140px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-s {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 660px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-o {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 1180px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-uv {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 1700px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-k {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 2220px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-ud {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 2740px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-l {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 3260px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__content-2019-pic-n2 {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 3780px;
    left: 0px;
  }
  body.mobile .z-block-line-kozh__gallery {
    display: none;
  }
}
/* LINE ZAMO */
.z-block-line-zamo {
  background: #262626;
  color: #fff;
  height: 3820px;
  /* firefox hard fix */
}
.z-block-line-zamo__header {
  padding-top: 45px;
  height: 583px;
  position: relative;
  z-index: 1;
}
.z-block-line-zamo__header:before {
  content: '';
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #2DBE2C;
  opacity: 0.58;
  z-index: 2;
}
.z-block-line-zamo__header-content {
  background-image: url('../../assets/images/line-skl/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 583px;
  z-index: 1;
  position: relative;
}
.z-block-line-zamo__header-title {
  font-size: 102px;
  font-weight: 800;
  color: #2DBE2C;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 140px 0 0 0;
  width: 1250px;
  margin: 0 auto;
}
.z-block-line-zamo__features {
  margin: -15px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}
.z-block-line-zamo__feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 60px;
  height: 350px;
  border-right: 1px solid #fff;
  text-align: center;
}
.z-block-line-zamo__feature:first-child {
  text-align: right;
}
.z-block-line-zamo__feature:last-child {
  border-right: none;
  text-align: left;
}
.z-block-line-zamo__feature-num {
  font-family: Lava,serif !important;
  font-size: 105px;
  font-weight: 900;
}
.z-block-line-zamo__feature-title {
  font-size: 29px;
}
.z-block-line-zamo__content {
  width: 1100px;
  margin: 100px auto 0;
}
.z-block-line-zamo__content-2018 {
  position: relative;
}
.z-block-line-zamo__content-2018-year {
  font-family: Lava,serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 800;
  font-size: 196px;
  margin-left: 50px;
  height: 196px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.z-block-line-zamo__content-2018-station-name {
  font-family: Lava,serif;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  font-size: 62px;
  color: #2DBE2C;
  margin-bottom: 50px;
}
.z-block-line-zamo__content-2018-station-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.z-block-line-zamo__content-2018-station-b {
  margin-top: 400px;
  margin-left: 55px;
  position: relative;
  z-index: 20;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-line-zamo__content-2018-station-b::before {
  content: '';
  display: block;
  position: absolute;
  left: -600px;
  top: -40px;
  border-top: 1px solid #fff;
  width: 1000px;
}
.z-block-line-zamo__content-2018-pic-b {
  width: 692px;
  height: 692px;
  background-image: url('../../assets/images/line-zamo/2018/belomorskaya.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 418px;
  z-index: 1;
}
.z-block-line-zamo__video {
  margin: 100px auto 0;
  width: 1000px;
  z-index: 1;
  position: relative;
}
.z-block-line-zamo__video video {
  width: 1000px;
  height: 562px;
  z-index: 2;
  position: relative;
  display: block;
  background-size: cover;
}
.z-block-line-zamo__video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 100px 100px #262626;
  -moz-box-shadow: inset 0px 0px 100px 100px #262626;
  box-shadow: inset 0px 0px 100px 100px #262626;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.z-block-line-zamo__gallery {
  max-width: 1440px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1600px) {
  body:not(.mobile) .z-block-line-zamo__header-title {
    margin: 0 0 0 200px;
    width: 900px;
    font-size: 85px;
    padding-top: 120px;
  }
  body:not(.mobile) .z-block-line-zamo__header-subtitle {
    margin: 0 0 0 200px;
    width: 900px;
  }
  body:not(.mobile) .z-block-line-zamo__result {
    margin: 55px 0 0 100px;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  body:not(.mobile) .z-block-line-zamo__header-title {
    font-size: 75px;
  }
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-line-zamo {
    height: auto;
  }
  body.mobile .z-block-line-zamo__header {
    padding-top: 15px;
    height: 200px;
  }
  body.mobile .z-block-line-zamo__header:before {
    width: 30px;
  }
  body.mobile .z-block-line-zamo__header-content {
    height: 200px;
  }
  body.mobile .z-block-line-zamo__header-title {
    font-size: 22px;
    padding: 0 0 0 50px;
    width: auto;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.mobile .z-block-line-zamo__header-subtitle {
    position: absolute;
    left: 50px;
    top: 100px;
    width: calc(100% - 50px);
    font-size: 16px;
  }
  body.mobile .z-block-line-zamo__features {
    margin: -15px 0 0;
  }
  body.mobile .z-block-line-zamo__feature {
    height: 125px;
    padding-top: 35px;
  }
  body.mobile .z-block-line-zamo__feature-num {
    font-size: 35px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-line-zamo__feature-title {
    font-size: 12px;
  }
  body.mobile .z-block-line-zamo__result {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 25px auto 0;
    width: auto;
    padding: 0 10px;
    height: auto;
  }
  body.mobile .z-block-line-zamo__result-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.mobile .z-block-line-zamo__result br {
    display: none;
  }
  body.mobile .z-block-line-zamo__content {
    width: auto;
    margin: 40px auto 0;
    padding: 0 10px;
  }
  body.mobile .z-block-line-zamo__content-2018 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.mobile .z-block-line-zamo__content-2018-year {
    font-family: Lava,serif;
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    margin-left: 0px;
    height: 108px;
    margin-bottom: 20px;
  }
  body.mobile .z-block-line-zamo__content-2018-station-name {
    font-family: Lava,serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  body.mobile .z-block-line-zamo__content-2018-station-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 0px;
  }
  body.mobile .z-block-line-zamo__content-2018-station-text br {
    display: none;
  }
  body.mobile .z-block-line-zamo__content-2018-station-b {
    margin-top: 350px;
    margin-left: 0px;
  }
  body.mobile .z-block-line-zamo__content-2018-station-b::before {
    display: none;
  }
  body.mobile .z-block-line-zamo__content-2018-pic-b {
    width: 300px;
    height: 300px;
    background-size: contain;
    top: 140px;
    left: 0px;
  }
  body.mobile .z-block-line-zamo__video {
    display: none;
  }
  body.mobile .z-block-line-zamo__gallery {
    display: none;
  }
}
.z-block-test {
  color: #fff;
  position: relative;
}
.z-block-test-start,
.z-block-test-content,
.z-block-test-finish {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.z-block-test-start {
  background-image: url('../../assets/images/test/start-bg.jpg');
  background-color: #262626;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-test-start__title {
  font-size: 66px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 120px;
  text-align: center;
}
.z-block-test-start__subtitle {
  font-size: 66px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 20px;
  margin-bottom: 60px;
}
.z-block-test-start__btn {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  font-weight: 200;
  font-size: 35.5px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s all ease-out;
}
.z-block-test-start__btn:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.z-block-test-content {
  z-index: 2;
  background-color: #262626;
}
.z-block-test-content__wrapper {
  padding-top: 75px;
  width: 1000px;
  margin: 0 auto;
}
.z-block-test-content__id {
  text-align: center;
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 15px;
}
.z-block-test-content__question {
  display: none;
  text-align: center;
  font-size: 25px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
}
.z-block-test-content__answers {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.z-block-test-content__answer {
  margin: 30px 0;
}
.z-block-test-content__answer-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  text-decoration: none;
  background: #585858;
  -webkit-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease-out;
  position: relative;
}
.z-block-test-content__answer-link:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.z-block-test-content__answer-link:hover:after {
  display: block;
  opacity: 0.5;
}
.z-block-test-content__answer-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
}
.z-block-test-content__answer-link:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 32.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #0087c6;
  transition: opacity 0.5s ease-out;
}
.z-block-test-content__answer-link.active:after {
  display: block;
  opacity: 1 !important;
}
.z-block-test-content__answer-link_small {
  font-size: 15px;
}
.z-block-test-content__correct {
  display: none;
}
.z-block-test-content__correct-title {
  text-align: center;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
  letter-spacing: 5px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.z-block-test-content__correct-title:before,
.z-block-test-content__correct-title:after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 0 15px;
  width: 90px;
  position: relative;
  bottom: 10px;
}
.z-block-test-content__correct-img {
  padding: 25px;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-test-content__correct-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.6);
  z-index: 2;
}
.z-block-test-content__correct-ok,
.z-block-test-content__correct-wrong {
  text-align: center;
  font-size: 36px;
  font-family: Lava,serif;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  position: relative;
  margin-bottom: 15px;
  z-index: 3;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.z-block-test-content__correct-ok {
  color: #64e859;
}
.z-block-test-content__correct-wrong {
  color: #f92413;
}
.z-block-test-content__correct-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 200;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.z-block-test-content__correct-btn {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 50px;
  line-height: 50px;
  font-weight: 200;
  font-size: 25.5px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s all ease-out;
}
.z-block-test-content__correct-btn:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.z-block-test-finish {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-test-finish__count {
  box-sizing: border-box;
  width: 1000px;
  padding-left: 210px;
  font-size: 60px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 25px;
}
.z-block-test-finish__answers {
  width: 1000px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.z-block-test-finish__answers-img {
  position: relative;
  flex: 23;
}
.z-block-test-finish__answers-img:before {
  content: '';
  display: block;
  position: absolute;
  top: -120px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
}
.z-block-test-finish__answers-img.a1:before {
  background-image: url('../../assets/images/test/result/a1.png');
  width: 191px;
  height: 562px;
}
.z-block-test-finish__answers-img.a2:before {
  background-image: url('../../assets/images/test/result/a2.png');
  width: 185px;
  height: 565px;
}
.z-block-test-finish__answers-img.a3:before {
  background-image: url('../../assets/images/test/result/a3.png');
  width: 255px;
  height: 569px;
}
.z-block-test-finish__answers-img.a4:before {
  background-image: url('../../assets/images/test/result/a4.png');
  width: 245px;
  height: 557px;
}
.z-block-test-finish__answers-text {
  padding: 50px 0 50px 50px;
  border-left: 1px solid #fff;
  font-family: Lava,serif;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  flex: 77;
}
.z-block-test-finish__social-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  margin: 75px 0 20px;
}
.z-block-test-finish__social {
  position: static;
  top: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.z-block-test-finish__btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 250px;
}
.z-block-test-finish__btn {
  display: block;
  width: 250px;
  margin-left: 50px;
  height: 40px;
  line-height: 40px;
  font-weight: 200;
  font-size: 20.5px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.75);
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease-out;
}
.z-block-test-finish__btn:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  body.mobile .z-block-test-start__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  body.mobile .z-block-test-start__subtitle {
    font-size: 36px;
    letter-spacing: 10px;
    margin-bottom: 30px;
  }
  body.mobile .z-block-test-start__btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
  }
  body.mobile .z-block-test-content__wrapper {
    padding-top: 15px;
    width: 90%;
  }
  body.mobile .z-block-test-content__id {
    font-size: 25px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-test-content__question {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-test-content__answers {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  body.mobile .z-block-test-content__answer {
    margin: 20px 0;
  }
  body.mobile .z-block-test-content__answer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 45px;
    line-height: 1;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    padding: 0 40px;
  }
  body.mobile .z-block-test-content__answer-link:before {
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  body.mobile .z-block-test-content__answer-link:after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  body.mobile .z-block-test-content__answer-link_small {
    font-size: 10px;
  }
  body.mobile .z-block-test-content__correct {
    display: none;
  }
  body.mobile .z-block-test-content__correct-img {
    padding: 15px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-test-content__correct-ok,
  body.mobile .z-block-test-content__correct-wrong {
    font-size: 26px;
    margin-bottom: 10px;
  }
  body.mobile .z-block-test-content__correct-text {
    font-size: 12px;
  }
  body.mobile .z-block-test-content__correct-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
  }
  body.mobile .z-block-test-finish__count {
    width: 100%;
    padding-left: 120px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  body.mobile .z-block-test-finish__answers {
    width: 100%;
    display: block;
  }
  body.mobile .z-block-test-finish__answers-img {
    float: left;
  }
  body.mobile .z-block-test-finish__answers-img:before {
    top: 0px;
    background-size: contain;
    width: 100px !important;
    height: 200px !important;
  }
  body.mobile .z-block-test-finish__answers-text {
    min-height: 200px;
    padding: 10px 10px 10px 20px;
    margin-left: 100px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.mobile .z-block-test-finish__social-title {
    margin: 35px 0 20px;
  }
  body.mobile .z-block-test-finish__btns {
    flex-direction: column;
    padding-left: 0px;
    margin-top: 30px;
  }
  body.mobile .z-block-test-finish__btn {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  body.mobile .z-block-test-content__answer {
    float: left;
    width: 45%;
    margin: 10px;
  }
  body.mobile .z-block-test-content__answer-link {
    height: 65px;
  }
  body.mobile .z-block-test-content__correct-img {
    min-height: 100px;
    height: auto;
    padding: 10px;
  }
  body.mobile .z-block-test-finish__count {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 5px;
  }
  body.mobile .z-block-test-finish__answers-img:before {
    width: 50px !important;
    height: 100px !important;
  }
  body.mobile .z-block-test-finish__answers-text {
    min-height: 100px;
    margin-left: 60px;
  }
  body.mobile .z-block-test-finish__social-title {
    margin: 20px 0;
  }
  body.mobile .z-block-test-finish__btns {
    flex-direction: row;
    margin-top: 20px;
  }
  body.mobile .z-block-test-finish__btn {
    margin: 0 20px;
  }
}
.z-block-dummy {
  background-image: url('../../assets/images/start/bg.jpg');
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.z-block-dummy__content {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.z-block-dummy_mobile .z-block-dummy__content {
  font-size: 40px;
}
body.mobile .z-block-dummy {
  min-height: 100%;
}
