@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
    margin: 0;
}

/** Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
}

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bolder;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
    /* 1 */
    overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
    display: block;
}

/* Add the correct display in all browsers. */
summary {
    display: list-item;
}

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
    display: inline-block;
}

/** Add the correct display in IE. */
template {
    display: none;
}

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'BonvenoCFLight';
    src: url('../fonts/BonvenoCF-Light-webfont.eot');
    src: url('../fonts/BonvenoCF-Light-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/BonvenoCF-Light-webfont.woff') format('woff'),
        url('../fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
        url('../fonts/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rage';
    src: url('../fonts/RAGE.TTF');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    color: #33ccff;
    font-family: 'rage';
    background-color: #635863;
    font-family: 'Arial Unicode MS';
    display: block;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #33ccff;
    cursor: pointer;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.p50 {
    padding: 50px;
}

.pt50 {
    padding-top: 50px;
}

.mw50p {
    max-width: 50px;
}

.mw150p {
    max-width: 150px;
}

.safari_fix {
    min-height: 1px;
}

body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
}

header {
    background: #001839;
    min-height: 152px;
    position: relative;
}

article {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDYwYTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzU5OTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(
        linear,
        50% 100%,
        50% 0%,
        color-stop(25%, #0060a0),
        color-stop(100%, #3c5998)
    );
    background: -moz-linear-gradient(bottom, #0060a0 25%, #3c5998 100%);
    background: -webkit-linear-gradient(bottom, #0060a0 25%, #3c5998 100%);
    background: linear-gradient(to top, #0060a0 25%, #3c5998 100%);
    border-bottom: 40px solid #001839;
    position: relative;
}

footer {
    background: #635863;
    border-top: 2px solid #c80000;
    position: relative;
}

.karkas {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

.plug {
    font-size: 4em;
    font-family: 'BonvenoCFLight';
    text-shadow: 2px 2px 2px #123;
}

.login {
    position: absolute;
    top: 0;
    right: 10px;
    color: #768488;
    background: #591959;
    border: 1px solid #768488;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 26px;
    z-index: 94;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
}
.login input {
    padding-bottom: 3px;
}
.login button {
    border-radius: 3px;
    padding: 0 5px;
    margin: 5px;
}
.login button:hover {
    color: #f0dee9;
    background: #9576d4;
}

.login_act,
.login_out,
.login button {
    cursor: pointer;
}

#header {
    position: relative;
    z-index: 90;
    width: 100%;
    top: 0px;
    height: 150px;
}

#bglogo {
    z-index: -1;
    position: absolute;
    z-index: 80;
    left: 1px;
    top: 2px;
    max-width: 99%;
}

#logo {
    position: absolute;
    z-index: 91;
    left: 15px;
    top: 50px;
}

#slogan {
    position: absolute;
    right: 0px;
    color: #178dfc;
    top: 30px;
    right: 9px;
    font-size: 2em;
}

#head_news {
    color: #178dfc;
    position: absolute;
    bottom: 42px;
    right: 280px;
    font-size: 14px;
}

#head_news_form {
    position: absolute;
    top: 90px;
    right: 10px;
    width: 250px;
    z-index: 110;
    display: -webkit-flex;
    display: flex;
}

#serch {
    border-radius: 2px;
    height: 20px;
    width: 100%;
    padding: 0 58px 0 5px;
    font-size: 9px;
    background-color: #afd4e4;
    border: 1px solid;
    color: #6f6f6f;
}

