@font-face {
    font-family: 'RotondaC';
    src: url('fonts/RotondaC/RotondaC.eot');
    src: local('☺'), url('fonts/RotondaC/RotondaC.woff') format('woff'),
    url('fonts/RotondaC/RotondaC.ttf') format('truetype'),
    url('fonts/RotondaC/RotondaC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.content-style1, .content-style1 td, .content-style1 select, .content-style1 input, .content-style1 textarea {
    font-family: 'RotondaC', Helvetica, Arial, sans-serif;
}

.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: 19px;
    font-family: 'RotondaC', Helvetica, Arial, sans-serif;
    background: #00bbec url(../file/site/landing-school/main-content.jpg) 50% 0 no-repeat;
    overflow: hidden;
}

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

    padding: 110px 0 0;
    height: 750px;
}

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

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

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

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

.main-content .inp_but {
    font-size: 20px;
}

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

.landing0 {
    height: 184px;
    background: #d90375;
}

.simple-form-block {
    position: relative;
    top: -40px;
    padding: 40px 80px;
    text-align: center;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.landing0 .text1 {
    margin: 0 0 15px;
    color: #d90375;
    font-size: 31px;
    line-height: 1.2;
}

.landing0 .text2 {
    margin: 0;
    font-size: 17px;
}

.landing0 .free-class-form.order-form {
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.landing1 {
    margin: 120px 0 80px;
    background: url(../file/site/landing-school/landing1-bg.png) 50% 50% no-repeat;
}

.landing1 .content-block {
    text-align: center;
}

.landing1-head {
    margin: 0;
    color: #54325b;
    font-size: 36px;
    line-height: 1.2;
}

.landing1-head2 {
    margin: 0;
    font-size: 24px;
}

.landing1-blocks {
    margin: 50px -8px;
    display: flex;
    flex-wrap: wrap;
}

.landing1-block {
    flex: auto;
    margin: 0 8px 16px;
    padding: 250px 20px 20px;
    width: 30%;
    border: 3px solid #eaebea;
    border-radius: 15px;
}

.landing1-block:nth-child(1) {
    background: url(../file/site/landing-school/landing1-block-01.jpg) 50% 0 no-repeat;
    background-size: contain;
}

.landing1-block:nth-child(2) {
    background: url(../file/site/landing-school/landing1-block-02.jpg) 50% 0 no-repeat;
    background-size: contain;
}

.landing1-block:nth-child(3) {
    background: url(../file/site/landing-school/landing1-block-03.jpg) 50% 0 no-repeat;
    background-size: contain;
}

.landing1-block:nth-child(4) {
    background: url(../file/site/landing-school/landing1-block-04.jpg) 50% 0 no-repeat;
    background-size: contain;
}

.landing1-block:nth-child(5) {
    background: url(../file/site/landing-school/landing1-block-05.jpg) 50% 0 no-repeat;
    background-size: contain;
}

.landing1-block:nth-child(6) {
    background: url(../file/site/landing-school/landing1-block-06.jpg) 50% 0 no-repeat;
    background-size: contain;
}

.landing1-block h4 {
    margin: 0;
    font-size: 24px;
}

.landing1-block ul {
    padding: 0 0 0 25px;
    font-size: 15px;
    line-height: 1.3em;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.landing1-block ul li {
    margin-bottom: .5em;
}

.free-class-form.order-form {
    display: flex;
    align-items: baseline;
    margin-right: -10px;
    padding: 0;
    color: #54325b;
    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: 21px;
    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;
    font-size: 21px;
    background-color: #d90375;
    border-color: #d90375;
    border-radius: 20px;
}

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

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

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

.landing2 {
    padding-top: 100px;
    padding-bottom: 80px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #9bc530 url(../file/site/landing-school/landing2-bg.png) 50% 50%;
}

.landing2-head {
    margin: 0 0 40px;
    font-size: 36px;
}

.landing2-video {
    display: inline-block;
    padding: 25px;
    border: 3px dotted #fff;
    border-radius: 15px;
}

.landing2-video iframe {
    border: 0;
}

.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 {
    padding-top: 110px;
    padding-bottom: 250px;
    background: url(../file/site/landing-school/landing3-bg.jpg) 50% 100% no-repeat;
}

.landing3-head {
    margin: 0 0 60px;
    font-size: 36px;
    text-align: center;
}

.landing3-blocks {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
}

.landing3-block {
    flex: auto;
    padding: 0 60px 40px 80px;
    width: 50%;
}

.landing3-block:nth-child(1) {
    background: url(../file/site/landing-school/landing3-block-01.png) 5px 5px no-repeat;
}

.landing3-block:nth-child(2) {
    background: url(../file/site/landing-school/landing3-block-02.png) 5px 5px no-repeat;
}

.landing3-block:nth-child(3) {
    background: url(../file/site/landing-school/landing3-block-03.png) 5px 5px no-repeat;
}

.landing3-block:nth-child(4) {
    background: url(../file/site/landing-school/landing3-block-04.png) 5px 5px no-repeat;
}

.landing3-block:nth-child(5) {
    background: url(../file/site/landing-school/landing3-block-05.png) 5px 5px no-repeat;
}

.landing3-block:nth-child(6) {
    background: url(../file/site/landing-school/landing3-block-06.png) 5px 5px no-repeat;
}

.landing3-block h4 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
}

.landing3-block p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.landing4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #743b87 url(../file/site/landing-school/landing4-bg.jpg) 50% 0;
}

.landing4-head {
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.landing4-blocks {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.landing4-blocks2 {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.landing4-block {
    flex: auto;
    padding: 0 8px 16px;
    width: 50%;
}

.landing4-block a {
    width: 100%;
}

.landing4-block img {
    width: 100%;
    border-radius: 15px;
}

.landing5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.landing5-head {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
}

.landing5-blocks {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
    padding: 0 0 0 50%;
    background: url(../file/site/landing-school/landing5-pic.jpg) 40px 50% no-repeat;
}

.landing5-block {
    flex: auto;
    margin: 5px 0;
    padding-left: 90px;
}

.landing5-block:nth-child(1) {
    background: url(../file/site/landing-school/landing5-num-1.png) 0 30px no-repeat;
}

.landing5-block:nth-child(2) {
    background: url(../file/site/landing-school/landing5-num-2.png) 0 30px no-repeat;
}

.landing5-block:nth-child(3) {
    background: url(../file/site/landing-school/landing5-num-3.png) 0 30px no-repeat;
}

.landing6 {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: #9bc530 url(../file/site/landing-school/landing6-bg.jpg) 50% 50%;
}

.landing6-head {
    margin-bottom: 40px;
    font-size: 36px;
}

.landing6-blocks {
    display: flex;
    margin: 60px 0 0;
}

.landing6-block {
    flex: auto;
    padding: 110px 30px 0;
    width: 25%;
    font-size: 24px;
    text-align: center;
}

.landing6-block:nth-child(1) {
    background: url(../file/site/landing-school/landing6-block-01.png) 50% 0 no-repeat;
}

.landing6-block:nth-child(2) {
    background: url(../file/site/landing-school/landing6-block-02.png) 50% 0 no-repeat;
}

.landing6-block:nth-child(3) {
    background: url(../file/site/landing-school/landing6-block-03.png) 50% 0 no-repeat;
}

.landing6-block:nth-child(4) {
    background: url(../file/site/landing-school/landing6-block-04.png) 50% 0 no-repeat;
}

.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-top: 100px;
    padding-bottom: 100px;
    font-size: 22px;
    text-align: center;
    background: #168eda url(../file/site/landing-school/landing7-bg.png) 50% 50%;
}

.landing7-head {
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
}

.landing7-box {
    padding: 70px;
    background: #fff;
    border-radius: 15px;
}

.landing7-box h4 {
    margin: 0 0 40px;
    font-size: 28px;
    text-align: center;
}

.landing7-blocks {
    display: flex;
    margin: 0 0 50px;
}

.landing7-block {
    flex: auto;
    margin: 0 6px;
    padding: 0 30px 25px;
    width: 250px;
    font-size: 16px;
    text-align: center;
    background: #e0e2fc url(../file/site/landing-school/landing7-block-01.jpg) 50% 50%;
    border-radius: 15px;
    overflow: hidden;
}

.landing7-video {
    display: block;
    margin: 25px auto 0;
    width: 143px;
}

.landing7-video img {
    width: 100%;
}

.landing7-block h5 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.landing7-block h5 i {
    font-size: 18px;
    font-style: normal;
    text-transform: none;
}

.landing7-block > p:last-child {
    margin-top: 40px;
}

.landing7-block .inp_but, .landing7-block .inp_but:hover {
    padding: 4px 20px;
    font-size: 17px;
    background: none;
    border-width: 2px;
}

.landing7-block:nth-child(2) {
    background: #fccff1 url(../file/site/landing-school/landing7-block-02.jpg) 50% 50%;
}

.landing7-block:nth-child(3) {
    background: #cff1fe url(../file/site/landing-school/landing7-block-03.jpg) 50% 50%;
}

.landing8 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 16px;
}

.landing8-head {
    margin-bottom: 35px;
    font-size: 36px;
    text-align: center;
}

.landing8-blocks {
    margin: 35px 0 0;
    padding: 35px 0 0 445px;
    min-height: 388px;
    background: url(../file/site/landing-school/landing8-pic.jpg) 0 0 no-repeat;
}

.landing8-block {
    padding: 0 0 30px 180px;
}

.landing8-block h5 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.landing8-block:nth-child(1) {
    min-height: 129px;
    background: url(../file/site/landing-school/landing8-block-01.png) 20px 0 no-repeat;
}

.landing8-block:nth-child(2) {
    padding-top: 20px;
    min-height: 176px;
    background: url(../file/site/landing-school/landing8-block-02.jpg) 0 0 no-repeat;
}

.landing9 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 22px;
}

.landing9-box {
    display: flex;
}

.landing9-tabs {
    flex: none;
    margin-right: 5px;
    padding-top: 20px;
    width: 190px;
}

.landing9-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    padding-left: 12px;
    height: 65px;
    color: #fff;
    font-size: 18px;
    line-height: 1.1em;
    background: #fe60b4;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

.landing9-tab.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: -70px;
    height: 100%;
    border: 30px solid transparent;
    border-left: 40px solid #fe60b4;
}

