<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?om9bxb") format("truetype"), url("../fonts/icomoon.woff?om9bxb") format("woff"), url("../fonts/icomoon.svg?om9bxb#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "î¤€";
}

.menu ul,
.pagination ul,
.btns,
.tabset-holder .tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: 500;
	margin: 0 0 1.2em;
	color: inherit;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.3px;
}

h1,
.h1 {
	color: #b20838;
	font-size: 20px;
}

h2,
.h2 {
	font-size: 19px;
	margin-bottom: 1.05em;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.1em;
}

a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #b20838;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: .65em .75em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	color: #b20838;
	font-size: 13px;
	font-weight: 500;
	font-family: "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0;
	text-decoration: none;
	padding: .65em .75em;
	background: #dcdcdc;
	border-radius: 4px;
	min-width: 99px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	letter-spacing: .5px;
	text-align: center;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #b20838;
	color: #fff;
}

.btn small,
button small,
input[type="button"] small,
input[type="reset"] small,
input[type="file"] small,
input[type="submit"] small {
	font-size: 12px;
}

html {
	height: 100%;
}

body {
	font-weight: 500;
	letter-spacing: 1px;
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.wrapper {
	overflow: hidden;
	display: table-cell;
}

.container {
	padding: 0 13px;
}

.header {
	z-index: 200;
	background: #b20838;
	color: #fff;
	position: relative;
	padding: 10px 20px;
}

.header .logo {
	text-align: center;
	display: block;
	width: 195px;
	margin: 0 auto;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.15;
}

.header .logo img {
	display: block;
	width: 195px;
	height: 25px;
}

.header a {
	color: inherit;
}

.header .btn-back {
	position: absolute;
	left: 12px;
	top: 9px;
	overflow: hidden;
	background-clip: border-box;
}

.header .btn-back .btn {
	min-width: 0;
	color: #656668;
	font-size: 13px;
	padding: 5px 4px 5px 11px;
}

.header .btn-back .btn:hover {
	background: #fff;
	color: #656668;
}

.header .btn-back:after,
.header .btn-back:before {
	width: 100px;
	height: 10px;
	background: #b20838;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
}

.header .btn-back:after {
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	margin-left: -13px;
}

.btn-menu {
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	right: 13px;
	top: 12px;
}

.btn-menu:hover {
	opacity: .9;
}

.menu-opened .btn-menu span {
	opacity: 0;
}

.menu-opened .btn-menu:before,
.menu-opened .btn-menu:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	right: auto;
	width: 24px;
	margin: -2px 0 0 -12px;
}

.menu-opened .btn-menu:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-menu span,
.btn-menu:before,
.btn-menu:after {
	background: #c2c2c2;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	margin-top: -3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	top: 3px;
	margin-top: 0;
}

.btn-menu:after {
	top: 100%;
	margin-top: -9px;
}

.btn-menu:hover span,
.btn-menu:hover:after,
.btn-menu:hover:before {
	background: #fff;
}

.menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-top: 1px solid #dcdcdc;
}

.menu-opened .menu {
	max-height: 9999px;
}

