/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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, hgroup, 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/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 when focused and also mouse hovered in all browsers.
 */
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"], 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}
/**
 * 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;
}
/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    /* Safari<=5 Android<=3 */
    /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/* grid-system */
/*
	multi-rows -- колонки по длине
	multi-rows__48 -- тут 4 колонки от контейнера в 8 колонок
*/
.b-row {
    padding: 10px;
}
.outer-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.outer-container:before, .outer-container:after {
    content: " ";
    display: table;
}
.outer-container:after {
    clear: both;
}
.grid-wrap__row {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-bottom: 40px;
}
.grid-wrap__row:before, .grid-wrap__row:after {
    content: " ";
    display: table;
}
.grid-wrap__row:after {
    clear: both;
}
.grid-wrap {
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.grid-wrap:before, .grid-wrap:after {
    content: " ";
    display: table;
}
.grid-wrap:after {
    clear: both;
}
.grid-wrap.i--marged {
    margin-bottom: 30px;
}
.grid-wrap-border {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.grid-wrap-border:before, .grid-wrap-border:after {
    content: " ";
    display: table;
}
.grid-wrap-border:after {
    clear: both;
}
.grid-wrap-border.full {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}
.grid-wrap-border.short {
    max-width: 1080px !important;
}
.multi-rows-full-border {
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
}
.multi-rows-border {
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;
    padding: 50px 40px;
}
.multi-rows-border:last-child {
    border-right: none;
}
.multi-rows-6.multi-rows-border {
    width: 50% !important;
    margin: 0 !important;
}
.multi-rows-np {
    padding: 20px 0;
}
.grid-wrap--p {
    padding: 20px 0;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.grid-wrap--p:before, .grid-wrap--p:after {
    content: " ";
    display: table;
}
.grid-wrap--p:after {
    clear: both;
}
.omega--2 {
}
.omega--2:nth-child(2n) {
    margin-right: 0;
}
.omega--2:nth-child(2n + 1) {
    clear: left;
}
.omega--3 {
}
.omega--3:nth-child(3n) {
    margin-right: 0;
}
.omega--3:nth-child(3n + 1) {
    clear: left;
}
.omega--4 {
}
.omega--4:nth-child(4n) {
    margin-right: 0;
}
.omega--4:nth-child(4n + 1) {
    clear: left;
}
.grid-wrap-col {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 49.19132600%;
}
.grid-wrap-col:last-child {
    margin-right: 0;
}
.multi-rows-outer {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 20px 0 0;
}
.multi-rows-outer:before, .multi-rows-outer:after {
    content: " ";
    display: table;
}
.multi-rows-outer:after {
    clear: both;
}
.multi-rows-outer .b-row {
    margin-bottom: 20px;
}
.multi-rows-1 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 6.85076433%;
}
.multi-rows-1:last-child {
    margin-right: 0;
}
.multi-rows-11 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 91.53188767%;
    margin-right: 0;
}
.multi-rows-11:last-child {
    margin-right: 0;
}
.multi-rows-2 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 15.31887667%;
}
.multi-rows-2:last-child {
    margin-right: 0;
}
.multi-rows-24 {
    display: block;
    float: left;
    margin-right: 5.01423940%;
    width: 47.49288030%;
}
.multi-rows-24:last-child {
    margin-right: 0;
}
.multi-rows-10 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 83.06377533%;
    margin-right: 0;
}
.multi-rows-10:last-child {
    margin-right: 0;
}
.multi-rows-3 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 23.78698900%;
}
.multi-rows-3:last-child {
    margin-right: 0;
}
.multi-rows-36 {
    display: block;
    float: left;
    margin-right: 3.28787234%;
    width: 48.35606383%;
}
.multi-rows-36:last-child {
    margin-right: 0;
}
.multi-rows-9 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 74.59566300%;
    margin-right: 0;
}
.multi-rows-9:last-child {
    margin-right: 0;
}
.multi-rows-4 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 32.25510133%;
}
.multi-rows-4:last-child {
    margin-right: 0;
}
.multi-rows-55 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 44.95726983%;
}
.multi-rows-55:last-child {
    margin-right: 0;
}
.multi-rows-8 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 66.12755067%;
    margin-right: 0;
}
.multi-rows-8:last-child {
    margin-right: 0;
}
.multi-rows-910 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 89.80528841%;
}
.multi-rows-910:last-child {
    margin-right: 0;
}
.multi-rows-5 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 40.72321367%;
}
.multi-rows-5:last-child {
    margin-right: 0;
}
.multi-rows-45 {
    display: block;
    float: left;
    margin-right: 3.97156279%;
    width: 79.20568744%;
}
.multi-rows-45:last-child {
    margin-right: 0;
}
.row-margin-15 {
    margin-left: 20.79431256%;
}
.multi-rows-7 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 57.65943833%;
    /* @neat-omega; */
}
.multi-rows-7:last-child {
    margin-right: 0;
}
.multi-rows-6 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 49.19132600%;
}
.multi-rows-6:last-child {
    margin-right: 0;
}
.row-margin-1 {
    margin-left: 8.46811233%;
}
.row-margin-110 {
    margin-left: 10.19471159%;
}
.row-margin-4 {
    margin-left: 33.87244933%;
}
.row-margin-05 {
    margin-left: 4.23405617%;
}
.row-margin-2 {
    margin-left: 16.93622467%;
}
.row-margin-3 {
    margin-left: 25.40433700%;
}
.row-margin-6 {
    margin-left: 50.80867400%;
}
.row-margin-15 {
    margin-left: 12.70216850%;
}
.row-center {
    text-align: center;
}
.multi-rows-fr.multi-rows-fr {
    float: right;
}
.multi-rows-28 {
    display: block;
    float: left;
    margin-right: 2.44580055%;
    width: 23.16564958%;
}
.multi-rows-28:last-child {
    margin-right: 0;
}
.multi-rows-68 {
    display: block;
    float: left;
    margin-right: 2.44580055%;
    width: 74.38854986%;
}
.multi-rows-68:last-child {
    margin-right: 0;
}
.multi-rows-48 {
    display: block;
    float: left;
    margin-right: 2.44580055%;
    width: 48.77709972%;
}
.multi-rows-48:last-child {
    margin-right: 0;
}
.multi-rows-58 {
    display: block;
    float: left;
    margin-right: 2.44580055%;
    width: 61.58282479%;
}
.multi-rows-58:last-child {
    margin-right: 0;
}
.multi-rows-38 {
    display: block;
    float: left;
    margin-right: 2.44580055%;
    width: 35.97137465%;
}
.multi-rows-38:last-child {
    margin-right: 0;
}
.multi-rows-37 {
    display: block;
    float: left;
    margin-right: 2.80500131%;
    width: 41.25428497%;
}
.multi-rows-37:last-child {
    margin-right: 0;
}
.multi-rows-47 {
    display: block;
    float: left;
    margin-right: 2.80500131%;
    width: 55.94071372%;
}
.multi-rows-47:last-child {
    margin-right: 0;
}
.multi-rows-57 {
    display: block;
    float: left;
    margin-right: 2.80500131%;
    width: 70.62714248%;
}
.multi-rows-57:last-child {
    margin-right: 0;
}
.row-margin-17 {
    margin-left: 14.68642876%;
}
.multi-rows-31 {
    display: block;
    float: left;
    margin-right: 6.79929688%;
    width: 28.80046875%;
}
.multi-rows-31:last-child {
    margin-right: 0;
}
.multi-rows-32 {
    display: block;
    float: left;
    margin-right: 6.79929688%;
    width: 64.40023437%;
}
.multi-rows-32:last-child {
    margin-right: 0;
}
.multi-rows-29 {
    display: block;
    float: left;
    margin-right: 2.16815286%;
    width: 20.53588111%;
}
.multi-rows-29:last-child {
    margin-right: 0;
}
.multi-rows-49 {
    display: block;
    float: left;
    margin-right: 2.16815286%;
    width: 43.23991508%;
}
.multi-rows-49:last-child {
    margin-right: 0;
}
.multi-rows-39 {
    display: block;
    float: left;
    margin-right: 2.16815286%;
    width: 31.88789809%;
}
.multi-rows-39:last-child {
    margin-right: 0;
}
.multi-rows-610 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 59.22115363%;
}
.multi-rows-610:last-child {
    margin-right: 0;
}
.multi-rows-710 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 69.41586522%;
}
.multi-rows-710:last-child {
    margin-right: 0;
}
.multi-rows-310 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 28.63701885%;
}
.multi-rows-310:last-child {
    margin-right: 0;
}
.multi-rows-310:last-child {
    margin-right: 0;
}
.multi-rows-210 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 18.44230726%;
}
.multi-rows-210:last-child {
    margin-right: 0;
}
.multi-rows-310 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 28.63701885%;
}
.multi-rows-510 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 49.02644204%;
}
.multi-rows-510:last-child {
    margin-right: 0;
}
.multi-rows-410 {
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 38.83173044%;
}
.multi-rows-410:last-child {
    margin-right: 0;
}
.multi-rows-411 {
    display: block;
    float: left;
    margin-right: 1.76697765%;
    width: 35.23919604%;
}
.multi-rows-411:last-child {
    margin-right: 0;
}
.multi-rows-4-50 {
    margin-left: 4.23405617%;
    display: block;
    float: left;
    margin-right: 1.94711593%;
    width: 43.92908624%;
}
.multi-rows-4-50:last-child {
    margin-right: 0;
}
.multi-rows-25 {
    display: block;
    float: left;
    margin-right: 3.97156279%;
    width: 37.61706233%;
}
.multi-rows-25:last-child {
    margin-right: 0;
}
.multi-rows-35 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 28.02104517%;
    margin-left: 4.23405617%;
}
.multi-rows-35:last-child {
    margin-right: 0;
}
.table-wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 20px 0 0;
}
.table-wrap:before, .table-wrap:after {
    content: " ";
    display: table;
}
.table-wrap:after {
    clear: both;
}
.table-wrap--np {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.table-wrap--np:before, .table-wrap--np:after {
    content: " ";
    display: table;
}
.table-wrap--np:after {
    clear: both;
}
.table-row, .table-row-d {
    box-sizing: border-box;
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%;
}
.table-row--bt {
    border-top: 1px solid #ededed;
}
.table-row-d {
    padding: 90px 0;
}
.table-cell--separate {
    display: table-cell;
    width: 2.08333333%;
    /* display: inline-block;
	width: 90px; */
}
.table-cell-1 {
    display: table-cell;
    width: 8.33333333%;
    padding: 1.61734800%;
}
.table-cell-3 {
    display: table-cell;
    width: 25.00000000%;
    padding: 1.61734800%;
    vertical-align: middle;
}
.table-cell-4 {
    display: table-cell;
    width: 33.33333333%;
    vertical-align: middle;
}
.table-cell-2 {
    display: table-cell;
    width: 16.66666667%;
    vertical-align: middle;
}
.table-cell-8 {
    display: table-cell;
    width: 66.66666667%;
    /* @neat-pad; */
}
.table-cell-710 {
    display: table-cell;
    width: 70.00000000%;
}
.table-cell-610 {
    display: table-cell;
    width: 65.00000000%;
}
.table-cell-310 {
    display: table-cell;
    width: 30.00000000%;
}
.table-cell-410 {
    display: table-cell;
    width: 35.00000000%;
}
.table-cell-9 {
    display: table-cell;
    width: 75.00000000%;
    vertical-align: middle;
}
.table-cell-6 {
    vertical-align: middle;
    display: table-cell;
    width: 50.00000000%;
}
.table-cell-7 {
    vertical-align: middle;
    display: table-cell;
    width: 58.33333333%;
}
.table-cell-5 {
    vertical-align: middle;
    display: table-cell;
    width: 41.66666667%;
}
.table-cell-10 {
    display: table-cell;
    width: 83.33333333%;
    padding: 1.61734800%;
}
.table-cell-12 {
    display: table-cell;
    width: 100.00000000%;
    vertical-align: middle;
}
.table-cell-vam {
    vertical-align: middle;
}
.i--pad {
    padding-left: 50px;
    padding-right: 30px;
}
.shift__outer {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 20px 0;
}
.shift__outer:before, .shift__outer:after {
    content: " ";
    display: table;
}
.shift__outer:after {
    clear: both;
}
.shift__nested {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 49.19132600%;
    margin-left: 25.40433700%;
}
.shift__nested:last-child {
    margin-right: 0;
}
.shift__nested-1 {
    margin-left: 8.46811233%;
}
.shift__nested-05 {
    margin-left: 4.23405617%;
}
.shift__nested-39 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 74.59566300%;
    margin-left: 25.40433700%;
}
.shift__nested-39:last-child {
    margin-right: 0;
}
.shift__nested-3 {
    margin-left: 25.40433700%;
}
.shift__nested-2 {
    margin-left: 16.93622467%;
}
.shift__nested-4 {
    margin-left: 33.87244933%;
}
.auto-rows__outer {
    padding: 20px 0 0;
}
.auto-rows__list {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.auto-rows__list:before, .auto-rows__list:after {
    content: " ";
    display: table;
}
.auto-rows__list:after {
    clear: both;
}
.auto-rows__list-item {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 23.78698900%;
    margin-bottom: 20px;
    min-height: 140px;
}
.auto-rows__list-item:last-child {
    margin-right: 0;
}
.auto-rows__list-item:nth-child(4n) {
    margin-right: 0;
}
.auto-rows__list-item:nth-child(4n + 1) {
    clear: left;
}
.mixed__outer {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 20px 0;
}
.mixed__outer:before, .mixed__outer:after {
    content: " ";
    display: table;
}
.mixed__outer:after {
    clear: both;
}
.centerd-grid--10 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 83.06377533%;
    margin-left: 16.93622467%;
}
.centerd-grid--10:last-child {
    margin-right: 0;
}
.i--mb-top {
    margin-top: 80px;
    margin-bottom: 60px;
}
.i--omega {
    margin-right: 0;
}
.i--text-right {
    text-align: right;
}
.i--text-center {
    text-align: center;
}
.i--vat {
    vertical-align: top;
}
.i--vam {
    vertical-align: middle;
}
.i--vab {
    vertical-align: bottom;
}
.media__outer {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 20px 0;
}
.media__outer:before, .media__outer:after {
    content: " ";
    display: table;
}
.media__outer:after {
    clear: both;
}
.media__4 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 32.25510133%;
}
.media__4:last-child {
    margin-right: 0;
}
.media__8 {
    display: block;
    float: left;
    margin-right: 1.61734800%;
    width: 66.12755067%;
}
.media__8:last-child {
    margin-right: 0;
}


