@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;
    font-display: swap;
}

/* 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-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 {
    display: inline-block;
    padding: 4px 39px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    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/landing/main-content.jpg) 50% 100% no-repeat;
    overflow: hidden;
}

.main-content .content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    padding: 157px 0 120px 0;
    height: 826px;
}

.main-content .content-block:before {
    content: '';
    position: absolute;
    bottom: 564px;
    left: 32px;
    display: block;
    width: 154px;
    height: 173px;
    background: url(../file/site/landing/girl-cap.png) 50% 50% no-repeat;
    z-index: 4;
    pointer-events: none;
}

.main-content .content-block:after {
    content: '';
    position: absolute;
    top: 0;
    right: -580px;
    display: block;
    width: 534px;
    height: 663px;
    background: url(../file/site/landing/header-clouds.png) 50% 50% no-repeat;
    pointer-events: none;
}

.main-content-inner {
    position: relative;
    display: block;
    width: 532px;
}

.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;
}

.landing-class-order-1 {
    margin: 40px 0 80px;
}

.landing1-head1 {
    margin: 0 0 20px;
    font-size: 47px;
    color: #423245;
    line-height: 1.2;
    text-align: center;
}

.landing1-1 {
    display: flex;
    align-items: center;
    margin: 0 -10px 30px 0;
    font-size: 18px;
}

.landing1-1 > div {
    display: flex;
    align-items: center;
}

.landing1-1 > div > * {
    margin-right: 10px;
}

.free-class-form.order-form {
    display: flex;
    align-items: baseline;
    margin-right: -10px;
    padding: 0;
    color: #423245;
    text-align: left;
    background: transparent;
    border-radius: 0;
}

.free-class-form.order-form > * {
    margin-right: 10px;
}

.free-class-form.order-form .inp {
    padding: 8px 20px;
    color: #53325a;
    font-size: 24px;
    border: 2px solid #eb519e;
    border-radius: 20px;
}

.free-class-form.order-form .inp:focus {
    box-shadow: 0 0 7px #eb519e;
}

.free-class-form.order-form .order-form_submit {
    text-align: center;
}

.free-class-form.order-form .order-form_submit .inp_but {
    padding: 5px 30px;
    background-color: #3eb5f1;
    border-color: #3eb5f1;
    border-radius: 20px;
}

.free-class-form.order-form .order-form_submit .inp_but:hover {
    background-color: #369bce;
    border-color: #369bce;
}

.free-class-form.order-form .order-form_submit span {
    color: #959595;
    font-size: 13px;
    white-space: nowrap;
}

.landing-banners {
    margin: 0 0 80px;
}

.landing2 {
    margin: 0 0 90px;
    height: 466px;
    background: url(../file/site/landing/landing2.jpg) 50% 50% no-repeat;
}

.landing2, .landing2 a {
    color: #6d2c7a;
    font-size: 18px;
    list-style: none;
}

.landing2-head1,
.landing2-head2 {
    position: absolute;
    text-align: center;
}

.landing2-head1, .landing2-head1 a,
.landing2-head2, .landing2-head2 a {
    color: #54325b;
    font-size: 32px;
    text-decoration: none;
}

.landing2-head1 {
    top: 70px;
    left: 150px;
}

.landing2-head2 {
    top: 70px;
    left: 623px;
}

.landing2-list1,
.landing2-list2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
}

.landing2-list1 li,
.landing2-list2 li {
    position: absolute;
    margin: 0;
    padding: 0;
}

.landing2-list1 li {
    white-space: nowrap;
}

.landing2-list1 li:nth-child(1) {
    top: 169px;
    left: 190px;
}

.landing2-list1 li:nth-child(2) {
    top: 249px;
    left: 212px;
    text-align: right;
}

.landing2-list1 li:nth-child(3) {
    top: 306px;
    left: 219px;
}

.landing2-list2 li {
    display: flex;
    align-items: center;
    height: 70px;
    white-space: normal;
}

.landing2-list2 a {
    color: #6d2c7a;
    font-size: 18px;
    text-decoration: none;
}

.landing2-list2 li:nth-child(1) {
    top: 140px;
    left: 622px;
    width: 213px;
}

.landing2-list2 li:nth-child(2) {
    top: 231px;
    left: 518px;
    text-align: right;
    width: 221px;
}

.landing2-list2 li:nth-child(3) {
    top: 321px;
    left: 622px;
    width: 216px;
}

.landing2_news-img {
    position: absolute;
    display: block;
    width: 85px;
    height: 85px;
    background: 50% 50% no-repeat;
    background-size: cover;
    border-radius: 42px;
}

.landing2-list2 li:nth-child(1) .landing2_news-img {
    top: -21px;
    left: -102px;
}

.landing2-list2 li:nth-child(2) .landing2_news-img {
    top: -20px;
    right: -97px;
}

.landing2-list2 li:nth-child(3) .landing2_news-img {
    top: -15px;
    left: -102px;
}

.landing2_all-news {
    position: absolute;
    top: 413px;
    left: 750px;
}

.landing3 {
    height: 785px;
    color: #603e67;
    font-size: 23px;
    line-height: 1.3em;
    background: url(../file/site/landing/landing3.png) 50% 100% no-repeat;
}

.landing3 .landing-head {
    position: absolute;
    top: 0;
    left: 111px;
    font-size: 38px;
    color: #423245;
    line-height: 1.2;
    text-align: center;
}

.landing3 .landing-head span {
    color: #603e67;
    font-size: 28px;
    text-transform: none;
}

.landing3-block2 {
    position: absolute;
    top: 218px;
    left: 44px;
    text-align: right;
}

.landing3-block3 {
    position: absolute;
    top: 288px;
    left: 288px;
}

.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 .7em;
    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%;
}

.landing3 .order-form {
    position: absolute;
    top: 193px;
    left: 470px;
}

.landing4 {
    margin-bottom: 20px;
    height: 1296px;
    color: #53325a;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background: #a1e6f8 url(../file/site/landing/landing4.jpg) 50% 0 no-repeat;
}

.landing4 .landing-head {
    position: absolute;
    top: 85px;
    left: 16px;
    width: 900px;
    color: #423245;
    font-size: 38px;
}

.landing4 .landing-head h1 {
    display: inline;
}

.landing4-head2 {
    position: absolute;
    top: 255px;
    left: 290px;
    font-size: 28px;
    color: #423245;
}

.landing4-block1,
.landing4-block1 li {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.landing4-block1 {
    top: 0;
    left: 0;
}

.landing4-block1 {
    top: 0;
    left: 0;
}

.landing4-block1-1 {
    top: 467px;
    left: 87px;
}

.landing4-block1-2 {
    top: 365px;
    left: 372px;
}

.landing4-block1-3 {
    top: 455px;
    left: 674px;
}

.landing4-block1-4 {
    top: 768px;
    left: 167px;
}

.landing4-block1-5 {
    top: 628px;
    left: 413px;
}

.landing4-block1-6 {
    top: 1005px;
    left: 107px;
}

.landing5 {
    margin-bottom: 103px;
    height: 500px;
    background: url(../file/site/landing/landing5.png) 50% 0 no-repeat;
}

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

.landing5-order {
    position: absolute;
    top: 446px;
    left: 299px;
    text-align: center;
}

.landing5 iframe {
    border: none;
}

.landing6 {
    height: 1818px;
    color: #53325a;
    font-size: 20px;
    line-height: 1.1;
    background: #fdb71e url(../file/site/landing/landing6.jpg) 50% 0 no-repeat;
}

.landing6 .landing-head {
    position: absolute;
    top: 101px;
    left: 299px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
}

.landing6-block1,
.landing6-block2,
.landing6-block3 {
    position: absolute;
}

.landing6-block1 {
    top: 286px;
    left: 149px;
}

.landing6-block2 {
    top: 736px;
    left: 420px;
}

.landing6-block3 {
    top: 1217px;
    left: 152px;
}

.landing6-block1 h3,
.landing6-block2 h3,
.landing6-block3 h3 {
    margin: 0;
    color: #53325a;
    font-size: 28px;
    line-height: 1;
}

.landing6-block1 ul,
.landing6-block2 ul,
.landing6-block3 ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.landing6-block1 li,
.landing6-block2 li,
.landing6-block3 li {
    margin: 0 0 10px;
    padding: 0 0 0 28px;
    list-style: none;
    background: url(../file/site/landing/landing6-li.png) 0 0 no-repeat;
}

.landing6-order {
    position: absolute;
    top: 1659px;
    left: 300px;
    text-align: center;
}

.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;
}

.landing7 {
    padding-bottom: 221px;
    background: #9bc530 url(../file/site/landing/landing7.png) 50% 100% no-repeat;
}

.landing7 .landing-head {
    position: absolute;
    top: 108px;
    left: 326px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
}

.landing7 .tab-btns {
    display: flex;
    justify-content: space-around;

    position: absolute;
    top: 200px;
    left: 0;
    padding: 0 18px;
    width: 100%;
}

.landing7 .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 121px;
    text-indent: -9999px;
    background: url(../file/site/landing/landing7-tabs.png) 0 0 no-repeat;
}

.landing7 .tab-btn:hover,
.landing7 .tab-btn.active {
    top: -7px;
}

.landing7 .tab-btn.active {
    z-index: 2;
}

.landing7 .tab-btn2 {
    background-position: -106px 0;
}

.landing7 .tab-btn3 {
    background-position: -212px 0;
}

.landing7 .tab-btn4 {
    background-position: -318px 0;
}

.landing7 .tab-btn5 {
    background-position: -424px 0;
}

.landing7 .tab-btn6 {
    background-position: -530px 0;
}

.landing7 .tab-btn7 {
    background-position: -636px 0;
}

.landing7 .tab-btn8 {
    background-position: -742px 0;
}

.landing7 .tabs {
    padding-top: 261px;
}

.landing7 .tab {
    position: relative;
    display: none;
    min-height: 859px;
    padding: 93px 69px;
    color: #53325a;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    border-radius: 25px;
}

.landing7 .item-group1 a {
    color: #53325a;
}

.landing7 .tab.active {
    display: block;
}

.landing7 .top-cols {
    margin-bottom: 53px;
}

.landing7 .grid_col-6:first-child {
    padding-right: 50px;
}

.landing7-tab-head {
    margin: 0;
    padding: 0;
    font-size: 28px;
}

.landing7-tab-head b {
    font-size: 38px;
    font-weight: normal;
}

.landing7 .slide-box {
    position: relative;
    width: 393px;
    height: 292px;
}

.item-group1 {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.landing7 .item-group1 {
    margin-bottom: 59px;
}

.item-group1_item {
    display: block;
    margin: 0 10px 11px;
    width: 126px;
    text-align: center;
    text-decoration: none;
}

.item-group1_pic {
    position: relative;
    display: block;
    margin-bottom: 18px;
    width: 126px;
    height: 126px;
    border-radius: 15px;
    overflow: hidden;
}

.item-group1_title {
    display: block;
}

.item-group1_title span {
    display: block;
    margin-top: 9px;
    font-size: 16px;
}

.item-group1_badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: rgba(137, 175, 39, 0.8);
    border: 3px solid #fff;
    border-top-left-radius: 15px;
}

.landing7 .landing7_owl-item {
    display: block;
    width: 393px;
    height: 292px;
    border-radius: 15px;
    overflow: hidden;
}

.landing7 .tab1 .owl-prev, .landing7 .tab1 .owl-next {
    background-color: #00bbec;
}

.landing7 .tab2 .owl-prev, .landing7 .tab2 .owl-next {
    background-color: #ed540e;
}

.landing7 .tab3 .owl-prev, .landing7 .tab3 .owl-next {
    background-color: #e98bd7;
}

.landing7 .tab4 .owl-prev, .landing7 .tab4 .owl-next {
    background-color: #008acb;
}

.landing7 .tab5 .owl-prev, .landing7 .tab5 .owl-next {
    background-color: #f3be00;
}

.landing7 .tab6 .owl-prev, .landing7 .tab6 .owl-next {
    background-color: #c51aa7;
}

.landing7 .tab8 .owl-prev, .landing7 .tab8 .owl-next {
    background-color: #7444c2;
}

.landing8 {
    margin-bottom: 66px;
    color: #53325a;
    font-size: 20px;
    line-height: 1.2;
}

.landing8 .content-block {
    height: 636px;
    background: url(../file/site/landing/landing8.jpg) 50% 0 no-repeat;
}

.landing8-wrapper {
    position: relative;
    top: 26px;
    left: 29px;
    width: 372px;
    text-align: center;
}

.landing8 .landing-head {
    color: #423245;
    font-size: 38px;
}

.landing8-block1 {
    color: #423245;
    font-size: 28px;
}

.landing9 {
    height: 1134px;
    background: url(../file/site/landing/landing9.png) 50% 0 no-repeat;
    color: #53325a;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.landing9 .landing-head {
    position: absolute;
    top: 140px;
    left: 169px;
    margin: 0;
    color: #423245;
    font-size: 38px;
}

.landing9-video {
    position: absolute;
    top: 314px;
    left: 277px;
    display: block;
    width: 114px;
    height: 128px;
    text-indent: -9999px;
}

.landing9-order {
    position: absolute;
    top: 904px;
    left: 300px;
}

.landing9 .landing9-items {
    position: absolute;
    top: 265px;
    left: 425px;
    width: 425px;
    height: 345px;
}

.landing9-item {
    position: relative;
    width: 425px;
    height: 345px;
}

.landing9-titles {
    color: #423245;
    width: 425px;
    text-align: center;
}

.landing9-titles-1 {
    margin-bottom: 7px;
    font-size: 28px;
}

.landing9-photos {
    display: flex;
    flex-flow: column wrap;

    position: absolute;
    top: 114px;
    left: 0;
    width: 425px;
    height: 231px;
    border-radius: 15px;
    overflow: hidden;
}

.landing9 .owl-prev {
    top: 227px;
    left: -55px;
}

.landing9 .owl-next {
    top: 227px;
    right: -52px;
}

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

.landing9-photos img {
    position: relative;
    margin: 0 0 6px;
    width: 100px;
    height: 72px;
}

.landing9-photos img:first-child {
    margin: 0 2px 0 0;
    width: 317px;
    height: 229px;
    z-index: 2;
}

.landing9-photos img:last-child {
    margin-bottom: 0;
}

.landing9-hot1, .landing9-hot2, .landing9-hot3, .landing9-hot4, .landing9-hot5, .landing9-hot6 {
    position: absolute;
    display: block;
    width: 69px;
    height: 35px;
    text-indent: -9999px;
}

.landing9-hot1 {
    top: 756px;
    left: 107px;
}

.landing9-hot2 {
    top: 785px;
    left: 232px;
}

.landing9-hot3 {
    top: 631px;
    left: 174px;
    width: 89px;
    height: 48px;
}

.landing9-hot4 {
    top: 598px;
    left: 22px;
    width: 86px;
}

.landing9-hot5 {
    top: 543px;
    left: 81px;
}

.landing9-hot6 {
    top: 393px;
    left: 123px;
    width: 93px;
}

.landing10 {
    height: 2179px;
    background: url(../file/site/landing/landing10.png) 50% 0 no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.landing10 .landing-head {
    position: absolute;
    top: 98px;
    left: 206px;
    font-size: 38px;
}

.landing10-block {
    position: absolute;
    width: 348px;
}

.landing10-block h3 {
    margin: 0 0 8px;
    font-size: 28px;
}

.landing10-block1 {
    top: 407px;
    left: 51px;
    color: #423245;
}

.landing10-block2 {
    top: 407px;
    left: 524px;
}

.landing10-block3 {
    top: 834px;
    left: 51px;
}

.landing10-block4 {
    top: 834px;
    left: 524px;
    color: #423245;
}

.landing10-block5 {
    top: 1271px;
    left: 51px;
    color: #423245;
}

.landing10-block6 {
    top: 1271px;
    left: 524px;
}

.landing10-block7 {
    top: 1700px;
    left: 51px;
}

.landing10-block8 {
    top: 1700px;
    left: 524px;
    color: #423245;
}

.landing11 {
    margin: 0 0 112px;
    height: 1126px;
    background: url(../file/site/landing/landing11.jpg) 50% 100% no-repeat;
    color: #423245;
    font-size: 18px;
    line-height: 1.2;
}

.landing11 .landing-head {
    position: absolute;
    top: 0;
    left: 206px;
    font-size: 38px;
    text-align: center;
}

.landing11-block {
    position: absolute;
    width: 190px;
}

.landing11-block h3 {
    margin: 0 0 8px;
    font-size: 28px;
}

.landing11-block1 {
    top: 142px;
    left: 224px;
}

.landing11-block2 {
    top: 142px;
    left: 697px;
}

.landing11-block3 {
    top: 450px;
    left: 224px;
}

.landing11-block4 {
    top: 450px;
    left: 697px;
}

.landing11 .landing11-head2 {
    top: 802px;
    left: 110px;
}

.landing11-order {
    position: absolute;
    top: 889px;
    left: 290px;
    text-align: center;
}

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

.landing12 .content-block {
    padding-top: 235px;
}

.landing12 .landing-head {
    position: absolute;
    top: 96px;
    left: 134px;
    font-size: 38px;
    text-align: center;
}

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

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

    position: relative;
    margin: 0 20px;
    width: 212px;
    height: 213px;
    overflow: hidden;
}

.landing12-item div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 212px;
    height: 213px;
    background: url(../file/site/landing/landing12-frame.png) 50% 50% no-repeat;
    pointer-events: none;
}

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

.landing13 {
    height: 845px;
    background: url(../file/site/landing/landing13.jpg) 50% 0 no-repeat;
    color: #53325a;
    font-size: 20px;
    line-height: 1.2;
}

.landing13 .landing-head {
    position: absolute;
    top: 96px;
    left: 344px;
    color: #423245;
    font-size: 38px;
    text-align: center;
}

.landing13-block {
    position: absolute;
    text-align: center;
}

.landing13-block1 {
    top: 322px;
    left: 93px;
}

.landing13-block2 {
    top: 322px;
    left: 713px;
}

.landing13-block3 {
    top: 558px;
    left: 87px;
}

.landing13-block4 {
    top: 559px;
    left: 696px;
}

.landing13-block5 {
    top: 406px;
    left: 340px;
    width: 250px;
}

.landing14 {
    position: relative;
    top: -14px;
    margin-bottom: 57px;
    color: #53325a;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.landing14 .content-block {
    padding: 106px 0 0;
}

.landing14 .content-block:before {
    content: '';
    position: absolute;
    top: 46px;
    left: 498px;
    display: block;
    width: 127px;
    height: 30px;
    background: url(../file/site/landing/landing14-text1.png) 50% 50% no-repeat;
}

.landing14 .landing-head {
    position: absolute;
    top: 0;
    left: 375px;
    color: #423245;
    font-size: 38px;
    text-align: center;
}

.landing14-frames {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.landing14-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
    height: 264px;
    background: url(../file/site/landing/landing14-frame.png) 50% 50% no-repeat;
}

.landing14-frame img {
    max-width: 153px;
    max-height: 217px;
}

.landing15 {
    background: #f08641 url(../file/site/landing/landing15.png) 50% 100% no-repeat;
    color: #423245;
    font-size: 18px;
    line-height: 1.2;
}

.landing15 .content-block {
    padding: 190px 0 170px;
}

.landing15 .landing-head {
    position: absolute;
    top: 98px;
    left: 256px;
    color: #fff;
    font-size: 38px;
    text-align: center;
}

.landing15 .landing15-item {
    position: relative;
    margin: 0 48px 120px;
    padding: 49px 79px 29px 294px;
    min-height: 415px;
    background: #fff;
    border-radius: 25px;
}

.landing15 .landing15-item:before {
    content: '';
    position: absolute;
    bottom: -59px;
    left: 205px;
    display: block;
    width: 75px;
    height: 80px;
    background: url(../file/site/landing/landing15-bubbles.png) 50% 50% no-repeat;
}

.landing15 .owl-prev {
    top: 215px;
    left: 26px;
}

.landing15 .owl-next {
    top: 215px;
    right: 26px;
}

.js-toggle-text2 {
    display: none;
}

.landing15-img {
    position: absolute;
    top: 49px;
    left: 74px;
    width: 190px;
    height: 190px;
    border-radius: 15px;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.landing15-img img {
    width: 190px;
}

.landing15-text > :first-child {
    margin-top: 0;
}

.landing15-name {
    position: absolute;
    bottom: -75px;
    left: 296px;
    color: #fff;
    font-size: 24px;
}

.landing15-name span {
    display: block;
    color: #ffd182;
    font-size: 18px;
}

.landing15-avatar {
    position: absolute;
    top: -8px;
    right: -82px;
    display: block;
    width: 70px;
    height: 70px;
    background: #ffd182 50% 50% no-repeat;
    background-size: cover;
    border-radius: 35px;
    border: 3px solid #fff;
}

.landing15_btns {
    margin: 42px 0;
    text-align: center;
}

.landing16 {
    height: 598px;
    background: url(../file/site/landing/landing16.jpg) 50% 100% no-repeat;
    color: #423245;
    font-size: 28px;
    line-height: 1.2;
}

.landing16-block1 {
    position: absolute;
    top: 0;
    left: 553px;
    text-align: center;
}

.landing16 .order-form {
    position: absolute;
    top: 0;
    left: 0;
}

.landing17 {
    height: 108px;
    background: #00baeb url(../file/site/landing/landing17.png) 50% 0 no-repeat;
    color: #4a314e;
    font-size: 22px;
    line-height: 1;
    overflow: hidden;
    transition: height 1s linear;
}

.landing17.is-toggled {
    height: 3880px;
    transition: height 3s linear;
}

.landing17 .content-block {
    padding-top: 161px;
    padding-bottom: 52px;
}

a.landing17-link1 {
    position: absolute;
    top: 33px;
    left: 261px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px dashed #fff;
}

.landing17.is-toggled a.landing17-link1 {
    border-bottom: none;
}

.landing17-link2 {
    margin: 40px 0 0;
    text-align: center;
}

.landing17-link2 a {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px dashed #fff;
}

.landing17-block2 {
    position: relative;
    margin: 0 0 21px;
    padding: 48px 42px;
    background: #fff;
    border-radius: 25px;
}

.landing17-block2:last-child {
    margin-bottom: 0;
}

.landing17-block2_head {
    margin: 0 0 35px;
    font-size: 28px;
    text-align: center;
}

.landing17-block2_col {
    display: table-cell;
    padding-right: 21px;
    width: 50%;
}

.landing17-block2_col:last-child {
    padding-left: 21px;
    padding-right: 0;
}

.landing17-block2_col p {
    margin: .5em 0 0;
}

.landing17-block2_q {
    margin: 0 0 9px;
    padding: 0 0 0 32px;
    font-size: 22px;
    background: url(../file/site/landing/landing17-block2_q.png) 0 0 no-repeat;
}

.landing17-block2_a {
    margin: 0 0 36px;
    padding: 0 0 0 32px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: url(../file/site/landing/landing17-block2_a.png) 0 0 no-repeat;
}

.landing17-block2_q > :first-child,
.landing17-block2_a > :first-child {
    margin-top: 0;
}

.landing17-block2_q > :last-child,
.landing17-block2_a > :last-child {
    margin-bottom: 0;
}

.landing17-block2_col > :last-child {
    margin-bottom: 0;
}

.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: 55px;
    left: 730px;
    padding: 15px;
    width: 325px;
    background: rgba(255, 255, 255, .75);
    border-radius: 25px;
}

.landing18-contacts-head {
    margin: 0 0 3px;
    font-size: 26px;
}

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

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

.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) 0 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;
}

.footer .header-city-list {
    bottom: 0;
    margin-bottom: .97em;
}

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

.podmenu {
    display: none;
    width: 344px;
    height: 0;
    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%;
}

.podmenu p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.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;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.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;
}

/***********************************************************************************************************************
    Events
***********************************************************************************************************************/