#submit {
    border-radius: 3px;
    background-color: #c41a1d;
    font-size: 7px;
    position: absolute;
    right: 7px;
    top: 3px;
    height: 14px;
    -moz-box-shadow: 1px 1px 2px #1d1d1d;
    -webkit-box-shadow: 1px 1px 2px #1d1d1d;
    box-shadow: 1px 1px 2px #1d1d1d;
    padding: 2px 5px 2px 5px;
    color: #b8dbd2;
    border: none;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNkYjAwMTQiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzgyMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(35%, #db0014),
        color-stop(65%, #820000)
    );
    background: -moz-linear-gradient(#db0014 35%, #820000 65%);
    background: -webkit-linear-gradient(#db0014 35%, #820000 65%);
    background: linear-gradient(#db0014 35%, #820000 65%);
    font-weight: 900;
    letter-spacing: 1.5px;
    cursor: pointer;
    -moz-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    transition: box-shadow 1s;
}
#submit:hover {
    -moz-box-shadow: 2px 2px 3px #1d1d1d;
    -webkit-box-shadow: 2px 2px 3px #1d1d1d;
    box-shadow: 2px 2px 3px #1d1d1d;
}

.hov:hover {
    color: #d4dbdd;
}

header nav.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
    position: absolute;
    line-height: 25px;
    color: #91cebf;
    right: 10px;
    bottom: 10px;
    list-style: none;
    cursor: pointer;
    z-index: 92;
}
header nav.menu > * {
    border-left: 1px solid #91cebf;
    padding: 0 10px;
    font-size: 12px;
    line-height: 12px;
}
header nav.menu > :first-child {
    border-left: none;
}

.header_link {
    font-size: 12px;
    color: #91cebf;
    letter-spacing: 1.5px;
}
.header_link:hover {
    color: #d4dbdd;
}

#pools {
    position: relative;
    right: 20px;
    background-color: rgba(0, 33, 76, 0.9);
    max-width: 1050px;
    min-height: 190px;
    z-index: 92;
    color: #91cebf;
    font-size: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#pools .phone {
    text-align: right;
    padding-right: 5px;
}
#pools .correct {
    margin-top: -6px;
    padding: 0 12px;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-column > * {
    display: block;
    padding-bottom: 5px;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flx_jspar {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.artpp {
    color: #33ccff;
    font-size: 14px;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.artp {
    border-bottom: 1px solid #91cebf;
    line-height: 25px;
    color: #91cebf;
    font-size: 11px;
    max-width: 100vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.pool,
.pool_active {
    border-bottom: 1px solid transparent;
    text-align: center;
    padding: 0 7px;
    -moz-transition: border-bottom 300ms;
    -o-transition: border-bottom 300ms;
    -webkit-transition: border-bottom 300ms;
    transition: border-bottom 300ms;
}
.pool:hover,
.pool_active:hover {
    border-bottom: 1px solid #d4dbdd;
    color: #d4dbdd;
}

.pool_active {
    border-bottom: 1px solid #d4dbdd;
    color: #d4dbdd;
}

#content {
    position: relative;
    min-height: 550px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwNjBhMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjQ1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(
        linear,
        50% 100%,
        50% 0%,
        color-stop(5%, #0060a0),
        color-stop(100%, #002455)
    );
    background: -moz-linear-gradient(bottom, #0060a0 5%, #002455 100%);
    background: -webkit-linear-gradient(bottom, #0060a0 5%, #002455 100%);
    background: linear-gradient(to top, #0060a0 5%, #002455 100%);
}

article #jq_content {
    width: 100%;
    margin-top: -5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#pool_photo {
    position: relative;
    max-width: 543px;
    z-index: 90;
    margin-right: 15px;
}
#pool_photo > img {
    width: 544px;
}

.about_specification_text {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    overflow: scroll;
    opacity: 0;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    -moz-transition: opacity 0.8s, background;
    -o-transition: opacity 0.8s, background;
    -webkit-transition: opacity 0.8s, background;
    transition: opacity 0.8s, background;
}

#pool_photo:hover .about_specification_text {
    opacity: 1;
    z-index: 91;
}

#preview {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 92;
    height: 30px;
    padding: 0 5px;
    background: rgba(0, 33, 76, 0.9);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: stretch;
    align-content: stretch;
}

img.preview_pool {
    margin: 3px 4px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}
img.preview_pool:hover {
    opacity: 0.7;
}

#about {
    position: relative;
    z-index: 93;
    color: #91cebf;
    font: Arial, sans-serif;
    line-height: 30px;
    margin: 0 10px;
    width: 100%;
}

#about_caption {
    color: #fdfd88;
    font-size: 24px;
    font-weight: lighter;
}

.about_info {
    margin-top: -362px;
}

#project {
    position: relative;
    right: 0px;
    height: 362px;
    z-index: -1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#project_side {
    padding: 0 15px 40px 0;
}

#about_caption span {
    font-size: 17px;
    font-weight: normal;
}