/* @font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular.eot');
	src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/roboto-regular.woff2') format('woff2'),
			 url('../fonts/roboto-regular.woff') format('woff'),
			 url('../fonts/roboto-regular.ttf') format('truetype'),
			 url('../fonts/roboto-regular.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
} */
@font-face {
    font-family: 'robotoregular';
        src: url("../fonts/Century-Gotic.ttf");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
/* @font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-light.eot');
	src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/roboto-light.woff2') format('woff2'),
			 url('../fonts/roboto-light.woff') format('woff'),
			 url('../fonts/roboto-light.ttf') format('truetype'),
			 url('../fonts/roboto-light.svg#robotolight') format('svg');
	font-weight: 100;
	font-style: normal;
} */
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-black.eot');
	src: url('../fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
			url('../fonts/roboto-black.woff2') format('woff2'),
			url('../fonts/roboto-black.woff') format('woff'),
			url('../fonts/roboto-black.ttf') format('truetype'),
			url('../fonts/roboto-black.svg#robotoblack') format('svg');
	font-weight: bold;
	font-style: normal;
}

html {
	color: #2c2b3f;
	font: 14px/1.3em 'robotoregular';
	-webkit-font-smoothing: antialiased;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

h1, h2, h3, h4, h5 {
	margin: .6em 0 .4em;
	line-height: 1.4em;
	color: #2C2B3F
}

h1.centered, h2.centered, h3.centered, h4.centered, h5.centered {
    text-align: center;
}
h1, .heading-a {
	text-align: center;
	font-size: 48px;
	color: #FFF;
}
h2, .heading-b {
	color: #2C2B3F;
	font-size: 40px;
	font-weight: bold
}
h2.no-marged, .heading-b.no-marged {
    margin: 0;
}
.l-page-wrap h2, h2.i--left {
	text-align: left !important;
}
h3, .heading-c {
	font-size: 30px;
	font-weight: bold;
}
h4 {
	font-size: 1.05em;
}
h5 {
	font-size: 0.889em;
	text-transform: uppercase;
}
h6 {
	font-size: 0.67em;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.2em;
	line-height: 1.8em;
	max-width: 40em
}

p.i--bordered {
    border: 1px solid #fff;
    padding: 28px 30px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
button {
	outline: none !important;
}
.bttn, input[type="submit"] {
	color: #fff;
	box-sizing: border-box;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	border-radius: 24px;
	border: none;
	background: rgb(0,149, 255);
	font-size: 16px;
	line-height: 14px;
	padding: 16px 27px 16px;
	display: inline-block;
	transition: border-color .1s linear;
	color: #FFF
}
.bttn.bttn--white, input[type="submit"].bttn--white {
    border-color: #fff;
    color: #2c2b3f;
    background: #ffffff;
    box-shadow: none;
    padding: 16px 39px 16px;
}
.bttn.bttn--white.c-b, input[type="submit"].bttn--white.c-b {
    color: #111;
}
.bttn.bttn--mini, input[type="submit"].bttn--mini {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 16px;
}
.bttn:hover, .bttn:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    /* border-color: #939393 !important; */
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], input[type="date"], textarea, select {
	border: none;
	border-radius: 5px;
	color: #111;
	background: #fff;
	box-sizing: border-box;
	padding: 14px 17px;
	height: 45px;
	transition: all .2s ease-in;
	position: relative;
	box-shadow: none;
	width: 100%;
    color: #0089ea;	
    box-shadow: 0 0px 3px rgba(87, 85, 85, 0.70196) inset
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
    outline: none !important;
}
input[type="text"].gray, input[type="email"].gray, input[type="password"].gray, input[type="number"].gray, input[type="tel"].gray, input[type="date"].gray, textarea.gray, select.gray {
    color: #5C5C5C;
    background: #f4f4f8;
}
select {
}
select.no-style {
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: auto;
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
}
select.no-style option {
    background: none;
}
select option {
	font-weight: 100 !important;
}
.f-row {
	margin-bottom: 20px;
}
.f-row button {
    width: 100%;
}
.f-row .error {
    color: #f00;
    margin-top: 3px;
    font-size: 12px;
}
.f-row:last-child {
    margin-bottom: 0;
}
.f-row.js-toggle {
    margin-bottom: 40px;
}
.f-row.f-row--double input {
    width: 47%;
    margin-right: 2%;
}
.f-row.f-row--double input:last-of-type {
    margin-right: 0;
    width: 50%;
}
.f-row.f-row--double .error {
    margin-left: 50%;
}
.mobi-trigger {
	display: none;
}
.f-row-radio {
	margin-top: 40px;
	margin-bottom: 30px;
}
.f-row-radio .title {
    font-weight: bold;
    margin-bottom: 20px;
}
.f-row-radio label {
    cursor: pointer;
    padding-left: 33px;
    margin-right: 20px;
    position: relative
}
.f-row-radio label:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e3e3e8;
    top: -3px;
    left: 0;
    position: absolute;
}
.f-row-radio input[type="radio"]:checked + label {
}
.f-row-radio input[type="radio"]:checked + label:before {
    background: #15c585;
}
.f-row-radio input[type="radio"]:checked + label:after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    top: 5px;
    left: 8px;
    position: absolute;
}
.select-box-wrap {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: 2px;
}
.js-hidden-select {
	display: none;
}
.tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before {
    box-sizing: border-box;
}
.tether-element {
    position: absolute;
    display: none;
}
.tether-element.tether-open {
    display: block;
}
.select-select {
    display: none;
    /* For when we are on a small touch device and want to use native controls */
    pointer-events: none;
    position: absolute;
    opacity: 0;
}
.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
    box-sizing: border-box;
}
.select-element {
    position: absolute;
    display: none;
}
.select-element.select-open {
    display: block;
    margin-left: -20px;
    margin-top: 12px;
}
.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before {
    box-sizing: border-box;
}
.select.select-theme-default {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.select.select-theme-default .select-content {
    text-align: left;
    /* width: 160px; */
    box-sizing: border-box;
    /* border-radius: .25em; */
    box-shadow: 0 0px 30px -4px #b3b3b3;
    background: #fff;
    font-family: inherit;
    color: inherit;
    overflow: auto;
    /* max-width: 252px; */
    max-height: 252px;
    max-height: 252px;
    max-height: 18rem;
    -webkit-overflow-scrolling: touch;
}
.select.select-theme-default .select-options {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
}
.select.select-theme-default .select-options .select-option {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    position: relative;
    list-style: none;
    margin: 0;
    line-height: 17.5px;
    line-height: 1.25rem;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight {
    background: #f8f8f8;
}
.select-target.select-theme-default.select-target.select-theme-default {
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    position: relative;
    left: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-target.select-theme-default.select-target.select-theme-default b {
    display: none;
}
.select-target.select-theme-default:hover {
    border-color: #aaa;
    color: #000;
}
.select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus {
    border-color: #63a2f1;
    outline: none;
}
.select-target.select-theme-default b {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 17.5px;
    height: 1.25rem;
    width: 2em;
}
.select-target.select-theme-default b:before, .select-target.select-theme-default b:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    height: 0;
    width: 0;
    border: .263em solid transparent;
}
.select-target.select-theme-default b:before {
    top: 0;
    border-bottom-color: inherit;
}
.select-target.select-theme-default b:after {
    bottom: 0;
    border-top-color: inherit;
}

.js-toggle .textarea-wrap {
    display: none;
}

.js-toggle .textarea-wrap textarea {
    height: 90px;
}

.js-toggle .textarea-wrap.active {
    display: block;
}

.js-toggle .title {
    margin-bottom: 10px;
}
/* go */
.fp-section, .fp-slide, .fp-tableCell {
	height: auto !important;
}
.g-section {
	min-width: 980px;
	max-width: 1180px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.section--white {
	color: #FFF;
}
.section-title-wrap {
	text-align: center;
	margin-bottom: 55px;
}
.h1-under {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.h1-sub-under {
	text-align: center;
}
.section-item {
	box-sizing: border-box;
	position: relative;
	background-repeat: repeat;
	/* background-size: cover; */
	background-color: #f0f0f3;
	background-image: url(../img/s1-body-pattern.jpg);
	padding: 100px 0 103px;
	/* &.section-item--fh {
		padding: 0;
		height: 100vh !important;
	} */
}
.section-item .video-fw-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.section-item .video-fw-wrap video {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 100%;
    min-height: 1068px;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate3d(0%, -50%, 1px);
    /* transform-style: preserve-3d; */
    background-size: cover;
}
.section-item .video-fw-wrap .video-fw-play-bttn {
    position: absolute;
}
.section-item.s1 {
    padding-top: 0;
    background: none;
    height: 790px !important;
    padding-bottom: 0;
}
/* background-size: cover;
		background-repeat: no-repeat;
		background-image: url(../img/s1-top-sec-bgr.jpg); */
.section-item.s1 .fp-tableCell {
    vertical-align: top;
    /* position: relative;
			z-index: 2; */
}
.section-item.s1 .fw-sect-wrap {
    position: relative;
    z-index: 2;
}
.section-item.s1 .fw-sect-wrap .sect-title {
    position: relative;
    z-index: 3;
}
.section-item.s1 .img {
    width: 500px;
    position: relative;
    height: 225px;
}
.section-item.s1 .img img {
    position: absolute;
    top: -212px;
    left: -199px;
}
.section-item.s1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(43,42,61, .7) url(../img/dotted-pattern.png);
}
.section-item--white-bgr {
	background: #fff;
}
.section-title-white {
	position: absolute;
	width: 100%;
	top: 4%;
	text-align: center;
	color: #FFF;
}
.section-title-white h2 {
    color: #FFF;
}
.section--np {
	padding: 0;
}
.section--sp {
	padding: 60px 0 33px;
}
.sect-title {
	margin-bottom: 100px;
}
.header-section {
	height: 100px;
	color: #FFF;
	position: relative;
	z-index: 3;
}
.header-section a {
    color: #FFF;
}
.site-header {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	color: #222;
}
.site-header .site-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.site-header .site-clogan {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    color: #FFF;
    line-height: 1em;
}
.site-header .site-navigate {
    margin-top: 14px;
}
.site-header .site-navigate li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    text-transform: uppercase;
}
.site-header .site-navigate li a {
    text-decoration: none;
}
.site-header .header-phone {
    float: right;
    line-height: 1.3em;
    margin-top: 14px;
    color: #FFF;
}
/* .img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 30px;
	} */
.top-price-from .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 37%;
}
.top-price-from .text .price-old {
    font-size: 24px;
    line-height: 1.3em;
}
.top-price-from .text .price-new {
    font-weight: bold;
    font-size: 48px;
    line-height: 1em;
    color: #FF8D00;
}
.top-price-from .text .top {
    margin-bottom: 10px;
}
.top-price-from .text .bottom {
}
.ham-toggle {
	display: none;
}
.flex-wrap {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: top;
	    align-items: top;
	margin-bottom: 90px;
}
.flex-wrap .destiny-item--delimeter {
    width: 20px;
    height: 95px;
    top: 50px;
    right: -30px;
    border-top: 1px solid #d1d1d1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.flex-wrap .destiny-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 200px;
}
.flex-wrap .destiny-item .ico-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    border: 1px solid #d6d6d6;
    margin: 0 auto 35px;
    position: relative;
}
/* &:after {
				content: "";
				position: absolute;
				
			} */
