@font-face {
    font-family: 'NeuchaRegular';
    src: url('fonts/NeuchaRegular/NeuchaRegular.eot');
    src: url('fonts/NeuchaRegular/NeuchaRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeuchaRegular/NeuchaRegular.woff') format('woff'),
    url('fonts/NeuchaRegular/NeuchaRegular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* Box Sizing | https://css-tricks.com/box-sizing/ */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

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

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

a {
    background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

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

small {
    font-size: 80%;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

img {
    border: 0;
}

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

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

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

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

figure {
    margin: 1em 40px;
}

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

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

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

pre {
    overflow: auto;
}

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

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

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

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

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

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

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

button {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
    overflow: auto;
}

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

optgroup {
    font-weight: bold;
}

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

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

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

td,
th {
    padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.formfield2 {
    display: none !important;
    visibility: hidden;
}

.tinymce_body {
    margin: 0;
    padding: 0 10px;
    text-align: left;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-width: none;
    max-height: none;
}

.error {
    color: #c66;
}

/* Module: compare */

.compare-wrapper {
    max-width: 100%;
    overflow: auto;
}

.compare-tbl td {
    padding: 7px 5px;
}

.compare-tbl tr:hover td {
    background: #f2ede9;
}

.compare-tbl tr:first-child:hover td {
    background: none;
}

.compare-tbl .products-card {
    float: none;
}

/* Module: photo */
.photo-item {
    display: inline-block;
    margin: .5em 1.5em;
    height: 230px;
    vertical-align: top;
}

.photo-item:hover {
    opacity: .9;
}

.photo-title {
    display: block;
    margin: 5px 0 0;
    color: #1c1c1c;
    line-height: 1em;
    text-align: center;
}

.photo-catalog-item {
    display: inline-block;
    margin: 0 50px 50px 0;
    padding: 165px 0 0;
    width: 210px;
    height: 30px;
    line-height: 1em;
    vertical-align: top;
    position: relative;
}

.photo-catalog-1 img, .photo-catalog-2 img, .photo-catalog-3 img {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.photo-catalog-1, .photo-catalog-2, .photo-catalog-3 {
    position: absolute;
    top: -5px;
    left: -5px;
    transition: all .1s;
}

.photo-catalog-2 {
    top: 0;
    left: 5px;
    opacity: .7;
}

.photo-catalog-3 {
    top: 5px;
    left: 15px;
    opacity: .5;
}

.photo-catalog-item:hover .photo-catalog-1 {
    top: -10px;
    left: -10px;
}

.photo-catalog-item:hover .photo-catalog-3 {
    top: 10px;
    left: 20px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    list-style: none;
    z-index: 2;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 14px;
}

.rslides_tabs a {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, .1);
    border-radius: 7px;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(0, 0, 0, .5);
}

.rslides_nav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
    display: block;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    z-index: 2;
}

.rslides_nav:after {
    content: '‹';
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    margin-left: -10px;
    font-size: 60px;
    color: #000;
    text-indent: 0;
    opacity: .4;
}

.rslides_nav.next:after {
    content: '›';
}

.rslides_nav:hover:after {
    opacity: .7;
}

.rslides_nav.next {
    left: auto;
    right: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    /*cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;*/
}

.mfp-zoom {
    /*cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;*/
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* animation */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Module: sitemap */
.sitemap, .sitemap ul {
    list-style: none;
}

.sitemap > ul {
    margin: 0;
    padding: 0;
}

.sitemap li {
    background: none;
}

.sitemap1 {
    font-size: 1.3em;
    line-height: 1.8em;
}

/* Accordion block */

.user-accordion {
    margin: 0 0 1em;
}

.user-accordion-a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.user-accordion-text {
    display: none;
}

/* Module: guestbook */
.gbook {
    background: #f3f3f3;
}

.gbook .gbook_head {
    font-weight: bold;
}

/* Module: specs */

.spec-item {
    position: relative;
}

.spec-text1 {
    font-size: 22px;
    font-weight: bold;
}

.spec-texts {
    position: absolute;
    top: 90px;
    left: 490px;
    width: 420px;
}

.spec-item, .spec-item * {
    color: #000;
}

/* Module: news */
.news-item {
    display: block;
    margin: 0 0 3em;
    padding: 0 0 0 220px;
    min-height: 150px;
    position: relative;
}

.news-title, .news-date, .news-img, .news-anons, .news-text {
    display: block;
}

.news-img {
    position: absolute;
    top: 0;
    left: 0;
}

.news-title {
}

.news-date {
    margin: 0 0 1em;
    font-size: .8em;
}

.news-hr {
    margin: 3em 0 0;
    padding: 0 0 3em;
    border-top: 1px solid #000;
    clear: both;
}

.news_years {
    margin: 0 0 .9em;
}

.news_years span {
    padding: 3px;
    background: #ccc;
}

/* Module: search */
ol.search_results li {
    margin-bottom: 12pt;
}

ol.search_results span {
    font-size: 8pt;
}

/* Module: opros */
table.mod_opros_tbl td {
    padding: 0 60px 60px 0;
    text-align: left;
    vertical-align: top;
}

table.mod_opros_tbl .opros_head {
    font-weight: bold;
}

/* Module: product */
.products-item {
    display: inline-block;
    margin: .5em 2em;
    width: 200px;
    height: 260px;
    text-align: center;
}

.products-img, .products-title, .products-price {
    display: block;
}

.products-img {
    width: 200px;
    height: 200px;
    line-height: 200px;
}

.product {
    padding: 0 0 0 220px;
    min-height: 240px;
    position: relative;
}

.product .product-img-box {
    position: absolute;
    top: 0;
    left: 0;
}

.product-img2 {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.product-img2 img {
    width: 95px;
}

table.tbl_prod {
    margin: 0 0 1em;
    width: 100%;
}

table.tbl_prod td {
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}

table.tbl_prod td.td_center {
    text-align: center;
}

table.tbl_prod tr.prod_head td, table.tbl_prod td.prod_head {
    padding: 10px;
    font-weight: bold;
}

table.tbl_prod tr.prod_head td img {
    margin: 0 5px;
}

table.tbl_prod td.prod_img {
    width: 150px;
}

table.tbl_prod .in_basket, table.tbl_prod2 .in_basket {
    font-size: 7pt;
}

table.tbl_prod2 {
    width: 100%;
}

table.tbl_prod2 td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

table.tbl_prod2 td.prod2_txt img.prod2_img {
    margin: 15px;
    float: right;
}

table.tbl_prod2 td.prod2_txt {
    width: 100%;
}

table.tbl_prod2 td.prod2_txt div.prod2_name {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_price {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_col {
    width: 50px;
    text-align: center;
}

table.tbl_prod2 td.prod2_txt div.prod2_descr {
    padding: 15px 0 0;
}

/* Basket module */

.tbl_basket {
    width: 100%;
}

.tbl_basket thead td {
    padding: 0 20px 10px;
    font-weight: normal;
}

.tbl_basket tbody td {
    padding: 20px;
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
}

.tbl_basket a {
    color: #000;
}

.tbl_basket a:hover {
    text-decoration: underline;
}

.basket-itogo {
    padding: 20px 0;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.basket-order-tbl {
    width: 100%;
}

.basket-order-tbl td {
    padding: 10px 20px;
    vertical-align: top;
}

.basket-order-tbl td > :first-child {
    margin-top: 0;
}

.basket-order-tbl tr > td:first-child {
    width: 170px;
    color: #4b4b4b;
}

.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px;
}

.bas_add_col {
    text-align: center;
    width: 50px;
}

.basket_img {
    max-width: 100px;
}

/* Forms */
.form-row {
    margin: 0 0 1em;
}

.form-row-required .form-label:after {
    content: '*';
    color: #c66;
}

.form-form input.inp, .form-form textarea.inp {
    width: 35%;
}

.inp {
    padding: 8px 24px;
    color: #d90375;
    font-size: 20px;
    line-height: 1em;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 25px;
    outline: none;
}

.inp::-webkit-input-placeholder {
    color: #d90375;
}

/*.inp:focus {}*/
.inp_but, .inp_but:hover {
    padding: 4px 39px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    background: #d90375;
    border: 3px solid #d90375;
    border-radius: 25px;
    outline: none;
    transition: .4s ease all;
}

.inp_but:hover {
    background: #53325a;
    border-color: #53325a;
}

/*.inp_but:focus {}*/
.inp_but, button, .img_captcha {
    cursor: pointer;
}

.inp_but-inverse {
    color: #d90375;
    background: #fff;
}

.inp_but-inverse:hover {
    color: #53325a;
    background: #fff;
}

.page_nav {
    margin: 0 0 .9em;
}

.page_nav span {
    padding: 1px 4px;
    font-weight: normal;
    background: #ccc;
}

.page_sort {
    margin: 0 0 .9em;
    text-align: right;
}

/* Base grid */
.grid_row {
    display: flex;
}

.grid_col-6 {
    width: 50%;
}

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

.content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
    position: relative;
}

.content-block1 {
    background: #ccc 50% 50% no-repeat;
    background-size: cover;
    border-top: 1px solid #b5be9e;
    border-bottom: 1px solid #b5be9e;
}

.content-block1 .content-wrapper {
    margin: 54px 0;
}

/* Content table */
.table {
    width: 100%;
}

.table td {
    padding: 10px 14px;
    border-bottom: 1px solid #53325a;
}

.table .table-th, .table th {
    font-weight: bold;
}

a:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.7em 0 .5em;
    font-weight: normal;
}

h1 {
    margin: 0 0 1em;
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

blockquote {
    margin: 0 0 1em;
    padding: 1px 25px;
    color: #53325a;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #53325a;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
}

body, td, select, input, textarea {
    color: #53325a;
    font: 20px/1.4 'NeuchaRegular', cursive;
}

a {
    color: #d90375;
}

/*, a:focus, a:visited*/
a:hover {
    color: #53325a;
}

.js-popup {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.page-header {
    margin: 0 0 .9em;
}

.breadcrumb {
    margin: 0 0 .6em;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    margin: 0;
    list-style: none;
    font-size: .85em;
}

.breadcrumb li:before {
    display: inline-block;
    margin: 0 5px;
    content: '/';
}

.breadcrumb li:first-child:before {
    margin: 0;
    content: '';
}

.breadcrumb * {
    color: #8b8a8a;
}

/* Template styles */

html, body {
    position: relative;
}

body {
    margin: 0 auto;
    min-width: 960px;
    max-width: 3000px;
}

.content-block {
    position: relative;
    margin: 0 auto;
    width: 924px;
}

.top_banners > p:first-child {
    margin: 0;
}

.landing-head {
    margin: 0;
    text-transform: uppercase;
}

.main-content {
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: right;
    background: #00bbec url(../file/site/book/header-bg.jpg) 50% 100% no-repeat;
    overflow: hidden;
}

.main-content .content-block {
    padding: 187px 0 0 0;
    height: 745px;
}

.main-content-inner {
    position: relative;
    margin: 0 0 0 auto;
    padding: 0 0 0 28px;
    display: block;
    width: 463px;
    text-align: center;
}

.main-content-inner > :last-child {
    margin-bottom: 0 !important;
}

.main-content .landing-head {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}

.footer {
    padding: 40px 0;
    font-size: 16px;
    line-height: 1.2em;
}

.footer .content-block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    height: 100px;
}

.footer-inner1 {
    position: relative;
    top: -14px;
}

.footer .header-logo {
    margin-bottom: 10px;
}

.footer-inner2 {
    font-size: 21px;
}

.footer-inner2 .social-btns {
    margin-top: 15px;
}

.footer .header-contacts > li:first-child {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer2 {
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    background: #00bbec;
}

.footer2 .content-block {
    display: flex;
    justify-content: space-between;
}

.footer2 .content-block :last-child {
    width: 236px;
}

.slide-box {
    position: relative;
}

.slide-box_item {
    position: relative;
    display: none;
}

.slide-box_item.active {
    display: block;
}

.landing1-content1 {
    margin: 0;
    padding: 27px 131px 55px 0;
    font-size: 40px;
    line-height: 1.2em;
}

.landing1-content2 {
    padding: 12px 0 53px 0;
}

.landing1-h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: normal;
}

.landing1-text {
    padding: 6px 0 0;
    color: #000;
    font-size: 18px;
    line-height: 1.2em;
}

.landing1-content3 {
    padding: 30px 0 0;
}

.landing1-content4 {
    display: inline-block;
    margin: 25px 0 0;
    padding: 10px 35px;
    background: orange;
    border-radius: 55px;
}

.landing2 .content-block {
    margin: 80px auto;
}

.landing2-h1 {
    margin: 0;
    color: #db214c;
    font-size: 47px;
    line-height: 1em;
}

.landing2-book {
    text-align: center;
}

.landing2-book > img {
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

.landing2-content {
    padding: 0;
    font-size: 27px;
    line-height: 1.4em;
}

.landing2-text1 {
    color: #0179b3;
}

.landing3 {
    padding: 80px 0;
    height: 1610px;
    background: #ff8f43 url(../file/site/book/landing3-bg.png) 50% 210px no-repeat;
}

.landing3-h1 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.landing3-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    color: #000;
}

.landing3-h2 {
    padding: 0 0 20px;
    font-size: 32px;
    line-height: 1.2em;
    text-align: center;
}

.landing3-text1 {
    font-size: 20px;
    line-height: 1.2em;
}

.landing3-content1 {
    top: 295px;
    left: 100px;
}

.landing3-content2 {
    top: 295px;
    left: 584px;
}

.landing3-content3 {
    top: 725px;
    left: 100px;
}

.landing3-content4 {
    top: 715px;
    left: 584px;
}

.landing3-content5 {
    top: 1140px;
    left: 100px;
}

.landing3-content6 {
    top: 1160px;
    left: 584px;
}

.landing3-content2, .landing3-content3, .landing3-content6 {
    color: #fff;
}

.landing4 .content-block {
    padding: 80px 0;
}

.landing4-h1 {
    margin: 0;
    padding: 0 0 60px;
    color: #009cff;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.landing4-pic {
    text-align: center;
}

.landing4-content {
    padding: 20px 0 0 70px;
    color: #1781c5;
    font-size: 22px;
    line-height: 1.2em;
}

.landing4-text1, .landing4-text2, .landing4-text3, .landing4-text4, .landing4-text5, .landing4-text6 {
    padding: 7px 0 25px 57px;
    background: 0 0 no-repeat;
}

.landing4-text1 {
    background-image: url(../file/site/book/landing4-num1.png);
}

.landing4-text2 {
    background-image: url(../file/site/book/landing4-num2.png);
}

.landing4-text3 {
    background-image: url(../file/site/book/landing4-num3.png);
}

.landing4-text4 {
    background-image: url(../file/site/book/landing4-num4.png);
}

.landing4-text5 {
    background-image: url(../file/site/book/landing4-num5.png);
}

.landing4-text6 {
    color: #d75400;
}

.landing5 {
    padding: 80px 0;
    color: #423245;
    font-size: 18px;
    line-height: 1.2;
    background: url(../file/site/book/landing5.jpg) 50% 175px no-repeat;
}

.landing5-h1 {
    margin: 0 0 60px;
    font-size: 47px;
    line-height: 1.2em;
    text-align: center;
}

.landing5-content {
    position: relative;
    height: 645px;
}

.landing5-block {
    position: absolute;
    width: 220px;
}

.landing5-block h3 {
    margin: 0 0 8px;
    font-size: 27px;
    line-height: 1.2em;
}

.landing5-block1 {
    top: 2px;
    left: 224px;
}

.landing5-block2 {
    top: 2px;
    left: 697px;
}

.landing5-block3 {
    top: 312px;
    left: 224px;
}

.landing5-block4 {
    top: 312px;
    left: 697px;
}

.landing6 {
    background: #fff8db;
}

.landing6 .content-block {
    padding: 80px 0;
}

.landing6-h1 {
    margin: 0;
    padding: 0 0 30px;
    color: #690;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.landing6-pic {
    text-align: center;
}

.landing6-content {
    padding: 90px 0 0 55px;
    color: #000;
    font-size: 25px;
    line-height: 1.2em;
}

.landing6-h2 {
    padding: 120px 0 30px;
    color: #690;
    font-size: 37px;
    line-height: 1.2em;
    text-align: center;
}

.landing6-content2 {
    color: #000;
    font-size: 24px;
    line-height: 1.2em;
}

.landing7 {
    background: #d7569c;
}

.landing7 .content-block {
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.landing7-h1 {
    margin: 0;
    padding: 0 0 30px;
    font-size: 42px;
    line-height: 1.2em;
}

.landing7-form {
    font-size: 37px;
    line-height: 1.2em;
}

.landing7-form input {
    outline: none;
}

.landing7-form-count {
    margin: 0 15px;
    width: 100px;
    color: #6a6a6a;
    font-size: 37px;
    line-height: 1em;
    text-align: center;
    background: #fff8db;
    border: none;
    border-radius: 25px;
    vertical-align: middle;
}

.landing7-form-submit {
    width: 300px;
    height: 70px;
    color: #6a6a6a;
    background: #fff8db url(../file/site/book/landing7-submit.png) 50% 50% no-repeat;
    border: none;
    border-radius: 35px;
    vertical-align: middle;
    transition: .4s ease all;
}

.landing7-form-submit:hover {
    background-color: #ffd8db;
}

.landing7-text1 {
    padding: 30px 0 0;
    font-size: 23px;
    line-height: 1.2em;
}

.landing8 {
    background: #3eb5f1;
}

.landing8 .content-block {
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.landing8-text1 {
    padding: 30px 0 0;
    font-size: 47px;
    line-height: 1.2em;
}

.landing8-text2 {
    padding: 30px 0 60px 420px;
    font-size: 31px;
    line-height: 1.2em;
}

.landing9 {
    background: #88ba00;
}

.landing9 .content-block {
    padding: 80px 0;
    color: #fff;
}

.landing9-h1 {
    margin: 0;
    padding: 0 0 30px;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.landing9-text1 {
    margin: 0;
    padding: 30px 0 0;
    list-style: none;
    color: #000;
    font-size: 23px;
    line-height: 1.2em;
}

.landing9-text1 li {
    padding: 7px 0 25px 57px;
    background: url(../file/site/book/landing5-ok.png) 0 0 no-repeat;
}

.landing10 {
    background: #a3cc39 url(../file/site/book/landing10-bg.png) 50% 0 repeat;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.landing10 .content-block {
    padding: 80px 0 120px;
    text-align: center;
}

.landing10-h1 {
    margin: 0 0 60px;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.landing10-items {
    padding: 20px 0;
    background: #fff;
    border-radius: 24px;
}

.landing10-item {
    display: flex;
    justify-content: center;
}

.landing10-item-frame {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    margin: 0 20px;
    /*width: 212px;*/
    height: 350px;
    overflow: hidden;
}

.landing10-item-frame a {
    display: block;
    width: 500px;
    height: 340px;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.landing11 {
    background: #fff8db;
}

.landing11 .content-block {
    padding: 80px 0;
    text-align: center;
}

.landing11-h1 {
    margin: 0;
    padding: 0 0 60px;
    color: #690;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

#vk_comments {
    margin: 0 auto;
}

.landing12 .content-block {
    padding: 80px 0;
    text-align: center;
}

.landing12-h1 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

#vk_groups {
    margin: 0 auto;
}

.landing13 {
    color: #505050;
    font-size: 25px;
    line-height: 1.2em;
}

.landing13 .content-block {
    padding: 160px 0 80px;
}

.landing13-h1 {
    margin: 0;
    padding: 0 0 60px 122px;
    color: #ff4d2c;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.landing13-text {
    position: relative;
    margin: 0 auto 42px;
    padding: 35px 25px 0 269px;
    width: 895px;
    height: 286px;
    background: url(../file/site/book/landing13-block-bg.png) 0 0 no-repeat;
}

.landing13-text:last-child {
    margin-bottom: 0;
}

.landing13-text h3 {
    margin: 0 0 20px;
    color: #ff4d2c;
    font-size: 33px;
    line-height: 1.2em;
}

.landing13-text p {
    margin-top: 0;
}

.landing13-text1:before {
    content: '';
    position: absolute;
    bottom: 286px;
    left: 46px;
    display: block;
    width: 276px;
    height: 233px;
    background: url(../file/site/book/landing13-pic.jpg) 0 0 no-repeat;
}

.landing13-text:after {
    content: '';
    position: absolute;
    top: 48px;
    left: 64px;
    display: block;
    width: 119px;
    height: 156px;
    background: url(../file/site/book/landing13-block-num-1.png) 0 0 no-repeat;
}

.landing13-text2:after {
    top: 37px;
    left: 69px;
    width: 109px;
    height: 159px;
    background-image: url(../file/site/book/landing13-block-num-2.png);
}

.landing13-text3:after {
    top: 36px;
    left: 60px;
    width: 122px;
    height: 163px;
    background-image: url(../file/site/book/landing13-block-num-3.png);
}

.landing13-text4:after {
    top: 21px;
    left: 42px;
    width: 134px;
    height: 192px;
    background-image: url(../file/site/book/landing13-block-num-4.png);
}

.landing13-text5:after {
    top: 30px;
    left: 77px;
    width: 118px;
    height: 169px;
    background-image: url(../file/site/book/landing13-block-num-5.png);
}

.landing14 {
    padding: 40px 0;
    height: 540px;
    background: url(../file/site/landing/landing5.png) 50% 40px no-repeat;
}

.landing14-block1 {
    position: absolute;
    top: 24px;
    left: 156px;
    width: 610px;
    height: 338px;
    border-radius: 10px;
}

.landing14 iframe {
    border: none;
}

/*----------------------------------------------------------------------------------------------------------------------
    Order form
----------------------------------------------------------------------------------------------------------------------*/

.order-form {
    display: inline-block;
    padding: 60px 66px;
    color: #fff;
    text-align: center;
    background: #36aee0;
    border-radius: 30px;
}

.order-form a {
    color: #fff;
}

.order-form_title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 38px;
    text-align: center;
}

.order-form_title2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
}

.order-form_row {
    margin: 0 0 5px;
}

.order-form_submit {
    margin: 15px 0 0;
}

.order-form_row > *,
.order-form_submit > * {
    width: 100%;
}

.tab-arrow-l, .tab-arrow-r,
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    display: block;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    background: #a3cc39 url(../file/site/landing/arrow-blue-left.png) 45% 50% no-repeat;
    border: 4px solid #fff;
    border-radius: 27px;
    cursor: pointer;
}

.tab-arrow-r, .owl-next {
    background: #a3cc39 url(../file/site/landing/arrow-blue-right.png) 55% 50% no-repeat;
}

.owl-prev {
    left: -26px;
}

.owl-next {
    right: -26px;
}

.owl-prev.disabled, .owl-next.disabled {
    display: none;
}

.tab-arrow-l {
    display: none;
}

.js-img-swap {
    cursor: pointer;
}

.landing18 {
    position: relative;
    color: #423245;
    font-size: 18px;
    line-height: 1.2;
    background: #d4e5ce;
}

.landing18 .content-block {
    min-height: 630px;
    pointer-events: none;
}

.landing18 .content-block * {
    pointer-events: auto;
}

.landing18-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
}

.landing18-contacts {
    position: absolute;
    top: 50%;
    left: 596px;
    margin-top: -208px;
    padding: 15px;
    width: 327px;
    background: rgba(255, 255, 255, .75);
    border-radius: 25px;
}

.landing18-contacts-head {
    margin: 0 0 15px;
    font-size: 28px;
}

.landing18-contacts ul,
.landing18-contacts li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing18-contacts li {
    padding: 0 0 12px 30px;
    background: url(../file/site/landing/landing18-li.jpg) 0 4px no-repeat;
}

.tbl-order-books {
    margin: 0 auto;
    border-radius: 35px;
    overflow: hidden;
}

.tbl-order-books td {
    padding: 30px;
    font-size: 27px;
    line-height: 1em;
    background: #fff;
    border-bottom: 2px solid #d7569c;
}

.tbl-order-books tr:last-child td {
    border-bottom: 0;
}

.tbl-order-books td p {
    margin: .9em 0;
}

.tbl-order-books tr td:first-child img {
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.tbl-order-books tr td:last-child {
    text-align: left;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 10001;
    backdrop-filter: blur(10px);
}

.popup.is-shown {
    display: flex;
}

.popup_window_block {
    position: relative;
    margin: auto;
    padding: 10px 20px;
    border-radius: 30px;
    background: #36aee0;
}

.popup_close {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    line-height: 1em;
    font-family: 'RotondaC', cursive;
    text-decoration: none;
}

.popup_close:hover {
    opacity: .7;
}

body.popup-shown {
    overflow: hidden;
}

.formfield2 {
    display: none !important;
    visibility: hidden;
}

/*----------------------------------------------------------------------------------------------------------------------
    New header styles
----------------------------------------------------------------------------------------------------------------------*/

.content-block {
    position: relative;
    margin: 0 auto;
    width: 924px;
}

.header-block {
    position: relative;
    color: #53325a;
    font: 20px/1.4 'NeuchaRegular', cursive;
    background: #01bbec;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 157px;
    color: #423245;
    background: url(../../file/site/landing/header.png) 50% 0 no-repeat;
    pointer-events: none;
    z-index: 40;
}

.header-block a {
    color: #d90375;
}

.header-block a:hover {
    color: #53325a;
}

.header .content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    height: 100px;
}

.header .content-block * {
    pointer-events: auto;
}

.header-logo {
    display: block;
    width: 245px;
    height: 74px;
    text-indent: -9999px;
    background: url(../../file/site/landing/logo.png) 50% 50% no-repeat;
}

.header .header-logo {
    margin-top: 10px;
}

.social-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-btns li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.social-btns a {
    display: block;
    text-indent: -9999px;
    width: 38px;
    height: 37px;
    background: url(../../file/site/landing/socials.png) 0 0 no-repeat
}

.social-yt a {
    background-position: -38px 0;
}

.social-in a {
    background-position: -76px 0;
}

.social-vk a {
    background-position: -114px 0;
}

.header-contacts,
.header-contacts > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1em;
}

.header .header-contacts > li:first-child {
    margin-bottom: .25em;
    font-size: 17px;
    line-height: 1.2em;
}

.header-contacts > li:first-child a {
    color: #423245;
}

.header-contacts > li:nth-child(2) {
    font-size: 22px;
}

.icon-map-pin {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    background: url(../../file/site/landing/icon-map-pin.png);
}

.header-city-link {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    cursor: default;
}

.header-city-list {
    display: none;
    position: absolute;
    margin-left: -0.25em;
    padding: 0.25em 0;
    font-size: 1.2em;
    text-align: left;
    background: #d90375;
    border-radius: 0.5em;
    box-shadow: 0 0 0.5em rgb(0, 0, 0, .2);
}

.header-city-list a {
    display: block;
    padding: .25em 1em;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
}

.header-city-list a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.header-city-link:hover .header-city-list {
    display: block;
}

/*----------------------------------------------------------------------------------------------------------------------
    Main menu
----------------------------------------------------------------------------------------------------------------------*/
.podmenu {
    width: 0;
    height: 0;
}

.podmenu {
    display: none;
    width: 344px;
    position: absolute;
    right: 6px;
    bottom: 4px;
    z-index: 999;
}

.main-menu-item:first-child .podmenu {
    left: -37px;
    right: auto;
}

.main-menu-item:first-child .top {
    border-radius: 0 20px 0 0;
}

.podmenu .top {
    width: 344px;
    height: 29px;
    background: url(../../images/podmenu_top.png) 0 100% no-repeat;
}

.podmenu .center {
    min-height: 160px;
    padding: 0 35px;
    background: url(../../images/podmenu_center.png) 0 0 repeat-y;
}

.podmenu .bottom {
    width: 344px;
    height: 40px;
    background: url(../../images/podmenu_bottom.png) 0 0 no-repeat;
}

.podmenu a {
    text-decoration: none;
}

.podmenu a:hover {
    text-decoration: underline;
}

.main-menu-color-1 .podmenu div {
    background-position: -344px 100%;
}

.main-menu-color-2 .podmenu div {
    background-position: -688px 100%;
}

.main-menu-color-3 .podmenu div {
    background-position: -1032px 100%;
}

.main-menu-color-4 .podmenu div {
    background-position: -1376px 100%;
}

.main-menu-color-5 .podmenu div {
    background-position: -1720px 100%;
}

.main-menu-color-6 .podmenu div {
    background-position: -2064px 100%;
}

.main-menu-color-7 .podmenu div {
    background-position: -2408px 100%;
}

.main-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    z-index: 30;
}

.main-menu-list {
    display: flex;
    justify-content: flex-end;
    padding: 80px 0 0;
}

.main-menu-item {
    position: relative;
}

.main-menu-item > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    margin: 0 2px;
    padding: 11px 16px;
    height: 107px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    background: #a0c838;
    border: 4px solid #fff;
    border-radius: 5px;
    transition: .4s ease background-color;
}

.main-menu-item > a:hover,
.main-menu-item > a.active {
    color: #fff;
    background: #d90375;
}

.main-menu-color-0 > a {
    background-color: #3fa101;
}

.main-menu-color-0:hover > a {
    background-color: #48b800;
}

.main-menu-color-1 > a {
    background-color: #e84a01;
}

.main-menu-color-1:hover > a {
    background-color: #ff5100;
}

.main-menu-color-2 > a {
    background-color: #e583d0;
}

.main-menu-color-2:hover > a {
    background-color: #ff84d5;
}

.main-menu-color-3 > a {
    background-color: #007db9;
}

.main-menu-color-3:hover > a {
    background-color: #008fd4;
}

.main-menu-color-4 > a {
    background-color: #d6a300;
}

.main-menu-color-4:hover > a {
    background-color: #ffc200;
}

.main-menu-color-5 > a {
    background-color: #d51212;
}

.main-menu-color-5:hover > a {
    background-color: #ff1414;
}

.main-menu-color-6 > a {
    background-color: #dc30aa;
}

.main-menu-color-6:hover > a {
    background-color: #ff37c5;
}

.main-menu-color-7 > a {
    background-color: #007db9;
}

.main-menu-color-7:hover > a {
    background-color: #008fd4;
}

.main-menu-item .podmenu {
    position: absolute;
    display: none;
}

/*----------------------------------------------------------------------------------------------------------------------
    /Main menu
----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
    /New header styles
----------------------------------------------------------------------------------------------------------------------*/

.header-block {
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 157px;
    color: #423245;
    background: url(../file/site/landing/header.png) 50% 0 no-repeat;
    pointer-events: none;
    z-index: 40;
}

/*--------------By POL------------------*/
.pol-menu-header {
    font-family: Comic Sans MS, sans-serif;
    font-size: 14pt;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
}

.pol-menu-txt {
    padding-right: 10px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    color: #fff;
    display: block;
}

.main-menu .pol-menu-header a:hover {
    text-decoration: underline;
    color: #fff;
}

/*----------------------------------------------------------------------------------------------------------------------
    Base grid
----------------------------------------------------------------------------------------------------------------------*/

.row {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.col {
    flex: 1;
    display: block;
    padding-right: 10px;
    vertical-align: top;
    position: relative;
}

.col:last-child {
    padding-right: 0;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33%;
}

.col-5 {
    width: 41%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58%;
}

.col-8 {
    width: 66%;
}

/*----------------------------------------------------------------------------------------------------------------------
    /Base grid
----------------------------------------------------------------------------------------------------------------------*/

a.btn-call, a.btn-call:hover {
    display: inline-block;
    margin: 2px 0;
    padding: 0 3px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background: #d90375;
    border: 3px solid #d90375;
    border-radius: 25px;
    outline: none;
    transition: .4s ease all;
}

a.btn-call:hover {
    background: #53325a;
    border-color: #53325a;
}

.term-of-use__field a {
    color: #fff;
}

video, iframe {
    max-width: 100%;
}

/*IE10-11 only hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .popup_window_block {
        margin: inherit;
    }
}

@media (min-width: 540px) {
    .only-mobile {
        display: none !important;
    }
}

@media (max-width: 539px) {
    .only-desktop {
        display: none !important;
    }
}