.landing9-tab:nth-child(2) {
    background: #8755d8;
}

.landing9-tab:nth-child(2).active:after {
    border-left-color: #8755d8;
}

.landing9-tab:nth-child(3) {
    background: #168eda;
}

.landing9-tab:nth-child(3).active:after {
    border-left-color: #168eda;
}

.landing9-tab:nth-child(4) {
    background: #9fc441;
}

.landing9-tab:nth-child(4).active:after {
    border-left-color: #9fc441;
}

.landing9-tab:nth-child(5) {
    background: #ffb527;
}

.landing9-tab:nth-child(5).active:after {
    border-left-color: #ffb527;
}

.landing9-tab:nth-child(6) {
    background: #ff8827;
}

.landing9-tab:nth-child(6).active:after {
    border-left-color: #ff8827;
}

.landing9-tab:nth-child(7) {
    background: #ea4e04;
}

.landing9-tab:nth-child(7).active:after {
    border-left-color: #ea4e04;
}

.landing9-videos {
    flex: auto;
}

.landing9-videos {
    border: 3px dashed #54325b;
    border-radius: 15px;
}

.landing9-video {
    display: none;
    padding: 60px 0;
    width: 100%;
    text-align: center;
}

.landing9-video.active {
    display: block;
}

.landing10 {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 22px;
    text-align: center;
    background: #ff9222 url(../file/site/landing-school/landing10-bg.png) 50% 50%;
    overflow-x: hidden;
}