.flex-wrap .destiny-item .ico-wrap div {
    display: inline-block;
    vertical-align: middle;
}
.flex-wrap .destiny-item .ico-wrap .ico-award {
    width: 50px;
    height: 60px;
    background-image: url(../img/sprite.png);
    background-position: -96px -245px;
}
.flex-wrap .destiny-item .ico-wrap .ico-manufactur {
    width: 59px;
    height: 65px;
    background-image: url(../img/sprite.png);
    background-position: -115px -130px;
}
.flex-wrap .destiny-item .ico-wrap .ico-payment {
    width: 59px;
    height: 60px;
    background-image: url(../img/sprite.png);
    background-position: -260px -100px;
}
.flex-wrap .destiny-item .ico-wrap .ico-delivery {
    width: 56px;
    height: 60px;
    background-image: url(../img/sprite.png);
    background-position: 0px -245px;
}
.flex-wrap .destiny-item .ico-wrap .ico-return {
    width: 60px;
    height: 60px;
    background-image: url(../img/sprite.png);
    background-position: -260px 0px;
}
.flex-wrap .destiny-item .title {
    line-height: 1.4em;
}
.blinds-example-img {
	text-align: center;
}
.blinds-example-img img {
    width: 100%;
    min-width: 1080px;
    /* max-width: 1920px; */
}

.tooltipster-default {
    background: #fff;
}

html.ie8 .tooltipster-default, html.ie7 .tooltipster-default {
    border: 2px solid #000;
}

.tooltipster-default ul {
    margin: 0;
}

.tooltipster-default ul li {
    margin-bottom: 8px;
}

.tooltipster-default ul li .attr-name {
    float: left;
    width: 100px;
}

.tooltipster-default ul li .value {
    display: block;
    overflow: hidden;
}

.tooltipster-content {
    overflow: hidden;
    color: #fff;
    background: #2c2b3e;
}

.show-tip-content-text {
    padding: 25px 40px 20px;
}

.show-tip-content-text .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.show-tip-content-text .text {
    font-weight: 100;
}

.tooltipster-icon {
    margin-left: 4px;
    cursor: help;
}

.tooltipster-base {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    overflow: visible;
    width: auto;
    padding: 0;
    /* margin-left: 377px; */
}

/* margin-left: -20.7%; */

.tooltipster-base.left-postition .tooltipster-arrow.tooltipster-arrow-bottom, .tooltipster-base.left-postition .tooltipster-arrow-top.tooltipster-arrow {
    /* right: -20px;
			left: auto !important; */
}

.tooltipster-base.pos-3 {
    /* margin-left: -17.6%; */
}

.tt-content .field__image {
    display: none;
}