.landing-events {
    margin-bottom: 40px;
    padding: 40px 0;
    background: #fff3e1;
}

.landing-events .landing-head {
    margin-bottom: .3em;
    font-size: 38px;
    color: #423245;
    line-height: 1.2;
    text-align: center;
}

.events-months {
    margin-bottom: 25px;
    text-align: center;
}

.events-months > a {
    display: inline-block;
    margin: 0 5px 5px;
    padding: 4px 12px 8px;
    color: #fff;
    font-size: 21px;
    font-family: Comic Sans MS, sans-serif;
    background-color: #7bbb1e;
    border-radius: 12px;
    text-decoration: none;
}

.events-months > a.active {
    background-color: #ff6100;
}

.events, .events *, .events *:before, .events *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.events {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    margin: 0 -10px;
}

.event {
    margin-bottom: 25px;
    padding: 0 10px;
    width: 50%;
}

.event-date {
    font-size: 17px;
    font-weight: bold;
}

.event-title {
    margin-bottom: .5em;
    color: #ff6f17;
    font-size: 21px;
    line-height: 1.1em;
    font-family: Comic Sans MS, sans-serif;
}

.event-image {
    margin-bottom: 5px;
}

.event img {
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #ff6f17;
}

.event-order {
    margin: .3em 0;
}