.landing10-head {
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
}

.landing10-text {
    margin-bottom: 40px;
    color: #fff;
    font-size: 24px;
}

.landing10-text2 {
    margin-bottom: 40px;
    padding: 25px;
    color: rgba(255, 255, 255, .85);
    font-size: 19px;
    background: #d90375;
    border-radius: 15px;
}

.landing10-text2 a {
    color: #fff;
}

.landing10 .inp_but, .landing10 .inp_but:hover {
    background: #743b87;
    border-color: #743b87;
}

.landing10-box {
    margin-bottom: 40px;
    padding: 60px 30px;
    border-radius: 15px;
    background: #fff;
}

.landing10-block {
    display: flex;
    font-size: 16px;
    text-align: left;
    background: #fff url(../file/site/landing-school/landing10-block-01.png) 0 100% no-repeat;
}

.landing10-box .owl-item:nth-child(2) .landing10-block {
    background-image: url(../file/site/landing-school/landing10-block-02.png);
}

.landing10-box .owl-item:nth-child(3) .landing10-block {
    background-image: url(../file/site/landing-school/landing10-block-03.png);
}

.landing10-box .owl-item:nth-child(4) .landing10-block {
    background-image: url(../file/site/landing-school/landing10-block-04.png);
}

.landing10-block-l {
    flex: none;
    width: 220px;
    min-height: 480px;
    text-align: center;
}