.tt-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tt-content .list__news {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tt-content .item_desc .field__image {
    display: block;
    float: left;
    margin-right: 35px;
}

.tt-content .item_desc .field__image img {
    max-width: 200px;
}

.tt-content .item_desc .field__image a:before {
    display: none;
}

.tt-content .item_desc .field__title {
    padding-right: 0;
    margin-bottom: 5px;
}

.tt-content .item_desc .field__date {
    display: block;
    width: 100%;
    text-align: left;
    color: #939393;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tt-content .item_desc .field__info {
    overflow: hidden;
}

.tt-content-close {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.png);
    background-position: -302px -245px;
}

.tooltipster-arrow {
    position: absolute;
    z-index: 1;
    left: -22px;
    margin-top: -19px;
    top: -22px;
    width: 40px;
    height: 40px;
    background-image: url(../img/sprite.png);
    background-position: -360px -232px;
}

.tooltipster-arrow.tooltipster-arrow-bottom {
    bottom: 0;
    top: -22px;
    transform: rotate(180deg);
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    top: 50%;
    right: -12px;
    margin-top: -8px;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 12px solid;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    margin-top: -8px;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    left: 1px;
    width: 0;
    width: 0;
    height: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 16px 7.5px 0;
    border-top-color: #fff;
    margin-top: -10px;
    top: 15%;
    color: #000;
    z-index: 150;
}

/* .tooltipster-base.hovered .tooltipster-arrow-right span {
	background-position: 0 -18px;
} */

.tooltipster-base .item .rating {
    display: none;
}

.tooltipster-base .item .sub-item {
    height: 35px !important;
}

.tooltipster-base .item .name {
    overflow: hidden;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    margin-top: -8px;
    border-top: 9px solid transparent !important;
    border-right: 9px solid;
    border-bottom: 9px solid transparent !important;
}

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

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

.tooltipster-slide {
    left: -40px;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-property: right;
}

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

.tooltipster-content-changing {
    transform: scale(1.1, 1.1);
    opacity: .5;
}

@keyframes left-right {
    0% {
        transform: translateY(-20%) translateX(-10%);
    }
    100% {
        transform: translateY(0%) translateX(10%);
    }
}

@keyframes right-left {
    0% {
        transform: translateY(0%) translateX(10%);
    }
    100% {
        transform: translateY(-20%) translateX(-10%);
    }
}

/* fade */

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

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}
.under-h2 {
	font-size: 18px;
}
.tooltips-data-wrap {
	display: none;
}
.tooltips-wrap {
	position: absolute;
	min-width: 1080px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
}
.tooltipster-arrow {
}
.tooltipster-arrow:before {
    content: "+";
    position: absolute;
    color: #FFF;
    top: 10px;
    left: 15px;
    font-size: 21px;
}
.show-tip {
	position: absolute;
	border: none;
	padding: 0;
	background-color: transparent;
	width: 40px;
	height: 40px;
	background-image: url(../img/sprite.png);
	background-position: -360px -152px;
	left: 31%;
	top: 40%;
	opacity: 1;
	/* transition: all .2s linear; */
}
.show-tip span {
    position: absolute;
    color: rgba(255,255,255, .5);
    width: 149px;
    text-align: left;
    top: 2px;
    left: 47px;
}
.show-tip span i {
    font-style: normal;
}
.show-tip:before {
    content: "+";
    position: absolute;
    color: #FFF;
    top: 10px;
    left: 15px;
    font-size: 21px;
}
.show-tip[data-tip="6"] {
    left: 48%;
    top: 27%;
}
.show-tip[data-tip="5"] {
    left: 19%;
    top: 64%;
}
.show-tip[data-tip="3"] {
    left: 81%;
    top: 39%;
}
.show-tip[data-tip="4"] {
    left: 87%;
    top: 23%;
}
.show-tip[data-tip="2"] {
    left: 7%;
    top: 29%;
}
.show-tip[data-tip="1"] {
    left: 50%;
    top: 58%;
}
.show-tip:hover {
    width: 40px;
    height: 40px;
    background-image: url(../img/sprite.png);
    background-position: -360px -232px;
}
.show-tip.active {
    /* @mixin ico-bgr tolltips-orange.png; */
    opacity: 0;
}

.multi-label {
	cursor: pointer;
}
/* background: #fff; */
input[type="radio"]:checked + .multi-label .radio-circle {
    background: #15c585
}
input[type="radio"]:checked + .multi-label .radio-circle:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    top: 12px;
    left: 12px;
}
.tint-item {
	padding: 30px 30px;
    box-sizing: border-box;
    border: 1px solid #4d5b69;
	text-align: center;	
    border-radius: 15px;
}
.tint-item .image {
    margin-bottom: 30px;
}
.tint-item .title-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -ms-flex-pack: center;
        justify-content: center;
}
.tint-item .title {
    font-size: 30px;
    font-weight: bold;
    color: #2C2B3F;
    line-height: 1.3em;
    margin-left: 10px;
}
.tint-item .title span {
    color: #ff8a00;
}
.tint-item .descr {
    max-width: 320px;
    margin: 0 auto -20px;
}
.tint-item .radio-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d7d7dd;
    position: relative;
}

.get-full-complect:after {
    content: '';
    display: table;
    clear: both;
}

.get-full-complect {
	padding: 25px 0 25px;
	color: #FFF;
	background: #ffa200 url(../img/s1-get-full-complect-bgr.png) no-repeat center right / contain;
}

/* .title {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 1.7em;
		letter-spacing: .25px;
	} */

.get-full-complect .prices {
    padding-left: 40px;
    margin-top: 7px;
}

.get-full-complect .prices .price {
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3em;
}

.get-full-complect .profit-val {
    background: #e36500;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    padding: 4px 15px;
}

.get-full-complect .get-full-complect__submit {
    text-align: right;
    margin-top: 13px;
}
.tac-wrap {
	text-align: center;
	margin-bottom: 35px;
	font-size: 14px;
}
.tac-wrap p {
    max-width: 100%;
}
.we-made-select {
	width: 100%;
	margin: -20px auto 50px;
	text-align: center;
	font-size: 18px;
}
.we-made-select .top {
    margin-bottom: 30px;
    font-size: 14px;
}
.we-made-select .bottom a {
    color: #15c585;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dotted #15C585;
    margin: 0 13px;
    font-size: 30px;
    line-height: 1em;
    display: inline-block;
}
.add-magnet {
	margin-bottom: 70px;
	font-size: 18px;
}
.fs-14 {
	font-size: 14px;
}
.add-magnet-wrap {
	margin-left: -35px;
}
.add-magnet-wrap label {
    cursor: pointer;
    position: relative;
    padding-left: 70px;
    font-size: 14px;
    width: 197px;
    display: inline-block;
    margin-right: 70px
}
.add-magnet-wrap label:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffa200;
    top: -2px;
    left: 10px;
}
.add-magnet-wrap label:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 20px;
    display: none;
    width: 20px;
    height: 16px;
    background-image: url(../img/sprite.png);
    background-position: -114px -345px;
}
.add-magnet-wrap input:checked + label:after {
    display: block;
}
.add-magnet-wrap .magnet-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
    top: -5px;
}
.add-magnet-wrap .magnet-img img {
    display: block;
}

.select-complect__label {
	background: #fff;
	padding: 20px 10px 30px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid transparent;
	cursor: pointer;
	position: relative;
	border-radius: 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
}

.select-complect__label .special {
    position: absolute;
    width: 75px;
    height: 75px;
    background-image: url(../img/sprite.png);
    background-position: 0px -130px;
    color: #FFF;
    top: -5px;
    right: -5px;
    line-height: 62px;
}