.menu-opened .menu ul {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.menu ul {
	background: rgba(178, 8, 56, .92);
	padding: 4px 17px 11px;
	font-family: "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 24px;
	letter-spacing: .7px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.menu li {
	margin-bottom: 6px;
}

.menu a {
	font-weight: 500;
}

main {
	padding: 16px 0;
}

p + .btn-holder {
	padding-top: 6px;
}

.btn-holder {
	text-align: center;
	margin: 0 0 28px;
}

.img-holder {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.img-holder img {
	max-width: 100%;
}

.footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	letter-spacing: .5px;
	background: #b20838;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

.footer .container {
	padding: 11px 14px;
}

.footer address {
	font-style: normal;
	margin: 0;
}

.footer strong {
	font-weight: 500;
}

.footer a {
	color: inherit;
}

.set-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1px auto 10px;
	max-width: 540px;
	overflow: hidden;
}

.set-area.selected,
.set-area:hover {
	text-decoration: none;
}

.set-area.selected .title em,
.set-area:hover .title em {
	color: #fff;
}

.set-area.selected .title em:before,
.set-area:hover .title em:before {
	background: #b20838;
}

.set-area .heading {
	position: relative;
	overflow: hidden;
	margin: 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.set-area .heading:after,
.set-area .heading:before {
	width: 100px;
	height: 30px;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	background: #fff;
	-webkit-transform: rotate(-56deg);
	-ms-transform: rotate(-56deg);
	transform: rotate(-56deg);
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	z-index: 10;
	margin-top: -10px;
}

.set-area .heading:after {
	margin: 0 -28px 0 0;
	-webkit-transform: rotate(56deg);
	-ms-transform: rotate(56deg);
	transform: rotate(56deg);
}

.set-area .title {
	background: #656668;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 44px;
	color: #fff;
	border-radius: 3px 0 0 3px;
	margin: 0 13px 0 0;
	padding-right: 50px;
}

.set-area .title &gt; span {
	-ms-flex-item-align: center;
	align-self: center;
	font: 500 16px/1.19 "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 0 8px 1px;
	letter-spacing: .5px;
	position: relative;
	z-index: 8;
	width: 100%;
}

.set-area .title &gt; span:after,
.set-area .title &gt; span:before {
	position: absolute;
	z-index: -1;
	right: -36px;
	top: 50%;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.set-area .title &gt; span:before {
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-width: 50px 20px;
}

.set-area .title &gt; span:after {
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #656668;
	border-top: 6px solid transparent;
	border-width: 50px 20px;
	margin-right: 5px;
}

.set-area .title &gt; span.lg {
	font-size: 20px;
}

.set-area .title em {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6;
	background: #dcdcdc;
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 40px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	color: #b20838;
	font-size: 15px;
	padding-left: 8px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.set-area .title em:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	z-index: -1;
	background: #dcdcdc;
	right: 0;
	left: 0;
	top: -100px;
	bottom: -100px;
	content: "";
}

.set-area .photo {
	height: 200px;
	line-height: 190px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.set-area .img-holder {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -100px;
}

.set-area img {
	vertical-align: top;
	height: auto;
	max-width: 56%;
}

.random-area {
	margin: 0 auto 20px;
	max-width: 540px;
	text-align: center;
}

.random-area img {
	vertical-align: top;
	max-width: 100%;
}

.promo-img {
	display: block;
	margin: 0 auto 18px;
	max-width: 435px;
}

.promo-img img {
	width: 100%;
	vertical-align: top;
}

.subtitle {
	display: block;
	text-transform: uppercase;
	font: 500 12px/1.2 "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: center;
}

.headline {
	margin-bottom: 5px;
}

.headline h1 {
	margin-bottom: .2em;
}

.headline .title {
	display: block;
	text-align: center;
}

.gallery {
	max-width: 539px;
	margin: 0 auto 12px;
}

.gallery .mask {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}

.gallery .slideset {
	width: 99999px;
}

.gallery .slide {
	float: left;
}

.gallery .btn-prev,
.gallery .btn-next {
	display: none;
}

.gallery img {
	width: 100%;
	vertical-align: top;
}

.pagination {
	font-size: 0;
}

.not-enough-slides .pagination {
	display: none;
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination li {
	margin: 0 3px;
}

.pagination li.active a {
	background: #b20838;
}

.pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background: #dcdcdc;
}

.pagination a:hover {
	background: #333;
}

.btns li {
	margin-bottom: 8px;
}

.btns .btn {
	font-size: 15px;
	min-width: 98px;
	padding: .3em .5em;
}

.btns .active .btn {
	background: #b20838;
	color: #fff;
}

.note-text {
	padding: 4px 0 18px;
	color: #000;
}

.note-text .title {
	float: left;
	margin: 0 5px 0 0;
}

.note-text .title img {
	vertical-align: top;
}

.note-text p {
	margin: 0 0 0 21px;
	padding: 5px 0 0;
}

.note-text.alt {
	padding-top: 0;
	margin-top: -7px;
}

.note-text.alt .title {
	margin-bottom: -11px;
}

.note-text.alt p {
	padding: 13px 0 0;
}

.btn-audio {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0;
	font-size: 8px;
}

.btn-audio:hover {
	text-decoration: none;
	color: #333;
}

.map {
	margin: 0 auto;
	max-width: 99%;
}

.map img {
	display: block;
	width: 100%;
}

.fish-map {
	display: block;
	margin: 25px auto 12px;
	max-width: 553px;
	position: relative;
}

.fish-map img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.fish-map [id*="text-"] {
	position: absolute;
	-webkit-transition: none;
	transition: none;
}

.fish-map [id*="text-"]:hover:before {
	background: #fff;
}

.fish-map [id*="text-"]:before {
	border: 2px solid #b20838;
	background: #b20838;
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	border-radius: 50%;
	margin-left: -6px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.fish-map [id*="text-"] img {
	display: none;
}

.fish-map [id*="text-"].active:before {
	display: none;
}

.fish-map [id*="text-"].active img {
	display: block;
}

.fish-map [id*="text-"]#text-adipose-fin {
	top: 19.9%;
	left: 81%;
}

.fish-map [id*="text-"]#text-adipose-fin.active {
	top: 19.4%;
	left: 76.9%;
	width: 14.2%;
}

.fish-map [id*="text-"]#text-anal-fin {
	top: 91.4%;
	left: 71.4%;
}

.fish-map [id*="text-"]#text-anal-fin.active {
	top: 90.4%;
	left: 66.2%;
	width: 11%;
}

.fish-map [id*="text-"]#text-barbel {
	top: 88.7%;
	left: 9.2%;
}

.fish-map [id*="text-"]#text-barbel.active {
	top: 88.7%;
	left: 4.2%;
	width: 13.1%;
}