/*--------------By POL------------------*/
.podmenu {
    hyphens: auto;
}

.pol-menu-header {
    font-family: Comic Sans MS, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 10px;
    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;
}

.landing-banners.owl-carousel {
    margin: 30px 0;
    padding: 15px;
    max-width: 100%;
    border: 3px dashed #53325a;
    border-radius: 25px;
}

.landing-banners .owl-wrapper-outer {
    border-radius: 15px;
    overflow: hidden;
}

.landing-banners-item img {
    width: 100%;
}

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;
}

/*----------------------------------------------------------------------------------------------------------------------
    Mobile header
----------------------------------------------------------------------------------------------------------------------*/

.header-mobile-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    pointer-events: none;
    padding: 10px 0 0;
    height: 257px;
    text-align: center;
    background: #fff url(/file/site/start-mobile/header-bg.png) 50% 100% no-repeat;
}

.header-mobile-new * {
    pointer-events: auto;
}

.header-mobile-new a {
    text-decoration: none;
}

.header-mobile-new .header-logo {
    margin: 0 auto;
}

.header-mobile-new .social-btns {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 60px;
}

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

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

.header-mobile-new .social-btns a.phone-button, .header-mobile-new .social-btns a.whatsapp-button {
    background: none;
    color: #d90375;
    text-indent: 0;
    font-size: 40px;
    line-height: 0;
}