.select-complect__label .special .special-val {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.select-complect__label .title {
    font-size: 24px;
    font-weight: bold;
    color: #2C2B3F;
    line-height: 1.1em;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.select-complect__label .image {
    margin-bottom: 25px;
    height: 130px;
}

.select-complect__label .image img {
    max-width: 100%;
}

.select-complect__label .price {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #2C2B3F;
    font-weight: normal;
}

.select-complect__label .submit-wrap {
    padding-left: 25px;
    padding-right: 25px;
}

.select-complect__label .submit-wrap .bttn {
    width: 100%;
}
input:checked + .select-complect__label {
	border-color: #FFA200;
}
.select-complect {
	margin-bottom: 35px;
}
.select-complect-descr {
	text-align: center;
}
.select-complect-descr p {
    max-width: 770px;
    margin: 0 auto 30px;
}
.video-fw-play-bttn {
	border: none;
	width: 90px;
	height: 90px;
	background-image: url(../img/sprite.png);
	background-position: -130px 0px;
	background-color: transparent;
	margin: -110px auto 0;
	display: block;
	position: relative;
	z-index: 3
}
.video-fw-play-bttn:hover {
    width: 90px;
    height: 90px;
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
}
.thin-border-form {
	padding: 45px 47px;
	box-sizing: border-box;
	border: 1px solid rgba(77, 91, 105, 0.61961);
	border-radius: 15px;
	background: rgba(221, 221, 221, 0.10196);
}
.thin-border-form .title {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.2em;
    text-align: center;
}
.thin-border-form .sub-title {
    margin-bottom: 40px;
}
.c-green {
	color: #15c585;
}
.present-wrap {
	margin: 100px 0 -30px;
}
.present-wrap .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.present-wrap .title span {
    position: relative
}
.present-wrap .title span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-left: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 30.094 17.18' fill='%23fff' stroke='none'%3E %3Cpath fill-rule='evenodd' d='M30.000,8.596 C30.160,8.963 30.103,9.401 29.803,9.700 L22.611,16.893 C22.220,17.282 21.587,17.282 21.197,16.893 C20.806,16.501 20.806,15.868 21.197,15.479 L27.085,9.590 L1.000,9.590 C0.448,9.590 -0.000,9.142 -0.000,8.590 C-0.000,8.037 0.448,7.588 1.000,7.588 L27.084,7.588 L21.197,1.700 C20.806,1.310 20.806,0.678 21.197,0.286 C21.587,-0.105 22.220,-0.105 22.611,0.286 L29.803,7.478 C30.106,7.781 30.167,8.227 30.000,8.596 Z'/%3E %3C/svg%3E") no-repeat 0 0;
}
.present-wrap .bottom {
    max-width: 85%;
    font-size: 18px;
}
.present-wrap .bottom p {
    margin-bottom: 0;
}
.get-full-complect .table-cell-410 {
	white-space: nowrap;
}
.get-bonus-ico {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	top: -7px;
	margin: 0 -19px 0 20px;
	width: 73px;
	height: 62px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 39.2' fill='%23fff' stroke='none'%3E%3Cpath d='M44.16,8H37.34l-3.2-8H13.86l-3.2,8H9.6V4H4.8V8h-1A3.84,3.84,0,0,0,0,11.84V35.33A3.87,3.87,0,0,0,3.87,39.2H44.13A3.87,3.87,0,0,0,48,35.33V11.84A3.84,3.84,0,0,0,44.16,8ZM6.4,5.6H8V8H6.4Zm40,29.73a2.27,2.27,0,0,1-2.27,2.27H3.87A2.27,2.27,0,0,1,1.6,35.33V11.84A2.24,2.24,0,0,1,3.84,9.6h7.9l3.2-8H33.06l3.2,8h7.9a2.24,2.24,0,0,1,2.24,2.24Zm0,0'/%3E%3Cpath d='M24,7.2A14.4,14.4,0,1,0,38.4,21.6,14.42,14.42,0,0,0,24,7.2Zm0,27.2A12.8,12.8,0,1,1,36.8,21.6,12.81,12.81,0,0,1,24,34.4Zm0,0'/%3E%3Cpath d='M24,12a9.6,9.6,0,1,0,9.6,9.6A9.61,9.61,0,0,0,24,12Zm0,17.6a8,8,0,1,1,8-8,8,8,0,0,1-8,8Zm0,0'/%3E%3Cpath d='M41.6,11.2a3.2,3.2,0,1,0,3.2,3.2,3.21,3.21,0,0,0-3.2-3.2Zm0,4.8a1.6,1.6,0,1,1,1.6-1.6A1.6,1.6,0,0,1,41.6,16Zm0,0'/%3E%3C/svg%3E") no-repeat 0 0;
}
.present-text {
	font-size: 24px;
}
.present-text p {
    line-height: 1.5em;
}
.grid-wrap.rows-nm {
	padding: 0;
}
.grid-wrap.rows-nm > div {
    margin-bottom: 0;
}
.hello {
	margin-bottom: 35px;
}
.hello .who-is {
    margin-top: -15px;
}
.manager-slogan {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 25px;
}
.order-steps {
	margin: 40px 0 40px;
	max-width: 570px;
}
.order-steps .order-step .ico-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    line-height: 80px;
    text-align: center;
    margin-bottom: 15px;
}
.order-steps .order-step .ico-wrap span {
    display: inline-block;
    vertical-align: middle
}
.order-steps .order-step .ico-wrap span.ico-letter {
    width: 39px;
    height: 20px;
    background-image: url(../img/sprite.png);
    background-position: 0px -402px;
}
.order-steps .order-step .ico-wrap span.ico-call {
    width: 28px;
    height: 28px;
    background-image: url(../img/sprite.png);
    background-position: -471px -138px;
}
.order-steps .order-step .ico-wrap span.ico-deliver {
    width: 35px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-position: -471px -74px;
}
.order-steps .order-step .ico-wrap span.ico-pay {
    width: 32px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-position: -471px -206px;
}
.order-steps .order-step-arrow {
    display: inline-block;
    margin-top: 33px;
    width: 31px;
    height: 18px;
    background-image: url(../img/sprite.png);
    background-position: -79px -402px;
}
.order-detail .phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 25px;
}
.order-delivery {
	max-width: 600px;
	margin: 40px 0 80px;
}
.order-delivery .order-delivery__item {
    width: 75px;
    height: 45px;
    line-height: 45px;
}
.order-delivery .order-delivery__item span {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in;
    opacity: 0.3
}
.order-delivery .order-delivery__item span:hover {
    opacity: 1;
}
.order-delivery .order-delivery__item .text {
    line-height: 1.3em;
    color: #9B9B9B;
    margin-top: 15px;
}
.order-delivery .order-delivery__item.i--post span {
    width: 71px;
    height: 34px;
    background-image: url(../img/sprite.png);
    background-position: -360px 0px;
}
.order-delivery .order-delivery__item.i--dpd span {
    width: 76px;
    height: 33px;
    background-image: url(../img/sprite.png);
    background-position: -186px -245px;
}
.order-delivery .order-delivery__item.i--pek span {
    width: 74px;
    height: 17px;
    background-image: url(../img/sprite.png);
    background-position: 0px -345px;
}
.order-delivery .order-delivery__item.i--delline span {
    width: 38px;
    height: 34px;
    background-image: url(../img/sprite.png);
    background-position: -471px 0px;
}
.order-delivery .order-delivery__item-separate {
    height: 40px;
    width: 1px;
    background: #d1d1d1;
    margin-top: 3px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 5px;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 55px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    /*  img {
 	display: none;
 }
 &.swiper-slide-active {
 	img {
 		display: block;
 	}
 } */
}

/* Auto Height */

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */

.swiper-buttons-wrap {
    position: relative;
    top: -350px;
    margin-bottom: -40px;
}

.nav-arrow.left, .nav-arrow.right {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
}

.nav-arrow.left.swiper-button-disabled, .nav-arrow.right.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.nav-arrow.left {
    width: 17px;
    height: 38px;
    background-image: url(../img/sprite.png);
    background-position: -471px -270px;
    left: -40px;
    right: auto;
}

.nav-arrow.left.black {
    /* @mixin ico-bgr swiper-arrow-left-black.png; */
}

.nav-arrow.right {
    width: 17px;
    height: 38px;
    background-image: url(../img/sprite.png);
    background-position: 0px -462px;
    right: -40px;
    left: auto;
}

.nav-arrow.right.black {
    /* @mixin ico-bgr swiper-arrow-right-black.png; */
}

/* Pagination Styles */

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.pager-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    z-index: 3;
}

.pager-item svg {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.pager-item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2c2b3f;
    top: 7px;
    left: 7px;
    position: absolute;
}

.pager-item.active circle {
    stroke: #11a67b !important;
}

.pager-item.active:before {
    background: #11a67b;
}

/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.front-slider-pager.front-slider-pager {
	text-align: center;
	z-index: 3;
}
.front-slider-pager.front-slider-pager .swiper-pagination-bullet {
    position: relative;
    z-index: 2;
}
.media-slide__item {
	margin-bottom: 20px;
}
.media-slide__item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.review-slide {
	margin: 40px 0 30px;
}

.review-slide .multi-rows-8 {
    padding-left: 25px;
    box-sizing: border-box;
}