#about p {
    line-height: 23px;
}
#about .brand {
    margin-top: 150px;
    font-size: 10px;
}
#about .buy {
    margin-top: -10px;
    font-size: 10px;
}
#about strong {
    font-weight: normal;
}

.about_specification {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwMTgzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(
        linear,
        0% 50%,
        100% 50%,
        color-stop(5%, #001839),
        color-stop(100%, rgba(0, 0, 0, 0))
    );
    background: -moz-linear-gradient(left, #001839 5%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(
        left,
        #001839 5%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(to right, #001839 5%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 2px;
    max-width: 230px;
    height: 25px;
    color: #91cebf;
    cursor: pointer;
    display: -webkit-block;
    display: block;
}
.about_specification:hover {
    color: #d4dbdd;
}

#pagi {
    position: relative;
    margin: 10px 0 -36px 0;
    width: 100%;
    z-index: 120;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#pagi > * {
    padding: 0 5px;
}

#news {
    position: relative;
    color: #fdfd88;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 50px 5px 20px 0;
}
#news .news_info {
    text-align: right;
    position: relative;
    right: 30px;
}
#news .gold_row {
    width: 50px;
    position: absolute;
    top: 33px;
    right: 150px;
    height: 2px;
    background: #fdfd88;
}
#news h2 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}
#news .text {
    position: relative;
    font-weight: lighter;
    top: -10px;
    font-size: 17px;
    letter-spacing: -0.4px;
}

#news1 {
    position: relative;
    right: 320px;
    margin-top: -50px;
}

#news2 {
    position: relative;
    left: -600px;
    margin-top: -200px;
}

#news3 {
    position: relative;
    left: -530px;
    margin-top: 10px;
}

#news4 {
    position: relative;
    right: 20px;
    margin-top: -415px;
}

#page_about {
    background-image: url(../img/about.png);
    background-size: cover;
    background-position: right;
    width: 100%;
    position: relative;
}

#divabout {
    position: relative;
    left: 65px;
    max-width: 450px;
    min-height: 772px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 90;
}

#text {
    color: #00aeff;
    padding: 100px 16px 0 16px;
    text-align: justify;
    text-indent: 20px;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
#text h1 {
    color: #fdfd88;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

#bottom {
    background-color: #635863;
    max-width: 1119px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #91cebf;
    letter-spacing: 1px;
    padding: 10px;
    position: relative;
}
#bottom > div {
    min-height: 135px;
    padding: 0 15px;
    -webkit-box-flex: 1;
    flex: 1;
    border-right: 1px solid #b39db3;
}

.bot_correct > * {
    margin: 1px;
    -webkit-box-flex: 1;
    flex: 1;
}

#bottom > div:last-child {
    -webkit-box-flex: 2;
    flex: 2;
    border-right: none;
}
#bottom > div > p:first-child {
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.flex-row > div.flex-column {
    padding-right: 10px;
}

.design {
    position: absolute;
    right: 5px;
    bottom: -10px;
    font-size: 0.6em;
    font-family: Arial Unicode MS;
    font-weight: lighter;
}

.link {
    color: #33ccff;
    font-size: 12px;
    display: inline;
    font-weight: lighter;
    cursor: pointer;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.link:hover {
    color: #e8ebf5;
}

#contact {
    position: relative;
    background: url('../img/contact_bottom.png') 0 0 no-repeat;
    background-position: bottom right;
    background-size: 100%;
    max-width: 799px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#contact:hover .modal_window {
    -webkit-box-align: start;
    align-items: flex-start;
}

#contact_close {
    position: fixed;
    top: -10px;
    left: 10px;
    font-size: 50px;
    color: #00aeff;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
}
#contact_close:hover {
    text-decoration: none;
    opacity: 0.9;
}