.fish-map [id*="text-"]#text-caudal-fin {
	top: 83.9%;
	left: 93.3%;
}

.fish-map [id*="text-"]#text-caudal-fin.active {
	top: 82.8%;
	left: 84.2%;
	width: 15.2%;
}

.fish-map [id*="text-"]#text-dorsal-fin {
	top: -6px;
	left: 49.4%;
}

.fish-map [id*="text-"]#text-dorsal-fin.active {
	top: 0;
	left: 36%;
	width: 26.4%;
}

.fish-map [id*="text-"]#text-eye {
	top: 29.9%;
	left: 20.6%;
}

.fish-map [id*="text-"]#text-eye.active {
	top: 31.3%;
	left: 16.8%;
	width: 4.9%;
}

.fish-map [id*="text-"]#text-lateral-line {
	top: 42%;
	left: 70.9%;
}

.fish-map [id*="text-"]#text-lateral-line.active {
	top: 41.8%;
	left: 61.1%;
	width: 13.8%;
}

.fish-map [id*="text-"]#text-maxillary {
	top: 21.8%;
	left: 6.8%;
}

.fish-map [id*="text-"]#text-maxillary.active {
	top: 24.6%;
	left: 0;
	width: 15.9%;
}

.fish-map [id*="text-"]#text-opercle {
	top: 78.2%;
	left: 26%;
}

.fish-map [id*="text-"]#text-opercle.active {
	top: 76.2%;
	left: 16.6%;
	width: 20%;
}

.fish-map [id*="text-"]#text-pectoral-fin {
	top: 58.2%;
	left: 57.8%;
}

.fish-map [id*="text-"]#text-pectoral-fin.active {
	top: 59%;
	left: 56%;
	width: 20%;
}

.fish-map [id*="text-"]#text-pelvic-fin {
	top: 92.4%;
	left: 35.2%;
}

.fish-map [id*="text-"]#text-pelvic-fin.active {
	top: 94%;
	left: 33.5%;
	width: 22%;
}