.review-slide .review-slide__author {
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

.review-slide .review-slide__author img {
    display: block;
}

.review-slide .review-slide__name {
    margin: 60px 0 20px 0;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 30px;
}

.review-slide .review-slide__age {
    color: #9b9b9b;
    font-size: 18px;
    margin-bottom: 30px;
}

.review-slide .review-slide__content {
    font-size: 24px;
}

/* max-width: 560px; */

.review-slide .review-slide__content p {
    line-height: 1.5em;
    margin-bottom: 40px;
}

.review-slide .review-slide__gallery a {
    margin-right: 20px;
}
.review-present {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #15c585 url(../img/s1-get-full-green-bgr.png) no-repeat center right;
	color: #fff;
	margin: 80px auto 20px;
}
.review-present .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.review-present .bottom p {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 0;
}
.review-present .bottom a {
    color: #FFF;
    text-decoration: none;
}
.review-present .multi-rows-310 {
    text-align: right;
    margin-top: 50px;
}
.section-contact h3 {
    margin-bottom: 30px;
}
.section-contact .title {
    color: #9B9B9B;
    margin-bottom: 11px;
}
.section-contact .val {
    margin-bottom: 20px;
    line-height: 1.4em;
}
.section-contact ul a {
    text-decoration: none;
    color: #2c2b3f;
}

.our-manufacture .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.our-manufacture .descr {
    max-width: 280px;
}

.our-manufacture .descr p {
    margin-bottom: 0;
}
.gallery-item {
	text-align: center;
}
.support-desc .title {
    margin-top: 65px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.support-desc .phone {
    line-height: 1.5em;
    font-size: 30px;
    margin-bottom: 40px;
}
.support-desc .phone a {
    text-decoration: none;
    color: #111111;
}
.support-desc .text {
    color: #111111;
    max-width: 280px;
    margin-bottom: 65px;
}

.feedback-form .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}
.mfp-content {
	text-align: center;
}
#dialog {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.dialog .order-form, .dialog .select-options-form {
	display: inline-block;
}
.ajax-msg {
	display: none;
}
.ajax-msg-text {
	font-size: 24px;
	line-height: 32px;
}
.order-form, .select-options-form {
	display: none;
	text-align: left;
}
.review-slide__video iframe {
    width: 100%;
    height: 280px;
}
.dialog {
	position: relative;
	text-align: left;
	display: none;
	box-sizing: border-box;
	padding: 50px 100px;
	width: 580px;
	background: #fff;
}
.dialog .ajax-msg {
    display: block;
}
.dialog h2 {
    margin-top: 0;
}
.dialog .order-form__top:after {
    content: '';
    display: table;
    clear: both;
}
.dialog .order-form__top {
    margin: 30px 0 50px;
}
.dialog .order-form__top .image {
    width: 80px;
    height: 70px;
    float: left;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.dialog .order-form__top .image img {
    width: 65px;
}
.dialog .order-form__top .image:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 17px;
    left: 26px;
    background: url(../img/checkbox-arrow-white.png) no-repeat center center;
}
.dialog .order-form__top .you-order-cnt {
    /* overflow: hidden; */
    position: relative;
    top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.dialog .order-form__top .content {
    /* overflow: hidden; */
    padding-bottom: 2px;
}
.dialog .order-form__top .content .descr-car .top {
    color: #9B9B9B;
}
.dialog .order-form__top .content .descr-car p {
    margin-bottom: 25px;
}
.dialog .order-form__top .content .you-order__complect {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    top: -4px;
}
.dialog .order-form__top .content .you-order__price {
    font-size: 18px;
    font-weight: bold;
    -ms-flex: 0 0 108px;
        flex: 0 0 108px;
    text-align: right;
}
.youtube-frame .dialog {
	width: 980px;
	padding: 30px 60px 60px;
}
.js-link {
	color: #15C585;
	text-decoration: none;
	border-bottom: 1px dotted #15C585;
}
.fs-18 {
	font-size: 18px;
}

.lbr:after {
	content: '\A';
	white-space: pre;
}
.c-gray {
	color: #9B9B9B;
}
.c-orange {
	color: #ff8a00;
}
.no-mark {
	list-style: none;
	padding: 0;
	margin: 0;
}

.orange-box {
	box-sizing: border-box;
	border: 2px solid #ff8a00;
	padding: 50px;
	border-radius: 15px;
}
.orange-box .title {
	font-size: 24px;	
	line-height: 1.4em;
	margin-bottom: 25px;
	text-align: center;
}
.under-centered {
	text-align: center;
}
ul.custom {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.custom li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    line-height: 1.3em
}
ul.custom li:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/sprite.png);
    background-position: -57px -462px;
}
ul.custom li:last-child {
    margin-bottom: 0;
}
.site-footer {
	color: #FFF;
	background: #2c2b3f;
	padding: 30px 0;
}
.site-footer .copyright {
    margin-top: 21px;
    color: #898893;
}
.site-footer .add-info {
    margin-top: 19px;
}
.site-footer .add-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-footer .add-info li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}
.site-footer .add-info li a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}
.site-footer .add-info li:last-child {
    margin-right: 0;
}
.site-footer .social-links .social-link {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid #555464;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 47px;
    text-align: center;
    margin: 0 10px;
    position: relative
}
.site-footer .social-links .social-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.site-footer .social-links .social-link.i--inst:after {
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.png);
    background-position: -174px -345px;
}
.site-footer .social-links .social-link.i--fb {
    line-height: 43px;
}
.site-footer .social-links .social-link.i--fb:after {
    width: 8px;
    height: 17px;
    background-image: url(../img/sprite.png);
    background-position: -150px -402px;
}
.site-footer .social-links .social-link.i--twit:after {
    width: 16px;
    height: 14px;
    background-image: url(../img/sprite.png);
    background-position: -471px -348px;
}
.site-footer .social-links .social-link.i--vk:after {
    width: 20px;
    height: 20px;
    background-image: url(../img/sprite.png);
    background-position: -117px -462px;
}
.site-footer .social-links .social-link.i--yt {
    border: none;
}
.site-footer .made-by-isdigi {
    float: right;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.5" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.75 0.25" /><feFuncG type="table" tableValues="0.75 0.25" /><feFuncB type="table" tableValues="0.75 0.25" /></feComponentTransfer></filter></svg>#filter');
    filter: opacity(0.5) invert(75%);
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #2c2b3f;
    opacity: 0.98;
    filter: alpha(opacity=98);
}

.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;
    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;
    z-index: 1045;
}

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

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

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

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

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

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

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

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

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

.mfp-preloader a:hover {
    color: white;
}

.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 {
    right: 20px;
    width: 19px;
    height: 20px;
    background-image: url(../img/sprite.png);
    background-position: -177px -462px;
    line-height: 44px;
    position: absolute;
    top: 20px;
    text-decoration: none;
    background-color: transparent;
    font-size: 0;
    border: none;
}

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

.mfp-close-btn-in .mfp-close {
}

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

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

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    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 white;
    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 white;
    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: black;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    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: #444444;
}

.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;
        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 {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        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;
}

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    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;
    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;
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: none;
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		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) ")";
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	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;
	}
}
.tooltipster-base.tooltipster-left .tooltipster-arrow {
    right: -22px;
    margin-top: -20px;
    left: auto;
}

.allready-installed {
	position: relative;
}

.allready-installed h2 {
    padding-right: 140px;
}

.allready-installed .allready-installed__buster {
    width: 119px;
    height: 110px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.08 21.75' fill='none' stroke='%232c2b3f'%3E%3Cpath d='M19.92,8.46c-.06,1.93-2.23,3.13-8.41,3.13S3.15,10.38,3.1,8.44c1.51,0,4.38-2,8.41-2S18.65,8.46,19.92,8.46Z' stroke-miterlimit='10' stroke-width='0.75'/%3E%3Cpath d='M11.51,12.55a26.66,26.66,0,0,1-5.08-.4c.06.56.47,3.32,2.41,3.32,1.72,0,1.67-1.32,2.72-1.32s1.17,1.32,2.85,1.32c2.09,0,2.46-3.06,2.49-3.39A25.37,25.37,0,0,1,11.51,12.55Z' stroke-miterlimit='10' stroke-width='0.75'/%3E%3Cpath d='M3.87,11.26c0,2.47.7,5.94,2.82,8.09a6.75,6.75,0,0,0,5,2,6.73,6.73,0,0,0,5-2.15,11.58,11.58,0,0,0,2.66-8.11' stroke-miterlimit='10' stroke-width='0.75'/%3E%3Cpath d='M20.27,7.54l2.27-1.91C20.18,3,17,.38,11.54.38S2.9,3,.54,5.63L2.8,7.54m9.47-2.75a1.17,1.17,0,0,0-.61.28,1.17,1.17,0,0,0-.61-.28.92.92,0,0,1-.8-.9,2.34,2.34,0,0,1,.22-.79c.13-.35.06-.47-.08-.61l-.12-.12L11,1.8A.46.46,0,0,0,11.3,2a.56.56,0,0,0,.37-.19A.54.54,0,0,0,12,2a.47.47,0,0,0,.34-.19l.68.57-.12.12c-.14.14-.22.26-.08.61a2.36,2.36,0,0,1,.22.79A.92.92,0,0,1,12.27,4.79Z' stroke-miterlimit='10' stroke-width='0.75'/%3E%3C/svg%3E") no-repeat 0 0;
    position: absolute;
    top: -2px;
    right: 12px;
}

.allready-installed .allready-installed__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.allready-installed .video-wrap--fw {
    margin: 35px 0;
}

.allready-installed .video-wrap--fw iframe {
    width: 100%;
}

.add-magnet-wrap label:hover {
  background:#53ea93;
}
.add-magnet-wrap label:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ffa200;
    top: 2px;
    left: 2px;   
}
.tintent-car {
    position: relative;
}
.check-your-tints {
    margin-top: -250px;
    position: relative;
    margin-bottom: 100px;
    z-index: 6;
    /* position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate3d(-50%, 35%, 0); */
}
.tint-complects .top {
    text-align: center;
    max-width: 825px;
    margin: 0 auto 120px;
}
.tint-complects .top p {
    max-width: 100%;
}
.tint-complects .top .notice {
    color: #9B9B9B;
}
.tint-complects .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
}
.tint-complects .bottom .tint-case-wrap {
    position: relative;
    bottom: -45px;
}
.tint-complects .bottom .tint-case-wrap img {
    width: 100%;
}
.tint-complects .bottom .magnet p {
    line-height: 25px;
}
.tint-complects .bottom .case {
    font-size: 24px;
}
.tint-complects .bottom .case p {
    line-height: 35px;
}
.tint-complects .bottom .case em {
    font-style: normal;
}
.tint-complects .tint-case-price {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: -25px;
    right: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #15c585;
}
.ba-slider {
    position: relative;
    overflow: hidden;
    padding: 0 0 40px;
    height: 680px;
    z-index: 4;
}
.ba-slider .root-img {
    height: 640px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
}
.ba-slider img {
    /* object-fit: cover; */
    display: block;
    pointer-events: none;
}
.ba-slider .root-img-wrap {
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
}
.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 640px;
    overflow: hidden;
    z-index: 1;
}
.ba-slider .resize .img-wrap {
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
}
.ba-slider .resize img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
}
.handle {
    position: absolute;
    left: 50%;
    top: -30px;
    bottom: 160px;
    width: 1px;
    margin-left: -1px;
    background: #d6d6d6;
    cursor: ew-resize;
    z-index: 7
}
.handle:after {
    content: "";
    position: absolute;
    bottom: 47px;
    left: 50%;
    height: 38px;
    width: 55px;
    margin-left: -27px;
    background-image: url(../img/sprite.png);
    background-position: -360px -74px;
}
.complect_item del {
    display: block;
    margin-bottom: 15px;
}
.form-option-group .check-your-tints {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 258px;
}
.form-option-group .check-your-tints .multi-label {
    margin-bottom: 30px;
    display: block;
}
.form-option-group .check-your-tints .multi-label .tint-item {
    text-align: left;
}
.form-option-group .check-your-tints .multi-label .tint-item .descr {
    margin: -15px 0 0px 50px;
    font-size: 14px;
}
.form-option-group .check-your-tints .multi-label .title {
    font-weight: normal;
}
.form-option-group .check-your-tints .multi-label .title-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 13px;
}
.form-heading-sub {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
}
.dialog .select-box-wrap {
    display: block;
    text-align: center;
    margin-bottom: 30px
}
.dialog .select-box-wrap:last-of-type {
    margin-bottom: 0;
}
.dialog .we-made-select {
    margin: 0;
}
.dialog .select-target.select-theme-default.select-target.select-theme-default {
    overflow: hidden;
    max-width: 280px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.form-option-group {
    margin-bottom: 50px;
}
.select-element {
    z-index: 999999;
}
.select-options-form {
    max-width: 380px;
}
.custom-checkbox {
    cursor: pointer;
    color: #9b9b9b;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999999999px
}
.custom-checkbox input[type="checkbox"]:checked + .image + .you-order-cnt {
    color: #2c2b3f;
}
.custom-checkbox input[type="checkbox"]:checked + .image:after {
    background: #e3e3e8 url(../img/checkbox-arrow-dark.png) no-repeat center center !important;
}
.custom-checkbox .image {
    position: relative
}
.custom-checkbox .image:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 17px;
    left: 26px;
    background: #e3e3e8 !important;
}
.section-item {
}
.section-item.pt-0 {
    padding-top: 0 !important;
}
.section-item.pb-0 {
    padding-bottom: 70px !important;
}
.section-item.pb-0 .section-title-wrap {
    margin-bottom: 0;
}
.js-location-map {
    position: relative;
    height: 65vh;
    min-height: 500px;
}
.section-item.is--no-p {
    padding: 0 !important;
}