.header-mobile-new .social-btns a.whatsapp-button {
    color: #7bbb1e;
}

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

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

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

.header-mobile-new .ul-header-menu, .header-mobile-new .ul-header-submenu {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.header-mobile-new .ul-header-menu li {
    margin: 8px 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
}

.header-mobile-new .ul-header-menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
}

.header-mobile-new .ul-header-menu li a:hover, .header-mobile-new .ul-header-menu li a:active, .header-mobile-new .ul-header-menu li a.active,
.header-mobile-new .ul-header-menu li:hover, .header-mobile-new .ul-header-menu li:active, .header-mobile-new .ul-header-menu li.active {
    color: #d90375;
}

.header-mobile-new .ul-header-submenu {
    display: none;
}

.header-mobile-new .ul-header-submenu li a {
    font-family: "RotondaC", sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

.header-mobile-new .phones-menu, .header-mobile-new .whatsapp-menu {
    display: none;
    position: absolute;
    left: 1%;
    margin: 1px 0 0;
    width: 98%;
    background: #d70075;
    border-radius: 25px;
    box-shadow: 0 5px 5px #999;
    z-index: 2;
}

.header-mobile-new .whatsapp-menu {
    background: #7bbb1e;
}

.header-mobile-new .phones-menu > a, .header-mobile-new .whatsapp-menu > a {
    display: block;
    padding: 8px 25px;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 19px;
    line-height: 1.2em;
    text-align: left;
    text-indent: initial;
    background: none;
    border-bottom: 1px solid #fff;
}

.header-mobile-new .whatsapp-menu > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-mobile-new .phones-menu > a > i, .header-mobile-new .whatsapp-menu > a > i {
    color: cornsilk;
    font-size: 15px;
    font-style: normal;
}

.header-mobile-new .header-menu {
    width: 320px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.header-mobile-new .header-menu-block {
    border: 1px;
    color: white;
    background: #fdb720;
    position: relative;
    top: -4px;
    width: 292px;
    left: 9px;
    padding: 30px 5px 10px 5px;
    border-radius: 0 0 10px 10px;
}

.header-mobile-new .ul-header-menu, .header-mobile-new .ul-header-submenu {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.header-mobile-new .ul-header-menu li {
    margin: 8px 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
}

.header-mobile-new .ul-header-menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
}

.header-mobile-new .ul-header-menu li a:hover, .header-mobile-new .ul-header-menu li a:active, .header-mobile-new .ul-header-menu li a.active,
.header-mobile-new .ul-header-menu li:hover, .header-mobile-new .ul-header-menu li:active, .header-mobile-new .ul-header-menu li.active {
    color: #d90375;
}

.header-mobile-new .ul-header-submenu {
    display: none;
}

.header-mobile-new .ul-header-submenu li a {
    font-family: "RotondaC", sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

/*----------------------------------------------------------------------------------------------------------------------
    Mobile footer
----------------------------------------------------------------------------------------------------------------------*/

.footer-mobile-new {
    padding: 0 0 1px;
}

.footer-mobile-new a {
    text-decoration: none;
}

.footer-mobile-new .footer {
    margin: 0 0 45px;
    padding: 0 15px;
    color: #000;
    font-size: 21px;
    text-align: center;
}

.footer-mobile-new .footer > * {
    margin-bottom: 15px;
}

.footer-mobile-new .mobile-land5 {
    margin: 0 0 35px;
    padding: 0;
}

.footer-mobile-new .mobile-land5-city img {
    width: 100%;
}

.footer-mobile-new .mobile-land5 h2 {
    margin: 0;
    padding: 15px 0;
    background: #83c550;
}

.footer-mobile-new .mobile-land {
    text-align: center;
}

.footer-mobile-new .mobile-land h2 {
    margin-bottom: 25px;
    color: #000;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-mobile-new .mobile-contacts {
    padding: 15px;
    font-size: 19px;
    line-height: 1.33;
    text-align: left;
}

.footer-mobile-new .mobile-contacts b, .footer-mobile-new .mobile-contacts i {
    display: block;
}

.footer-mobile-new .mobile-contacts i {
    display: none;
}

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

.rounded {
    border-radius: 1rem;
}

.shadow {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}

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

@media (max-width: 992px) {
    .landing18-contacts {
        left: auto;
        right: 10px;
    }
}

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

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