.fish-map [id*="text-"]#text-scales {
	top: 36.2%;
	left: 43.2%;
}

.fish-map [id*="text-"]#text-scales.active {
	top: 37.2%;
	left: 41.5%;
	width: 10.8%;
}

.fish-map [id*="text-"]#text-spines {
	top: 28.2%;
	left: 39.3%;
}

.fish-map [id*="text-"]#text-spines.active {
	top: 27.8%;
	left: 36.2%;
	width: 10%;
}

.fish-map [id*="text-"]#text-soft-rays {
	top: 32.8%;
	left: 53.8%;
}

.fish-map [id*="text-"]#text-soft-rays.active {
	top: 32%;
	left: 51%;
	width: 8.5%;
}

.map-nav {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 17px 16px 0;
}

.map-nav li {
	text-align: center;
	margin-bottom: 6px;
}

.map-nav .btn {
	font-size: 18px;
	padding: .2em .3em;
}

.tabset-holder {
	text-align: center;
	margin: 10px 0 17px;
}

.tabset-holder .holder {
	display: inline-block;
	vertical-align: top;
	z-index: 20;
	position: relative;
}

.tabset-holder.active .opener:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tabset-holder .opener {
	position: relative;
	display: block;
	vertical-align: top;
	font-weight: 500;
	font-family: "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	background: #dcdcdc;
	min-width: 140px;
	padding: 2px 30px 4px 20px;
	border-radius: 4px;
}

.tabset-holder .opener:before {
	position: absolute;
	right: 8px;
	top: 8px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #b20838;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
	border-width: 13px 8px;
}

.tabset-holder .opener small {
	letter-spacing: 0;
	font-size: 15px;
}

.tabset-holder .opener small:before {
	content: "- ";
}

.tabset-holder .opener:hover {
	text-decoration: none;
	background: #b20838;
	color: #fff;
}

.tabset-holder .opener:hover:before {
	border-top-color: #fff;
}