/* breakpoints */

/* MOBILE */

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

@media screen and (max-width: 768px) {
    html.lock {
        height: 100% !important;
        overflow: hidden !important;
    }
    html.lock body {
        height: 100% !important;
    }
    .bttn.bttn--fw {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .mobi-trigger {
        display: block;
        visibility: hidden;
    }
    .m-flexy-column {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
    }
    .m-visible {
        display: block !important;
    }
    .m-hidden {
        display: none !important;
    }
    .js-m-swiper.swiper-container-horizontal {
        overflow: hidden;
        padding-top: 7px;
        position: relative;
    }
    .js-m-swiper.swiper-container-horizontal .front-slider-pager {
        bottom: 50px;
        position: relative;
        z-index: 3;
    }
    .js-m-swiper.swiper-container-horizontal > div:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        float: none !important;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        transition: transform .3s ease-out;
        margin-bottom: 75px;
        min-width: 0;
        padding: 0;
    }
    .js-m-swiper.swiper-container-horizontal > div:first-child > div {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        float: none !important;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .section-item.s1 {
        height: auto !important;
    }
    .js-hidden-select {
        display: inline-block;
        position: static;
        pointer-events: auto;
        opacity: 1;
        padding: 7px 17px;
    }
    .tt-content-close {
        display: none;
    }
    .destinations {
        transform: translate3d(0,0,0);
    }
    .allready-flexy.allready-flexy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .allready-flexy.allready-flexy .table-cell-5 {
        float: none;
        margin-bottom: 30px;
    }
    .allready-installed {
}
    .allready-installed .allready-installed__buster {
        width: 20%;
    }
    .allready-installed h2 {
        padding-right: 20%;
    }
    .m-top-outer.m-top-outer {
        margin-top: 25px;
    }
    .select-target.select-theme-default.select-target.select-theme-default {
        display: none;
    }
    .ham-toggle {
        display: block;
        position: absolute;
        height: 18px;
        width: 25px;
        cursor: pointer;
        top: 4px;
        right: 20px;
        z-index: 7;
    }
    .ham-toggle.ham-cross {
        perspective: 1000;
        transform: rotateZ(0);
        transition: transform 0s;
    }
    .ham-toggle.ham-cross .ham-bar.ham-bar-one {
        transform: translateY(9px) rotateZ(-45deg);
        background-color: #fff;
    }
    .ham-toggle.ham-cross .ham-bar.ham-bar-two {
        opacity: 0;
        transform: translateY(5px) rotateZ(-90deg);
        transition: all .2s linear;
    }
    .ham-toggle.ham-cross .ham-bar.ham-bar-three {
        transform: translateY(-7px) rotateZ(45deg);
        background-color: #fff;
    }
    .ham-toggle .ham-bar.ham-bar-one {
        top: 0px;
        transform: translateY(0px) rotateZ(0deg);
    }
    .ham-toggle .ham-bar {
        position: absolute;
        left: 0;
        height: 2px;
        width: 25px;
        margin: 0;
        border-radius: 0;
        transition: all .4s cubic-bezier(0.91, -0.32, 0.18, 1.21);
        background-clip: padding-box;
        background-color: #fff;
    }
    .ham-toggle .ham-bar.ham-bar-two {
        top: 8px;
        transform: translateY(0px) rotateZ(0deg);
        transition: all .4s linear;
        opacity: 1;
    }
    .ham-toggle .ham-bar.ham-bar-three {
        top: 16px;
        transform: translateY(0px) rotateZ(0deg);
    }
    .grid-wrap {
        width: 100%;
        max-width: 100%;
    }
    .section-item.s1 .fw-sect-wrap {
        overflow: hidden;
    }
    .site-header .grid-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .site-header .grid-wrap .multi-rows-3, .site-header .grid-wrap .multi-rows-2 {
        float: none;
    }
    .site-header .grid-wrap:before {
        display: none;
    }
    .showed #main-nav {
        opacity: 1;
        pointer-events: auto;
    }
    .multi-rows-1 img, .multi-rows-2 img, .multi-rows-3 img, .multi-rows-4 img, .multi-rows-5 img, .multi-rows-6 img, .multi-rows-7 img, .multi-rows-8 img, .multi-rows-9 img, .multi-rows-10 img, .multi-rows-11 img, .multi-rows-12 img, .table-cell-8 img, .table-cell-7 img, .table-cell-5 img, .table-cell-7 img {
        max-width: 100%;
    }
    h1, .heading-a {
        line-height: 1.1em;
        font-size: 2.8em;
        margin-bottom: 20px;
    }
    html {
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }
    body {
        width: 100%;
        min-width: 320px;
        min-height: auto;
    }
    h3 {
        font-size: 24px;
    }
    .site-header .header-phone {
        float: left;
        margin-left: 15px;
        margin-top: 0;
        /* margin-top: 45px; */
    }
    .sect-title {
        margin-bottom: 0;
    }
    .g-section {
        min-width: 320px;
        box-sizing: border-box;
    }
    .thin-border-form {
        margin: 0 15px;
        padding: 45px 30px;
    }
    .section-item.s1 {
        background: url(../img/mob-s1-top-sec-bgr.jpg) no-repeat 0 0 / cover;
    }
    .section-item.s1 .fw-sect-wrap .table-cell-2 {
        display: none;
    }
    .section-item.s1 .img {
        width: calc(100% + 30px);
        margin-left: -15px;
        height: auto;
        overflow: hidden;
        margin-bottom: -30%;
        margin-top: -20%;
    }
    .section-item.s1 .img img {
        top: 0;
        left: -22%;
        max-width: 150%;
        position: relative;
    }
    .video-fw-wrap {
        display: none;
    }
    .blinds-example-img, .tooltips-wrap {
        min-width: 100%;
    }
    .top-price-from {
        text-align: left;
    }
    .top-price-from img {
        margin-bottom: 10px;
    }
    .site-header .multi-rows-3 {
        display: block;
        float: left;
        margin-right: 1.61734800%;
        width: 32.25510133%;
        margin: 0;
    }
    .site-header .multi-rows-3:last-child {
        margin-right: 0;
    }
    .site-header .multi-rows-7 {
        position: absolute;
        right: 0;
        top: 0;
    }
    .site-header .multi-rows-2 {
        display: block;
        float: left;
        margin-right: 1.61734800%;
        width: 57.65943833%;
        /* float: right; */
    }
    .site-header .multi-rows-2:last-child {
        margin-right: 0;
    }
    .site-header .site-clogan {
        display: none;
    }
    #main-nav {
        transition: opacity .3s ease-in;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
        background: #2c2b3f;
        padding-top: 90px;
    }
    #main-nav li {
        display: list-item;
        margin-bottom: 30px;
        font-size: 20px;
    }
    #main-nav li a {
        text-decoration: none;
    }
    .table-row {
        display: block;
    }
    .table-row .table-cell-8, .table-row .table-cell-4, .table-row .table-cell-7 {
        display: block;
        float: left;
        margin-right: 1.61734800%;
        width: 100.00000000%;
        margin: 0;
        margin-bottom: 30px;
    }
    .table-row .table-cell-8:last-child,.table-row .table-cell-4:last-child,.table-row .table-cell-7:last-child {
        margin-right: 0;
    }
    .top-price-from .text {
        display: block;
        text-align: left;
        margin-bottom: 40px;
    }
    .top-price-from .text .top .price-new {
        font-size: 36px;
    }
    .f-row.f-row--double .error {
        margin-left: 0;
        display: block;
    }
    .flex-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 20px;
    }
    .flex-wrap .destiny-item {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
    /* position: relative;
		z-index: 99999;
		overflow: visible !important; */
    .destinations .flex-wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 20px;
    }
    .destinations .flex-wrap .destiny-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .table-cell-6, .table-cell-7 {
        display: block;
        float: left;
        margin-right: 1.61734800%;
        width: 100.00000000%;
        margin: 0;
    }
    .table-cell-6:last-child,.table-cell-7:last-child {
        margin-right: 0;
    }
    .table-cell-1 {
        display: none;
    }
    .table-cell-5 {
        display: block;
        float: left;
        margin-right: 1.61734800%;
        width: 100.00000000%;
        margin: 0;
    }
    .table-cell-5:last-child {
        margin-right: 0;
    }
    .show-tip {
        display: none;
    }
    h2, .heading-b {
        font-size: 32px;
    }
    .orange-box {
        padding: 25px;
    }
    .blinds-example-img, .blinds-example-img .image {
        overflow: hidden;
    }
    .blinds-example-img .image img {
        height: auto;
    }
    .blinds-example-img img {
        min-width: 100%;
        width: auto;
        height: 350px;
    }
    .multi-rows-6.multi-rows-border {
        width: 100% !important;
        margin: 0;
    }
    .section-item {
        padding: 30px 0 30px;
    }
    .get-full-complect {
        padding: 35px 0 85px;
        margin-right: -15px;
        margin-left: -15px;
        background-size: 100% 100%;
    }
    .multi-rows-210, .multi-rows-410 {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .get-full-complect .prices {
        padding: 0;
    }
    .multi-rows-310 {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .we-made-select {
        margin-bottom: 50px;
    }
    .we-made-select .bottom {
        line-height: 50px;
    }
    .multi-rows-6 {
        width: 100%;
        margin: 0;
    }
    .add-magnet-wrap {
        margin-left: 0;
        text-align: center;
    }
    .add-magnet-wrap .magnet-img {
        vertical-align: top;
    }
    .multi-rows-3 {
        width: 100%;
        margin: 0;
    }
    .select-complect {
        margin-bottom: 0;
        /* padding: 0 55px; */
    }
    .select-complect-descr {
        padding: 0 15px;
    }
    .select-complect__label {
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .present-wrap {
        text-align: center;
        margin: 50px 0 -80px;
    }
    .present-wrap .title {
        font-size: 24px;
    }
    .present-wrap .table-cell-610 {
        display: block;
        width: 100%;
    }
    .present-wrap .table-cell-610 .bottom {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .present-wrap .get-bonus-ico {
        position: static;
        margin: 0 0 30px;
    }
    .present-wrap .table-cell-410 {
        width: 100%;
        display: block;
    }
    .present-wrap .table-cell-410 .get-bonus-ico {
        margin-left: auto;
        margin-right: auto;
    }
    .h1-under {
        line-height: 1.2em;
    }
    .reviews-slider {
        margin-bottom: 50px;
    }
    .section--videos {
        margin-bottom: -30px !important;
        padding-bottom: 0;
    }
    .f-row.f-row--double input {
        margin-bottom: 20px;
        width: 80% !important;
    }
    .f-row.f-row--double input:last-of-type {
        margin-bottom: 0;
    }
    /* .present-wrap {
		margin-bottom: 340px;
	} */
    .manager-wrap .table-row {
        position: relative;
    }
    .manager-wrap .table-cell-5 {
        margin-bottom: 20px;
        width: 56%;
        margin-left: -30px;
    }
    .manager-wrap .table-cell-5 img {
        margin-left: 30px;
    }
    .manager-wrap .table-cell-7 {
        text-align: left;
        float: none;
    }
    .manager-wrap .table-cell-7 p {
        max-width: 100%;
    }
    .manager-wrap .table-cell-7 .hello {
        width: 100%;
        text-align: left;
    }
    .manager-wrap .table-cell-7 .manager-slogan {
        width: 48%;
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .manager-wrap .table-cell-7 .manager-sub-slogan {
        float: left;
        text-align: center;
    }
    .section--destinations {
        position: relative;
        z-index: 3;
    }
    .order-delivery .order-delivery__item {
        width: 60px;
    }
    .order-steps.flex-wrap:after {
        content: '';
        display: table;
        clear: both;
    }
    .order-steps.flex-wrap {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    .order-steps .order-step {
        width: 100px;
        float: left;
        margin-bottom: 15px;
    }
    .order-steps .order-step .text {
        text-align: center;
    }
    .order-steps .order-step .ico-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    .order-steps .order-step-arrow {
        width: 30px;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 83px;
        float: left;
    }
    .order-delivery__item-separate {
        display: none;
    }
    .order-delivery.flex-wrap {
        margin-bottom: 0;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-bottom: 25px;
    }
    .order-detail .phone {
        text-align: center;
    }
    .order-delivery {
        max-width: 100%;
    }
    .gallery-item img {
        min-height: 200px;
        max-height: 300px;
        width: auto !important;
        max-width: auto;
    }
    .get-full-complect__submit.get-full-complect__submit {
        text-align: center;
    }
    .tooltips-data-wrap {
        margin-top: 20px;
        display: block;
    }
    .media-slide__item {
        min-height: 200px !important;
        height: auto !important;
        margin-bottom: 20px;
    }
    .media-slide__item iframe {
        width: 100% !important;
        height: auto !important;
    }
    .section-title-white {
        top: 110px;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .show-tip-content-text {
        background: #2c2b3f;
    }
    .show-tip-content-text p {
        max-width: 100%;
    }
    .swiper-container {
        padding-bottom: 10px;
    }
    .section-title-wrap {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .check-your-complect {
        margin-top: -30px;
    }
    .review-slide .review-slide__content p {
        font-size: 16px;
    }
    .swiper-slide .multi-rows-8 {
        width: 100%;
    }
    .swiper-slide .multi-rows-2 {
        width: 100%;
        margin: 0 0 0;
    }
    .swiper-slide .review-slide__author {
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide .review-slide__gallery img {
        width: 120px;
        height: 80px;
    }
    .swiper-slide .review-slide__gallery a {
        margin-right: 0;
    }
    .review-present {
        background-size: 100% 100%;
    }
    .review-present .multi-rows-10 {
        width: 100%;
        margin: 0;
    }
    .review-present .multi-rows-710 {
        width: 100%;
        margin: 0;
    }
    .review-present .multi-rows-310 {
        text-align: center;
    }
    .section-contact .multi-rows-4 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .section-contact .multi-rows-4 iframe, .section-contact .multi-rows-4 #vk_groups {
        width: 100% !important;
    }
    .table-cell--separate {
        display: none;
    }
    .our-manufacture {
        margin-bottom: 20px;
        margin-top: 8px;
    }
    .review-slide__name {
        text-align: center;
    }
    .review-slide__age {
        text-align: center;
    }
    .add-magnet .tac-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .table-cell-7 .video-wrap {
        overflow: hidden;
    }
    .table-cell-7 .video-wrap iframe {
        overflow: hidden;
        width: 100% !important;
        height: auto !important;
    }
    .gallery-item img {
        width: 100%;
    }
    .table-cell-7.multi-rows-full-border, .table-cell-5.multi-rows-full-border {
        padding: 20px;
    }
    .table-cell-7.multi-rows-full-border .multi-rows-57, .table-cell-5.multi-rows-full-border .multi-rows-57 {
        width: 100%;
        margin: 0;
    }
    .table-cell-7.multi-rows-full-border .row-margin-15, .table-cell-5.multi-rows-full-border .row-margin-15 {
        margin: 0;
    }
    .support-desc .title {
        margin-top: 0;
    }
    .support-desc .phone {
        font-size: 29px;
        margin-bottom: 15px;
    }
    .support-desc .text {
        margin-bottom: 0;
    }
    .tint-complects .top {
        margin-bottom: 30px;
    }
    .tint-complects .bottom {
        text-align: center;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .tint-complects .bottom .left {
        width: 100%;
        margin: 0 0 30px;
    }
    .tint-complects .bottom .right {
        width: 100%;
    }
    .tint-complects .bottom .right .tint-case-wrap {
        bottom: 0;
    }
    .site-footer .grid-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
    }
    .site-footer .grid-wrap:before, .site-footer .grid-wrap:after {
        display: none;
    }
    .site-footer .copyright {
        margin-top: 0;
    }
    .site-footer .row-margin-1 {
        margin-left: 0;
    }
    .site-footer .multi-rows-2 {
        width: auto;
        float: none;
    }
    .site-footer .multi-rows-1 {
        width: auto;
        float: none;
    }
    .site-footer .multi-rows-6 {
        display: none;
    }
    .add-magnet-wrap label {
        display: inline-block;
        text-align: left;
        width: calc(100% - 180px);
        margin-right: 0;
    }
    .select-target.select-theme-default.select-target.select-theme-default {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 280px;
    }
    .dialog {
        padding: 30px 20px;
        width: auto;
    }
    .dialog .you-order__complect {
        margin-bottom: 20px;
        display: block;
    }
    .dialog .you-order__price {
        float: none !important;
        display: block !important;
        text-align: left !important;
    }
    .order-detail ul {
        display: inline-block;
    }
    .check-your-tints {
        margin-top: 0;
    }
    .bef-aftr-wrap, .handle {
        display: none;
    }
    .js-change-complect {
        margin-bottom: 50px;
    }
    .js-change-complect:last-of-type {
        margin-bottom: 0;
    }
    .dialog .order-form__top .you-order-cnt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dialog .order-form__top .you-order-cnt .you-order__price {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .you-order {
        margin-bottom: 40px;
    }
}