#contact_logo {
    position: absolute;
    bottom: 20px;
    right: 120px;
}

#contact_subject {
    color: #fdfd88;
    font-size: 24px;
    font-weight: lighter;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #91cebf;
}

#contact .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 0 10px;
}

#contact_text {
    width: 330px;
    height: 450px;
    text-align: right;
    color: #33ccff;
    line-height: 22px;
    font-size: 14px;
    overflow: auto;
}
#contact_text h1,
#contact_text h2 {
    color: #91cebf;
    font-weight: lighter;
    text-align: left;
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#contact_text h1 {
    font-size: 16px;
    padding: 0 0 5px 0;
    background-image: url('../img/contact_bg_h1.png');
}
#contact_text h2 {
    font-size: 13px;
    padding: 0 0 3px 0;
    background-image: url('../img/contact_bg_h2.png');
}

.modal_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.modal_window {
    position: fixed;
    top: 0;
    left: 0;
    color: #91cebf;
    border: 2px solid #000;
    border-radius: 6px;
    min-width: 100vw;
    height: 100%;
    z-index: 995;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjBhMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDI0NTUiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(
        linear,
        50% 100%,
        50% 0%,
        color-stop(0%, rgba(0, 96, 160, 0.8)),
        color-stop(100%, rgba(0, 36, 85, 0.8))
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 96, 160, 0.8) 0%,
        rgba(0, 36, 85, 0.8) 100%
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 96, 160, 0.8) 0%,
        rgba(0, 36, 85, 0.8) 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 96, 160, 0.8) 0%,
        rgba(0, 36, 85, 0.8) 100%
    );
    -moz-box-shadow: 0 0 14px #123;
    -webkit-box-shadow: 0 0 14px #123;
    box-shadow: 0 0 14px #123;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.modal_window img {
    max-width: 100%;
}
.modal_window fieldset {
    margin: 15px;
    max-width: 600px;
    border: 0;
    text-shadow: 2px 2px 2px #123;
}
.modal_window legend {
    color: #fdfd88;
    font-size: 20px;
    font-weight: bold;
}
.modal_window input[type='text'] {
    width: 90%;
    display: block;
}
.modal_window textarea {
    width: 99%;
    height: 200px;
}
.modal_window input {
    padding: 4px;
    margin: 0 0 4px;
    font-size: 16px;
    border: 1px solid #123;
    border-radius: 6px;
    -moz-box-shadow: inset 1px 2px 4px #789;
    -webkit-box-shadow: inset 1px 2px 4px #789;
    box-shadow: inset 1px 2px 4px #789;
}