.tabset-holder .tabset {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabset-holder .tabset li {
	width: 100%;
	margin-top: 5px;
}

.tabset-holder .tabset li.active a {
	background: #b20838;
	color: #fff;
}

.tabset-holder .tabset a {
	border-radius: 4px;
	display: block;
	background: #dcdcdc;
	padding: 2px 5px;
	font-family: "futura-pt-condensed", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	min-height: 40px;
	line-height: 32px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.tabset-holder .tabset a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.tabset-holder .tabset a:hover {
	background: #b20838;
	color: #fff;
	text-decoration: none;
}

.tabset-holder .tabset a small {
	letter-spacing: 0;
	display: block;
	font-size: 15px;
}

.tab-content {
	text-align: center;
}

.tab-content h2 {
	font-weight: bold;
	text-transform: none;
	text-align: left;
	font-family: inherit;
}

.tab-content img {
	vertical-align: top;
}

.tab-content .red-line {
	margin: 29px -13px 24px;
	background: #ba2f3a;
}

.tab-content .red-line.last {
	margin-bottom: -15px;
}

.tab-content .tab {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.tab-content .tab.active {
	opacity: 1;
}

.js-tab-hidden {
	display: block;
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.ath-viewport * {
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0, 0, 0, .6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: .7em .6em;
	width: 18em;
	background: #eee;
	background-size: 100% auto;
	box-shadow: 0 .2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: .8em;
	line-height: 1.3em;
	display: block;
	margin-top: .5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: .7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet {
	right: .4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */

.ath-container:before {
	content: "";
	position: relative;
	display: block;
	float: right;
	margin: -.7em -.6em 0 .5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255, 255, 255, .8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -.7em .5em 0 -.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}

/* applied only if the application icon is shown */

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image: url(data:image/png;base64,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);
	margin-top: -.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image: url(data:image/png;base64,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);
	margin-bottom: .4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 .1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: "";
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	box-shadow: .2em .2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: "";
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto .2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 rgba(255, 255, 255, .5);
	margin: 0 auto .4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: .4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin-bottom: .8em;
	}

	h2,
	.h2 {
		margin-bottom: 1.25em;
	}

	p {
		margin: 0 0 1.2em;
	}

	.btn small,
	button small,
	input[type="button"] small,
	input[type="reset"] small,
	input[type="file"] small,
	input[type="submit"] small {
		font-size: 22px;
	}

	.menu ul {
		padding: 4px 14px 10px;
	}

	p + .btn-holder {
		padding-top: 14px;
	}

	.set-area {
		margin: 5px auto;
	}

	.set-area .title {
		padding-right: 93px;
		min-height: 81px;
	}

	.set-area .title &gt; span {
		font-size: 29px;
		padding: 0 16px;
		letter-spacing: 1px;
	}

	.set-area .title &gt; span:after,
	.set-area .title &gt; span:before {
		right: -56px;
	}

	.set-area .title &gt; span:before {
		border-width: 100px 40px;
	}

	.set-area .title &gt; span:after {
		margin-right: 10px;
		border-width: 100px 40px;
	}

	.set-area .title &gt; span.lg {
		font-size: 37px;
	}

	.set-area .title em {
		font-size: 29px;
		width: 76px;
		padding-left: 19px;
	}

	.set-area .photo {
		width: 100%;
		height: 363px;
		line-height: 355px;
	}

	.set-area .img-holder {
		margin: 0;
	}

	.set-area img {
		max-width: 100%;
	}

	.promo-img {
		margin: 0 auto 26px;
	}

	.subtitle {
		font-size: 18px;
	}

	.headline {
		margin: 0 0 12px;
	}

	.headline h1 {
		font-size: 37px;
		margin: -4px 0 4px;
	}

	.gallery {
		margin-bottom: 22px;
	}

	.gallery .mask {
		margin-bottom: 23px;
	}

	.pagination li {
		margin: 0 5px;
	}

	.pagination a {
		width: 8px;
		height: 8px;
	}

	.btns {
		padding: 10px 0 13px;
	}

	.btns li {
		margin-bottom: 10px;
	}

	.btns .btn {
		font-size: 28px;
		min-width: 181px;
		padding: .35em .5em;
	}

	.descr {
		font-size: 17px;
		line-height: 1.2;
	}

	.note-text {
		font-size: 17px;
		padding: 13px 0 15px;
	}

	.note-text .title {
		margin: 0 13px 0 0;
	}

	.note-text p {
		padding: 20px 0 0;
		margin-left: 35px;
	}

	.note-text.alt {
		margin-top: -2px;
	}

	.note-text.alt p {
		padding: 31px 0 0;
		margin-left: 50px;
	}

	.btn-audio {
		font-size: 14px;
		margin: 4px 0 0 1px;
	}

	.map {
		max-width: 453px;
		padding-top: 6px;
	}

	.fish-map {
		margin: 39px auto 18px;
	}

	.fish-map [id*="text-"]:before {
		width: 22px;
		height: 22px;
		margin-left: -11px;
	}

	.map-nav {
		padding: 32px 0 0;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.map-nav li {
		margin-bottom: 13px;
	}

	.map-nav .btn {
		font-size: 33px;
		padding: .16em .3em;
	}

	.tabset-holder {
		margin: -3px 0 33px;
	}

	.tabset-holder .holder {
		display: block;
	}

	.tabset-holder .opener {
		display: none;
	}

	.tabset-holder .tabset {
		opacity: 1 !important;
		position: static !important;
		width: 100%;
		margin: 0;
		left: auto;
		top: auto;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.tabset-holder .tabset li {
		width: auto;
	}

	.tabset-holder .tabset a {
		font-size: 19px;
		padding: 2px 10px;
		min-width: 103px;
		min-height: 47px;
		line-height: 38px;
	}

	.tabset-holder .tabset a small {
		font-size: 14px;
	}

	.tab-content .red-line {
		margin: 22px -13px 51px;
	}

	.tab-content .red-line.last {
		margin-bottom: -14px;
	}
}

</pre></body></html>