.landing10-block-r {
    flex: auto;
    padding: 0 20px;
}

.landing10-block-r > *:first-child {
    margin-top: 0;
}

.landing10-block-img {
    margin: 0 auto 15px;
    width: 190px;
    height: 190px;
    border-radius: 15px;
    background: 50% 50% no-repeat #f5f5f5;
    background-size: cover;
}

.landing10-block-title {
    font-size: 22px;
    line-height: 1em;
}

.landing10-block-title i {
    font-size: 16px;
    font-style: normal;
}

.landing10 .owl-prev, .landing10 .owl-next {
    width: 68px;
    height: 68px;
    background: none 45% 50% no-repeat;
    border-radius: 0;
    border: none;
}

.landing10 .owl-prev {
    left: -64px;
    background-image: url(../file/site/landing-school/landing10-arrow-l.png);
}

.landing10 .owl-next {
    right: -64px;
    background-image: url(../file/site/landing-school/landing10-arrow-r.png);
}

.landing11 {
    padding-top: 100px;
    padding-bottom: 700px;
    text-align: center;
    background: url(../file/site/landing-school/landing11-bg.jpg) 50% 100% no-repeat;
}

.landing11-head {
    margin-bottom: 60px;
    font-size: 36px;
}

.landing11-blocks {
    display: flex;
    margin-bottom: 50px;
}

.landing11-block {
    padding: 100px 40px 0;
    font-size: 19px;
}

.landing11-block:nth-child(1) {
    background: url(../file/site/landing-school/landing11-block-01.png) 50% 0 no-repeat;
}

.landing11-block:nth-child(2) {
    background: url(../file/site/landing-school/landing11-block-02.png) 50% 0 no-repeat;
}

.landing11-block:nth-child(3) {
    background: url(../file/site/landing-school/landing11-block-03.png) 50% 0 no-repeat;
}

.landing11-block:nth-child(4) {
    background: url(../file/site/landing-school/landing11-block-04.png) 50% 0 no-repeat;
}

.landing11-block:nth-child(5) {
    background: url(../file/site/landing-school/landing11-block-05.png) 50% 0 no-repeat;
}

.landing12 {
    background: #d90375;
}

.landing12 .content-block {
    height: 250px;
}

.landing12-head {
    margin: 0 0 15px;
    color: #d90375;
    font-size: 29px;
    line-height: 1.2;
}

.landing12-blocks {
    display: flex;
    margin: 50px -15px;
    text-align: left;
}

.landing12-block {
    padding: 0 0 0 100px;
    width: 25%;
    font-size: 16px;
}

.landing12-block:nth-child(1) {
    background: url(../file/site/landing-school/landing12-block-01.png) 25px 0 no-repeat;
}

.landing12-block:nth-child(2) {
    padding-left: 110px;
    background: url(../file/site/landing-school/landing12-block-02.png) 0 5px no-repeat;
}

.landing12-block:nth-child(3) {
    background: url(../file/site/landing-school/landing12-block-03.png) 0 5px no-repeat;
}

.landing12-block:nth-child(4) {
    background: url(../file/site/landing-school/landing12-block-04.png) 25px 0 no-repeat;
}

.landing12 .simple-form-block {
    top: -75%;
    padding: 40px 40px;
}

.landing12 .free-class-form.order-form {
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.landing12 .free-class-form .order-form_row {
    width: 32%;
}

.landing18 {
    position: relative;
    color: #54325b;
    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 8px;
    font-size: 28px;
}

.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 4px 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: #54325b;
    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: #54325b;
}

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

.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: #54325b;
    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: #54325b;
    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------------------*/
.pol-menu-header {
    font-family: Comic Sans MS, sans-serif;
    font-size: 14pt;
    line-height: 1.2;
    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;
}

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

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