.preloader {
    background: rgba(255, 255, 255, 0.4);
    background-size: cover;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
.preloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.modal_bg {
    background-image: url('../img/contact_bottom.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 194px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.modal_close_btn {
    position: absolute;
    top: 0;
    right: 4px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.modal_close_btn:before {
    position: relative;
    top: -1px;
    content: 'Закрыть';
    text-transform: uppercase;
    font-size: 10px;
}

#modal_text_about {
    max-height: 90vh;
    max-width: 600px;
    text-indent: 20px;
    text-align: justify;
    padding: 20px 10px 50px 10px;
}

.pools_about_table {
    max-width: 90%;
    margin: 0 auto;
	max-height: 95vh;
	overflow: auto;
    padding: 10px;
    background-color: #d8e1eb;
    color: #211d33;
    display: block;
    box-sizing: border-box;
    table-layout: fixed;
    white-space: pre-wrap;
    word-wrap: break-all;
}
.pools_about_table .text {
    word-break: break-all;
    word-break: break-word;
}

label {
    width: 90%;
    display: block;
}

textarea {
    border: 1px solid #123;
    border-radius: 6px;
    padding: 4px;
    margin: 0 0 4px;
    -webkit-box-shadow: inset 1px 2px 4px #789;
    box-shadow: inset 1px 2px 4px #789;
    font-size: 16px;
}

.modal_window input[type='submit'] {
    margin: 4px 0;
    padding: 4px;
    border: 1px solid #123;
    -webkit-box-shadow: inset -2px -1px 3px #345, inset 1px 1px 3px #bcf,
        1px 2px 4px #789;
    box-shadow: inset -2px -1px 3px #345, inset 1px 1px 3px #bcf,
        1px 2px 4px #789;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNkYjAwMTQiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzgyMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(35%, #db0014),
        color-stop(65%, #820000)
    );
    background: -moz-linear-gradient(#db0014 35%, #820000 65%);
    background: -webkit-linear-gradient(#db0014 35%, #820000 65%);
    background: linear-gradient(#db0014 35%, #820000 65%);
    color: #b8dbd2;
    text-shadow: 0 0 1px #9f8989;
    -webkit-transition: 1.5s all;
    transition: 1.5s all;
}
.modal_window input[type='submit']:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNlODc3ODIiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzVlMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(35%, #e87782),
        color-stop(65%, #5e1a1a)
    );
    background: -moz-linear-gradient(#e87782 35%, #5e1a1a 65%);
    background: -webkit-linear-gradient(#e87782 35%, #5e1a1a 65%);
    background: linear-gradient(#e87782 35%, #5e1a1a 65%);
}

.pools_about_table tr:nth-child(2n) {
    background: rgba(105, 148, 165, 0.3);
}

.container {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.carousel {
    position: relative;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel .item > img {
    display: block;
    line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}
.carousel .active {
    left: 0;
}
.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel .next {
    left: 100%;
}
.carousel .prev {
    left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
    left: 0;
}
.carousel .active.left {
    left: -100%;
}
.carousel .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 23px;
    color: #00aeff;
    text-align: center;
    background: #001839;
    border: 0px solid #ffffff;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.right {
    right: 15px;
    left: auto;
}
.carousel-control:hover {
    color: #00aeff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#shop {
    position: relative;
    display: table;
    width: 1140px;
    border-radius: 5px;
    margin: 40px auto;
    background-color: #f9f9f9;
    overflow: hidden;
    z-index: 91;
}

.gold {
    color: #fdfd88;
    font-size: 24px;
    font-weight: lighter;
}

.shop_black {
    color: #282828;
}

.shop_blue {
    color: #1388f5;
}

.blue_line {
    background: url('../img/shop_line_blue.png') 0 75% no-repeat;
}

.shop_text {
    position: relative;
    top: 20px;
    width: 100%;
}
.shop_text .gold {
    position: relative;
    left: 150px;
}

#shop_caption {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #91cebf;
    line-height: 50px;
    padding-left: 30px;
}

#catalog_list {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 20px;
    font-size: 0.7em;
}

#shop_menu {
    border-right: 1px solid #91cebf;
    border-radius: 0 5px;
    background: #f9f9f9;
    background: radial-gradient(
        circle closest-corner at 100% 500px,
        #ffffff,
        #e9e9e9
    );
    width: 250px;
    float: left;
    padding-bottom: 20010px;
    margin-bottom: -20000px;
}
#shop_menu ul {
    list-style: none;
}
#shop_menu a {
    color: #282828;
}

.shop_li {
    background: url('/img/shop_menu_buttom.png') 5px 50% no-repeat;
    padding: 5px 0 5px 50px;
    line-height: 20px;
    margin: 10px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.shop_li:hover {
    padding: 5px 0 5px 60px;
}

.shop_list {
    position: relative;
}
.shop_list:after {
    content: ' ';
    position: absolute;
    top: 10px;
    right: 0.7em;
    border: 5px solid;
    border-color: transparent transparent transparent #a5a7b4;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.shop_list:hover::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.menu_drop {
    position: absolute;
    width: 100%;
    left: 100%;
    top: -9999em;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    z-index: 110;
    border-left: 10px solid #88acb9;
    background: #f9f9f9;
    background: radial-gradient(
        circle closest-corner at 50% 50%,
        #ffffff,
        #e9e9e9
    );
    font-size: 0.7em;
}

.shop_list:hover .menu_drop {
    opacity: 1;
    top: -100%;
}

#catalog {
    width: 889px;
    overflow-x: auto;
}
#catalog table {
    min-width: 100%;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0px 11px;
    margin: 3px;
    font-size: 11px;
}
#catalog th,
#catalog td {
    border: 1px solid grey;
    padding: 0 3px;
}
#catalog tr:hover {
    background-color: #cae3f8;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    color: #19196e;
}

#shop_book {
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #91cebf;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pages {
    margin: 0 auto;
    display: table;
}

