/*
* Third Party
*/
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5d89c68bb2562520849b)
 * Config saved to config.json and https://gist.github.com/5d89c68bb2562520849b
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

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

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

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

[hidden], template {
    display: none; }

a {
    background-color: transparent; }

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

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

b, strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

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

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

small {
    font-size: 80%; }

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

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

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

figure {
    margin: 1em 40px; }

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

pre {
    overflow: auto; }

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button, select {
    text-transform: none; }

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

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

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

input {
    line-height: normal; }

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

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

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

td, th {
    padding: 0; }

* {
    box-sizing: border-box; }

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff; }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #337ab7;
    text-decoration: none; }

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 768px) {
    .container {
        width: 750px; } }

@media (min-width: 992px) {
    .container {
        width: 970px; } }

@media (min-width: 1200px) {
    .container {
        width: 1170px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

.row {
    margin-left: -15px;
    margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-12 {
    width: 100%; }

.col-xs-11 {
    width: 91.66666667%; }

.col-xs-10 {
    width: 83.33333333%; }

.col-xs-9 {
    width: 75%; }

.col-xs-8 {
    width: 66.66666667%; }

.col-xs-7 {
    width: 58.33333333%; }

.col-xs-6 {
    width: 50%; }

.col-xs-5 {
    width: 41.66666667%; }

.col-xs-4 {
    width: 33.33333333%; }

.col-xs-3 {
    width: 25%; }

.col-xs-2 {
    width: 16.66666667%; }

.col-xs-1 {
    width: 8.33333333%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-pull-11 {
    right: 91.66666667%; }

.col-xs-pull-10 {
    right: 83.33333333%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-8 {
    right: 66.66666667%; }

.col-xs-pull-7 {
    right: 58.33333333%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-5 {
    right: 41.66666667%; }

.col-xs-pull-4 {
    right: 33.33333333%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-2 {
    right: 16.66666667%; }

.col-xs-pull-1 {
    right: 8.33333333%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-push-11 {
    left: 91.66666667%; }

.col-xs-push-10 {
    left: 83.33333333%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-8 {
    left: 66.66666667%; }

.col-xs-push-7 {
    left: 58.33333333%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-5 {
    left: 41.66666667%; }

.col-xs-push-4 {
    left: 33.33333333%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-2 {
    left: 16.66666667%; }

.col-xs-push-1 {
    left: 8.33333333%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-offset-12 {
    margin-left: 100%; }

.col-xs-offset-11 {
    margin-left: 91.66666667%; }

.col-xs-offset-10 {
    margin-left: 83.33333333%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-8 {
    margin-left: 66.66666667%; }

.col-xs-offset-7 {
    margin-left: 58.33333333%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-5 {
    margin-left: 41.66666667%; }

.col-xs-offset-4 {
    margin-left: 33.33333333%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-2 {
    margin-left: 16.66666667%; }

.col-xs-offset-1 {
    margin-left: 8.33333333%; }

.col-xs-offset-0 {
    margin-left: 0; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-11 {
        width: 91.66666667%; }
    .col-sm-10 {
        width: 83.33333333%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-8 {
        width: 66.66666667%; }
    .col-sm-7 {
        width: 58.33333333%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-5 {
        width: 41.66666667%; }
    .col-sm-4 {
        width: 33.33333333%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-2 {
        width: 16.66666667%; }
    .col-sm-1 {
        width: 8.33333333%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-pull-11 {
        right: 91.66666667%; }
    .col-sm-pull-10 {
        right: 83.33333333%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-8 {
        right: 66.66666667%; }
    .col-sm-pull-7 {
        right: 58.33333333%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-5 {
        right: 41.66666667%; }
    .col-sm-pull-4 {
        right: 33.33333333%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-2 {
        right: 16.66666667%; }
    .col-sm-pull-1 {
        right: 8.33333333%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-push-11 {
        left: 91.66666667%; }
    .col-sm-push-10 {
        left: 83.33333333%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-8 {
        left: 66.66666667%; }
    .col-sm-push-7 {
        left: 58.33333333%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-5 {
        left: 41.66666667%; }
    .col-sm-push-4 {
        left: 33.33333333%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-2 {
        left: 16.66666667%; }
    .col-sm-push-1 {
        left: 8.33333333%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-offset-12 {
        margin-left: 100%; }
    .col-sm-offset-11 {
        margin-left: 91.66666667%; }
    .col-sm-offset-10 {
        margin-left: 83.33333333%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-8 {
        margin-left: 66.66666667%; }
    .col-sm-offset-7 {
        margin-left: 58.33333333%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-5 {
        margin-left: 41.66666667%; }
    .col-sm-offset-4 {
        margin-left: 33.33333333%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-2 {
        margin-left: 16.66666667%; }
    .col-sm-offset-1 {
        margin-left: 8.33333333%; }
    .col-sm-offset-0 {
        margin-left: 0; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-12 {
        width: 100%; }
    .col-md-11 {
        width: 91.66666667%; }
    .col-md-10 {
        width: 83.33333333%; }
    .col-md-9 {
        width: 75%; }
    .col-md-8 {
        width: 66.66666667%; }
    .col-md-7 {
        width: 58.33333333%; }
    .col-md-6 {
        width: 50%; }
    .col-md-5 {
        width: 41.66666667%; }
    .col-md-4 {
        width: 33.33333333%; }
    .col-md-3 {
        width: 25%; }
    .col-md-2 {
        width: 16.66666667%; }
    .col-md-1 {
        width: 8.33333333%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-pull-11 {
        right: 91.66666667%; }
    .col-md-pull-10 {
        right: 83.33333333%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-8 {
        right: 66.66666667%; }
    .col-md-pull-7 {
        right: 58.33333333%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-5 {
        right: 41.66666667%; }
    .col-md-pull-4 {
        right: 33.33333333%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-2 {
        right: 16.66666667%; }
    .col-md-pull-1 {
        right: 8.33333333%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-push-11 {
        left: 91.66666667%; }
    .col-md-push-10 {
        left: 83.33333333%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-8 {
        left: 66.66666667%; }
    .col-md-push-7 {
        left: 58.33333333%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-5 {
        left: 41.66666667%; }
    .col-md-push-4 {
        left: 33.33333333%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-2 {
        left: 16.66666667%; }
    .col-md-push-1 {
        left: 8.33333333%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-offset-12 {
        margin-left: 100%; }
    .col-md-offset-11 {
        margin-left: 91.66666667%; }
    .col-md-offset-10 {
        margin-left: 83.33333333%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-8 {
        margin-left: 66.66666667%; }
    .col-md-offset-7 {
        margin-left: 58.33333333%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-5 {
        margin-left: 41.66666667%; }
    .col-md-offset-4 {
        margin-left: 33.33333333%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-2 {
        margin-left: 16.66666667%; }
    .col-md-offset-1 {
        margin-left: 8.33333333%; }
    .col-md-offset-0 {
        margin-left: 0; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-11 {
        width: 91.66666667%; }
    .col-lg-10 {
        width: 83.33333333%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-8 {
        width: 66.66666667%; }
    .col-lg-7 {
        width: 58.33333333%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-5 {
        width: 41.66666667%; }
    .col-lg-4 {
        width: 33.33333333%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-2 {
        width: 16.66666667%; }
    .col-lg-1 {
        width: 8.33333333%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-pull-11 {
        right: 91.66666667%; }
    .col-lg-pull-10 {
        right: 83.33333333%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-8 {
        right: 66.66666667%; }
    .col-lg-pull-7 {
        right: 58.33333333%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-5 {
        right: 41.66666667%; }
    .col-lg-pull-4 {
        right: 33.33333333%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-2 {
        right: 16.66666667%; }
    .col-lg-pull-1 {
        right: 8.33333333%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-push-11 {
        left: 91.66666667%; }
    .col-lg-push-10 {
        left: 83.33333333%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-8 {
        left: 66.66666667%; }
    .col-lg-push-7 {
        left: 58.33333333%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-5 {
        left: 41.66666667%; }
    .col-lg-push-4 {
        left: 33.33333333%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-2 {
        left: 16.66666667%; }
    .col-lg-push-1 {
        left: 8.33333333%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-offset-12 {
        margin-left: 100%; }
    .col-lg-offset-11 {
        margin-left: 91.66666667%; }
    .col-lg-offset-10 {
        margin-left: 83.33333333%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-8 {
        margin-left: 66.66666667%; }
    .col-lg-offset-7 {
        margin-left: 58.33333333%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-5 {
        margin-left: 41.66666667%; }
    .col-lg-offset-4 {
        margin-left: 33.33333333%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-2 {
        margin-left: 16.66666667%; }
    .col-lg-offset-1 {
        margin-left: 8.33333333%; }
    .col-lg-offset-0 {
        margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs, td.visible-xs {
        display: table-cell !important; } }

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm, td.visible-sm {
        display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md, td.visible-md {
        display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg, td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }

.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print, td.visible-print {
        display: table-cell !important; } }

.visible-print-block {
    display: none !important; }

@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }

@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }

@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }

/*! 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; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none; }

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px; }

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none; }

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none; }

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none; }

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff; }

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff; }

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101; }

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1103;
    display: none; }

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0; }

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top; }

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block; }

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    display: none; }

#fancybox-left {
    left: 0px; }

#fancybox-right {
    right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block; }

#fancybox-left-ico {
    background-position: -40px -30px; }

#fancybox-right-ico {
    background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;
    /* IE6 */ }

#fancybox-left:hover span {
    left: 20px; }

#fancybox-right:hover span {
    left: auto;
    right: 20px; }

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001; }

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%; }

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-position: -40px -162px; }

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-position: -20px 0px; }

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-position: -40px -182px; }

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-position: 0px -20px; }

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-position: -40px -142px; }

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%; }

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-position: -40px -122px; }

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102; }

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative; }

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff; }

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left; }

#fancybox-title-over {
    padding: 10px;
    display: block; }

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px; }

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto; }

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap; }

#fancybox-title-float-left {
    padding: 0 0 0 15px; }

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0; }

#fancybox-title-float-right {
    padding: 0 0 0 15px; }

/* IE6 */
.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale');
    zoom: 1; }

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px"); }

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }

#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
    background: transparent !important; }

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute; }

.tooltipster-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto; }

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden; }

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
    opacity: 1; }

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
    top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0; }

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
    left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0; }

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes tooltipster-fading {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s; }

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg); }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0); } }

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg); }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0); } }

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s; }

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px; }

.page_box {
    background: #eceff1;
    height: 100%;
}

.page_box_content:after{
    content: "";
    display: block;
}
.page_box_content:after {
    height: 50px;
}
.page_box--root {
    background: url("../img/bg_first_screen.png") no-repeat center;
    background-size: cover; }

.page_box_content {
    position: relative;
    min-height: 100%;
    margin-bottom: -50px;
}

.grid_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.grid_content::after {
    clear: both;
    content: "";
    display: table; }

.content {
    margin-top: 160px; }

.content_style {
    margin-top: 30px; }

.negative_box {
    margin-right: -10px;
    margin-left: -10px; }
.negative_box::after {
    clear: both;
    content: "";
    display: table; }

.row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px; }

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #eceff1; }

.svg_hidden {
    display: none; }

.flex_centering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.flex_centering_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.btn {
    display: inline-block;

    padding: 8px 38px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    color: #ffffff;
    background: none;
    border: none; }
.btn--green {
    background: #71c21c;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
.btn--green:hover {
    background: #579516;
    color: #ffffff !important; }
.btn--red {
    background: #C7400F;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
.btn--red:hover {
    background: #98310b;
    color: #ffffff !important; }
.btn--add {
    padding: 4px 0px;
    font-size: 14px;
    width: 100%; }
.btn--big {
    padding: 12px 38px;
    font-size: 16px; }
.btn:hover {
    text-decoration: none; }

.rotate_btn {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-color: #00bcd4;
    z-index: 1103;
    overflow: hidden; }
.rotate_btn i {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 35px;
    height: 35px;
    fill: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.rotate_btn i svg {
    width: 100%;
    height: 100%; }
.rotate_btn:hover i {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }

img {
    max-width: 100%; }

.link_with_icon {
    position: relative;
    font-size: 18px;
    color: #71c21c;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.link_with_icon .i-svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #71c21c;
    margin-right: 5px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
.link_with_icon .i-svg svg {
    width: 100%;
    height: 100%; }
.link_with_icon:hover {
    color: #4a7f12;
    text-decoration: none; }
.link_with_icon:hover .i-svg {
    fill: #4a7f12; }

.link_pseudo {
    cursor: pointer; }
.link_pseudo .link_content {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px dashed; }

.link_to_album {
    display: block; }

.title_middle {
    font-size: 20px;
    color: #455a64; }

.i-add-copy-svg {
    width: 20px;
    height: 20px;
    fill: #71c21c; }

.title_page {
    font-size: 24px;
    color: #455a64;
    line-height: 1.33em;
    margin-bottom: 30px; }

h3 {
    font-size: 21px;
    color: #455a64;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1.44em; }

h4 {
    font-size: 18px;
    color: #455a64;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1.33em; }

.center_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.size_select_box {
    color: #455a64; }

.dublicate_order {
    margin-top: 50px;
    color: #455a64; }

.pay_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
.pay_item i {
    width: 55px;
    height: 55px;
    margin-right: 25px;
    display: block;
    overflow: hidden;
    fill: #455a64;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
.pay_item i svg {
    width: 100%;
    height: 100%; }
.pay_item i img {
    width: 100%; }
.pay_item .pay_text {
    width: 150px;
    font-size: 15px;
    color: #455a64;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.pay_item:first-child i {
    height: 35px; }
.pay_item + .pay_item i {
    height: 55px; }

.pay_info {
    height: 100%; }

.grid_block .pay_item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.grid_block:hover .pay_item {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28); }
.grid_block:hover .pay_item .pay_text {
    color: #71c21c; }
.grid_block:hover .pay_item i {
    fill: #71c21c; }

.grid_block:first-child i {
    height: 35px; }

.grid_block + .grid_block i {
    height: 55px; }

.order_short_info {
    display: block;
    font-size: 18px;
    font-weight: 500; }
.order_short_info .order_short_info_count {
    padding-right: 15px; }

.icon_zoom {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 40px;
    height: 40px;
    fill: #ffffff;
    opacity: 0;
    -webkit-transform: translate(0px, 10px) scale(0.9, 0.9) rotate(10deg);
    transform: translate(0px, 10px) scale(0.9, 0.9) rotate(10deg);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 1; }
.icon_zoom .zoom-icon-svg {
    width: 100%;
    height: 100%; }

.icon_check {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #00bcd4;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 3; }
.icon_check:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 8px;
    width: 15px;
    height: 15px;
    background: url("../img/check.svg") no-repeat center;
    background-size: contain;
    z-index: 1; }

.hover_item {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.hover_item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 1; }
.hover_item .btn--add {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 3; }
.hover_item .hover_item_elements {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
.hover_item:hover {
    z-index: 2;
    box-shadow: 0 17px 25px 1px rgba(0, 0, 0, 0.48) !important; }
.hover_item:hover:before {
    opacity: 0.42; }
.hover_item:hover .icon_zoom {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg);
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg); }
.hover_item:hover .btn--add {
    -webkit-transform: translate(0px, 12px);
    transform: translate(0px, 12px);
    opacity: 1; }
.hover_item:hover .hover_item_elements {
    height: calc(100% + 12px); }

.btn_select_bg {
    position: relative;
    height: 50px;
    background: #cfd8dc;
    cursor: pointer;
    -webkit-transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.btn_select_bg i {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 100%;
    background: #00bcd4;
    text-align: left; }
.btn_select_bg i .btn_select_bg-icon {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.btn_select_bg .btn_content {
    padding-left: 50px;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #455a64;
    -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.btn_select_bg:hover {
    background: #00bcd4; }
.btn_select_bg:hover i .btn_select_bg-icon {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
.btn_select_bg:hover .btn_content {
    color: #ffffff; }

.backward_link {
    position: relative;
    color: #455a64; }
.backward_link .backward_link_icon {
    width: 23px;
    height: 10px;
    fill: #455a64;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.backward_link .backward_link_content {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.backward_link:hover {
    text-decoration: none; }

.calc_select_count {
    margin-top: 30px;
    margin-bottom: 30px; }

.select_count {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.select_count:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: #cfd8dc;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px; }

.select_check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cfd8dc;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.select_check:hover {
    background: #00bcd4;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.selected .select_check {
    background: #00bcd4 !important;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32); }
.selected .select_check--small {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.help_icon {
    cursor: pointer; }
.help_icon .help_icon_svg {
    fill: #000000;
    opacity: 0.40;
    width: 14px;
    height: 14px;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }

.select_photo_type_info {
    color: #000000;
    opacity: 0.40; }

.select_item {
    width: 33.3333%;
    position: relative; }
.select_item .select_check_label {
    display: block;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px; }
.select_item .select_check {
    margin: 0px 6px;
    background: #eceff1; }
.select_item:nth-of-type(2) {
    text-align: center; }
.select_item:nth-of-type(3) {
    text-align: right; }
.select_item.selected .select_check_label {
    color: #00bcd4; }

.disabledItem {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 60px;
    z-index: 10; }

.count_box .count_item {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    background: #cfd8dc;
    cursor: pointer; }
.count_box .count_item input {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.count_box .count_item.count_plus, .count_box .count_item.count_minus {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.count_box .count_item.count_plus span, .count_box .count_item.count_minus span {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    background: #cfd8dc;
    color: #455a64;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.count_box .count_item.count_plus:hover, .count_box .count_item.count_minus:hover {
    z-index: 1; }
.count_box .count_item.count_plus:hover span, .count_box .count_item.count_minus:hover span {
    background: #00bcd4;
    color: #ffffff; }

.tooltipster-sidetip.tp-custom .tooltipster-box {
    background: #cfd8dc;
    border: none;
    border-radius: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }

.tooltipster-sidetip.tp-custom .tooltipster-content {
    color: #455a64;
    padding: 10px; }

.disabled {
    background: #cfd8dc; }
.disabled:hover {
    background: #cfd8dc; }

input {
    font-size: 15px;
    font-weight: 400;
    background: #eceff1;
    border: 2px solid #cfd8dc; }
input:focus {
    outline: none; }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 400;
    color: #455a64;
    opacity: 0.4; }

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
    color: #455a64;
    opacity: 0.4; }

:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 400;
    color: #455a64;
    opacity: 0.4; }

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
    color: #455a64;
    opacity: 0.4; }

.f_field {
    position: relative;
    margin-bottom: 25px; }
.f_field input[type="text"], .f_field textarea {
    background: #eceff1;
    border: 2px solid #cfd8dc;
    color: #455a64;
    padding: 15px; }
.f_field input[type="text"]:focus, .f_field textarea:focus {
    border-color: #00bcd4;
    color: #000000; }

.f_field_phone {
    position: relative; }
.f_field_phone .phone_label {
    display: block;
    margin-bottom: -10px;
    margin-left: 10px; }
.f_field_phone .phone_label span {
    position: relative;
    padding: 0px 5px;
    background: #eceff1;
    font-size: 14px;
    color: rgba(69, 90, 100, 0.4);
    z-index: 2; }

.form_pass {
    margin-top: 40px; }
.form_pass .checkbox_field {
    margin: 22px 0px; }

.form_pass_field {
    position: relative;
    display: inline-block;
    width: 180px; }
.form_pass_field input {
    width: 100%;
    background: none;
    border: 0px;
    border-bottom: 2px solid #455a64;
    padding-bottom: 9px;
    padding-right: 25px; }
.form_pass_field .i_eye {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 20px;
    height: 20px;
    fill: #455a64; }
.form_pass_field .i_eye .i_eye_svg {
    position: absolute;
    left: -10px;
    top: -2px;
    width: 35px;
    height: 35px; }
.form_pass_field .i_eye.active {
    fill: #303f46; }

.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 18px;
    height: 18px; }

.checkbox + label {
    cursor: pointer;
    font-size: 14px; }
.checkbox + label a {
    color: #455a64;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: underline; }
.checkbox + label a:hover {
    color: #0da4b8; }

/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
    position: absolute;
    opacity: 0; }

.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px; }

/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border: 1px solid #455a64;
    -webkit-transition: all .2s;
    transition: all .2s;
    /* анимация, чтобы чекбокс переключался плавно */ }

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 8px;
    height: 9px;
    background: url("../img/check.svg") no-repeat center;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
    z-index: 1; }

.checkbox--small:not(checked) + label:after {
    top: -3px; }

.checkbox--small:not(checked) + label:before {
    top: 1px; }

/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
    background: #00bcd4;
    border-color: #00bcd4; }

.checkbox:checked + label:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }

.checkbox:checked + label a {
    color: #00bcd4; }

.form_horiz {
    margin-top: 40px; }
.form_horiz .f_fields_negative {
    margin: 0px -10px; }
.form_horiz .f_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.form_horiz .f_fields .f_field {
    padding: 0px 10px; }
.form_horiz .f_field_input {
    width: 80%; }
.form_horiz .f_field_input input {
    width: 100%; }
.form_horiz .f_field_btn {
    width: 20%; }
.form_horiz .f_field_btn button {
    width: 100%; }

.time_box .title {
    color: #ffffff;
    display: block;
    font-size: 12px;
    opacity: 0.5; }

.countdown_timer {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    color: #ffffff;
    font-size: 20px; }

.countdown_timer__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px; }
.countdown_timer__item span:after {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
    font-size: 14px;
    margin-left: 7px; }
.countdown_timer__item .days:after {
    content: 'дней'; }
.countdown_timer__item .hours:after {
    content: 'часов'; }
.countdown_timer__item .minutes:after {
    content: 'минут'; }

.countdown_timer__item span {
    display: inline-block; }

.countdown_timer__item span p {
    position: relative;
    float: left;
    margin: 0px; }

.photo_list .box {
    position: relative;
    width: 16.6666%; }
.photo_list .box:hover {
    z-index: 4; }

.photo_list .row_box_2 {
    margin-bottom: 10px; }
.photo_list .row_box_2 .box {
    width: 50%; }

.photo_list .photo_item_box_over {
    position: relative; }

.photo_list .photo_item {
    position: relative;
    display: block; }
.photo_list .photo_item .photo_item_content {
    position: relative;
    display: block; }
.photo_list .photo_item .photo_item_img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }

.list_photo_info .box {
    width: 16.6666%;
    -ms-flex-item-align: start;
    align-self: flex-start; }
.list_photo_info .box:first-child {
    width: 33.3333%; }

.list_photo_info .item_photo .photo_img {
    height: 218px; }

.list_photo_info .photo_info {
    margin-top: 20px; }
.list_photo_info .photo_info .title {
    line-height: 17px;
    margin-bottom: 5px; }
.list_photo_info .photo_info .text {
    font-size: 13px;
    color: #455a64; }

.cart_fix {
    position: relative;
    width: 100%;
    z-index: 999;
    height: 50px;
    background: #455a64;
    margin-bottom: -1px; }

.cart_small_add {
    width: 100%;
    height: 50px;
    background: #455a64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.cart_small_add .cart_add_info {
    margin-right: 35px;
    line-height: 1.71em;
    font-size: 14px;
    color: #ffffff; }
.cart_small_add .price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6; }
.cart_small_add .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    font-size: 18px;
    padding: 0px 60px;
    font-weight: 400;
}

.detail_prevu {
    width: 810px;
    overflow: hidden; }
.detail_prevu .detail_prevu_img {
    overflow: hidden;
    text-align: center; }
.detail_prevu .detail_prevu_img .detail_prevu_img_content {
    position: relative;
    display: inline-block; }
.detail_prevu img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
.detail_prevu .btn_box .btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400; }

#fancybox-overlay {
    background-color: #020717 !important; }

#fancybox-outer {
    background: none; }

#fancybox-content {
    border-width: 0px !important;
    z-index: 1103; }

#fancybox-close {
    width: 50px;
    height: 50px;
    top: -10%;
    right: -11%;
    background: url("../img/close.svg") no-repeat center;
    background-size: contain; }
#fancybox-close:hover {
    background-image: url("../img/close_hov.svg"); }

#fancybox-left, #fancybox-right,
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible !important; }

.fancy-ico,
#fancybox-left-ico, #fancybox-right-ico {
    width: 70px;
    height: 70px;
    background: url("../img/arrow_slide.svg") no-repeat center;
    background-size: contain;
    margin-top: -35px; }
.fancy-ico:hover,
#fancybox-left-ico:hover, #fancybox-right-ico:hover {
    background-image: url("../img/arrow_slide_hov.svg"); }

#fancybox-left-ico {
    left: -50% !important; }

#fancybox-right-ico {
    right: -50% !important;
    left: auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.modal_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1001; }
.modal_page .modal_content {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 100px;
    background: #cfd8dc;
    z-index: 1; }
.modal_page .close_modal {
    right: 100px;
    top: 75px; }

.modal_page_show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.js-modal_overlay {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #020717;
    opacity: 0.7; }

.icons-label {
    position: absolute;
    right: -20px;
    top: 0px; }

.icons-label .item-label {
    position: relative;
    top: 0px !important;
    right: 0px; }

.icons-label .item-label.complect {
    background-position: 0px -208px; }

.detail_page {
    width: 780px;
    margin: 0 auto; }

.page_col {
    float: left;
    width: 280px; }

.page_img {
    float: left;
    width: 380px;
    margin-right: 120px; }
.page_img img {
    max-width: 100%; }

.page_img_item {
    background: #2b542c; }
.page_img_item::after {
    clear: both;
    content: "";
    display: table; }
.page_img_item:first-child {
    background: #fff2a5; }
.page_img_item:nth-of-type(3) {
    background: #a61ecc; }
.page_img_item:last-child {
    background: #cc5b5d; }

.page_two_img {
    background-color: #2aabd2;
    overflow: hidden; }
.page_two_img::after {
    clear: both;
    content: "";
    display: table; }
.page_two_img img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 67%;
    margin-left: 63px;
    margin-top: -63px;
    margin-bottom: -63px; }

.page_tree_img img:first-child {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
    width: 67%;
    overflow: hidden;
    margin-left: 63px;
    margin-top: -63px;
    margin-bottom: -63px; }

.page_tree_img img:nth-of-type(2), .page_tree_img img:nth-of-type(3) {
    width: 50%;
    float: left; }

.page_five_img img {
    float: left; }
.page_five_img img:first-child {
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
    width: 67%;
    overflow: hidden;
    margin-left: 63px;
    margin-top: -63px;
    margin-bottom: -63px;
    z-index: 2; }
.page_five_img img:nth-of-type(2) {
    width: 50%;
    margin-top: -13px;
    position: relative;
    z-index: 1; }
.page_five_img img:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 34%;
    margin-left: 29px;
    margin-top: -32px;
    margin-bottom: -32px; }
.page_five_img img:nth-of-type(4), .page_five_img img:nth-of-type(5) {
    width: 25%;
    float: left; }

.page_eight_img {
    background-color: #2aabd2;
    overflow: hidden; }
.page_eight_img::after {
    clear: both;
    content: "";
    display: table; }
.page_eight_img img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
    width: 34%;
    margin-left: 32px;
    margin-top: -32px;
    margin-bottom: -32px; }
.page_eight_img img:nth-of-type(2n) {
    margin-left: 62px; }

.photo_with_bg {
    display: none; }

.detail-info-with-bg .photo_with_bg {
    display: block; }

.detail-info-with-bg .btn_select_bg {
    display: none; }

.size_select_items {
    margin-bottom: 30px; }

.size_select_title {
    font-weight: 400;
    font-size: 16px;
    color: #455a64;
    line-height: 1.44;
    margin-bottom: 15px; }

.select_photo_size_item {
    font-weight: 400;
    font-size: 16px;
    color: #455a64;
    line-height: 1.44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer; }
.select_photo_size_item.selected {
    color: #00bcd4; }

.select_photo_size_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.select_photo_type_info {
    margin-right: 5px; }

.select_photo_size {
    font-size: 20px;
    margin: 0px 8px 0px 10px;
    cursor: pointer; }

.select_price {
    font-size: 20px; }

.price_cart_all {
    font-size: 36px; }

.price_box {
    margin-top: 30px; }

.btn_box_add {
    margin-top: 30px; }
.btn_box_add .btn {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 18px 0px; }

.add_bg_box_fix {
    position: fixed;
    width: 45%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: #cfd8dc;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
    z-index: 1; }
.add_bg_box_fix:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: 0px;
    left: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    z-index: 10; }
.add_bg_box_fix .add_bg_box_container {
    position: relative;
    margin-top: 80px;
    padding: 0 60px;
    max-height: 766px;
    overflow-y: auto; }
.add_bg_box_fix.add_bg_box_open {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
.add_bg_box_fix .add_bg_box_content {
    position: relative;
    margin-top: 30px;
    width: 380px; }
.add_bg_box_fix .add_bg_box_content p {
    color: #455a64;
    font-size: 16px; }
.add_bg_box_fix .add_bg_box_content .photo_list .box {
    width: 50%; }
.add_bg_box_fix .add_bg_box_content .photo_list {
    margin-bottom: 150px; }

.close_modal {
    position: absolute;
    right: -100px;
    top: -10px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    fill: #00bcd4;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
.close_modal svg {
    width: 100%;
    height: 100%; }
.close_modal:hover {
    fill: #ffffff; }

.top_action_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
.top_action_block .link_with_icon {
    font-size: 16px; }

table {
    width: 100%;
    text-align: left; }
table tr {
    border-bottom: 1px solid #cfd8dc; }
table tr td, table tr th {
    padding: 20px 25px; }
table tr td {
    height: 120px; }
table tr td:first-child {
    padding-left: 0px; }

.table_cart_action {
    width: 300px; }

.table_col_img {
    width: 280px; }

.cart_img {
    height: 100%; }

.cart_img_items {
    position: relative;
    height: 100%;
    width: 200px;
    overflow: hidden; }
.cart_img_items .cart_img_items_content {
    width: 100%;
    height: 100%; }

.cart_img_bg {
    position: absolute;
    left: 180px;
    top: 0px;
    width: 39%;
    height: 100%;
    max-width: 200px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cart_img_bg img{
    position: absolute;
    bottom: 0px;
    margin: auto;
}

.cart_img_bg:after {
    content: '+';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -38px;
    font-size: 22px;
    color: #455a64; }

.table_cart_action {
    padding-left: 100px; }
.table_cart_action a {
    display: block;
    margin-bottom: 10px; }

.cart_img_items_tree .cart_img {
    float: left;
    height: 90px; }
.cart_img_items_tree .cart_img img {
    height: 100%;
    margin-top: 0px; }

.cart_img_items_tree .cart_img:first-child {
    height: 90px;
    width: 100%; }
.cart_img_items_tree .cart_img:first-child img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 45%;
    height: auto;
    margin-top: -22px;
    margin-left: 8px; }

.cart_img_items_five .cart_img {
    float: left;
    height: 90px; }
.cart_img_items_five .cart_img img {
    height: 100%;
    margin-top: 0px; }

.cart_img_items_five .cart_img:first-child {
    height: 90px;
    width: 100%; }
.cart_img_items_five .cart_img:first-child img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 45%;
    height: auto;
    margin-top: -22px;
    margin-left: 8px; }

.cart_img_items_five .cart_img:nth-of-type(2) {
    position: relative;
    z-index: 1; }

.cart_img_items_five .cart_img:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -10px;
    margin-left: 10px;
    height: 60px; }

.cart_img_items_five .cart_img:nth-of-type(4), .cart_img_items_five .cart_img:nth-of-type(5) {
    height: 50px;
    margin-top: 40px; }

.cart_img_items_five .cart_img:nth-of-type(4) {
    margin-left: -54px; }

.cart_img_items_five .cart_img:nth-of-type(5) {
    margin-left: -23px; }

.cart_order_price_final {
    margin-top: 60px;
    margin-bottom: 60px; }
.cart_order_price_final .price_cart_all {
    margin-right: 40px; }

.form_cart_order {
    width: 280px;
    float: left; }
.form_cart_order input {
    width: 100%; }
.form_cart_order .btn {
    width: 100%; }
.form_cart_order .checkbox_field .checkbox + label {
    font-size: 11px; }
.form_cart_order .link_with_icon {
    font-size: 15px; }

.pay_cart_order {
    float: left;
    width: 280px;
    margin-left: 120px; }

.order_link {
    position: relative;
    margin-right: 20px;
    font-size: 18px;
    color: #455a64;
    font-weight: 500; }

/*
 * Define the widths: play around with these
 * to get a best fit.
 */
/*
 * Basic styles, good for a large display. Everything fits in
 * one row, no wrapping. All text based cells grow equally.
 */
.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px; }

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 18px; }

.column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    vertical-align: top; }
.column .link_with_icon {
    display: inline-block;
    margin-bottom: 15px; }

.column-img {
    position: relative;
    width: 340px; }

.column-img-one {
    height: 100%; }
.column-img-one img {
    max-height: 100%; }

.module {
    width: 100px; }

.reporter {
    width: 200px; }

.status {
    width: 200px; }

.owner {
    width: 75px; }

.severity {
    width: 180px; }

.watch,
.add-comment {
    width: 18px; }

.comment {
    width: 138px; }

.column-img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/* growable wrappers */
.attributes {
    height: 180px; }

.title-comment,
.title-comment-module-reporter,
.attributes {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1; }

.table-row {
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse; }
.table-row.header {
    font-weight: bold;
    height: 45px; }
.table-row.header .attributes {
    height: auto; }

.pay_info_inner {
    margin-bottom: 120px; }
.pay_info_inner::after {
    clear: both;
    content: "";
    display: table; }
.pay_info_inner .grid_negative {
    margin: 0px -10px; }
.pay_info_inner .grid_block {
    float: left;
    width: 33.333%;
    padding: 0px 10px; }
.pay_info_inner .pay_item {
    background: #ffffff;
    height: 100px;
    padding: 0px 20px;
    margin-bottom: 0px;
    cursor: pointer; }

.pay_info_help {
    width: 80%; }

.pay_info_line {
    height: 80px;
    overflow: hidden;
    border: 1px solid #cfd8dc;
    margin-bottom: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.pay_info_line.open {
    height: auto; }

.pay_info_line_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    padding: 10px 0px 10px 20px; }
.pay_info_line_content .price_cart_all {
    margin-right: 250px; }
.pay_info_line_content .pay_img {
    position: relative;
    width: 200px;
    height: 50px; }
.pay_info_line_content .pay_img img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
.pay_info_line_content .pay_img img:nth-of-type(2) {
    left: 15px; }
.pay_info_line_content .pay_img img:nth-of-type(3) {
    left: 30px; }
.pay_info_line_content .pay_img img:nth-of-type(4) {
    left: 45px; }

.pay_btn {
    right: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 200px; }
.pay_btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #cfd8dc;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.pay_btn a .link_content {
    margin-right: 25px;
    border: 0px; }
.pay_btn a:hover {
    background: #455a64;
    text-decoration: none; }
.pay_btn a:after {
    position: absolute;
    content: '';
    right: 40px;
    top: 3px;
    bottom: 0px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ffffff; }
.pay_btn .block_hide {
    display: none; }
.pay_btn.open a:after {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1); }
.pay_btn.open .block_hide {
    display: block; }
.pay_btn.open .block_show {
    display: none; }

.cart_table_result table tr td, .cart_table_result table tr th {
    padding: 10px 0px;
    height: 60px; }

.result_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px; }
.result_order .result_price {
    margin-right: 70px;
    text-align: left; }
.result_order .result_price .price {
    font-size: 30px;
    font-weight: 500; }
.result_order .result_submit {
    width: 200px; }
.result_order .result_submit .btn {
    width: 100%;
    text-align: center;
    padding: 12px 28px; }

.old_orders {
    margin-top: 80px; }
.old_orders h4 {
    margin-bottom: 10px; }
.old_orders .pay_info_line {
    margin-bottom: 40px; }

.modal_wrap {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: #455a64;
    color: #ffffff; }

.modal_wrap_content {
    padding: 20px; }
.modal_wrap_content .order_link {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.modal_wrap_content .btn {
    color: #ffffff !important; }

header {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 100%;
    background: #455a64; }
header .header_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.logo {
    display: block;
    width: 70px;
    text-decoration: none;
    color: #ffffff; }
.logo .logo_title {
    display: block;
    font-size: 24px;
    line-height: 1em; }
.logo .logo_under_title {
    color: #ffffff;
    display: block;
    font-size: 12px;
    opacity: 0.5; }
.logo:hover {
    text-decoration: none;
    color: #ffffff; }

.header_inner {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
    z-index: 10; }
.header_inner .header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header_menu .header_menu_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.header_menu .header_menu_content a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.header_menu .header_menu_content a:hover {
    color: #0da4b8;
    text-decoration: none; }
.header_menu .header_menu_content .header_menu_item {
    position: relative;
    padding: 0px 40px;
    height: 60px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.header_menu .header_menu_content .header_menu_item:hover {
    background: #303f46; }
.header_menu .header_menu_content .header_menu_item.selected {
    background: #303f46;
    color: #0da4b8; }
.header_menu .header_menu_content .header_menu_item.selected a {
    color: #0da4b8; }
.header_menu .header_menu_content .header_menu_item.selected .link_content {
    color: #ffffff; }
.header_menu .header_menu_content .header_menu_item .link_content:hover {
    color: #0da4b8; }

footer {
    position: relative;
    height: 50px;
    width: 100%;
    background: #455a64;
    z-index: 10; }

.footer_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.71em;
    font-size: 14px;
    color: #ffffff; }

.copy {
    opacity: 0.5; }

.developer .developer_text {
    opacity: 0.5;
    margin-right: 10px; }

.developer img {
    width: 51px; }

.contact_social {
    position: absolute;
    width: 100%;
    height: 46px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    text-align: center;
    z-index: -1;
}
.contact_social a {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: -999px;
    margin-left: -2px;
    background: url("../img/vk.png") no-repeat center;
    background-size: contain; }

.lk_enter_form_wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    height: 255px;
    margin: auto;
}

.lk_enter_form_wrap .grid_content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.lk_enter_form {
    text-align: center;
    color: #455a64;
    max-width: 300px; }
.lk_enter_form .school_name {
    font-size: 16px; }
.lk_enter_form .school_class {
    font-size: 24px; }

.contact_info_root_inner {
    position: absolute;
    bottom: 110px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline-block;
    text-align: center; }
.contact_info_root_inner a {
    position: relative;
    color: #eceff1;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    padding-left: 40px; }
.contact_info_root_inner a:before {
    left: 0px;
    top: -9px;
    width: 38px;
    height: 38px;
    position: absolute;
    content: '';
    background: url("../img/vk.png") no-repeat center;
    background-size: contain; }
.contact_info_root_inner p {
    padding-left: 10px;
    margin: 0px;
    font-size: 14px;
    color: #455a64; }

.page_box_content > p {
    display: none;
}
.cart_eight_img {
    width: 145px;
}
.cart_eight_img:after {
    content: '';
    clear: both;
    display: block;
}
.cart_eight_img img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 50px;
    margin: -13px 10px;
    float: left;
}

.detail_page.new-design {
    overflow: hidden;
    margin-bottom: 80px;
}
.detail_page.new-design .page_img {
    margin-right: 20px;
}
.detail_page.new-design .page_col {
    width: 360px;
}
.detail_page.new-design .calc_box .tabs {

}
.detail_page.new-design .calc_box .tabs .tabs-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.detail_page.new-design .calc_box .tabs .tabs-list li {

}
.detail_page.new-design .calc_box .tabs .tabs-list li a {
    display: block;
    margin-right: 2px;
    padding: 20px 29px;
    color: #333333;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    background: #CFD8DC;
    border-radius: 4px;
}
.detail_page.new-design .calc_box .tabs .tabs-list li.active a {
    background: #ffffff;
}
.detail_page.new-design .calc_box .tabs .tabs-content {

}
.detail_page.new-design .calc_box .tabs .tabs-content .tab-pane {
    display: none;
}
.detail_page.new-design .calc_box .tabs .tabs-content .tab-pane.active {
    display: block;
}

.cart_table tr {
    border: none;
}

.cart_table .tr-sep {
    background: #efeff1;
}
.cart_table .tr-sep td {
    padding: 0;
    height: 8px;
    line-height: 8px;
    background: #efeff1;
}

.cart_table th {
    color: #333333;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.6;
    vertical-align: bottom;
}
.cart_table #col_NAME {
    padding-left: 0;
    color: #333333;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    opacity: 1;
}
.cart_table tbody td {
    background: #ffffff;
    white-space: nowrap;
}
.cart_table tbody td.table_col_img {
    padding-left: 20px;
}
.cart_table tbody td:first-child {
    border-radius: 4px 0 0 4px;
}
.cart_table tbody td:last-child {
    border-radius: 0 4px 4px 0;
}

.cart_table_result table tr td,
.cart_table_result table tr th {
    padding: 20px;
}

.cart .cart__option-list {
    margin: 0 0 45px 0;
}
.cart .cart__option-item {
    padding: 24px 20px !important;
    background: #ffffff;
    border-radius: 4px;
}
.cart .cart__option-handler {
    width: 37px;
    height: 37px;
}
.cart .cart__option-name {
    width: 430px;
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.cart .coupon-input {

}
.cart .coupon-input input[type="text"],
.cart .coupon-input input[type="button"] {
    padding: 7px;
    text-align: center;
}
.cart .coupon-input input[type="button"] {
    padding: 7px 35px;
    color: #ffffff;
    background: #71c21c;
    border-color: #71c21c;
}
.cart .coupon-input input[type="button"]:hover {
    background: #579516;
    border-color: #579516;
    transition: all 0.3s ease;
}
.cart .coupon-total {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 74px 0;
}
.cart .coupon-total .cart_order_price_final {
    margin: 0;
}
.cart .coupon-total .cart_order_price_final .checkout {
    border-radius: 4px;
}

.pay_info_line {
    height: 104px;
    margin: 0 0 8px 0;
    padding: 20px;
    border: none;
    background: #ffffff;
    border-radius: 4px;
}

.pay_info_line_content {
    height: 64px;
    padding: 0;
}

.pay_info_line_content .pay_img {
    height: 72px;
}

.pay_info_line_content .pay_img img {

}
.pay_info_line_content .more_order_btn {
    height: inherit;
}

.pay_info_line_content .more_order_btn a {
    height: 64px;
    border-radius: 4px;
}

.report-link:hover,
.right-print-btn a.report-link:hover,
.report-link,
.right-print-btn a.report-link {
    display: inline-block;
    margin: 0 0 0 40px;
    padding: 6px 0 6px 40px;
    color: #00BCD4;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    background: url('../img/ico_file.png') 0 0 no-repeat;
    background-color: transparent;
    border: none;
}
.report-link:hover,
.right-print-btn a.report-link:hover {
    text-decoration: underline;
}

.right-print-btn.new-design {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.tabs-fake,
.right-print-btn .tabs-fake {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.tabs-fake a,
.right-print-btn .tabs-fake a,
.tabs-fake a:hover,
.right-print-btn .tabs-fake a:hover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 2px 0 0;
    padding: 12px 29px;
    height: 64px;
    background: #CFD8DC;
    border-radius: 4px;
    border: none;
    opacity: 0.6;
    color: #455a64;
}
.tabs-fake a.active,
.right-print-btn .tabs-fake a.active {
    background: #FFFFFF;
    opacity: 1;
}

.cart_table_result .status {
    position: relative;
    padding: 0 0 0 17px;
}
.cart_table_result .status:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    transform: translate(0, -50%);
    background: #ffffff;
    border-radius: 50%;
}
.cart_table_result .status.is-payed:before {
    background: #71C21C;
}
.cart_table_result .status.is-not-payed:before {
    background: #C23A1C;
}