.page {
    float: left;
    padding: 10px;
    letter-spacing: 2px;
    font-size: 0.8em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
}
.page:hover {
    color: #0060a0;
    opacity: 1;
}

.in_cart {
    position: absolute;
    right: 0;
    top: -35px;
    width: 200px;
    height: 30px;
    background-color: #0a3e87;
    border-radius: 5px;
    color: #91cebf;
    padding-left: 27px;
    line-height: 30px;
    white-space: nowrap;
    letter-spacing: -1px;
}
.in_cart:after {
    content: ' ';
    background: url(img/cart.png) 0 0 no-repeat;
    position: absolute;
    left: 5px;
    top: 9px;
    width: 14px;
    height: 14px;
}

table.incart {
    border: 1px solid #294e81;
    background: #e3eff8;
    min-width: 400px;
    border-radius: 5px;
    margin: 5px;
    overflow-x: auto;
    color: #0a3e87;
}
table.incart tr:nth-child(even) {
    background-color: #c0d6e7;
}
table.incart caption {
    color: #e3eff8;
}

.h2ocorrect {
    border-bottom: none;
    position: relative;
}
.h2ocorrect .karkas {
    position: relative;
    margin-top: -154px;
}

.h2o {
    position: relative;
    background: url(/img/h2o_bg_myH2O.png) 0 0 no-repeat;
    min-height: 705px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}
.h2o .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}
.h2o .logo {
    line-height: 35px;
    color: #7effd4;
    padding-right: 5px;
    text-align: right;
    font-size: 2.5em;
}
.h2o .phone {
    color: #7effd4;
    text-shadow: 2px 2px 2px #123;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    justify-content: flex-end;
    z-index: 1;
}
.h2o #head_news_form {
    position: relative;
    top: 2px;
    right: 5px;
    padding-left: 10px;
}

.logo .span2 {
    font-family: 'Century Gothic';
    font-size: 25px;
    color: #fff;
}

.h2o .info {
    position: relative;
    margin-top: 43px;
    right: 176px;
    color: #33ccff;
    line-height: 40px;
    font-size: 32px;
    width: 483px;
    text-align: center;
    font-family: 'Arial';
    font-weight: bold;
    letter-spacing: 1.2px;
}

.info .nh {
    font-weight: 100;
    font-family: 'Century Gothic';
}

.h2o nav,
.h2o ul {
    letter-spacing: 1.5px;
    position: relative;
    margin-right: 5px;
    color: #91cebf;
    list-style: none;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    flex-flow: row wrap;
}

.header .menu {
    margin-top: 20px;
}

.h2o > .menu {
    margin-top: 70px;
}
.h2o .menu {
    color: #91cebf;
    list-style: none;
    cursor: pointer;
    z-index: 91;
}
.h2o .menu > * {
    display: inline-block;
    border-left: 1px solid #91cebf;
    padding: 0 10px;
    font-size: 12px;
}
.h2o .menu > :first-child {
    border-left: none;
}
.h2o .menu_list {
    position: relative;
}
.h2o li {
    padding: 0 5px;
    border-left: 1px solid #91cebf;
}
.h2o li:first-child {
    border-left: none;
}
.h2o .menu_list:hover .menu_drop2 {
    opacity: 1;
    left: 0;
}
.h2o .menu_list:after {
    content: ' ';
    border: 4px solid;
    border-color: transparent transparent #a5a7b4 transparent;
    position: absolute;
    top: -9px;
    left: 1em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.h2o .menu_list:hover:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.h2o .menu_drop2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    bottom: 100%;
    border-bottom: 10px solid transparent;
    overflow: hidden;
    left: 1000em;
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    z-index: 110;
    min-width: 200px;
    font-size: 0.8em;
}
.h2o .menu_drop2 a {
    width: 100%;
    padding-left: 30px;
    display: block;
}

.menu_drop2 a:after {
    content: 'AP';
    font-family: 'rage';
    position: absolute;
    left: 5px;
    color: #aaebdb;
    padding-top: 2px;
}
.menu_drop2 a:hover {
    color: #c3efe4;
    padding-left: 40px;
}
.menu_drop2 li {
    border: none;
    line-height: 20px;
}

.h2o .menu a {
    -webkit-transition: 0.5s all;
    -webkit-transition: 0.5s opacity move;
    transition: 0.5s opacity move;
}
.h2o a:hover {
    color: #00d9ff;
}

#h2o_book {
    position: relative;
    margin-top: 35px;
    right: 80px;
    width: 414px;
    height: 375px;
    text-align: center;
}

img.h2o_book {
    position: relative;
    height: 375px;
}

.h2o .addition_info {
    color: #fff;
    position: absolute;
    top: -1.5em;
    right: 0;
    font-size: 0.6em;
}
.h2o .cost {
    color: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 0.6em;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border: 1px solid #fff;
    border-radius: 10%;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#h2o_preview {
    position: absolute;
    right: 10px;
    padding: 3px 10px;
    bottom: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.h2o_preview {
    height: 30px;
}

.h20_children {
    position: absolute;
    top: 110px;
    left: 20px;
}

.h2o_biglogo {
    position: absolute;
    top: 20px;
    left: 80px;
}

.h2o .tm {
    position: absolute;
    top: 40px;
    left: 450px;
    color: #47daff;
    font-family: 'BonvenoCFLight';
    font-weight: bolder;
    font-size: 1.5em;
}
.h2o .grad1 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(25%, #3f33a6),
        to(#052a5e)
    );
    background: linear-gradient(to right, #3f33a6 25%, #052a5e 100%);
}

.menu_drop2 li {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(25%, #3f33a6),
        to(#052a5e)
    );
    background: linear-gradient(to right, #3f33a6 25%, #052a5e 100%);
}

.h2o .grad2 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(25%, #8e2492),
        to(#241f61)
    );
    background: linear-gradient(to right, #8e2492 25%, #241f61 100%);
}

.ap_font_style {
    font-family: 'rage';
    color: #7effd4;
}

.white {
    color: white;
}

.mh300 {
    min-height: 300px;
}

.mw25p {
    min-width: 25%;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}

.smol {
    font-size: 6px;
}

.op0 {
    opacity: 0;
}

.posa {
    position: absolute;
}

.cursp {
    cursor: pointer;
}

.active_jq {
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.active_jq:hover {
    color: #e8ebf5;
    opacity: 1;
}

@media all and (max-width: 1050px) {
    article #jq_content {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    article #about {
        max-width: 550px;
    }
    article #about > * {
        padding: 0 5px;
    }
    #pool_photo {
        padding: 0 5px;
    }
    article #news {
        width: 500px;
        -webkit-box-align: stretch;
        align-items: stretch;
        width: 500px;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    article #news1 {
        left: 0px;
        margin-top: 0px;
        padding: 5px;
        -webkit-box-flex: 1;
        flex: 1;
    }
    #news2,
    #news3,
    #news4 {
        left: 0px;
        margin-top: 0px;
        padding: 5px;
        -webkit-box-flex: 1;
        flex: 1;
    }
    .modal_window {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .pools_about_table {
        max-width: 100%;
        font-size: 0.7rem;
    }
    .pools_about_table .text {
        word-break: break-all;
        word-break: break-word;
    }
}
@media all and (max-width: 800px) {
    header .karkas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    header #logo {
        width: 100px;
    }
    header #header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    header #header > #slogan {
        font-size: 1.5em;
    }
    article #pools,
    #pool_photo,
    #project,
    #preview,
    #about {
        position: relative;
        right: 0px;
        top: 0px;
    }
    article #project > * {
        max-width: 90vw;
    }
    article #jq_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .h2o > .menu {
        width: 100%;
        margin-right: 0;
        justify-content: space-around;
    }
    .h2o > .menu li {
        border: none;
    }
    .h2o .phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: end;
        align-items: flex-end;
        width: 100%;
    }
    .h2o .info {
        width: 100%;
        right: 0px;
        opacity: 0.9;
        margin-top: 10px;
    }
    .carousel-inner > .item > * {
        width: 500px;
    }
    #contact .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    #contact_logo {
        right: 60px;
        width: 75px;
    }
}
@media all and (max-width: 550px) {
    article #pool_photo {
        margin-right: 0px;
    }
    article #pool_photo > img {
        max-width: 100vw;
    }
    article #news {
        width: 100%;
    }
    article #news > img {
        max-width: 100%;
        margin: 0 5px 5px 10px;
    }
    article #news .news_info {
        right: 5px;
    }
    .h2o > .header {
        width: 100%;
    }
    .h2o > .header .menu {
        width: 100%;
        margin-right: 0;
        justify-content: space-around;
    }
    .h2o > .header .menu li {
        border: none;
    }
    .h2o #h2o_book {
        width: 100%;
        margin: 20px 5px;
        right: 0;
    }
    article #about,
    #project {
        max-width: 100vw;
    }
    article #divabout {
        left: 0;
        max-width: 100%;
        margin: 0 10px;
    }
    article #text {
        padding-top: 50px;
    }
}
@media all and (max-width: 470px) {
    header {
        overflow: hidden;
    }
    header .login {
        position: relative;
        right: 0;
        font-size: 1em;
    }
    header #header {
        font-size: 0.8em;
        margin-top: -25px;
    }
    header #head_news {
        position: absolute;
        right: 10px;
        bottom: 68px;
    }
    header nav.menu {
        flex-flow: column;
        -webkit-box-align: stretch;
        align-items: stretch;
        text-align: center;
        position: relative;
        right: 0px;
        margin-top: -15px;
    }
    header nav.menu > * {
        border-left: none;
        font-size: 1em;
        margin-bottom: 1px;
        background-color: rgba(89, 25, 89, 0.6);
        line-height: 25px;
    }
    header nav.menu > *:hover {
        background-color: rgba(129, 35, 99, 0.8);
    }
    .h2o > .menu {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .h2o > .menu li {
        line-height: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .h2o > .menu li:first-child {
        border-top: none;
    }
    .h2o > .menu li:hover {
        background-color: rgba(129, 35, 99, 0.8);
    }
    .h2o > .header .menu {
        flex-flow: column;
        -webkit-box-align: stretch;
        align-items: stretch;
        text-align: center;
        position: relative;
        right: 0px;
    }
    .h2o > .header .menu li {
        line-height: 20px;
        font-size: 1em;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .h2o > .header .menu li:first-child {
        border-top: none;
    }
    .h2o > .header .menu > *:hover {
        background-color: rgba(129, 35, 99, 0.8);
    }
    .h2o .info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .h2o .h2o_book {
        max-width: 100%;
    }
    .h2o #h2o_book {
        -webkit-box-flex: 1;
        flex: 1;
    }
    .h2o #h2o_preview {
        width: 100%;
        right: 0;
        bottom: 0;
        position: relative;
    }
    img.h2o_book {
        height: auto;
        padding: 5px;
    }
    footer #bottom > div {
        border-right: none;
    }
    #about .buy {
        font-size: 1em;
        text-align: center;
        padding: 0 5px;
    }
    article #project {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: auto;
    }
    article .about_info {
        margin-top: 0;
    }
    article #about {
        -webkit-box-align: center;
        align-items: center;
    }
    article #about .brand {
        margin-top: 0;
    }
    #project {
        -webkit-box-align: center;
        align-items: center;
    }
    #contact_img,
    #contact_text {
        width: 100%;
    }
    #contact_logo {
        right: 60px;
        width: 75px;
        bottom: 5px;
    }
}
@media all and (max-width: 350px) {
    footer #bottom div.flex-row {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
