<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700,700i,800,800i");

body, .form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=number], .form textarea, .form select, .form__submit, .gmap, .map__select select {
    font-family: 'Nunito Sans', sans-serif;
}

@-webkit-keyframes hiddenPlusOpacity {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hiddenPlusOpacity {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes heroFigMobile {
    0% {
        left: 70%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes heroFigMobile {
    0% {
        left: 70%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes heroFigDesktop {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes heroFigDesktop {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes heroArticleMobile {
    0% {
        top: 20px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes heroArticleMobile {
    0% {
        top: 20px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes heroArticleDesktop {
    0% {
        margin-top: 20px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes heroArticleDesktop {
    0% {
        margin-top: 20px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/* ==========================================================================
    normalize.css modified for EM.com at 16px
    normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

[hidden] {
    display: none !important;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

dfn {
    font-style: italic;
}

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

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 90%;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    border-radius: 3px;
    margin: 0;
    padding: 0 5px;
    background: #e6e6e6;
    word-wrap: break-word;
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
    margin: 0;
}

form {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    border-radius: none;
    box-shadow: none;
    border-radius: 0;
}

button,
input {
    line-height: normal;
}

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

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

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        *height: 13px;
        *width: 13px;
    }

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

label {
    cursor: default;
}

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

caption {
    caption-side: top;
    text-align: left;
}

th {
    text-align: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

.js .jsHide {
    display: none;
}

.clear {
    height: 0 !important;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.out {
    position: absolute;
    left: -999em;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.img:before,
.img-before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: 0;
}

.img {
    text-align: center;
}

    .img img {
        display: inline-block;
        vertical-align: middle;
    }

.img--124-no-margin img {
    width: 124px;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #9b9b9b;
    font-style: normal;
    opacity: 1;
}

:-moz-placeholder {
    color: #9b9b9b;
    font-style: normal;
    opacity: 1;
}

::-moz-placeholder {
    color: #9b9b9b;
    font-style: normal;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9b9b9b;
    font-style: normal;
    opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input::-ms-clear {
    display: none;
}

.reset {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

    .reset li,
    .reset dt,
    .reset dd {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        background: none;
        border: 0;
        box-shadow: none;
        list-style: none;
    }

        .reset li:before,
        .reset dt:before,
        .reset dd:before {
            display: none;
            width: auto;
            height: auto;
            background: none;
            border: 0;
            border-radius: inherit;
        }

.no-svg .reset li,
.no-svg .reset dt,
.no-svg .reset dd {
    background: none;
}

.video {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
    padding-bottom: 56.25%;
    height: 0;
}

    .video iframe,
    .video object,
    .video embed,
    .video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hide__svg {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}

.lic {
    padding: 2px 4px;
    background: #ec008c;
    border-radius: 3px;
    color: #fff;
}

/* ==========================================================================
    TYPOGRAPHY
   ========================================================================== */
p {
    margin: 0;
    padding: 15px 0;
}

strong {
    font-weight: 700;
}

a {
    transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
    color: #ec008c;
    text-decoration: none;
}

    a:hover {
        color: #b9006e;
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a[href^="tel"],
    a[href^="sms"] {
        color: #4a4a4a;
        text-decoration: none;
        cursor: default;
    }

h1 {
    margin: 0;
    padding: 15px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}

h2 {
    margin: 0;
    padding: 15px 0 8px 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 15px 0 8px 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
}

ul {
    margin: 0;
    padding: 10px 0;
}

    ul li {
        position: relative;
        margin: 0;
        padding: 4px 0 4px 20px;
        line-height: 1.4;
        list-style: none;
    }

        ul li:before {
            content: '';
            position: absolute;
            top: 11px;
            left: 0;
            width: 6px;
            height: 6px;
            background: #ec008c;
            border-radius: 3px;
        }

    ul ul {
        padding: 10px 0 0 0;
    }

ol {
    margin: 0;
    padding: 10px 0;
    counter-reset: section;
}

    ol ul {
        counter-reset: section;
    }

    ol li {
        position: relative;
        margin: 0;
        padding: 4px 0 4px 30px;
        line-height: 1.4;
        list-style: none;
    }

        ol li:before {
            counter-increment: section;
            content: counters(section, ".") ".";
            position: absolute;
            top: 3px;
            left: 0;
            color: #ec008c;
        }

    ol ol li {
        padding-left: 36px;
    }

    ol ul li {
        padding-left: 20px;
    }

        ol ul li:before {
            content: '';
            top: 11px;
            left: 0;
        }

    ol ol {
        padding: 7px 0 0 0;
    }

dl {
    margin: 0;
    padding: 11px 0 6px 0;
    line-height: 1.4;
}

dt {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 700;
    color: #ec008c;
}

dd {
    margin: 0;
    padding: 0 0 10px 0;
}

table {
    margin: 15px 0;
    text-align: left;
    border: 1px solid #ccc;
    line-height: 1.4;
}

    table th,
    table thead td {
        padding: 10px 15px;
        background: #e6e6e6;
        border: 1px solid #ccc;
        font-weight: 700;
        text-align: left;
        vertical-align: middle;
    }

    table td {
        padding: 10px 15px;
        border: 1px solid #ccc;
        vertical-align: middle;
    }

    table p {
        padding: 0;
    }

    table.width-100 {
        width: 100%;
    }

    table.no-border {
        border: 0;
    }

        table.no-border th,
        table.no-border td {
            border: 0;
            border-bottom: 1px solid #ccc;
        }

cite {
    box-sizing: border-box;
    float: left;
    width: 100%;
    clear: both;
    margin: 15px 0;
    padding: 10px 0 5px 10px;
    border-left: 2px solid #ec008c;
}

blockquote {
    position: relative;
    margin: 15px 0;
    padding: 46px 16px 5px 16px;
    background: #e6e6e6;
}

    blockquote:after {
        content: '“';
        position: absolute;
        top: 24px;
        left: 50%;
        width: 28px;
        height: 19px;
        margin-left: -14px;
        color: #ec008c;
        font-family: Georgia, serif;
        font-size: 56px;
        line-height: 38px;
        font-weight: bold;
        text-align: center;
    }

hr {
    height: 1px;
    margin: 15px 0;
    padding: 0;
    background: #ccc;
    border: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto 10px auto;
}

    img.left {
        display: block;
        margin: 24px 30px 10px 0;
    }

    img.right {
        display: block;
        margin: 24px 0 10px 30px;
    }

@media (min-width: 415px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    ul li:before,
    ol ul li:before {
        top: 13px;
    }
}

@media (max-width: 649px) {
    img.left {
        float: none;
        margin: 24px auto 10px auto;
    }

    img.right {
        float: none;
        margin: 24px auto 10px auto;
    }
}

@media (min-width: 650px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 30px;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 26px;
    }
}

@media (min-width: 960px) {
    h2 {
        font-size: 36px;
    }
}

/* ==========================================================================
    BODY
   ========================================================================== */
body {
    padding: 50px 0 0 0;
    background: #fff;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mfp-active body {
    background: #fff;
}

.violet {
    color: #ec008c;
}

@media (min-width: 650px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 115px;
    }
}

/* ==========================================================================
    SECTION
   ========================================================================== */
.section {
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.section--padded {
    max-width: 990px;
    padding: 0 15px;
}

/* ==========================================================================
    HEADER
   ========================================================================== */
.header {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

    .header .section {
        position: relative;
    }

.header__top {
    position: absolute;
    top: 0;
    right: 15px;
}

@media (min-width: 767px) {
    .header {
        height: 66px;
        box-shadow: none;
    }
}

/* ==========================================================================
    NAV
   ========================================================================== */
.nav {
    position: fixed;
    z-index: 4;
    top: 50px;
    left: 0;
    width: 320px;
    background: #231f20;
}

    .nav .section {
        max-width: 990px;
    }

.nav__main a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .nav {
        transition: left 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
        overflow: auto;
        position: fixed;
        top: 50px;
        left: -320px;
        bottom: 0;
        width: 320px;
        height: calc(100% - 50px);
        opacity: 0;
        -webkit-overflow-scrolling: touch;
    }

    .mobile.nav-open {
        overflow: hidden;
    }

    .nav-open .nav {
        left: 0;
        opacity: 1;
    }

    .nav__main {
        float: left;
        width: 100%;
        font-size: 20px;
    }

        .nav__main li {
            line-height: 1;
        }

        .nav__main a {
            display: block;
            padding: 18px 15px;
        }

            .nav__main a:hover,
            .nav__main a:focus,
            .nav__main .active a {
                background-color: #ec008c;
            }

    .nav__sub {
        box-sizing: border-box;
        float: left;
        width: 100%;
        padding: 0 15px;
    }

        .nav__sub .top-phone {
            width: 100%;
            margin: 0 0 20px 0;
            padding: 20px 0;
            border-top: 1px solid #312B2D;
            border-bottom: 1px solid #312B2D;
            font-size: 16px;
        }

            .nav__sub .top-phone a {
                width: auto;
                color: #fff;
                text-indent: 0;
            }

            .nav__sub .top-phone span {
                display: inline-block;
            }

        .nav__sub .top-btns {
            width: 100%;
            display: block;
            padding: 0 0 10px 0;
        }

            .nav__sub .top-btns li {
                width: 100%;
                padding: 5px 0;
            }

            .nav__sub .top-btns .btn {
                display: block;
                font-size: 18px;
            }
}

@media (min-width: 768px) {
    .nav {
        top: 66px;
        left: 0;
        width: 100%;
        font-size: 14px;
        box-shadow: 20px 0 0 #231f20;
    }

        .nav .section {
            padding: 0 15px;
        }

    .nav__main {
        float: left;
        width: 100%;
    }

        .nav__main ul {
            display: table;
            width: 100%;
        }

        .nav__main li {
            display: table-cell;
            line-height: 1;
            text-align: center;
        }

            .nav__main li:first-child {
                text-align: left;
            }

            .nav__main li:last-child {
                text-align: right;
            }

        .nav__main a {
            position: relative;
            display: inline-block;
            padding: 18px 0;
        }

            .nav__main a:before {
                transition: height 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0;
                background: #ec008c;
                opacity: 0;
            }

            .nav__main a:hover:before,
            .nav__main a:focus:before,
            .nav__main .active a:before {
                height: 5px;
                opacity: 1;
            }

    .nav__sub {
        display: none;
    }
}

/* ==========================================================================
    CONTENT
   ========================================================================== */
.content {
    position: relative;
    padding: 40px 0;
    background: #fff;
}

.content--dark {
    background: #231f20;
    color: #fff;
}

@media (min-width: 768px) {
    .content--dark {
        box-shadow: 20px 0 0 #231f20;
    }
}

.content--light {
    background: #eee;
}

@media (min-width: 768px) {
    .content--light {
        box-shadow: 20px 0 0 #eee;
    }
}

.content--small {
    padding-bottom: 0;
}

    .content--small .heading {
        margin-bottom: 0;
    }

@media (min-width: 650px) {
    .content {
        padding: 50px 0;
    }

    .content--small {
        padding-bottom: 0;
    }
}

@media (min-width: 960px) {
    .content {
        padding: 60px 0;
    }

    .content--small {
        padding-bottom: 0;
    }
}

/* ==========================================================================
    HEADING
   ========================================================================== */
.heading {
    margin: -15px 0 15px 0;
    text-align: center;
}

    .heading:before, .heading:after {
        content: '';
        display: table;
    }

    .heading:after {
        clear: both;
    }

@media (min-width: 650px) {
    .heading {
        margin: -8px 0 28px 0;
    }

        .heading h1 {
            font-size: 38px;
        }
}

@media (min-width: 960px) {
    .heading {
        margin: 18px 0 88px 0;
    }

        .heading h1 {
            font-size: 60px;
        }
}

/* ==========================================================================
    HEADLINE
   ========================================================================== */
.headline {
    margin: 0 0 20px 0;
    padding: 25px 0;
    background: #ec008c;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    .headline {
        box-shadow: 20px 0 0 #ec008c;
    }
}

.headline:before, .headline:after {
    content: '';
    display: table;
}

.headline:after {
    clear: both;
}

.headline__main {
    box-sizing: border-box;
    width: 100%;
    max-width: 664px;
    margin: auto;
    padding: 0 15px;
}

@media (min-width: 650px) {
    .headline {
        margin-bottom: 30px;
        padding: 13px 0;
    }
}

/* ==========================================================================
    TABS
   ========================================================================== */
.tabs__nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 670px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    text-align: center;
}

    .tabs__nav:before, .tabs__nav:after {
        content: '';
        display: table;
    }

    .tabs__nav:after {
        clear: both;
    }

    .tabs__nav li {
        float: left;
        width: 50%;
        margin: 0;
        line-height: 1;
    }

    .tabs__nav a {
        display: block;
        padding: 20px 0;
        border: 1px solid #ec008c;
        text-decoration: none;
        outline: none !important;
    }

        .tabs__nav a:hover,
        .tabs__nav a.active {
            background-color: #ec008c;
            color: #fff;
        }

    .tabs__nav li:first-child a {
        border-radius: 8px 0 0 8px;
    }

    .tabs__nav li:last-child a {
        border-radius: 0 8px 8px 0;
    }

.tabs__fragment:before, .tabs__fragment:after {
    content: '';
    display: table;
}

.tabs__fragment:after {
    clear: both;
}

.tabs__nav--price {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (min-width: 650px) {
    .tabs__nav {
        margin-bottom: 55px;
    }

    .tabs__nav--price {
        margin-top: 25px;
        margin-bottom: 55px;
    }
}

@media (min-width: 960px) {
    .tabs__nav--price {
        margin-top: 35px;
        margin-bottom: 75px;
    }
}

/* ==========================================================================
    TOGGLE
   ========================================================================== */
.js-toggle:before, .js-toggle:after {
    content: '';
    display: table;
}

.js-toggle:after {
    clear: both;
}

.js-toggle .js-item,
.js-toggle .js-content {
    box-sizing: border-box;
    float: left;
    width: 100%;
}

/* ==========================================================================
    FOOTER
   ========================================================================== */
.footer {
    padding: 35px 0 25px 0;
    background: #231f20;
    font-size: 14px;
    line-height: 1.4;
}

    .footer .section {
        position: relative;
    }

    .footer p {
        padding: 10px 0;
    }

    .footer a {
        color: #4a4a4a;
        text-decoration: underline;
    }

        .footer a:hover, .footer a:focus {
            color: #ec008c;
        }

.footer__col {
    float: left;
    width: 100%;
}

.footer__divider {
    float: left;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background: #2e2a2b;
}

.footer__col-1n {
}

.footer__col-3n,
.footer__col-4n {
    width: 50%;
}

.footer__nav,
.footer__links {
    float: left;
    width: 100%;
}

.footer__links {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2e2a2b;
}

    .footer__nav li,
    .footer__links li {
        float: left;
        width: 50%;
        padding: 10px 0;
    }

        .footer__nav li:nth-child(2n+1),
        .footer__links li:nth-child(2n+1) {
            clear: left;
        }

    .footer__nav a,
    .footer__links a {
        color: #fff;
        text-decoration: none;
    }

.footer__ico {
    float: left;
    width: 100%;
}

    .footer__ico li {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 48%;
        padding: 0 0 0 30px;
        color: #fff;
    }

    .footer__ico .ico-1:after {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 21px;
        height: 15px;
        background-position: -95px -97px;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
    }

    .footer__ico .ico-2:after {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 21px;
        height: 20px;
        background-position: -179px -5px;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
    }

    .footer__ico a {
        color: #fff;
        text-decoration: none;
    }

        .footer__ico a[href^="tel"]:hover, .footer__ico a[href^="tel"]:focus,
        .footer__ico a[href^="sms"]:hover,
        .footer__ico a[href^="sms"]:focus {
            color: #fff;
        }

.footer__social {
    float: left;
    width: 100%;
    margin: 3px 0 0 0;
    padding: 18px 0 0 0;
    border-top: 1px solid #2e2a2b;
}

    .footer__social li {
        float: left;
        padding: 0 0 0 20px;
    }

        .footer__social li:first-child {
            padding-left: 0;
        }

    .footer__social a {
        overflow: hidden;
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        white-space: nowrap;
        text-indent: 24px;
        outline: none;
    }

        .footer__social a:before {
            transition: opacity 0.3s ease-in-out 0s;
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
        }

        .footer__social a:after {
            transition: opacity 0.3s ease-in-out 0s;
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .footer__social a:hover:before, .footer__social a:focus:before {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .footer__social a:hover:after, .footer__social a:focus:after {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .footer__social a.fb:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -65px -167px;
        }

        .footer__social a.fb:after {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -179px -64px;
        }

        .footer__social a.google:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 21px;
            height: 19px;
            background-position: -179px -35px;
        }

        .footer__social a.google:after {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 21px;
            height: 19px;
            background-position: -80px -127px;
        }

        .footer__social a.linked-in:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -125px -167px;
            top: 1px;
        }

        .footer__social a.linked-in:after {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -5px -167px;
            top: 1px;
        }

@media (min-width: 650px) {
    .footer__col-1n {
        width: 50%;
    }

    .footer__col-2n {
        float: right;
        width: 50%;
    }

    .footer__links {
        float: left;
        width: 45%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

        .footer__links li {
            width: 100%;
        }

    .footer__col-3n {
        width: 70%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .footer__col-4n {
        float: right;
        width: 26%;
    }

    .footer__col-3n p {
        float: left;
        width: 50%;
    }

        .footer__col-3n p:first-child {
            width: 45%;
        }

    .footer__nav li:first-child,
    .footer__nav li:nth-child(2n+1) {
        width: 45%;
    }

    .footer__ico {
        float: right;
        width: 50%;
    }

        .footer__ico li {
            display: block;
            width: 100%;
            margin: 10px 0;
            padding: 0 0 0 30px;
        }

    .footer__social {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .footer {
        padding: 45px 0 25px 0;
        box-shadow: 20px 0 0 #231f20;
    }

    .footer__col-1n {
        width: 50%;
    }

    .footer__col-2n {
        float: left;
        width: 50%;
    }

    .footer__col-3n {
        width: 55%;
    }

    .footer__col-4n {
        float: left;
        width: 33%;
    }

    .footer__social {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 175px;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
}

/* ==========================================================================
    HAMBURGER
   ========================================================================== */
.transHamburger, .hamburger a, .hamburger .lines, .hamburger .lines:before, .hamburger .lines:after {
    transition: all .25s ease-in-out;
}

.hamburger {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: left;
}

    .hamburger a {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        line-height: 50px;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: none;
    }

        .hamburger a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 100%;
        }

    .hamburger .lines {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 20px;
        height: 2px;
        margin-top: -1px;
        background: #231f20;
    }

        .hamburger .lines:before {
            content: '';
            position: absolute;
            top: -6px;
            left: 0;
            width: 20px;
            height: 2px;
            background: #231f20;
        }

        .hamburger .lines:after {
            content: '';
            position: absolute;
            top: 6px;
            left: 0;
            width: 20px;
            height: 2px;
            background: #231f20;
        }

.nav-open .hamburger a {
    background-color: #231f20;
}

.nav-open .hamburger .lines {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

    .nav-open .hamburger .lines:before {
        opacity: 0;
    }

    .nav-open .hamburger .lines:after {
        top: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #fff;
    }

@media (min-width: 768px) {
    .hamburger {
        display: none;
    }
}

/* ==========================================================================
    SITELOGO
   ========================================================================== */
.sitelogo {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

    .sitelogo img {
        width: 80px;
        margin: auto;
    }

    .sitelogo span {
        position: absolute;
        bottom: 5px;
        font-size: 10px;
        line-height: 12px;
        margin-left: -9px;
        white-space: nowrap;
        color: #ec008c;
    }

@media (min-width: 768px) {
    .sitelogo {
        float: left;
        padding: 13px 0;
    }

        .sitelogo img {
            width: 114px;
        }

        .sitelogo span {
            left: 43px;
            font-size: 15px;
            line-height: 18px;
            margin: 0;
        }
}

/* ==========================================================================
    BTN
   ========================================================================== */
.btn {
    transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
    display: inline-block;
    padding: 10px 28px;
    background: #ec008c;
    border: 1px solid #ec008c;
    border-radius: 8px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.btn--disabled {
    background: #a0a0a0;
    border-color: #a0a0a0;
    cursor: default;
    pointer-events: none;
}

.btn span {
    display: block;
    padding: 5px 0 0 0;
    font-weight: 400;
}

.btn:hover {
    background-color: #b9006e;
    border-color: #b9006e;
    color: #fff;
}

.btn--border {
    background: transparent;
    color: #ec008c;
}

.btn--border--disabled {
    color: #a0a0a0;
    border-color: #a0a0a0;
    cursor: default;
    pointer-events: none;
}

.btn--border:hover {
    background-color: #ec008c;
    border-color: #ec008c;
    color: #fff;
}

.btn--hero {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 337px;
    margin: 35px auto 25px auto;
    padding: 20px 28px;
    font-size: 18px;
}

.btn--xl {
    box-sizing: border-box;
    display: block;
    margin: 0 0 15px 0;
    padding: 19px 28px;
    text-align: center;
}

.btn--form__col {
    display: block;
    padding: 12px 40px;
    margin: auto;
    text-align: center;
}

.btn--large {
    box-sizing: border-box;
    min-width: 176px;
    padding: 19px 20px;
    text-align: center;
}

.btn--medium {
    display: block;
    margin: 10px 0;
    padding: 14px 10px;
    text-align: center;
    font-weight: 400;
}

.btn--midi {
    display: block;
    max-width: 396px;
    margin: auto;
    padding: 15px 36px;
}

.btn--tiny {
    padding: 19px 36px;
    font-size: 14px;
}

@media (min-width: 650px) {
    .btn--hero {
        margin: 20px 0 15px 0;
    }
}

@media (min-width: 768px) {
    .btn--tiny {
        min-width: 276px;
    }
}

@media (min-width: 960px) {
    .btn--hero {
        margin: 30px 0 25px 0;
    }
}

@media(max-width: 649px) {
    .btn--form__col {
        width: 100%;
    }
}

/* ==========================================================================
    TOP-PHONE
   ========================================================================== */
.top-phone {
    float: left;
    padding: 15px 0 0 0;
    font-size: 14px;
}

    .top-phone a {
        position: relative;
        display: block;
        padding: 0 0 0 27px;
        line-height: 20px;
        outline: none;
    }

        .top-phone a:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -35px -167px;
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -10px;
        }

@media (max-width: 414px) {
    .top-phone a {
        overflow: hidden;
        width: 0;
        height: 20px;
        text-indent: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .top-phone span {
        display: none;
    }
}

@media (min-width: 768px) {
    .top-phone {
        padding-top: 24px;
    }
}

/* ==========================================================================
    TOP-BTNS
   ========================================================================== */
.top-btns {
    float: left;
    padding: 11px 0 0 0;
    font-size: 14px;
}

    .top-btns li {
        float: left;
        padding: 0 0 0 19px;
    }

    .top-btns .btn {
        padding: 12px 20px;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .top-btns {
        display: none;
    }
}

@media (min-width: 768px) {
    .top-btns .btn {
        padding: 14px 20px;
    }
}

/* ==========================================================================
    HERO
   ========================================================================== */
.hero {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 50px 0 40px 0;
    background-color: #231f20;
    background-position: 50% 0;
    background-size: cover;
    color: #fff;
    text-align: center;
}

    .hero .section {
        position: relative;
    }

    .hero a {
        color: #fff;
        text-decoration: underline;
    }

    .hero .btn {
        text-decoration: none;
    }

.hero__fig {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

    .hero__fig img {
        position: relative;
        margin: auto;
        max-width: 385px;
    }

.hero__fig--height-limit img {
    max-height: 300px;
}

.hero__article {
    position: relative;
    float: left;
    width: 100%;
    line-height: 1.3;
}

    .hero__article h1 {
        padding-bottom: 25px;
    }

        .hero__article h1 span {
            display: block;
            font-weight: 400;
        }

    .hero__article p {
        padding: 0;
    }

.hero__bottom {
    font-size: 85%;
}

.hero__boxes {
    float: left;
    width: 100%;
    padding: 26px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

    .hero__boxes li {
        position: relative;
        padding: 8px 0 8px 30px;
    }

        .hero__boxes li:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -95px -167px;
            top: 10px;
            left: 0;
            display: block;
            border-radius: 0;
        }

.hero__message {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
}

    .hero__message h1 {
        padding-bottom: 5px;
    }

        .hero__message h1 span {
            display: block;
            font-weight: 400;
        }

    .hero__message .xl {
        padding: 0 0 20px 0;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 300;
    }

    .hero__message a[href^="tel"] {
        display: inline-block;
        padding: 0 5px;
        background: #ec008c;
        color: #fff;
        text-decoration: none;
    }

.hero__remark {
    padding: 20px 0 0 0;
    font-size: 16px;
}

    .hero__remark p {
        padding: 0;
    }

@media (max-width: 649px) {
    .hero__fig img {
        -webkit-animation: heroFigMobile 1s ease-in-out 0s;
        animation: heroFigMobile 1s ease-in-out 0s;
    }

    .hero__article {
        -webkit-animation: heroArticleMobile 1s ease-in-out 0s;
        animation: heroArticleMobile 1s ease-in-out 0s;
    }

    .hero__message {
        -webkit-animation: heroArticleMobile 1s ease-in-out 0s;
        animation: heroArticleMobile 1s ease-in-out 0s;
    }
}

@media (min-width: 650px) {
    .hero {
        padding: 0;
    }

        .hero .section {
            height: 460px;
        }

    .hero__fig {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 387px;
        margin: 0 0 0 104px;
        text-align: right;
    }

        .hero__fig img {
            -webkit-animation: heroFigDesktop 1s ease-in-out 0s;
            animation: heroFigDesktop 1s ease-in-out 0s;
            display: inline-block;
            margin: 0;
        }

    .hero__fig--height-limit img {
        max-height: 280px;
        margin-right: 120px;
    }

    .hero__article {
        -webkit-animation: heroArticleDesktop 1s ease-in-out 0s;
        animation: heroArticleDesktop 1s ease-in-out 0s;
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70%;
        text-align: left;
    }

        .hero__article h1 {
            font-size: 38px;
        }

    .hero__message {
        -webkit-animation: heroArticleDesktop 1s ease-in-out 0s;
        animation: heroArticleDesktop 1s ease-in-out 0s;
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 91%;
        max-width: 690px;
        text-align: left;
    }

        .hero__message h1 {
            font-size: 38px;
        }

        .hero__message .xl {
            padding-bottom: 25px;
        }

    .hero--tank .hero__article {
        width: 50%;
    }

    .hero--card .hero__article {
        width: 60%;
        max-width: 500px;
    }

    .hero--card h1 {
        width: 120%;
        max-width: 500px;
    }

    .hero__remark {
        position: absolute;
        bottom: -20px;
        right: -200px;
        width: 200px;
    }
}

@media (min-width: 960px) {
    .hero .section {
        height: 550px;
    }

    .hero__article {
        font-size: 22px;
    }

        .hero__article h1 {
            padding-bottom: 30px;
            font-size: 60px;
        }

    .hero__message {
        font-size: 18px;
    }

        .hero__message h1 {
            font-size: 60px;
        }

        .hero__message .xl {
            font-size: 36px;
        }

    .hero__bottom {
        font-size: 70%;
    }

    .hero__boxes {
        padding: 60px 0 0 0;
        width: 180%;
    }

        .hero__boxes li {
            float: left;
            width: 230px;
            min-height: 50px;
            margin: 0 22px 0 0;
            padding: 50px 0 14px 0;
            text-align: center;
        }

            .hero__boxes li:before {
                background-image: url("../../Files/images/new/svg-sprite.svg");
                background-size: 229px 192px;
                width: 40px;
                height: 40px;
                background-position: -5px -77px;
                top: 0;
                left: 50%;
                margin: 0 0 0 -20px;
            }

            .hero__boxes li:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 5px;
                background: #ec008c;
            }

        .hero__boxes span {
            display: block;
        }

    .hero--tank .hero__fig {
        top: 38%;
    }

    .hero--card .hero__fig {
        top: 38%;
    }

    .hero--card .hero__boxes {
        padding-top: 40px;
    }
}

/* ==========================================================================
    PROMO
   ========================================================================== */
.promo {
    overflow: hidden;
    width: 100%;
}

    .promo:before, .promo:after {
        content: '';
        display: table;
    }

    .promo:after {
        clear: both;
    }

.promo__header {
    float: left;
    width: 90%;
    padding: 0 5% 27px 5%;
    font-weight: 300;
    text-align: center;
}

    .promo__header h2 {
        padding-bottom: 0;
    }

    .promo__header p {
        padding: 0;
    }

.promo__main {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
}

.promo__object {
    position: relative;
    width: 100%;
    max-width: 388px;
    margin: 0 auto 20px auto;
}

.promo__data {
    position: relative;
    z-index: 1;
}

    .promo__data img {
        margin: auto;
    }

.promo__link {
    display: block;
    padding: 10px 15px;
    background: #231f20;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
}

    .promo__link:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 15px;
        height: 15px;
        background-position: -155px -167px;
        transition: margin-right 0.3s ease-in-out 0s;
        content: '';
        float: right;
        margin-right: 0;
    }

    .promo__link:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../Files/images/new/blank.gif) repeat 0 0;
    }

    .promo__link:hover, .promo__link:focus {
        background-color: #ec008c;
        color: #fff;
        outline: none;
    }

        .promo__link:hover:before, .promo__link:focus:before {
            margin-right: -5px;
        }

.promo__article {
    width: 90%;
    margin: auto;
}

    .promo__article li {
        padding: 20px 0 20px 27px;
        font-size: 16px;
        line-height: 1.6;
    }

        .promo__article li:before {
            box-sizing: border-box;
            top: 25px;
            width: 12px;
            height: 12px;
            background: #fff;
            border: 3px solid #ec008c;
            border-radius: 50%;
        }

@media (min-width: 650px) {
    .promo__header {
        padding-bottom: 0;
    }

        .promo__header p {
            margin-top: -7px;
        }

    .promo__main {
        padding: 0 50% 0 0;
    }

    .promo__object {
        position: absolute;
        top: 52%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 960px) {
    .promo__header {
        padding-bottom: 10px;
    }

    .promo__main {
        padding: 0 0 0 50%;
    }

    .promo__object {
        left: 0;
        top: 49%;
    }

    .promo__article {
        width: 100%;
    }

        .promo__article li {
            font-size: 18px;
        }

            .promo__article li:before {
                top: 29px;
            }
}

/* ==========================================================================
    PRICES
   ========================================================================== */
.prices {
    text-align: center;
}

    .prices:before, .prices:after {
        content: '';
        display: table;
    }

    .prices:after {
        clear: both;
    }

.prices__header {
    float: left;
    width: 100%;
    padding: 0 0 8px 0;
}

.prices__main {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.prices__item {
    float: left;
    width: 100%;
    padding: 0 0 22px 0;
    font-size: 14px;
}

    .prices__item li {
        padding: 12px 0;
        border-radius: 8px;
    }

        .prices__item li.prices__mark {
            background: #292526;
        }

            .prices__item li.prices__mark strong {
                color: #ec008c;
            }

    .prices__item strong {
        display: block;
    }

.prices__bottom {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
}

@media (min-width: 650px) {
    .prices__item {
        width: 33.3333%;
    }

        .prices__item li {
            border-radius: 0;
        }

        .prices__item:first-child li {
            border-radius: 8px 0 0 8px;
        }

        .prices__item:last-child li {
            border-radius: 0 8px 8px 0;
        }
}

@media (min-width: 960px) {
    .prices__item {
        font-size: 18px;
    }
}

/* ==========================================================================
    QUOTES
   ========================================================================== */
.quotes {
    padding: 0 0 55px 0;
    text-align: center;
}

    .quotes:before, .quotes:after {
        content: '';
        display: table;
    }

    .quotes:after {
        clear: both;
    }

.quotes__main {
    width: 100%;
    padding: 0 0 20px 0;
}

    .quotes__main:before, .quotes__main:after {
        content: '';
        display: table;
    }

    .quotes__main:after {
        clear: both;
    }

.quotes__slider {
    width: 100%;
}

    .quotes__slider .slick-arrow {
        overflow: hidden;
        position: absolute;
        z-index: 2;
        top: 50%;
        width: 20px;
        height: 60px;
        margin: -30px 0 0 0;
        padding: 0;
        background: transparent;
        border: 0;
        text-indent: 30px;
        outline: none !important;
    }

        .quotes__slider .slick-arrow:before,
        .quotes__slider .slick-arrow:after {
            transition: background-color 0.3s ease-in-out 0s;
            content: '';
            position: absolute;
            width: 2px;
            height: 30px;
            background: #ccc;
        }

        .quotes__slider .slick-arrow:hover:before,
        .quotes__slider .slick-arrow:hover:after {
            background-color: #ec008c;
        }

        .quotes__slider .slick-arrow:before {
            top: 3px;
        }

        .quotes__slider .slick-arrow:after {
            bottom: 3px;
        }

    .quotes__slider .slick-prev {
        left: 10px;
    }

        .quotes__slider .slick-prev:before {
            left: 10px;
            transform: rotate(35deg);
        }

        .quotes__slider .slick-prev:after {
            left: 10px;
            transform: rotate(-35deg);
        }

    .quotes__slider .slick-next {
        right: 10px;
    }

        .quotes__slider .slick-next:before {
            right: 10px;
            transform: rotate(-35deg);
        }

        .quotes__slider .slick-next:after {
            right: 10px;
            transform: rotate(35deg);
        }

.quotes__item {
    width: 100%;
}

.quotes__article {
    width: 90%;
    max-width: 636px;
    margin: auto;
}

    .quotes__article .quote:before {
        content: '„';
    }

    .quotes__article .quote:after {
        content: '”';
    }

.quotes__link {
    color: #4a4a4a;
    text-decoration: underline;
}

    .quotes__link:hover, .quotes__link:focus {
        color: #ec008c;
        text-decoration: underline;
    }

.quotes__pager {
    position: relative;
    width: 100%;
    max-width: 636px;
    margin: auto;
    padding: 4px 0 0 0;
}

    .quotes__pager:before, .quotes__pager:after {
        content: '';
        display: table;
    }

    .quotes__pager:after {
        clear: both;
    }

.quotes__divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec008c;
    border-radius: 2px;
}

.quotes__pager .quotes__bullet {
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    width: 106px;
    height: 78px;
    padding: 0 10px;
    line-height: 78px;
    outline: none;
}

    .quotes__pager .quotes__bullet img {
        transition: opacity 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
        transition: filter 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
        transition: filter 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        max-height: 42px;
        margin: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .quotes__pager .quotes__bullet:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 31px;
        height: 10px;
        background-position: -55px -77px;
        transition: opacity 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
        transition: filter 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
        transition: filter 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
        content: '';
        position: absolute;
        top: -3px;
        left: 50%;
        margin: 0 0 0 -15px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .quotes__pager .quotes__bullet:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .quotes__pager .quotes__bullet:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .quotes__pager .quotes__bullet.slick-current img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .quotes__pager .quotes__bullet.slick-current:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }

@media (max-width: 649px) {
    .quotes__slider .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 650px) {
    .quotes {
        padding-bottom: 65px;
    }
}

@media (min-width: 800px) {
    .quotes__slider .slick-prev {
        left: 50%;
        margin-left: -390px;
    }

    .quotes__slider .slick-next {
        right: 50%;
        margin-right: -390px;
    }
}

@media (min-width: 960px) {
    .quotes {
        padding-bottom: 80px;
    }
}

/* ==========================================================================
    FORM
   ========================================================================== */
.form {
    width: 100%;
    max-width: 470px;
    margin: 15px auto 7px auto;
}

.dialog .form {
    margin-bottom: 0;
}

.form--xl {
    max-width: 100%;
}

.form:before, .form:after {
    content: '';
    display: table;
}

.form:after {
    clear: both;
}

.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=number] {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 14px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

    .form input[type=text]:focus,
    .form input[type=email]:focus,
    .form input[type=password]:focus,
    .form input[type=number]:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .form input[type=text]:disabled,
    .form input[type=email]:disabled,
    .form input[type=password]:disabled,
    .form input[type=number]:disabled {
        border-color: #d8d8d8;
        color: #9B9B9B;
    }

    .form input[type=text].medium,
    .form input[type=email].medium,
    .form input[type=password].medium,
    .form input[type=number].medium {
        height: 44px;
        padding: 8px 15px;
    }

    .form input[type=text].tiny,
    .form input[type=email].tiny,
    .form input[type=password].tiny,
    .form input[type=number].tiny {
        height: 40px;
        padding: 8px 15px;
    }

    .form input[type=text].mini,
    .form input[type=email].mini,
    .form input[type=password].mini,
    .form input[type=number].mini {
        height: 37px;
        padding: 8px 15px;
    }

    .form input[type=text].js-datepicker {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAABGdBTUEAALGPC/xhBQAAAdlJREFUWAntWMttwzAMjYRs0FPQ7tBbh0iyQJv56hGyRE7doWhOXSEun9pnKJTssjaRGkEECNTniXwk9TG8WEhZr9ctJEvQA2lCD6IfMYNGPrnE4H6/D5DVAnTdSAHPFReTycIQIoTwYTKUHNGc0WeF7eQYGhqIMRaAjkOcCCzCjol8IYi/ythLt0I1YowPIN4LAP50Or0n79TispvbLme/uXWaAO5b0IFqWjhmCqZJkynBNJvkEPkcWMOFzWbTtG37nAPHtKOHEhg2RXKIIfPYKSKYE+xDDu194kxpI3hIuikqXLO4UWPmxihst9t7HM6aFeuY3G+fZ9jajj0D/HRqOHfXDmJsVbNuGGskQbu/n+y65sbLtRcvRQs3Rd3OHrujecj9GTEZtMA+pIWtG6MrVtSln8G1BJbYXF5xjFyuEXxKxuK+zSNobIuOp95PY31UxmaTXKz63LJPw1Nleh7lC+lN6t1UZVPWI+VSH5fyVuNB+1cycAQBkXpAysa+rtDjXVaz20OzI+R2WY/Nnb4O5h8h7an2QM+zP/XipJ7ZRehGiKnpk7OLUHHsNXOvzar19vVnF6Ebob5UcfzXn4EEXkg2UTbtDn8gxWAj9Xghw7kZ2GzAAVy+AJioq812cJ5gAAAAAElFTkSuQmCC');
        background-size: 18px 20px;
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }

.form textarea {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    height: 98px;
    padding: 14px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    resize: vertical;
}

    .form textarea:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .form textarea.tiny {
        height: 73px;
    }

@media (max-width: 649px) {
    .form textarea.tiny {
        height: 112px;
    }
}

.form select {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 14px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

    .form select:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .form select.tiny {
        height: 40px;
        padding: 0 15px;
    }

    .form select.mini {
        height: 37px;
        padding: 0 15px;
    }

.form input[type=text][readonly]:not(.invisible-readonly),
.form input[type=email][readonly]:not(.invisible-readonly),
.form input[type=password][readonly]:not(.invisible-readonly),
.form input[type=number][readonly]:not(.invisible-readonly),
.form textarea[readonly]:not(.invisible-readonly) {
    background-color: #f0f0f0;
}

.form label {
    display: inline-block;
    padding: 0 0 3px 0;
    font-size: 14px;
}

    .form label:empty {
        visibility: hidden;
    }

        .form label:empty:before {
            content: '.';
        }

@media (max-width: 767px) {
    .form label:empty {
        display: none;
    }
}

.form__row {
    float: left;
    width: 100%;
    padding: 0 0 8px 0;
}

.form__row--padded {
    padding-top: 10px;
}

.form__block {
    padding: 20px 4%;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.form__bg {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px 4%;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.form__cols {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
}

.form__bg .form__cols {
    margin-bottom: 0;
}

.form__bg .form__cols-with-space {
    margin-top: 20px;
}

.form__bg .remove__wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 14px;
}

    .form__bg .remove__wrap .remove__item {
        top: 0;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        transform: rotate(45deg);
        display: block;
        width: 14px;
        height: 14px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAEFCu8CAAAABGdBTUEAALGPC/xhBQAAAJFJREFUSA3tVO0KgDAIXL3/OxcGgkodeAxX4f7sQ73dnbUx5o1DoHaL97yxWbK+avVwiwcauJtdZUxwQccmZsIgTwjCwmAkaPciy0mzQRqVLkzZY6mi9cs0fogq3cf6QvrLoal2H4EDtKvSx+yID1gKg2aaZan5faE6MW0ut5R+bVjJSxRmyfZ/CB0r7+H/LzwBhr8UOH7Ad80AAAAASUVORK5CYII=');
        background-size: 14px 14px;
    }

@media (min-width: 768px) {
    .form__cols {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: baseline;
    }

    .form__cols--top {
        align-items: flex-start;
    }
}

.form__cols--inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}

.form__col {
    padding: 0 0 12px 0;
}

@media (min-width: 768px) {
    .form__col {
        width: 31%;
    }

        .form__col:nth-child(3n-1),
        .form__col.with-padding {
            padding-left: 3.5%;
            padding-right: 3.5%;
        }

        .form__col.padding-right {
            padding-left: 0;
            padding-right: 3.5%;
        }

        .form__col.no-padding {
            padding: 0;
        }

    .form__col--double,
    .form__col--double:nth-child(3n-1) {
        width: 65%;
        padding-right: 0;
    }

    .form__col--full {
        width: 100%;
        padding-right: 0;
    }
}

.form__cols--inner .form__col {
    width: 31%;
}

    .form__cols--inner .form__col:nth-child(3n-1),
    .form__cols--inner .form__col.with-padding {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }

    .form__cols--inner .form__col.padding-right {
        padding-left: 0;
        padding-right: 3.5%;
    }

    .form__cols--inner .form__col.no-padding {
        padding: 0;
    }

.form__cols--inner .form__col--double,
.form__cols--inner .form__col--double:nth-child(3n-1) {
    width: 65%;
    padding-right: 0;
}

.form__cols--inner .form__col--full {
    width: 100%;
    padding-right: 0;
}

.form__note {
    float: right;
    display: block;
    margin: 4px 0 0 0;
    padding: 0 0 3px 0;
    color: #9b9b9b;
    font-size: 14px;
}

    .form__note a {
        color: #9b9b9b;
        text-decoration: underline;
    }

        .form__note a:hover {
            color: #ec008c;
            text-decoration: underline;
        }

.form__remark {
    position: relative;
    margin: -10px 0 15px 0;
    color: #ec008c;
}

.form__add {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
}

    .form__add a {
        color: #4a4a4a;
        font-weight: 700;
        text-decoration: underline;
        outline: none !important;
    }

        .form__add a:hover,
        .form__add a:focus {
            color: #ec008c;
        }

.form__half {
    width: 100%;
    padding: 0 0 12px 0;
}

@media (min-width: 768px) {
    .form__half {
        display: inline-block;
        vertical-align: top;
        width: 47%;
    }

        .form__half:nth-child(2n) {
            float: right;
        }
}

.form__btns {
    float: left;
    width: 100%;
    padding: 12px 0 8px 0;
}

.dialog .form__btns {
    padding-bottom: 0;
}

.form__btns--right {
    text-align: right;
}

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

.form__btns .btn--xl {
    display: inline-block;
    min-width: 160px;
    margin: 0;
}

.form__btns--mini {
    padding: 8px 0 12px 0;
}

    .form__btns--mini .btn {
        margin-right: 10px;
    }

@media (max-width: 649px) {
    .form__btns--mini {
        text-align: center;
    }

        .form__btns--mini .btn {
            margin: 5px;
        }

    .form__btns .btn--xl {
        display: block;
        width: 100%;
    }

        .form__btns .btn--xl + .btn--xl {
            margin-top: 10px;
        }
}

@media (min-width: 650px) {
    .form__btns--right .btn {
        float: right;
        margin-left: 30px;
    }
}

.form__btns .show-mobile {
    display: none;
}

@media (max-width: 767px) {
    .form__btns .hide-mobile {
        display: none !important;
    }

    .form__btns .show-mobile {
        display: block;
    }
}

.form__submit {
    width: 100%;
    padding: 15px 36px;
    font-weight: 400;
    font-size: 18px;
}

.form__bottom {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 14px;
}

    .form__bottom a {
        color: #9B9B9B;
        text-decoration: underline;
    }

        .form__bottom a:hover {
            color: #ec008c;
        }

.form__password-wrap {
    position: relative;
}

.form__password-label {
    transition: visibility .5s cubic-bezier(.87,-.41,.19,1.44) 0s,opacity .5s cubic-bezier(.2,.57,.73,.95) 0s;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    right: 2px;
    top: 12px;
    display: flex;
    gap: 0 8px;
    padding: 3px 8px;
    background: #fff;
    color: #4a4a4a;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    line-height: 1.286;
    font-size: 14px;
}

    .form__password-label.tiny {
        top: 8px;
    }

.form__password-wrap input {
    appearance: none;
}

.form__password-wrap label {
    display: flex;
    padding: 3px 8px;
    font-size: 14px;
}

.form__password-wrap.is-password-active .form__password-label {
    visibility: visible;
    opacity: 1;
}

.form__password-label:before {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    margin-top: 2px;
    background-image: url(../../Files/images/new/eye.svg);
    background-position: 0 0;
    background-size: 16px 14px;
    background-repeat: no-repeat;
}

.form__password-label.is-active:before {
    background-image: url(../../Files/images/new/eye-closed.svg);
}

/* Messages
   ========================================================================== */
.form__success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 6px 15px;
    background: #73956F;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

    .form__success p {
        position: relative;
        padding: 5px 0 5px 36px;
    }

        .form__success p:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 24px;
            height: 20px;
            margin: -10px 0 0 0;
            background: url("../../Files/images/new/form-success.svg") no-repeat 0 0;
            background-size: 24px 20px;
        }

.form input[type=text].error,
.form input[type=email].error,
.form input[type=password].error,
.form input[type=number].error,
.form textarea.error {
    border-color: #ec008c;
    -webkit-box-shadow: 0 0 4px #ec008c;
    -moz-box-shadow: 0 0 4px #ec008c;
    box-shadow: 0 0 4px #ec008c;
}

.form label.error {
    padding-left: 5px;
    color: #ec008c;
    font-weight: 700;
}

@media (max-width: 414px) {
    .form__note {
        font-size: 13px;
    }
}

/* ==========================================================================
    NEWS
   ========================================================================== */
.news {
    overflow: hidden;
}

    .news:before, .news:after {
        content: '';
        display: table;
    }

    .news:after {
        clear: both;
    }

.news__header {
    float: left;
    width: 100%;
    text-align: center;
}

    .news__header h2 {
        font-size: 24px;
    }

.news__item {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 30px 0;
}

.news__fig {
    float: left;
    width: 100%;
    margin: 7px 0 20px 0;
    text-align: center;
}

    .news__fig a {
        display: inline-block;
    }

    .news__fig img {
        margin: auto;
        border-radius: 8px;
    }

.news__txt {
    float: right;
    width: 100%;
    font-size: 16px;
}

    .news__txt h2,
    .news__txt h3 {
        padding-top: 0;
        font-weight: 700;
        font-size: 22px;
    }

        .news__txt h2 a,
        .news__txt h3 a {
            color: #4a4a4a;
            text-decoration: none;
        }

            .news__txt h2 a:hover, .news__txt h2 a:focus,
            .news__txt h3 a:hover,
            .news__txt h3 a:focus {
                color: #ec008c;
            }

    .news__txt p {
        padding-top: 5px;
    }

.news__more {
    padding-top: 0;
    line-height: 1;
    text-transform: uppercase;
}

    .news__more a {
        position: relative;
        display: inline-block;
        padding: 0 14px 0 0;
    }

        .news__more a:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 8px;
            height: 13px;
            background-position: -210px -29px;
            transition: right 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            margin: -7px 0 0 0;
        }

        .news__more a:hover:before, .news__more a:focus:before {
            right: -5px;
        }

.news__bottom {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
}

.news--hp {
    padding-left: 15px;
    padding-right: 15px;
}

    .news--hp .news__txt h2,
    .news--hp .news__txt h3 {
        font-weight: 400;
    }

.news--other {
    padding-top: 25px;
    border-top: 1px solid #ccc;
}

@media (min-width: 650px) {
    .news__header {
        padding-bottom: 20px;
    }

        .news__header h2 {
            font-size: 30px;
        }

    .news__fig {
        width: 33.5%;
    }

    .news__txt {
        width: 62.2%;
    }
}

@media (min-width: 650px) and (max-width: 959px) {
    .news--hp .news__item {
        min-height: 332px;
        padding-left: 50%;
    }

    .news--hp .news__fig {
        position: absolute;
        top: 10px;
        right: 55%;
        width: 410px;
    }

    .news--hp .news__txt {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .news__header h2 {
        font-size: 36px;
    }

    .news__fig {
        width: 42.72%;
    }

    .news__txt {
        width: 49.2%;
        font-size: 18px;
    }

        .news__txt h2,
        .news__txt h3 {
            font-size: 26px;
        }

    .news--hp {
        padding-left: 0;
        padding-right: 0;
    }

    .news--other {
        padding-top: 45px;
    }
}

/* ==========================================================================
    TANK
   ========================================================================== */
.tank {
    width: 100%;
    text-align: center;
}

    .tank:before, .tank:after {
        content: '';
        display: table;
    }

    .tank:after {
        clear: both;
    }

.tank__header {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}

.tank__main {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.tank__item {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
}

    .tank__item a {
        color: #4a4a4a;
        text-decoration: underline;
    }

        .tank__item a:hover, .tank__item a:focus {
            color: #ec008c;
        }

    .tank__item p {
        padding: 0;
    }

        .tank__item p.padded-top {
            padding-top: 15px;
        }

    .tank__item ul {
        padding: 0;
    }

    .tank__item li {
        margin: 4px 0;
        padding: 0 0 0 20px;
    }

        .tank__item li:before {
            box-sizing: border-box;
            top: 6px;
            width: 12px;
            height: 12px;
            background: #fff;
            border: 3px solid #ec008c;
            border-radius: 50%;
        }

.tank__img img {
    margin: auto;
}

.tank__bottom {
    float: left;
    width: 100%;
}

.tank--left .tank__item {
    text-align: left;
}

.tank--border .tank__item:before,
.tank--border .tank__item:after {
    display: none;
}

@media (max-width: 649px) {
    .tank__item {
        padding: 0 0 20px 83px;
        text-align: left;
    }

        .tank__item:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 4px;
            height: 5px;
            background-position: -210px -88px;
            content: '';
            position: absolute;
            bottom: 15px;
            left: 28px;
        }

        .tank__item:after {
            content: '';
            position: absolute;
            top: 70px;
            left: 29px;
            width: 2px;
            height: calc(100% - 90px);
            background: #ec008c;
        }

        .tank__item:last-child:before, .tank__item:last-child:after {
            display: none;
        }

    .tank__img {
        position: absolute;
        top: 0;
        left: 0;
    }

        .tank__img img {
            width: 60px;
        }
}

@media (min-width: 650px) {
    .tank__item {
        width: 33.3333%;
        padding: 15px 25px 20px 25px;
    }

        .tank__item:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 5px;
            height: 7px;
            background-position: -210px -71px;
            content: '';
            position: absolute;
            top: 52px;
            right: -29%;
        }

        .tank__item:after {
            content: '';
            position: absolute;
            top: 55px;
            right: -29%;
            width: 59%;
            height: 1px;
            background: #ec008c;
        }

        .tank__item:last-child:before, .tank__item:last-child:after {
            display: none;
        }

        .tank__item li:before {
            top: 8px;
        }

        .tank__item p.padded-top {
            padding-top: 30px;
        }

    .tank__img {
        padding: 0 0 37px 0;
    }

        .tank__img img {
            width: 80px;
        }

    .tank__bottom {
        padding: 0 0 20px 0;
    }

    .tank--left .tank__item {
        padding: 15px 14px 20px 14px;
    }

    .tank--border .tank__item {
        margin-bottom: 30px;
        padding: 15px 13px 0 13px;
    }

        .tank--border .tank__item:nth-child(3n-1) {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            .tank--border .tank__item:nth-child(3n-1):before {
                top: 0;
                left: -1px;
                display: block;
                width: 1px;
                height: 140px;
                background: #fff;
            }

            .tank--border .tank__item:nth-child(3n-1):after {
                top: 0;
                right: -1px;
                display: block;
                width: 1px;
                height: 140px;
                background: #fff;
            }
}

@media (min-width: 960px) {
    .tank--border .tank__item {
        margin-bottom: 50px;
    }
}

/* ==========================================================================
    DIFFER
   ========================================================================== */
.differ {
    width: 100%;
    text-align: center;
}

    .differ:before, .differ:after {
        content: '';
        display: table;
    }

    .differ:after {
        clear: both;
    }

.differ__header {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}

.differ__main {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.differ__list {
    float: left;
    width: 100%;
}

    .differ__list li {
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        min-height: 80px;
    }

.differ__img img {
    margin: auto;
}

@media (max-width: 649px) {
    .differ__list li {
        padding: 0 0 20px 83px;
        text-align: left;
    }

    .differ__img {
        position: absolute;
        top: -10px;
        left: 0;
    }

        .differ__img img {
            width: 60px;
        }
}

@media (min-width: 650px) {
    .differ__list li {
        width: 33.3333%;
        padding: 15px 25px 20px 25px;
    }

    .differ__img {
        padding: 0 0 25px 0;
    }

        .differ__img img {
            width: 80px;
        }
}

/* ==========================================================================
	GOOGLE MAP
   ========================================================================== */
.gmap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #e5e3df;
    font-weight: 400;
}

    .gmap button img {
        margin: 0;
    }

.gmap__txt {
    display: block;
    padding: 2px 0;
    text-align: center;
}

.gmap__txt--xl {
    color: #ec008c;
    font-weight: 700;
    font-size: 16px;
}

/* ==========================================================================
    MAP
   ========================================================================== */
.map:before, .map:after {
    content: '';
    display: table;
}

.map:after {
    clear: both;
}

.map__header {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 0 15px 20px 15px;
    text-align: center;
}

    .map__header:before, .map__header:after {
        content: '';
        display: table;
    }

    .map__header:after {
        clear: both;
    }

.map__main {
    float: left;
    width: 100%;
}

.map__gmap {
    height: 270px;
    margin: 0 0 10px 0;
}

.map__form {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 10px 15px;
}

    .map__form:before, .map__form:after {
        content: '';
        display: table;
    }

    .map__form:after {
        clear: both;
    }

.map__list {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

    .map__list li {
        float: left;
        width: 100%;
        padding: 0;
    }

.map__select {
    float: left;
    width: 100%;
}

    .map__select select {
        transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        padding: 14px 15px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 2px 1px 0 transparent;
        color: #4a4a4a;
        font-weight: 400;
        font-size: 16px;
        outline: none;
    }

        .map__select select:focus {
            border-color: #b3b3b3;
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
        }

@media (min-width: 650px) {
    .map__gmap {
        height: 360px;
    }

    .map__list {
        width: 74%;
        padding: 10px 0 0 0;
    }

        .map__list li {
            width: auto;
            font-size: 16px;
        }

    .map__select {
        width: 26%;
    }
}

@media (min-width: 960px) {
    .map__gmap {
        height: 525px;
        margin-bottom: 15px;
    }

    .map__form {
        padding-left: 0;
        padding-right: 0;
    }

    .map__list {
        width: 70%;
    }

        .map__list li {
            font-size: 18px;
        }

    .map__select {
        width: 30%;
    }
}

#mapContent {
    position: relative;
}

    #mapContent #imgLoading {
        opacity: 0.5;
        position: absolute;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: none;
    }

.map__info {
    margin: -15px 0 0 0;
    text-align: center;
}

@media (min-width: 650px) {
    .map__info {
        margin: -40px 0 0 0;
    }
}

@media (min-width: 960px) {
    .map__info {
        margin: -60px 0 0 0;
    }
}


/* ==========================================================================
    FAQ
   ========================================================================== */
.faq {
    width: 100%;
    max-width: 634px;
    margin: auto;
    padding: 0 0 60px 0;
}

    .faq:before, .faq:after {
        content: '';
        display: table;
    }

    .faq:after {
        clear: both;
    }

.faq__header {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

.faq__main {
    float: left;
    width: 100%;
}

.faq__item {
    margin: 0 0 5px 0;
    border: 1px solid #ec008c;
    border-radius: 8px;
}

.faq__head {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 2px 55px 2px 10px;
    line-height: 1.3;
    cursor: pointer;
}

    .faq__head:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 20px;
        height: 11px;
        background-position: -179px -124px;
        transition: -webkit-transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -5px;
    }

.faq__content {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10px;
}

.faq__item.open .faq__head:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 650px) {
    .faq {
        padding-bottom: 80px;
    }

    .faq__head {
        padding: 10px 55px 10px 20px;
        line-height: 1.3;
        cursor: pointer;
    }

    .faq__content {
        padding: 0 20px;
    }
}

@media (min-width: 960px) {
    .faq {
        padding-bottom: 130px;
    }

    .faq__header {
        padding-bottom: 38px;
    }
}

/* ==========================================================================
    PARTNER
   ========================================================================== */
.partner {
    position: relative;
    text-align: center;
}

.partner__fig {
    padding: 0 0 20px 0;
}

    .partner__fig img {
        margin: auto;
    }

.partner__article p {
    padding: 0;
}

.partner__article .xl {
    font-weight: 700;
}

@media (min-width: 650px) {
    .partner {
        padding: 0 0 0 250px;
        text-align: left;
    }

    .partner__fig {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 200px;
        padding: 0;
        text-align: center;
    }

        .partner__fig img {
            max-width: 200px;
        }
}

/* ==========================================================================
    CARDS
   ========================================================================== */
.cards {
    padding: 0 0 15px 0;
}

    .cards:before, .cards:after {
        content: '';
        display: table;
    }

    .cards:after {
        clear: both;
    }

.cards__items {
    float: left;
    width: 100%;
}

.cards__item {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
    font-size: 14px;
    text-align: center;
}

    .cards__item li {
        padding: 5px 0;
    }

        .cards__item li.cards__top {
            font-size: 16px;
            font-weight: 700;
        }

        .cards__item li.cards__mark {
            padding: 8px 0;
            background: #292526;
            border-radius: 8px 8px 0 0;
        }

            .cards__item li.cards__mark + .cards__mark {
                border-radius: 0 0 8px 8px;
            }

.cards__note {
    float: left;
    width: 100%;
    margin: -40px 0 20px 0;
    font-size: 12px;
    text-align: center;
}

.cards__remark {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
    padding: 20px 20px 5px 20px;
    background: #292526;
    border-radius: 8px;
    text-align: center;
}

    .cards__remark:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 53px;
        height: 55px;
        background-position: -77px -5px;
        content: '';
        display: inline-block;
        margin: auto;
    }

.cards__bottom {
    float: left;
    width: 100%;
    text-align: center;
}

.cards__side {
    float: left;
    width: 27%;
    text-align: right;
}

    .cards__side .cards__item {
        width: 100%;
        text-align: right;
    }

        .cards__side .cards__item li {
            padding-right: 50px;
        }

    .cards__side .cards__note {
        text-align: right;
    }

        .cards__side .cards__note p {
            padding-right: 50px;
        }

@media (max-width: 959px) {
    .cards__side {
        display: none;
    }
}

@media (min-width: 650px) {
    .cards {
        padding: 10px 0 15px 0;
    }

    .cards__item {
        width: 33.3333%;
    }

        .cards__item li {
            border-radius: 0;
        }

        .cards__item:first-child li {
            /*border-radius: 8px 0 0 8px;*/
        }

        .cards__item:last-child li {
            /*border-radius: 0 8px 8px 0;*/
        }

        .cards__item li.cards__mark {
            margin-bottom: 0;
        }

    .cards__note {
        margin: -30px 0 20px 0;
    }

    .cards__remark {
        padding: 15px 20px 15px 20%;
        text-align: left;
        font-size: 16px;
    }

        .cards__remark:before {
            position: absolute;
            top: 50%;
            left: 5%;
            margin-top: -27px;
        }

    .cards__item li.cards__mark {
        border-radius: 0;
    }

        .cards__item li.cards__mark + .cards__mark {
            border-radius: 0;
        }

    .cards__item li.cards__mark--tl {
        border-radius: 8px 0 0 0;
    }

        .cards__item li.cards__mark--tl + li.cards__mark--bl {
            border-radius: 0 0 0 8px;
        }

    .cards__item li.cards__mark--tr {
        border-radius: 0 8px 0 0;
    }

        .cards__item li.cards__mark--tr + li.cards__mark--br {
            border-radius: 0 0 8px 0;
        }
}

@media (min-width: 960px) {
    .cards {
        padding: 35px 0 30px 0;
    }

    .cards__items {
        width: 73%;
    }

        .cards__items .cards__item:first-child li {
            border-radius: 0;
        }

    .cards__item {
        font-size: 18px;
    }

        .cards__item li {
            padding: 0;
        }

            .cards__item li.cards__top {
                padding-bottom: 23px;
                font-size: 18px;
            }

            .cards__item li.cards__mark {
                margin: 0;
            }

            .cards__item li.cards__mark--midi {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                min-height: 91px;
            }
    /*.cards__note {
    display: none;
  }*/
    .cards__remark {
        margin: 5px 0 40px 0;
        padding: 15px 18% 22px 27%;
        font-size: 18px;
    }

        .cards__remark:before {
            left: 18%;
        }

    .cards__side .cards__note {
        display: block;
    }

    .cards .hide-960 {
        display: none;
    }

    .cards__items .cards__mark--bl {
        border-radius: 0 !important;
    }
}

/* ==========================================================================
    PEREX
   ========================================================================== */
.perex {
    color: #9b9b9b;
    font-size: 20px;
    line-height: 1.4;
}

@media (min-width: 960px) {
    .perex {
        font-size: 26px;
    }
}

/* ==========================================================================
    ARTICLE
   ========================================================================== */
.article {
    width: 100%;
    margin: -15px 0 15px 0;
}

    .article:before, .article:after {
        content: '';
        display: table;
    }

    .article:after {
        clear: both;
    }

    .article h1 {
        font-size: 30px;
        font-weight: 300;
    }

    .article h2 {
        padding: 25px 0 0 0;
        color: #ec008c;
        font-size: 22px;
        font-weight: 400;
    }

    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        padding: 25px 0 0 0;
        color: #ec008c;
        font-size: 20px;
        font-weight: 400;
    }

        .article h2 + p,
        .article h3 + p,
        .article h4 + p,
        .article h5 + p,
        .article h6 + p {
            padding-top: 0;
        }

    .article img {
        margin-bottom: 20px;
        border-radius: 8px;
    }

.article__meta {
    padding: 5px 0;
    line-height: 1.2;
    font-size: 14px;
}

    .article__meta p {
        padding: 0;
    }

@media (min-width: 650px) {
    .article {
        margin: -15px 0 30px 0;
        font-size: 16px;
    }

        .article h1 {
            padding-bottom: 25px;
        }

        .article img.left {
            margin-right: 40px;
        }

        .article img.right {
            margin-left: 40px;
        }
}

@media (min-width: 960px) {
    .article {
        margin: 15px 0 30px 0;
        font-size: 18px;
    }

        .article h1 {
            font-size: 36px;
            font-weight: 400;
        }

        .article h2 {
            padding-top: 45px;
            font-size: 26px;
        }

        .article h3,
        .article h4,
        .article h5,
        .article h6 {
            padding-top: 30px;
            font-size: 22px;
        }
}

/* ==========================================================================
    BACK
   ========================================================================== */
@media (max-width: 1339px) {
    .back {
        width: 100%;
        margin: 0 0 40px 0;
        text-align: center;
    }

        .back:before, .back:after {
            content: '';
            display: table;
        }

        .back:after {
            clear: both;
        }

    .back__btn {
        transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
        display: block;
        max-width: 264px;
        margin: auto;
        padding: 15px 36px;
        background: #ec008c;
        border: 1px solid #ec008c;
        border-radius: 8px;
        color: #fff;
        line-height: 1;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        outline: none;
        font-size: 18px;
    }

        .back__btn span {
            display: block;
            padding: 5px 0 0 0;
            font-weight: 400;
        }

        .back__btn br {
            display: none;
        }

        .back__btn:hover {
            background-color: #b9006e;
            border-color: #b9006e;
            color: #fff;
        }
}

@media (min-width: 1340px) {
    .back {
        position: absolute;
        top: 106px;
        left: 26px;
    }

    .back__btn {
        transition: color 0.3s ease-in-out 0s;
        position: relative;
        display: inline-block;
        padding: 0 0 0 74px;
        background-color: transparent;
        color: #4a4a4a;
        text-decoration: none;
        line-height: 1.3;
        font-size: 14px;
        outline: none;
    }

        .back__btn:before {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 62px;
            height: 62px;
            background-position: -5px -5px;
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -30px;
        }

        .back__btn:hover, .back__btn:focus {
            color: #ec008c;
        }
}

/* ==========================================================================
    CBOX
   ========================================================================== */
.cbox {
    width: 100%;
    margin: auto;
}

    .cbox:before, .cbox:after {
        content: '';
        display: table;
    }

    .cbox:after {
        clear: both;
    }

.cbox__item {
    float: left;
    width: 100%;
    padding: 0 0 24px 0;
}

    .cbox__item a {
        color: #4a4a4a;
    }

        .cbox__item a:hover, .cbox__item a:focus {
            color: #ec008c;
        }

        .cbox__item a[href^="tel"]:hover, .cbox__item a[href^="tel"]:focus,
        .cbox__item a[href^="sms"]:hover,
        .cbox__item a[href^="sms"]:focus {
            color: #4a4a4a;
        }

    .cbox__item p {
        padding: 0;
    }

    .cbox__item .xl {
        font-size: 26px;
        font-weight: 700;
    }

        .cbox__item .xl:before {
            content: '';
            position: relative;
            top: 5px;
            display: inline-block;
            margin: 0 15px 0 0;
        }

    .cbox__item .ico-1:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 19px;
        height: 30px;
        background-position: -140px -85px;
    }

    .cbox__item .ico-2:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 25px;
        height: 25px;
        background-position: -45px -127px;
    }

    .cbox__item .ico-3:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 30px;
        height: 18px;
        background-position: -55px -97px;
        top: 0;
    }

    .cbox__item .ico-4:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 21px;
        height: 30px;
        background-position: -140px -45px;
    }

@media (min-width: 650px) {
    .cbox {
        width: 90%;
    }

    .cbox__item {
        width: 60%;
        padding-bottom: 40px;
    }

        .cbox__item:first-child,
        .cbox__item:nth-child(2n+1) {
            clear: left;
            width: 40%;
        }
}

@media (min-width: 960px) {
    .cbox {
        width: 100%;
    }

    .cbox__item,
    .cbox__item:first-child,
    .cbox__item:nth-child(2n+1) {
        clear: none;
        width: auto;
        padding-left: 53px;
    }

        .cbox__item:first-child {
            padding-left: 0;
        }
}

/* ==========================================================================
    CFORM
   ========================================================================== */
.cform:before, .cform:after {
    content: '';
    display: table;
}

.cform:after {
    clear: both;
}

.cform__header {
    padding: 10px 0;
    text-align: center;
}

    .cform__header h2 {
        color: #ec008c;
    }

@media (min-width: 650px) {
    .cbox + .cform {
        padding-top: 40px;
    }
}

/* ==========================================================================
    ALIANCE
   ========================================================================== */
.aliance {
    width: 100%;
    text-align: center;
}

    .aliance:before, .aliance:after {
        content: '';
        display: table;
    }

    .aliance:after {
        clear: both;
    }

.aliance__header {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}

.aliance__main {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.aliance_list {
    float: left;
    width: 100%;
}

.aliance__list li {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
    font-size: 26px;
}

    .aliance__list li:last-child {
        padding-bottom: 0;
    }

.aliance__list small {
    display: block;
    font-size: 18px;
}

.aliance__img {
    padding: 0 0 15px 0;
}

    .aliance__img img {
        width: 80px;
        margin: auto;
    }

@media (min-width: 650px) {
    .aliance__list li {
        width: 50%;
        padding: 15px 25px 20px 25px;
    }

        .aliance__list li:nth-child(2n+1) {
            clear: left;
        }
}

@media (min-width: 960px) {
    .aliance__list li {
        width: 25%;
        padding: 15px 0 20px 0;
    }

        .aliance__list li:nth-child(2n+1) {
            clear: none;
        }

        .aliance__list li:nth-child(4n+1) {
            clear: left;
        }
}

/* ==========================================================================
    PLIST
   ========================================================================== */
.plist {
    width: 100%;
}

    .plist:before, .plist:after {
        content: '';
        display: table;
    }

    .plist:after {
        clear: both;
    }

.plist__header {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

.plist__main {
    float: left;
    width: 100%;
}

.plist__item {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.plist__txt {
    float: left;
    width: 100%;
}

    .plist__txt p {
        padding: 0;
    }

    .plist__txt .xl {
        font-weight: 700;
    }

.plist__img {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
}

    .plist__img img {
        max-width: 74px;
        margin: auto;
    }

@media (min-width: 650px) {
    .plist__item {
        width: 50%;
        padding-right: 40px;
        padding-bottom: 40px;
        font-size: 16px;
    }

        .plist__item:nth-child(2n) {
            padding-right: 0;
            padding-left: 40px;
        }

        .plist__item:nth-child(2n+1) {
            clear: left;
        }
}

@media (min-width: 960px) {
    .plist__item {
        padding-left: 160px;
        padding-right: 10px;
        font-size: 18px;
    }

        .plist__item:nth-child(2n) {
            padding-right: 0;
            padding-left: 170px;
        }

            .plist__item:nth-child(2n) .plist__img {
                left: 10px;
            }

    .plist__img {
        position: absolute;
        top: 5px;
        left: 0;
        width: 140px;
    }
}

/* ==========================================================================
    LOGIN
   ========================================================================== */
.login {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
}

.login__header {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

.login__form {
    float: left;
    width: 100%;
}

    .login__form a:hover, .login__form a:focus {
        color: #ec008c;
    }

    .login__form .form__btns a {
        float: left;
        margin: 14px 0 0 0;
        font-size: 14px;
    }

    .login__form .form__submit {
        float: right;
        width: 143px;
    }

.login__note {
    float: right;
    width: 100%;
    padding: 20px 0 0 0;
}

    .login__note a[href^="tel"] {
        display: inline-block;
        padding: 0 5px;
        background: #ec008c;
        color: #fff;
        text-decoration: none;
    }

.content .login__note {
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 20px;
}

@media (max-width: 649px) {
    .login {
        -webkit-animation: heroArticleMobile 1s ease-in-out 0s;
        animation: heroArticleMobile 1s ease-in-out 0s;
    }

        .login .login__note {
            display: none;
        }
}

@media (min-width: 650px) {
    .login {
        -webkit-animation: heroArticleDesktop 1s ease-in-out 0s;
        animation: heroArticleDesktop 1s ease-in-out 0s;
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(100% - 30px);
        text-align: left;
    }

    .login__header h1 {
        font-size: 38px;
    }

    .login__form {
        width: 48%;
        max-width: 327px;
    }

    .login__note {
        width: 43%;
        max-width: 490px;
        padding-top: 25px;
        font-size: 16px;
    }

    .content .login__note {
        display: none;
    }
}

@media (min-width: 960px) {
    .login__header h1 {
        font-size: 60px;
    }

    .login__form .form__submit {
        width: 165px;
    }

    .login__note {
        width: 60%;
        font-size: 18px;
    }
}

/* ==========================================================================
    ERROR 404
   ========================================================================== */
.e-404 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 1.3;
    text-align: left;
    font-size: 20px;
}

    .e-404 h1 {
        padding-bottom: 10px;
    }

.e-404__list {
    padding: 5px 0 0 0;
    font-size: 18px;
}

    .e-404__list ul {
        padding-top: 0;
    }

    .e-404__list li {
        padding: 10px 0 10px 26px;
        font-size: 16px;
    }

        .e-404__list li:before {
            box-sizing: border-box;
            top: 14px;
            width: 12px;
            height: 12px;
            background: transparent;
            border: 3px solid #ec008c;
            border-radius: 50%;
        }

@media (max-width: 649px) {
    .e-404 {
        -webkit-animation: heroArticleMobile 1s ease-in-out 0s;
        animation: heroArticleMobile 1s ease-in-out 0s;
    }
}

@media (min-width: 650px) {
    .e-404 {
        -webkit-animation: heroArticleDesktop 1s ease-in-out 0s;
        animation: heroArticleDesktop 1s ease-in-out 0s;
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(100% - 30px);
        text-align: left;
        font-size: 22px;
    }

        .e-404 h1 {
            font-size: 38px;
        }

    .e-404__list {
        font-size: 18px;
    }

        .e-404__list li {
            padding: 10px 0 10px 30px;
            font-size: 18px;
        }

            .e-404__list li:before {
                top: 16px;
            }
}

@media (min-width: 960px) {
    .e-404 {
        font-size: 36px;
    }

        .e-404 h1 {
            padding-bottom: 0;
            font-size: 60px;
        }
}

/* ==========================================================================
    BENEFIT
   ========================================================================== */
.benefit:before, .benefit:after {
    content: '';
    display: table;
}

.benefit:after {
    clear: both;
}

.benefit__header {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

.benefit__main {
    float: left;
    width: 100%;
}

.benefit__list {
    float: left;
    width: 100%;
}

    .benefit__list li {
        box-sizing: border-box;
        float: left;
        width: 100%;
        padding: 10px 0 10px 32px;
    }

        .benefit__list li:after {
            background-image: url("../../Files/images/new/svg-sprite.svg");
            background-size: 229px 192px;
            width: 20px;
            height: 20px;
            background-position: -179px -94px;
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
        }

@media (min-width: 650px) {
    .benefit__list li {
        width: 50%;
        padding-right: 20px;
        font-size: 16px;
    }

        .benefit__list li:nth-child(2n+1) {
            clear: left;
        }
}

@media (min-width: 960px) {
    .benefit__header {
        padding-bottom: 60px;
    }

    .benefit__list li {
        width: 33.3333%;
        padding-right: 20px;
        font-size: 18px;
    }

        .benefit__list li:nth-child(2n+1) {
            clear: none;
        }

        .benefit__list li:nth-child(3n+1) {
            clear: left;
        }
}

/* ==========================================================================
    RIVAL
   ========================================================================== */
.rival {
    text-align: center;
}

    .rival .btn {
        margin-top: 10px;
    }

/* ==========================================================================
    PRICELIST
   ========================================================================== */
.pricelist:before, .pricelist:after {
    content: '';
    display: table;
}

.pricelist:after {
    clear: both;
}

.pricelist__header {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

.pricelist__main,
.pricelist__items {
    float: left;
    width: 100%;
}

.pricelist__tabs {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

    .pricelist__tabs .tabs__nav {
        margin: 0;
        padding: 0;
    }

        .pricelist__tabs .tabs__nav li {
            width: 33.33%;
            font-size: 15px;
        }

        .pricelist__tabs .tabs__nav a {
            background: #231f20;
            border: 0;
            border-radius: 0 !important;
            color: #fff;
        }

            .pricelist__tabs .tabs__nav a:hover,
            .pricelist__tabs .tabs__nav .active {
                background-color: #ec008c;
            }

.pricelist .tabs__fragment {
    float: left;
    width: 100%;
}

.pricelist__item {
    text-align: center;
}

    .pricelist__item li {
        padding: 5px 15px;
    }

    .pricelist__item .hide-960 {
        display: block;
    }

    .pricelist__item .btns {
        padding-top: 20px;
    }

    .pricelist__item .btn {
        display: block;
        padding: 15px 0;
    }

.pricelist__bottom {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

    .pricelist__bottom p.star::before {
        content: '* ';
    }

@media (max-width: 649px) {
    .pricelist__item .head {
        display: none;
    }
}

@media (min-width: 650px) {
    .pricelist__header {
        padding: 0 0 40px 0;
    }

    .pricelist__tabs {
        display: none;
    }

    .pricelist .tabs__fragment {
        display: block !important;
        width: 33.33%;
        text-align: center;
    }

    .pricelist__item {
        font-size: 16px;
        text-align: center;
    }

        .pricelist__item .head {
            margin: 0 0 15px 0;
            background: #ec008c;
            color: #fff;
            font-size: 18px;
        }

            .pricelist__item .head p {
                padding: 0;
                line-height: 40px;
            }

        .pricelist__item li {
            padding: 7px 15px;
        }

        .pricelist__item .btns {
            padding-bottom: 15px;
        }
}

@media (max-width: 959px) {
    .pricelist__side {
        display: none;
    }

    .pricelist__item li:nth-of-type(3),
    .pricelist__item li:nth-of-type(4),
    .pricelist__item li:nth-of-type(5),
    .pricelist__item li:nth-of-type(6),
    .pricelist__item li:nth-of-type(10),
    .pricelist__item li:nth-of-type(11) {
        background-color: #fff;
    }

    .pricelist__item li:nth-of-type(2),
    .pricelist__item li:nth-of-type(6),
    .pricelist__item li:nth-of-type(9),
    .pricelist__item li:nth-of-type(11) {
        padding-bottom: 20px;
    }

    .pricelist__item li:nth-of-type(3),
    .pricelist__item li:nth-of-type(7),
    .pricelist__item li:nth-of-type(10),
    .pricelist__item li:nth-of-type(12) {
        padding-top: 20px;
    }
}

@media (min-width: 960px) {
    .pricelist__items {
        width: 65%;
    }

    .pricelist .tabs__fragment {
        text-align: right;
    }

    .pricelist__item .head {
        margin-bottom: 14px;
    }

    .pricelist__item li {
        padding: 7px 10px;
        font-size: 18px;
    }

    .pricelist__items .pricelist__item li:nth-of-type(3) {
        margin-bottom: 39px;
    }

    .pricelist__items .pricelist__item li:nth-of-type(8) {
        padding-top: 19px;
        padding-bottom: 20px;
    }

    .pricelist__items .pricelist__item li:nth-of-type(1),
    .pricelist__items .pricelist__item li:nth-of-type(3),
    .pricelist__items .pricelist__item li:nth-of-type(4),
    .pricelist__items .pricelist__item li:nth-of-type(6),
    .pricelist__items .pricelist__item li:nth-of-type(8),
    .pricelist__items .pricelist__item li:nth-of-type(10) {
        background-color: #e3e3e3;
    }

    .pricelist__items .tabs__fragment:last-child .head,
    .pricelist__items .tabs__fragment:last-child li,
    .pricelist__items .tabs__fragment:last-child .mark:after {
        border-radius: 0 8px 8px 0;
    }

    .pricelist__item .btns {
        padding-top: 7px;
    }

    .pricelist__item .hide-960 {
        display: none;
    }

    .pricelist__item .mark {
        position: relative;
    }

        .pricelist__item .mark:after {
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 39px;
            background-color: #e3e3e3;
        }

        .pricelist__item .mark strong {
            position: relative;
            z-index: 2;
            display: block;
            margin-bottom: -6px;
        }

        .pricelist__item .mark .hide-960 {
            display: none;
        }

    .pricelist__side {
        position: relative;
        float: left;
        width: 35%;
    }

        .pricelist__side:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 102%;
            height: 40px;
            background: #ec008c;
            border-radius: 8px 0 0 8px;
        }

        .pricelist__side .pricelist__item {
            width: 100%;
            padding: 54px 0 0 0;
            border: 0;
            text-align: right;
        }

            .pricelist__side .pricelist__item li {
                padding-left: 0;
                padding-right: 0;
                border-radius: 8px 0 0 8px;
            }

                .pricelist__side .pricelist__item li:nth-child(2n+1) {
                    background-color: #e3e3e3;
                }

    .pricelist__bottom {
        padding: 15px 0 0 0;
        text-align: left;
    }

        .pricelist__bottom p.star {
            padding-left: 10px;
            position: relative;
        }

            .pricelist__bottom p.star::before {
                content: '*';
                position: absolute;
                left: 0;
            }
}

/* ==========================================================================
    COMPARE
   ========================================================================== */
.compare {
    padding: 0 0 20px 0;
    text-align: center;
}

    .compare:before, .compare:after {
        content: '';
        display: table;
    }

    .compare:after {
        clear: both;
    }

.compare__side {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin: 0 10px;
    text-align: right;
}

    .compare__side ul {
        padding: 52px 0 0 0;
    }

    .compare__side li {
        display: block;
        height: 60px;
        margin: 20px 0;
        line-height: 60px;
    }

.compare__col {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

    .compare__col:before, .compare__col:after {
        content: '';
        display: table;
    }

    .compare__col:after {
        clear: both;
    }

.compare__head {
    font-weight: 700;
}

    .compare__head p {
        padding-bottom: 5px;
    }

.compare__list {
    float: left;
    width: 100%;
}

    .compare__list li {
        overflow: hidden;
        position: relative;
        display: block;
        height: 44px;
        margin: 20px 0;
        padding: 7px 40px 7px 60px;
        border: 1px solid #ec008c;
        border-radius: 8px;
        text-align: left;
    }

.compare__status {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

    .compare__status.ok {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 29px;
        height: 30px;
        background-position: -140px -5px;
        content: '';
    }

    .compare__status.failed {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 30px;
        height: 30px;
        background-position: -5px -127px;
        content: '';
    }

.compare__desc {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

.compare__txt {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.compare__help {
    background-image: url("../../Files/images/new/svg-sprite.svg");
    background-size: 229px 192px;
    width: 16px;
    height: 15px;
    background-position: -141px -127px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    cursor: pointer;
}

.compare__out {
    transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 7px 40px 7px 20px;
    background: #eee;
    border-radius: 8px;
    opacity: 0;
}

.compare__list .active .compare__out {
    left: 0;
    opacity: 1;
}

.compare__close {
    background-image: url("../../Files/images/new/svg-sprite.svg");
    background-size: 229px 192px;
    width: 15px;
    height: 15px;
    background-position: -180px -167px;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    cursor: pointer;
}

.compare__bottom {
    float: left;
    width: 100%;
    text-align: center;
}

    .compare__bottom .link {
        color: #4a4a4a;
        text-decoration: underline;
    }

        .compare__bottom .link:hover {
            color: #ec008c;
        }

    .compare__bottom .btn {
        margin-top: 15px;
    }

@media (min-width: 650px) {
    .compare {
        font-size: 16px;
    }

    .compare__col {
        width: 48%;
    }

    .compare__col--2n {
        float: right;
    }

    .compare__bottom {
        padding-top: 15px;
    }
}

@media (max-width: 959px) {
    .compare__side {
        display: none;
    }
}

@media (min-width: 960px) {
    .compare {
        font-size: 18px;
    }

    .compare__col {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        width: 305px;
    }

    .compare__desc {
        display: none;
    }

    .compare__txt {
        padding: 10px 0;
    }
}

/* ==========================================================================
    CGROUP
   ========================================================================== */
.cgroup:before, .cgroup:after {
    content: '';
    display: table;
}

.cgroup:after {
    clear: both;
}

.cgroup__header {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
}

.cgroup__row {
    float: left;
    width: 100%;
}

.cgroup__head {
    float: left;
    width: 100%;
    padding: 7px 0;
    margin: 0 0 20px 0;
    background: #ec008c;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}

    .cgroup__head h3 {
        padding: 5px 0;
        font-size: 18px;
    }

.cgroup__list {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
    font-size: 14px;
}

    .cgroup__list .top {
        float: left;
        width: 100%;
        font-weight: 700;
    }

        .cgroup__list .top p {
            padding: 0;
        }

    .cgroup__list .items {
        float: left;
        width: 100%;
    }

    .cgroup__list li {
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    .cgroup__list p {
        padding: 13px 0;
    }

.cgroup__table {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
}

    .cgroup__table table {
        width: 100%;
        margin: 0;
        border: 0;
    }

    .cgroup__table th {
        border: 0;
        background: transparent;
    }

    .cgroup__table tbody td {
        border: 0;
        border-top: 1px solid #ccc;
    }

    .cgroup__table tfoot td {
        box-sizing: border-box;
        display: block;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
        padding: 15px 15px;
        border: 0;
        text-align: center;
    }

        .cgroup__table tfoot td:first-child {
            display: none;
        }

    .cgroup__table tfoot strong {
        display: block;
        padding: 0 0 20px 0;
    }

    .cgroup__table tfoot .copied {
        display: block;
        padding: 0 0 20px 0;
    }

    .cgroup__table tfoot .js-target-2 {
        padding-top: 35px;
        background: #eee;
    }

    .cgroup__table tfoot .hide-960 {
        display: block;
        padding: 0 0 1px 0;
        font-weight: 700;
    }

.cgroup__bottom {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 649px) {
    .cgroup__table thead,
    .cgroup__table tbody {
        display: none;
    }
}

@media (max-width: 959px) {
    .cgroup__list .top p {
        padding-bottom: 5px;
    }

    .cgroup__list li {
        padding-left: 20%;
        padding-right: 20%;
        text-align: center;
    }

    .cgroup__list .items .center {
        float: left;
        width: 100%;
    }

    .cgroup__list .items .left {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cgroup__list .items .right {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cgroup__list .block-960 {
        display: none;
    }
}

@media (min-width: 650px) {
    .cgroup__header {
        margin-bottom: 40px;
    }

    .cgroup__head {
        padding: 2px 0;
    }

        .cgroup__head h3 {
            font-size: 26px;
        }

    .cgroup__list {
        font-size: 16px;
    }

    .cgroup__table {
        font-size: 16px;
    }

        .cgroup__table tfoot {
            display: none;
        }
}

@media (min-width: 650px) and (max-width: 959px) {
    .cgroup__table th {
        width: 50%;
        padding: 10px 15px;
        text-align: center;
    }

    .cgroup__table td {
        width: 50%;
        padding: 20px 15px;
        text-align: center;
    }

        .cgroup__table th:first-child,
        .cgroup__table td:first-child {
            display: none;
        }

    .cgroup__table .hide-960 {
        display: block;
        padding: 0 0 3px 0;
        font-weight: 700;
    }
}

@media (min-width: 960px) {
    .cgroup__list {
        font-size: 18px;
    }

        .cgroup__list .top {
            box-sizing: border-box;
            padding-left: 42%;
        }

            .cgroup__list .top .left,
            .cgroup__list .top .right {
                width: 50%;
                text-align: center;
            }

        .cgroup__list .items li:first-child {
            border-top: 0;
        }

        .cgroup__list .items .center {
            float: left;
            width: 30%;
            padding-left: 5%;
            text-align: right;
        }

        .cgroup__list .items .left,
        .cgroup__list .items .right {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            float: left;
            width: 29%;
            text-align: center;
        }

        .cgroup__list .items .left {
            left: 42%;
        }

        .cgroup__list .items .right {
            left: 71%;
        }

        .cgroup__list .items .tick {
            float: left;
            margin-left: 45%;
            white-space: nowrap;
        }

        .cgroup__list .hide-960 {
            display: none;
        }

    .cgroup__table th {
        width: 30%;
        padding: 10px 15px 0 15px;
        font-size: 18px;
    }

    .cgroup__table td {
        width: 30%;
        padding: 22px 15px;
        font-size: 14px;
    }

        .cgroup__table th:first-child,
        .cgroup__table td:first-child {
            width: 40%;
            padding-right: 10%;
            font-size: 18px;
            text-align: right;
        }

    .cgroup__table tbody tr:first-child td {
        border-top: 0;
    }

    .cgroup__table .hide-960 {
        display: none;
    }
}

/* ==========================================================================
    TICK
   ========================================================================== */
.tick {
    display: inline-block;
}

    .tick:before {
        content: '';
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .tick.ok:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 20px;
        height: 16px;
        background-position: -111px -127px;
    }

    .tick.failed:before {
        background-image: url("../../Files/images/new/svg-sprite.svg");
        background-size: 229px 192px;
        width: 14px;
        height: 14px;
        background-position: -210px -5px;
    }

@media (min-width: 960px) {
    .tick:before {
        top: 2px;
        display: inline-block;
        margin: 0 15px 0 0;
    }
}

/* ==========================================================================
    Magnific Popup 1.0.0 - custom
   ========================================================================== */
.mfpOverlayOpacity, .mfp-bg, .mfp-fade.mfp-bg.mfp-ready {
    opacity: .6;
    filter: alpha(opacity=60);
}

.galleryArrow, .mfp-arrow-left:after, .mfp-arrow-right:after {
    background: #231F20;
    opacity: .5;
    filter: alpha(opacity=50);
}

.mfpSprite, button.mfp-close, .mfp-arrow-left:before, .mfp-arrow-right:before {
    background-image: url(../../Files/images/new/magnific-popup.png);
    background-size: 160px 40px;
    background-color: transparent;
}

.mfpSprite-old, .no-backgroundsize button.mfp-close, .no-backgroundsize .mfp-arrow-left:before, .no-backgroundsize .mfp-arrow-right:before {
    background-image: url(../../Files/images/new/magnific-popup-ie.png);
    background-size: inherit;
    background-color: transparent;
}

.mfp-bg {
    overflow: hidden;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231F20;
}

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

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

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

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    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: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

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

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

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

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

button.mfp-close,
button.mfp-arrow {
    overflow: hidden;
    z-index: 106;
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    text-align: left;
    text-indent: -100px;
}

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

button.mfp-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-position: -41px -1px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.mfp-close-btn-in .mfp-close {
    background-position: 0 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 40px;
}

.mfp-close-btn-in .mfp-image-holder .mfp-close,
.mfp-close-btn-in .mfp-iframe-holder .mfp-close {
    margin-right: -12px;
    background-position: -41px -1px;
}

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

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 200px;
    margin: 0;
    margin-top: -100px;
    padding: 0;
}

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

    .mfp-arrow-left:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 10px;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
        background-position: -80px 0;
    }

    .mfp-arrow-left:after {
        content: '';
        position: absolute;
        z-index: 1;
        text-indent: 50%;
        left: 10px;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
    }

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

    .mfp-arrow-right:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 10px;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
        background-position: -120px 0;
    }

    .mfp-arrow-right:after {
        content: '';
        position: absolute;
        z-index: 1;
        text-indent: 50%;
        right: 10px;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
    }

.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 {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

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

img.mfp-img {
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 0;
}

.mfp-figure {
    line-height: 0;
}

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

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

    .mfp-figure figure {
        margin: 0;
    }

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

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

.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) {
    .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 {
        box-sizing: border-box;
        position: fixed;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, 0.6);
    }

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

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

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

@media all and (max-width: 900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* ANIMATION
    ========================================================================== */
.mfp-fade.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.25s ease-out;
}

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.25s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* ==========================================================================
    DIALOG
   ========================================================================== */
.dialog {
    box-sizing: border-box;
    position: relative;
    width: auto;
    max-width: 960px;
    margin: 60px auto;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.dialog__login .left,
.dialog__login .right {
    width: 100%;
}

.dialog__login h2 {
    text-align: center;
}

.dialog__login .form {
    max-width: 100%;
}

.dialog--mid {
    max-width: 516px;
}

.dialog__btns {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

.dialog h3 {
    padding-bottom: 0;
    font-size: 20px;
}

    .dialog h3.magenta {
        color: #a4166a;
    }

.dialog__ico {
    width: 124px;
    height: 124px;
    margin: 16px auto;
    background: #a4166a;
    border-radius: 8px;
    text-align: center;
}

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

    .dialog__ico img {
        display: inline-block;
        vertical-align: middle;
        margin: auto;
    }

.dialog__article .img {
    display: inline-block;
    width: 130px;
    padding: 5px;
}

    .dialog__article .img img {
        margin: 0;
    }

@media (min-width: 650px) {
    .dialog {
        padding: 40px 5%;
    }

    .dialog__login .left {
        width: 47%;
    }

    .dialog__login .right {
        width: 46%;
    }

    .dialog--mid .dialog__login .left,
    .dialog--mid .dialog__login .right {
        width: 100%;
    }

    .dialog__login h2 {
        text-align: left;
    }

    .dialog__btns .btn {
        float: right;
        margin: 0 0 0 30px;
    }

    .dialog__btns .btn--medium {
        min-width: 80px;
        padding: 14px 20px;
        text-align: center;
    }

    .dialog__article {
        position: relative;
        padding: 10px 0 0 170px;
    }

    .dialog__ico {
        position: absolute;
        top: 12px;
        left: 0;
        padding: 0;
    }
}

/* ==========================================================================
	SLICK
   ========================================================================== */
.slick-slider {
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: '';
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* ==========================================================================
	FAKE INPUT
   ========================================================================== */
.fake-input,
.form .fake-input {
    display: inline-block;
    position: relative;
    margin: 5px 22px 5px 0;
    padding: 4px 0 0 28px;
    line-height: 1.2;
}

    .fake-input input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .fake-input .fake-txt .help-link {
        margin-top: 2px;
    }

.fake-check {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.fake-check--white {
    background-color: #fff;
}

.fake-check--secondary {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}

.fake-check:before {
    transition: opacity 0.3s ease-in-out 0s;
    background-image: url("../../Files/images/new/svg-sprite.svg");
    background-size: 229px 192px;
    width: 11px;
    height: 9px;
    background-position: -210px -52px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -5px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fake-input input[type=checkbox]:checked + .fake-check:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fake-radio {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.fake-radio--secondary {
    border: 1px solid #fff;
}

.fake-radio:before {
    transition: opacity 0.3s ease-in-out 0s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #ec008c;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fake-input input[type=radio]:checked + .fake-radio:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (min-width: 650px) {
    .fake-input {
        padding-top: 2px;
    }
}

@media (min-width: 960px) {
    .fake-input {
        margin-right: 35px;
    }
}

/* ==========================================================================
  ***************************************************************************
  ***************************************************************************
  CLIENT ZONE
  ***************************************************************************
  ***************************************************************************
   ========================================================================== */

/* ==========================================================================
    ICON
   ========================================================================== */
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
}

    .icon:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.icon__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: #EC008C;
    transform-origin: 0 0 0;
    transition: all 0.3s ease-in-out 0s;
}


/* ==========================================================================
  HEADER
   ========================================================================== */
@media (min-width: 768px) {
    .header-xl {
        padding-top: 145px;
    }

        .header-xl .header {
            padding: 10px 0 20px 0;
        }

        .header-xl .nav {
            top: 96px;
        }
}

/* ==========================================================================
  SECTION
   ========================================================================== */

.section--xl {
    max-width: 1200px;
}

    .section--xl.section--padded,
    .nav .section--xl {
        max-width: 1230px;
    }

/* ==========================================================================
  COLS
   ========================================================================== */
.cols__item {
    width: 100%;
}

@media (min-width: 650px) {
    .cols__item {
        width: 48%;
    }
}

/* ==========================================================================
    TOP-PHONE
   ========================================================================== */
.top-phone--xl a {
    line-height: 1.3;
}

@media (max-width: 767px) {
    .nav__sub .top-phone--xl {
        border-bottom: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

        .nav__sub .top-phone--xl span {
            display: inline;
        }
}

@media (min-width: 768px) {
    .top-phone--xl {
        margin-right: 10px;
        padding-top: 13px;
    }
}

/* ==========================================================================
    TOP-USER
   ========================================================================== */
.top-user {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 1.3;
}

    .top-user p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .top-user strong {
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    .top-user {
        display: none;
    }
}

/* ==========================================================================
    NAV
   ========================================================================== */
@media (max-width: 767px) {
    .nav__sub .top-btns .btn {
        color: #fff;
    }

    .nav__sub .top-user {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
        padding: 0;
        border-top: 1px solid #312b2d;
        color: #9b9b9b;
    }
}

@media (min-width: 768px) {
    .nav__main li:first-child {
        width: 10%;
    }

    .nav__main li:last-child {
        width: 8;
    }
}

/* ==========================================================================
  FOOTER
   ========================================================================== */
@media (min-width: 650px) {
    .footer--tiny {
        padding-top: 15px;
        padding-bottom: 10px;
    }

        .footer--tiny .footer__divider {
            display: none;
        }

        .footer--tiny .footer__col-2n {
            display: none;
        }
}


/* ==========================================================================
  SUBFOOTER
   ========================================================================== */
.subfooter {
    padding: 0 0 15px 0;
    background: #eee;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 300;
}

    .subfooter h3 {
        padding-bottom: 0;
        font-size: 20px;
    }

.subfooter__col {
    width: 100%;
    padding: 10px 0 10px 0;
}

@media (max-width: 767px) {
    .subfooter__col.right {
        display: none;
    }
}

@media (min-width: 768px) {
    .subfooter {
        padding-top: 15px;
        box-shadow: 20px 0 0 #eee;
    }
}

@media (min-width: 960px) {
    .subfooter {
        padding-top: 28px;
    }

    .subfooter__col.left {
        width: 32%;
    }

    .subfooter__col.right {
        width: 66%;
    }
}

/* ==========================================================================
  NEWS-SUBFOOTER
   ========================================================================== */
.news--subfooter .news__item {
    padding-bottom: 0;
}

.news--subfooter .news__fig {
    width: 48.5%;
    margin-top: 3px;
}

    .news--subfooter .news__fig img {
        width: 100%;
    }

.news--subfooter .news__txt {
    width: 48%;
    font-size: 14px;
}

    .news--subfooter .news__txt h2,
    .news--subfooter .news__txt h3 {
        padding-bottom: 8px;
        font-size: 16px;
    }

/* ==========================================================================
  HLIST
   ========================================================================== */
.hlist p {
    padding: 5px 0 0 0;
    color: #4a4a4a;
}

.hlist__items {
    padding: 0 0 10px 0;
}

    .hlist__items li {
        padding: 5px 0;
    }

    .hlist__items a {
        position: relative;
        display: inline-block;
        padding: 0 0 0 26px;
        color: #4A4A4A;
        text-decoration: none;
    }

        .hlist__items a:hover,
        .hlist__items a:focus {
            color: #ec008c;
        }

    .hlist__items .icon {
        position: absolute;
        top: 2px;
        left: 0;
    }

/* ==========================================================================
  DASH
   ========================================================================== */
.dash {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
}

@media (min-width: 768px) {
    .dash {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -34px;
    }
}

.dash__item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 39px 0;
    background: #f6f6f6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    font-weight: 300;
}

.dash__item--no-meta {
    padding-bottom: 0;
}

.dash__item--alert {
    padding-bottom: 113px;
}

@media (max-width: 767px) {
    .dash__item--hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .dash__item {
        width: 48%;
        margin-bottom: 34px;
    }

        .dash__item:nth-child(2n) {
            margin-left: 4%;
        }
}

@media (min-width: 960px) {
    .dash__item {
        width: 32.16%;
        margin-bottom: 34px;
    }
}

.dash__item--primary {
    background: #f70443;
    color: #fff;
}

    .dash__item--primary .dash__head {
        color: #fff;
    }

.dash__item--light {
    background: transparent;
    box-shadow: none;
}

.dash__head {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 8px 20px 0 20px;
    font-size: 18px;
    line-height: 1.2;
    color: #231F20;
}

    .dash__head p {
        padding-bottom: 0;
    }

@media (min-width: 768px) {
    .dash__head {
        font-size: 20px;
    }
}

.dash__content {
    box-sizing: border-box;
    float: left;
    width: 100%;
    min-height: 174px;
    padding: 0 20px;
    line-height: 1.5;
}

    .dash__content p {
        padding: 5px 0;
    }

    .dash__content .xl {
        padding: 10px 0 3px 0;
        font-size: 40px;
        line-height: 1.1;
    }

.dash__tab {
    float: left;
    width: 100%;
    display: none;
}

    .dash__tab:first-child {
        display: block;
    }

.dash__tabs {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

    .dash__tabs li {
        float: left;
        padding: 0 0 5px 0;
    }

    .dash__tabs a {
        display: block;
        padding: 10px 16px;
        background: transparent;
        color: #ec008c;
        line-height: 1;
        outline: none;
        border: 1px solid #ec008c;
        border-left-width: 0;
    }

    .dash__tabs li:first-child a {
        border-radius: 8px 0 0 8px;
        border-left-width: 1px;
    }

    .dash__tabs li:last-child a {
        border-radius: 0 8px 8px 0;
    }


    .dash__tabs a:hover,
    .dash__tabs a.active {
        background-color: #ec008c;
        color: #fff;
    }

.dash__tabs--right li {
    float: right;
}

    .dash__tabs--right li:first-child a {
        border-radius: 0 8px 8px 0;
        border-left-width: 0px;
    }

    .dash__tabs--right li:last-child a {
        border-radius: 8px 0 0 8px;
        border-left-width: 1px;
    }

.dash__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 7px 20px;
    background: #201d1e;
    border-radius: 0 0 8px 8px;
    color: #fff;
}

    .dash__meta a {
        color: #fff;
        text-decoration: underline;
    }

        .dash__meta a:hover,
        .dash__meta a:focus {
            text-decoration: none;
        }

    .dash__meta .btn {
        text-decoration: none;
        padding: 0 12px;
        line-height: 1.6;
        font-weight: 300;
    }

.dash__list {
    padding: 7px 0 12px 0;
}

    .dash__list li {
        padding: 5px 0 5px 28px;
    }

        .dash__list li:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0px;
            width: 16px;
            height: 16px;
            background: #ec008c;
            border-radius: 50%;
        }

        .dash__list li.active:after {
            background: url(../../Files/images/dash-list.svg) no-repeat 0 0;
            background-size: 16px 16px;
            border-radius: 0;
        }

.dash__info {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
}

    .dash__info:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background: #d8d8d8;
    }

    .dash__info .col {
        box-sizing: border-box;
        width: 48%;
        padding: 0 10px;
        font-size: 16px;
        text-align: center;
        line-height: 1.3;
    }

    .dash__info p {
        padding: 0;
    }

        .dash__info p.xl {
            overflow: hidden;
            padding: 10px 0 0 0;
            font-size: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.dash__alert {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    background: #ec008c;
    border-radius: 0 0 8px 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}

    .dash__alert &gt; div {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
    }

    .dash__alert p {
        padding: 2px 0;
    }

    .dash__alert .xl {
        font-size: 40px;
        text-transform: uppercase;
    }

        .dash__alert .xl .none-transform {
            text-transform: none;
        }

    .dash__alert.red {
        background: #e63462;
    }

        .dash__alert.red .xl {
            font-size: 24px;
        }

.dash__status {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0 124px 0 20px;
}

    .dash__status .xl {
        padding: 0;
        font-size: 20px;
    }

.dash__states {
    float: left;
    width: 100%;
}

.dash__state {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #9b9b9b;
    line-height: 1.3;
}

    .dash__state:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .dash__state p {
        padding: 0;
    }

    .dash__state a[href^="tel"] {
        color: #9b9b9b;
    }

    .dash__state.is-active {
        color: #231f20;
    }

        .dash__state.is-active a[href^="tel"] {
            color: #231f20;
        }

.dash__lights {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 24px;
    width: 77px;
    height: 100%;
    background: #231f20;
    border-radius: 8px;
}

.dash__light {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    background: #f6f4f4;
}

    .dash__light.green {
        top: 10%;
        margin-top: 0;
    }

    .dash__light.red {
        top: auto;
        bottom: 10%;
        margin-top: 0;
    }

    .dash__light.green.is-active {
        background: #7ed321;
    }

    .dash__light.orange.is-active {
        background: #ea712b;
    }

    .dash__light.red.is-active {
        background: #fe0007;
    }

.dash__headline {
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
}

.dash__headline--small {
    font-size: 15px;
}

.dash__chart {
    width: 100%;
    height: 280px;
    margin: 10px auto;
}

.dash__col {
    float: left;
    width: 50%;
}

    .dash__col .dash__chart {
        height: 230px;
    }

.dash__box {
    margin: 0 0 30px 0;
    padding: 0 0 39px 0;
    background: #f6f6f6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    font-weight: 300;
}

.dash__remark {
    color: #9B9B9B;
    text-align: center;
    font-size: 18px;
}

    .dash__remark p {
        padding: 0;
    }

    .dash__remark .help-link {
        position: relative;
        top: -2px;
        vertical-align: middle;
    }

.dash__box--alert {
    background: #f70443;
    color: #fff;
}

    .dash__box--alert .dash__head {
        color: #fff;
    }

.dash__txt {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 20px;
    line-height: 1.5;
}

    .dash__txt p {
        padding: 5px 0;
    }

    .dash__txt .xl {
        padding: 10px 0 3px 0;
        font-size: 40px;
        line-height: 1.1;
    }

/* ==========================================================================
  MINI CHART
   ========================================================================== */
.mini-chart {
    position: relative;
    margin: 18px 0 20px 0;
}

.mini-chart__area {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 55px;
    border: 1px solid #ec008c;
    border-radius: 8px;
}

.mini-chart__bar {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    height: 100%;
    background: #ec008c;
    color: #fff;
    text-align: center;
    cursor: default;
}

.mini-chart__value {
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    display: block;
    max-width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ec008c;
    font-size: 16px;
    line-height: 53px;
    font-weight: 700;
    text-align: center;
}

.mini-chart__bar .mini-chart__value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.2;
}

.mini-chart__value span {
    display: block;
    font-weight: 700;
}

.mini-chart__alert {
}

.mini-chart__num {
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 50%;
    color: #b2b2b2;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}

    .mini-chart__num:before {
        content: '';
        position: absolute;
        top: -11px;
        left: 50%;
        width: 2px;
        height: 9px;
        margin-left: -1px;
        background: #acacac;
    }

.mini-chart__num--0 {
    width: 25%;
    left: 0;
    text-align: left;
}

    .mini-chart__num--0:before {
        display: none;
    }

.mini-chart__num--25 {
    left: 0%;
}

.mini-chart__num--50 {
    left: 25%;
}

.mini-chart__num--75 {
    left: 50%;
}

.mini-chart__num--100 {
    left: auto;
    right: 0;
    width: 25%;
    text-align: right;
}

    .mini-chart__num--100:before {
        display: none;
    }

.mini-chart--alert .mini-chart__bar {
    background: #E63462;
}

/* ==========================================================================
    MESSAGES
   ========================================================================== */
.messages {
    width: 100%;
    max-width: 838px;
    margin: auto;
}

    .messages h1 {
        padding-top: 0;
        font-size: 20px;
        font-weight: 300;
    }

.messages__item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #ec008c;
    border-radius: 8px;
}

.messages__head {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 40px 15px 60px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

@media (min-width: 768px) {
    .messages__head {
        padding: 15px 40px 15px 78px;
    }
}

.messages__head p {
    padding: 0;
    font-weight: 700;
}

.messages__head .icon--arrow-down {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 12px;
    margin-top: -6px;
}

@media (min-width: 768px) {
    .messages__head .icon--arrow-down {
        right: 27px;
    }
}

.messages__item.open .messages__head .icon--arrow-down {
    transform: rotate(180deg);
}

.messages__date {
    color: #9b9b9b;
    font-weight: 300;
    font-size: 14px;
}

.messages__icons {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -8px;
}

@media (min-width: 768px) {
    .messages__icons {
        left: 27px;
    }
}

.messages__icons .icon {
    transition: color 0.3s ease-in-out;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 20px;
}

.messages__item.open .messages__icons .icon__svg {
    fill: #000;
}

.messages__content {
    padding: 0 10px 0 60px;
    color: #231f20;
    font-size: 14px;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .messages__content {
        padding: 0 40px 0 78px;
    }
}

.messages__content p {
    padding: 5px 0;
}

.messages__content ul {
    padding-top: 5px;
    padding-bottom: 5px;
}

.messages__meta {
    padding: 5px 0 20px 0;
}

@media (min-width: 768px) {
    .messages__meta {
        text-align: right;
    }
}

.messages__meta a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 34px;
    color: #231f20;
    text-decoration: underline;
}

.messages__meta .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    margin-top: -9px;
}

.messages__meta .icon__svg {
    fill: #231f20;
}

.messages__meta a:hover {
    color: #ec008c;
}

    .messages__meta a:hover .icon__svg {
        fill: #ec008c;
    }

.messages__more {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .messages__more {
        padding-top: 50px;
    }
}

.messages__more .btn {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    max-width: 305px;
    font-size: 14px;
}

/* ==========================================================================
    HIDE-TABLET
   ========================================================================== */
@media (min-width: 650px) {
    .hide-tablet {
        display: none !important;
    }
}

/* ==========================================================================
    HIDE-TABLET--XL
   ========================================================================== */
@media (min-width: 768px) {
    .hide-tablet--xl {
        display: none !important;
    }
}

/* ==========================================================================
    DIALOG MEDIUM
   ========================================================================== */
.dialog__border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ec008c;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 650px) {
    .dialog__border {
        height: 13px;
    }
}

.dialog--medium {
    padding-top: 25px;
    max-width: 830px;
    font-size: 14px;
    line-height: 1.4;
}

@media (min-width: 650px) {
    .dialog--medium {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.dialog--medium p {
    padding: 9px 0;
}

.dialog--medium h2 {
    padding-top: 0;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 400;
}

.dialog--medium table {
    margin: 9px 0;
}

.dialog--large {
    max-width: 942px;
}

.dialog__close {
    position: absolute;
    top: 27px;
    right: 3%;
    width: 22px;
    height: 22px;
    background: none;
    border: 0;
    border-radius: inherit;
    line-height: 1;
    text-indent: 0;
    outline: none;
}

@media (min-width: 650px) {
    .dialog__close {
        top: 40px;
    }
}

.dialog__close:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 18px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}

.dialog__close:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 18px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}

.icon--dialog-close {
    width: 22px;
}

    .icon--dialog-close .icon__svg {
        fill: #fff;
    }

.dialog__close--primary:before,
.dialog__close--primary:after {
    background: #fff;
}

/* ==========================================================================
    DIALOG SMALL
   ========================================================================== */
.dialog--small {
    max-width: 540px;
}

/* ==========================================================================
    DIALOG C-ZONE
   ========================================================================== */
.dialog--c-zone {
    background: url(../../Files/images/dialog-czone-bg.jpg) no-repeat 50% 0;
    background-size: cover;
    color: #fff;
}

/* ==========================================================================
    C-ZONE
   ========================================================================== */
.c-zone {
    font-size: 20px;
}

    .c-zone .dialog__close {
        top: 10px;
    }

@media (min-width: 650px) {
    .c-zone .dialog__close {
        top: 25px;
    }
}

.c-zone a {
    color: #fff;
}

.c-zone h2 {
    padding-top: 15px;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 650px) {
    .c-zone h2 {
        text-align: left;
    }
}

.c-zone__list li {
    padding: 2px 0 2px 22px;
}

@media (min-width: 650px) {
    .c-zone__list li {
        padding-left: 27px;
    }
}

.c-zone__list li:before {
    box-sizing: border-box;
    top: 9px;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 3px solid #ec008c;
    border-radius: 50%;
}

.c-zone__text {
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 650px) {
    .c-zone__text {
        padding-top: 60px;
    }
}

.c-zone__divider {
    height: 1px;
    margin: 10px 0;
    background: #fff;
    opacity: 0.19;
}

.c-zone__check {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 410px;
    margin: 10px auto;
    padding: 15px 30px;
    background: #ec008c;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.2;
}

@media (min-width: 650px) {
    .c-zone__check {
        padding: 20px 30px;
    }
}

.c-zone__check .fake-input {
    z-index: 1;
    margin: 0;
    padding-top: 0;
    padding-left: 40px;
}

.c-zone__check .fake-check {
    top: 50%;
    margin-top: -11px;
}

.c-zone__check .click-area {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
}

/* ==========================================================================
    GPRICE
   ========================================================================== */
.gprice {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 650px) {
    .gprice {
        flex-direction: row;
        justify-content: space-between;
    }
}

.gprice__col {
    width: 100%;
    margin: 12px 0 8px 0;
    border-radius: 8px;
}

.gprice__col--bg {
    background: #f6f6f6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}

@media (min-width: 650px) {
    .gprice__col {
        width: 47.21%;
    }
}

.gprice__table {
    margin: 12px 0;
    border: 1px solid #d3d2d3;
    border-radius: 8px;
}

    .gprice__table table {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        border: 0;
        border-radius: 8px;
    }

        .gprice__table table th {
            padding: 13px 15px;
            background: #ec008c;
            border: 0;
            color: #fff;
        }

            .gprice__table table th:first-child {
                border-radius: 8px 0 0 0;
            }

            .gprice__table table th:last-child {
                border-radius: 0 8px 0 0;
            }

    .gprice__table tbody,
    .gprice__table tr {
        border-radius: 8px;
    }

    .gprice__table table td {
        padding: 5px 15px;
        border: 0;
    }

    .gprice__table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 8px;
    }

    .gprice__table tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 0;
    }

    .gprice__table table td.head {
        background: #f5f2f2;
        font-weight: 700;
    }

    .gprice__table table .border td {
        border-bottom: 1px solid #d3d2d3;
    }

    .gprice__table tbody tr:last-child td {
        border-bottom: 0;
    }

.gprice__box {
    padding: 15px 15px 10px 15px;
}

@media (min-width: 650px) {
    .gprice__box {
        padding: 15px 25px 10px 25px;
    }
}

.gprice__box p {
    padding: 5px 0;
}

.gprice__box .btn--medium {
    margin-bottom: 15px
}

.gprice__form {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 15px 0;
}

    .gprice__form input[type=text] {
        transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
        box-sizing: border-box;
        float: left;
        width: calc(100% - 95px);
        height: 44px;
        background: #fff;
        padding: 10px;
        border: 1px solid #cdcdcd;
        border-radius: 8px;
        outline: none;
        color: #4a4a4a;
        font-size: 16px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
    }

        .gprice__form input[type=text]:focus {
            border-color: #b3b3b3;
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
        }

    .gprice__form .btn {
        float: right;
        width: 86px;
        height: 44px;
        padding: 0;
        font-weight: 400;
        text-align: center;
        font-size: 14px;
        font-family: 'Nunito Sans', sans-serif;
    }

    .gprice__form .error {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        color: #ec008c;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
    }

        .gprice__form .error.rel {
            position: relative;
        }

/* ==========================================================================
    C-ZONE
   ========================================================================== */
@media (min-width: 650px) {
    .app-article {
        margin-top: 14px;
    }
}

.app-article__fig {
    float: right;
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: center;
}

@media (min-width: 650px) {
    .app-article__fig {
        width: 170px;
        margin: -14px 5% 0 10%;
    }
}

.app-article__fig .main {
    margin: 0 0 20px 0;
}

.app-article__fig img {
    margin: auto;
}

.app-article__qr {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 16px auto;
    padding: 0 0 5px 0;
    background: #f6f6f6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
    border-radius: 8px;
}

    .app-article__qr span {
        display: block;
        padding: 10px 0 0 0;
        font-weight: 700;
    }

.app-article__fig-right {
    float: right;
    width: 170px;
    margin: 0;
    text-align: right;
}

    .app-article__fig-right .main {
        margin: 0 0 20px 0;
    }

    .app-article__fig-right img {
        margin: auto;
    }

.app-article__qr-right {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 16px auto;
    padding: 0 0 5px 0;
    background: #f6f6f6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
    border-radius: 8px;
    text-align: center;
}

    .app-article__qr-right span {
        display: block;
        padding: 10px 0 0 0;
        font-weight: 700;
    }

/* ==========================================================================
    CBOX
   ========================================================================== */
@media (min-width: 960px) {
    .cbox__item--last {
        padding-left: 39px;
    }
}

/* ==========================================================================
    SEARCH
   ========================================================================== */
.search {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 12px 12px 2px 12px;
    background: #f6f4f4;
    border-radius: 8px;
}

.search--top {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .search {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }
}

@media (min-width: 960px) {
    .dash + .search {
        margin-top: 80px;
    }

    .dash + .search--top {
        margin-top: 40px;
    }
}

.search .btn--xl {
    display: inline-block;
    min-width: 160px;
    margin: 0;
}

@media (max-width: 649px) {
    .search .btn--xl {
        display: block;
        width: 100%;
    }

        .search .btn--xl + .btn--xl {
            margin-top: 10px;
        }
}


.search ::-webkit-input-placeholder {
    color: #9b9b9b;
}

.search :-moz-placeholder {
    color: #9b9b9b;
}

.search ::-moz-placeholder {
    color: #9b9b9b;
}

.search :-ms-input-placeholder {
    color: #9b9b9b;
}

.search__row {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

@media (max-width: 767px) {
    .search__row.hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .search__row--1 {
        width: 15.5%;
    }

    .search__row--2 {
        width: 22%;
        margin-left: 4%;
    }

    .search__row--3 {
        width: 14%;
        margin-left: 4%;
    }

        .search__row--3 + .search__row--3 {
            margin-left: 2%;
        }

    .search__row--4 {
        width: 20%;
        margin-left: 4%;
    }
}

.search__input {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 34px;
    background-color: #fff;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAA55JREFUWAm9V0FrE1EQ7m4SAgkieBKTHhRKomf1lEoF20NokR7iLyhFLz16EMF69SgeQmkPHm0O0qan9mCwnhTRm24LHjQpnoQeWigxjd8X9i3zXne3u1ubhfBm5s18b97MvHkv1sgp38zMTPn4+Pg+1Cb7/f6oZVlXaAJ6D/QvkFu2ba81m83vlJ/1s4IA4MgtOPICC08E6Ug5nGvBscdw7JOUx6VPODQ/P59pt9svAfQwLpirXy8WiwtLS0vdJPaaQ7Va7dLh4eFbROVOEjBlg2i9z+Vys41G44+SRR1tpcjIhDiziUXm0ul0OZ/PX+CPNGWw31QYauSGiEVMJYs6ppWimyYzMk4qlZpDXXxQemJ0QPO3gnqr9Hq9ZdAlNU+nXMxHShZlHKSMBQzAj9IAu3/nhn1fyoNopPuiG+G7Ugcbuh2n0Acp42mSIKCdOM7QFvWyTxvaklefD7aa8h0t9hlE55ucxa7GA9Ik1XxpN33bchJ414EXqU/ZbtOT9ptJnSGIa6sVus8acj2NZsompQS1syr5JDQi0jDstDWMOY21cRpGpQRgfidKqpxKY1Naysw1wgBsGA/uJqWUzWY7ik46mhjmGmG4XmMMUzrrHCKk3QhheEzZnlQ4OjoqSD4J7YPxOyoOU8YnhPehBVQ8JiGBTY4bpj8MPpBlyrbkLMAeSD4JjU3VpB02rbUBOWfSeMLYa4Zwis3NkEVmXdspaYCT25R8GG2zg2IHLamEHS7zbpKyKDRtaCt1gb2OT7tO5LxJD04ZX3rGRIkXZRyn1OUKHO/GhzM9RGfRwA5lU5zd2dnZGxsbuwzyptC+2u12Z8vl8lfM/xTyEyTThJPFtEj7EWz0KTJgdu0T9lLgvYf47Ox0OjdQ1PJNVEIKtqvVKh9oq+ziqunxaGOuwkOAUasZd4GDTCazIheLQmsNC2H/L09YLHyAX145gEg939jYWFR82Kh1ar6BC4XCPRjUw4yC5lgzWPwJonhN6uC2fzY9Pb0oZUG0FiGphLqI+zdonQWME/WFOEhzX+KRjhKpQVGbhuRZ6Lu7u69R1G/AtrF7Ov8XQxYj/+Kww38GX8eDfwEpeeU4jndFlEolC/U1AR3vI085sFue0CACI2ToJWKZJqbLNA6LVGCETJAkPCMRN1Ln6hA3Edepc3corlNDcSiOU0NzKKpTWmOk0Xl/7Ng8ZUHrDDVCygmz0MPagLIZysg+FfVKGYpDfov8A28yvIDBzS/yAAAAAElFTkSuQmCC');
    background-size: 18px 18px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    outline: none;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

    .search__input:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

.search__input--date {
    padding: 10px 40px 10px 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAABGdBTUEAALGPC/xhBQAAAdlJREFUWAntWMttwzAMjYRs0FPQ7tBbh0iyQJv56hGyRE7doWhOXSEun9pnKJTssjaRGkEECNTniXwk9TG8WEhZr9ctJEvQA2lCD6IfMYNGPrnE4H6/D5DVAnTdSAHPFReTycIQIoTwYTKUHNGc0WeF7eQYGhqIMRaAjkOcCCzCjol8IYi/ythLt0I1YowPIN4LAP50Or0n79TispvbLme/uXWaAO5b0IFqWjhmCqZJkynBNJvkEPkcWMOFzWbTtG37nAPHtKOHEhg2RXKIIfPYKSKYE+xDDu194kxpI3hIuikqXLO4UWPmxihst9t7HM6aFeuY3G+fZ9jajj0D/HRqOHfXDmJsVbNuGGskQbu/n+y65sbLtRcvRQs3Rd3OHrujecj9GTEZtMA+pIWtG6MrVtSln8G1BJbYXF5xjFyuEXxKxuK+zSNobIuOp95PY31UxmaTXKz63LJPw1Nleh7lC+lN6t1UZVPWI+VSH5fyVuNB+1cycAQBkXpAysa+rtDjXVaz20OzI+R2WY/Nnb4O5h8h7an2QM+zP/XipJ7ZRehGiKnpk7OLUHHsNXOvzar19vVnF6Ebob5UcfzXn4EEXkg2UTbtDn8gxWAj9Xghw7kZ2GzAAVy+AJioq812cJ5gAAAAAElFTkSuQmCC');
    background-size: 18px 20px;
    background-position: 90% 50%;
}

.search__input--delete {
    padding-right: 38px;
}

@media (min-width: 768px) {
    .search__input {
        padding-left: 58px;
        background-position: 18px 50%;
    }

    .search__input--date {
        padding: 10px 40px 10px 20px;
        background-position: 90% 50%;
    }
}

.search__select {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 20px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    outline: none;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

    .search__select:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

.search .show-mobile {
    display: none;
}

@media (max-width: 767px) {
    .search .show-mobile {
        display: block;
    }
}

/* ==========================================================================
    FLEX-TABLE
   ========================================================================== */
.flex-table {
    float: left;
    width: 100%;
}

    .flex-table table {
        overflow: hidden;
        width: 100%;
        margin: 0 0 18px 0;
        border-collapse: separate;
        border: 1px solid #d8d8d8;
        border-radius: 8px;
    }

    .flex-table th {
        height: 27px;
        padding: 10px 0 10px 15px;
        background: #ec008c;
        border-color: #ec008c;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
    }

        .flex-table th:last-child {
            padding-right: 15px;
        }

    .flex-table table thead tr:first-child th:first-child {
        border-radius: 8px 0 0 0;
    }

    .flex-table table thead tr:first-child th:last-child {
        border-radius: 0 8px 0 0;
    }

    .flex-table td {
        transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
        padding: 9px 0 9px 15px;
        border: 0;
        border-top: 1px solid #d8d8d8;
        font-size: 12px;
        word-break: break-word;
    }

        .flex-table td.small {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .flex-table td.w40 {
            width: 40px;
        }

        .flex-table td.w50 {
            width: 50px;
        }

        .flex-table td.w60 {
            width: 60px;
        }

        .flex-table td.w70 {
            width: 70px;
        }

        .flex-table td.w80 {
            width: 80px;
        }

        .flex-table td.w90 {
            width: 90px;
        }

        .flex-table td.w100 {
            width: 100px;
        }

        .flex-table td.w110 {
            width: 110px;
        }

        .flex-table td.w120 {
            width: 120px;
        }

        .flex-table td.w130 {
            width: 130px;
        }

        .flex-table td.w140 {
            width: 140px;
        }

        .flex-table td.w150 {
            width: 150px;
        }

        .flex-table td.w160 {
            width: 160px;
        }

        .flex-table td.w170 {
            width: 170px;
        }

        .flex-table td.w180 {
            width: 180px;
        }

        .flex-table td.w190 {
            width: 190px;
        }

        .flex-table td.w200 {
            width: 200px;
        }

        .flex-table td.w210 {
            width: 210px;
        }

        .flex-table td.w220 {
            width: 220px;
        }

        .flex-table td.w230 {
            width: 230px;
        }

        .flex-table td.w240 {
            width: 240px;
        }

        .flex-table td.w250 {
            width: 250px;
        }

        .flex-table td.w260 {
            width: 260px;
        }

        .flex-table td.w270 {
            width: 270px;
        }

        .flex-table td.w280 {
            width: 280px;
        }

        .flex-table td.w290 {
            width: 290px;
        }

        .flex-table td.w300 {
            width: 300px;
        }

        .flex-table td:last-child {
            padding-right: 15px;
        }

    .flex-table table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 8px;
    }

    .flex-table table tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 0;
    }

    .flex-table table tbody tr:nth-child(2n) td {
        background: #f6f4f4;
    }

.flex-table--with-space {
    margin-top: 40px;
}

.flex-table--clickable table tbody tr {
    cursor: pointer;
}

    .flex-table--clickable table tbody tr:hover td {
        background-color: #ec008c;
        color: #fff
    }

.flex-table--transaction table tbody tr:nth-child(2n) td {
    background: transparent;
}

.flex-table table a {
    color: #4a4a4a;
    text-decoration: underline;
}

    .flex-table table a:hover,
    .flex-table table a:focus {
        color: #ec008c;
        text-decoration: none;
    }

.flex-table td input[type=text] {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    width: 84px;
    height: 27px;
    padding: 3px 8px;
    background: transparent;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    color: #4a4a4a;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    outline: none;
}

    .flex-table td input[type=text]:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .flex-table td input[type=text].error,
    .flex-table td input[type=text].error:focus {
        border-color: #ec008c;
        -webkit-box-shadow: 0 0 4px #ec008c;
        -moz-box-shadow: 0 0 4px #ec008c;
        box-shadow: 0 0 4px #ec008c;
    }

.flex-table td input.mini {
    width: 100%;
    font-size: 13px;
}

.flex-table td input.tiny {
    width: 100%;
    height: 40px;
    font-size: 13px;
}

.flex-table td .combo.mini select {
    font-size: 13px;
}

.flex-table .is-active td {
    background: #fef0f7 !important;
    border-top: 1px solid #e90081;
}

.flex-table tr.dark td {
    background: #f6f4f4;
}

    .flex-table tr.dark td input,
    .flex-table tr.dark td select {
        background: #fff;
    }

.flex-table tr.same-width td {
    width: 16.6%;
}

    .flex-table tr.same-width td:first-child {
        width: auto;
    }

.flex-table .cell-remove,
.flex-table tr.same-width .cell-remove {
    width: 16px;
}

.flex-table tr.highlight td, .flex-table tr.highlight a {
    color: #f70443;
}

.flex-table tr.bolder td, .flex-table tr.bolder a {
    font-weight: 800;
}

.flex-table tr span.magenta {
    color: #ec008c;
}


.flex-table .no-break {
    word-break: initial;
}

.flex-table .fake-input {
    margin-right: 0;
    padding: 0 0 0 28px;
}

    .flex-table .fake-input .fake-txt {
        white-space: nowrap;
        line-height: 22px;
    }

.flex-table .remove {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #ec008c;
    border-radius: 50%;
    outline: none !important;
}

    .flex-table .remove:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 7px;
        width: 2px;
        height: 8px;
        background: #fff;
        transform: rotate(45deg);
    }

    .flex-table .remove:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 7px;
        width: 2px;
        height: 8px;
        background: #fff;
        transform: rotate(-45deg);
    }

.flex-table__btn {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -6px 0 -5px 0;
    background: #d8d8d8;
    border-radius: 6px;
    color: #9b9b9b;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

    .flex-table__btn:hover,
    .flex-table__btn:focus {
        background: #9b9b9b;
        color: #fff !important;
    }

.flex-table--nastaveni td.width-120 {
    min-width: 120px;
}

.flex-table--nastaveni td.width-160 {
    min-width: 160px;
}

.flex-table--nastaveni td input[type="text"] {
    background: #fff;
}

    .flex-table--nastaveni td input[type="text"][readonly] {
        background: #f0f0f0;
    }

.flex-table--nastaveni td input[type="checkbox"]:not(:disabled) + .fake-check {
    background: #fff;
}

.flex-table--nastaveni td input[type="checkbox"]:disabled + .fake-check {
    border: none;
}

@media (max-width: 767px) {
    .flex-table .hide-mobile {
        display: none !important;
    }

    .flex-table th:before {
        content: attr(data-label);
        display: block;
    }

    .flex-table td:before {
        content: attr(data-label);
        display: inline-block;
        vertical-align: top;
        margin: 0 0 5px 0;
    }

    .flex-table td.magenta-before:before {
        color: #ec008c;
    }

    .flex-table tr.dark td {
        border-top: 0;
    }
}

@media(min-width:768px) {
    .flex-table .show-mobile {
        display: none !important;
    }
}

.flex-table__btns {
    float: left;
    width: 100%;
    margin: 18px 0;
    text-align: right;
}

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

.flex-table--special table {
    /*table-layout: fixed;*/
}

.flex-table--special .head {
    display: none;
    border-radius: 8px 8px 0 0;
    font-size: 13px;
}

    .flex-table--special .head div {
        padding: 0 0 0 15px;
        float: left;
        font-weight: 400;
    }

        .flex-table--special .head div:first-child {
            padding-left: 0;
        }

    .flex-table--special .head strong {
        display: block;
        font-weight: 700;
        font-size: 14px;
    }

.flex-table--special th {
    font-size: 13px;
}

    .flex-table--special th:last-child {
        padding-right: 0;
    }

.flex-table--special .text-width-last {
    width: 160px;
}

@media (max-width: 767px) {
    .flex-table--special {
        margin-bottom: -5px;
    }

        .flex-table--special table {
            margin-bottom: 0;
            border: 0;
        }

        .flex-table--special thead {
            display: none;
        }

        .flex-table--special .head {
            display: block;
        }

        .flex-table--special tbody tr {
            display: block !important;
            margin: 0 0 25px 0;
            border: 1px solid #d8d8d8;
            border-radius: 8px;
        }

        .flex-table--special td {
            box-sizing: border-box;
            display: block !important;
            width: 100%;
            padding: 10px 15px;
        }

        .flex-table--special tbody tr.dark {
            padding: 10px 0;
            background: #f6f4f4;
        }

            .flex-table--special tbody tr.dark td {
                padding: 5px 15px;
            }

        .flex-table--special td.small {
            padding: 10px 15px;
        }

        .flex-table--special table tbody tr:nth-child(2n) td {
            background: transparent;
        }

        .flex-table--special td:before {
            font-weight: 700;
        }

        .flex-table--special td input[type=text],
        .flex-table--special td select {
            width: 100%;
            margin: 5px 0 0 0;
        }

        .flex-table--special td:nth-child(2n),
        .flex-table--special table tbody tr:nth-child(2n) td:nth-child(2n) {
            background: #f6f4f4;
        }

        .flex-table--special tr.same-width td {
            width: 100%;
        }

    .flex-table .cell-remove {
        text-align: center;
    }

    .flex-table--special .cell-remove {
        width: 100% !important;
    }
}

.flex-table tr.align-top td {
    vertical-align: top;
}

@media (min-width: 768px) {
    .flex-table tr.align-top .row-number {
        position: relative;
        top: 12px;
    }

    .flex-table tr.align-top .fake-input {
        margin-top: 8px;
    }

    .flex-table tr.align-top .remove {
        margin-top: 10px;
    }
}

.flex-table-add {
    float: left;
    width: 100%;
    margin: -5px 0 15px 0;
    text-align: center;
}

.flex-table-add--nastaveni {
    font-size: 14px;
}

@media (min-width: 768px) {
    .flex-table-add {
        text-align: right;
    }

    .flex-table-add--nastaveni {
        text-align: center;
    }

    .flex-table--special .width-10 {
        width: 10%;
    }

    .flex-table--special .width-12 {
        width: 12%;
    }

    .flex-table--special .width-14 {
        width: 14%;
    }

    .flex-table--special .width-16 {
        width: 16%;
    }

    .flex-table--special .width-18 {
        width: 18%;
    }

    .flex-table--special .width-20 {
        width: 20%;
    }
}

.flex-table-add a {
    color: #4a4a4a;
    font-weight: 700;
    text-decoration: underline;
    outline: none !important;
}

    .flex-table-add a:hover {
        color: #ec008c;
    }

.flex-table-template {
    display: none;
}

.flex-table--transaction tr.total td,
.flex-table--transaction tr.sub-total td {
    background: #e4e3e4 !important;
    color: #4a4a4a !important;
    font-weight: 700;
    font-size: 14px;
}

    .flex-table--transaction tr.sub-total td.col-rel {
        position: relative;
    }

        .flex-table--transaction tr.sub-total td.col-rel .val-abs {
            position: absolute;
            white-space: nowrap;
            left: 15px;
            overflow: hidden;
            width: 100%;
            text-overflow: ellipsis;
        }

.flex-table--transaction .mobile {
    display: none;
    font-weight: 400;
}

@media (max-width: 767px) {
    .flex-table--transaction tr.total {
        display: none;
    }

        .flex-table--transaction tr.total td,
        .flex-table--transaction tr.sub-total td {
            font-size: 12px;
        }

    .flex-table--transaction .mobile {
        display: block;
    }

    .flex-table--transaction td:before {
        display: block;
        margin: 0;
    }

    .flex-table--transaction td:after {
        display: block;
        margin: 0;
        content: attr(data-label-after);
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .flex-table--transaction .cell-1 {
        width: 16%;
    }

    .flex-table--transaction .cell-2 {
        width: 10%;
    }

    .flex-table--transaction .cell-3 {
        width: 11%;
    }

    .flex-table--transaction .cell-4 {
        width: 6%;
    }

    .flex-table--transaction .cell-5 {
        width: 13%;
    }

    .flex-table--transaction .cell-6 {
        width: 6%;
    }

    .flex-table--transaction .cell-7 {
        width: 6%;
    }

    .flex-table--transaction .cell-8 {
        width: 9%;
    }

    .flex-table--transaction .cell-9 {
        width: 7%;
    }

    .flex-table--transaction .cell-10 {
        width: 8%;
    }

    .flex-table--transaction .cell-11 {
        width: 8%;
    }
}

/* ==========================================================================
    INFO
   ========================================================================== */
.info {
    margin: 20px 0;
    padding: 15px 3%;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .info .xl {
        font-size: 20px;
    }

    .info table {
        border: 0;
    }

        .info table td {
            border: 0;
            padding: 3px 10px 3px 0;
        }

@media (max-width: 414px) {
    .info table td {
        display: block !important;
    }
}

/* ==========================================================================
    LIMITS
   ========================================================================== */
.limits {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 25px 0;
    padding: 20px 3% 10px 3%;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.limits__item {
    width: 100%;
    margin: 17px 0 0 0;
    padding: 27px 0 0 0;
    border-top: 1px solid #d8d8d8;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}

    .limits__item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .limits__item p {
        padding: 0;
    }

    .limits__item .xl {
        padding: 8px 0 0 0;
        font-size: 40px;
        font-weight: 300;
    }

    .limits__item .btn {
        font-size: 14px;
    }

@media (min-width: 650px) {
    .limits {
        margin-bottom: 37px;
    }

        .limits:before {
            content: '';
            position: absolute;
            top: 10px;
            left: 50%;
            width: 1px;
            height: calc(100% - 20px);
            background: #d8d8d8;
        }

    .limits__item {
        width: 48%;
        margin: 0;
        padding: 0;
        border-top: 0;
    }
}

/* ==========================================================================
    HELP
   ========================================================================== */
.help-link {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    color: #ec008c !important;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none !important;
    outline: none !important;
}

    .help-link:before {
        content: '?';
    }

    .help-link.dark {
        background: #231f20;
        color: #fff !important;
    }

    .help-link.violet {
        background: #ec008c;
        color: #fff !important;
    }

.help {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

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

.help__content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    max-width: 340px;
    margin: 10px auto;
    padding: 10px 20px 20px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.5;
}

/* ==========================================================================
    COMBO
   ========================================================================== */
.combo {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
}

    .combo:hover {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .combo.tiny {
        height: 40px;
    }

    .combo.mini {
        height: 37px;
    }

    .combo.micro {
        height: 34px;
    }

    .combo select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        width: 100%;
        min-width: 100%;
        height: 48px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 18px;
        padding-right: 28px !important;
        background: #fff;
        border: 0;
        outline: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        outline: none !important;
        font-size: 16px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
    }

    .combo.tiny select {
        height: 38px;
    }

    .combo.mini select {
        height: 35px;
    }

    .combo.micro select {
        height: 32px;
        padding-left: 10px;
        padding-right: 20px !important;
        font-size: 14px;
    }

    .combo select::-ms-expand {
        display: none;
    }

    .combo:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 12px;
        width: 10px;
        height: 5px;
        margin-top: -3px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAHDUk5wAAAABGdBTUEAALGPC/xhBQAAAJlJREFUKBWNkYsJwCAQQ6vjiTvV7iSOZ9scROIPFNT7vEuDdTHGVGu9Ly4UELsQwsui3Q6n8qUUN2M/ZKTOgzQNHNqYNBslgX1H8s4E6iq/NKTDiL33z2RyBeWcU3OuxglDCRDyBiJRWCH0pgWYD6/No+fRgV1MB51F/Ze7wbFOIdY7QRZPhEchzi4F2VwJ74Q4c3RDGPsE/gCg91xV3dcfTQAAAABJRU5ErkJggg==');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 10px 5px;
        pointer-events: none;
    }

    .combo.error {
        border-color: #ec008c;
        -webkit-box-shadow: 0 0 4px #ec008c;
        -moz-box-shadow: 0 0 4px #ec008c;
        box-shadow: 0 0 4px #ec008c;
    }

    .combo.transparent {
        border-color: #a4166a;
    }

        .combo.transparent select {
            background: transparent;
            color: #fff;
        }

    .combo.violet {
        border-color: #a4166a;
    }

        .combo.violet select {
            background: #ec008c;
            color: #fff;
        }

/* ==========================================================================
    CLIMIT
   ========================================================================== */
.climit {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}

.climit__header {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 4px 10px;
    background: #ec008c;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 15px;
}

@media (min-width: 650px) {
    .climit__header {
        padding: 4px 20px;
        font-size: 20px;
    }
}

.climit__content {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.climit__col {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 5px 10px;
}

@media (min-width: 650px) {
    .climit__col {
        width: 50%;
        padding: 10px 20px;
    }
}

/* ==========================================================================
    FILE INPUT
   ========================================================================== */
.file-input {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}

    .file-input input {
        overflow: hidden;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-input label:not(.error) {
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        height: 44px;
        padding: 0;
        line-height: 44px;
        cursor: pointer;
    }

    .file-input .btn {
        display: inline-block;
        margin: 0;
        min-width: 125px;
    }

    .file-input span {
        overflow: hidden;
        float: right;
        width: calc(100% - 164px);
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.file-input--xl .btn {
    min-width: 170px;
}

.file-input--xl span {
    width: calc(100% - 220px);
}

.file-input--xxl {
    display: block;
    float: none;
    margin-bottom: 0;
}

    .file-input--xxl label:not(.error) {
        display: block;
        height: 40px;
        line-height: 40px;
    }

    .file-input--xxl .btn {
        display: block;
        padding: 12px 10px;
    }

    .file-input--xxl span {
        display: none;
    }

/* ==========================================================================
    COL-CONTENT
   ========================================================================== */
.col-content {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .col-content {
        width: 60%;
    }
}

/* ==========================================================================
    ASIDE
   ========================================================================== */
.aside {
    float: right;
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .aside {
        width: 32%;
        padding-top: 0;
    }
}

/* ==========================================================================
    SIDE-BOX
   ========================================================================== */
.side-box {
    margin: 0 0 24px 0;
    padding: 10px 8% 10px 8%;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}

    .side-box .xl {
        padding-bottom: 0;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.2;
    }

    .side-box .reset {
        padding: 2px 0 15px 0;
    }

        .side-box .reset a {
            color: #231f20;
            text-decoration: underline;
        }

            .side-box .reset a:hover {
                color: #ec008c;
                text-decoration: none;
            }

/* ==========================================================================
    CONTACTS
   ========================================================================== */
.contacts {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

    .contacts h1 {
        font-size: 26px;
    }

    .contacts h2 {
        padding: 2px 0 10px 0;
        font-size: 20px;
        font-weight: 700;
    }

    .contacts .form {
        margin: 0;
    }

.contacts__header {
    position: relative;
    float: left;
    width: 100%;
}

    .contacts__header .btns {
        position: absolute;
        top: 0;
        right: 0;
    }

    .contacts__header .btn {
        margin: 0 0 0 13px;
    }

@media (max-width: 649px) {
    .contacts__header .btns {
        position: relative;
    }

    .contacts__header .btn {
        min-width: 126px;
        margin: 0 13px 0 0;
        padding: 14px 20px;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    .contacts__header .btns {
        position: relative;
    }

    .contacts__header .btn {
        margin: 0 13px 0 0;
    }
}

.contacts__main {
    float: left;
    width: 100%;
}

.contacts__message {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0 20px 0 46px;
    background: #f6f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}

    .contacts__message:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 18px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(../../Files/images/dash-list.svg) no-repeat 0 0;
        background-size: 16px 16px;
    }

.contacts__row {
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
    border-top: 1px solid #d8d8d8;
}

    .contacts__row:first-child {
        border-top: 0;
    }

    .contacts__row p {
        padding: 0 0 2px 0;
    }

    .contacts__row a {
        color: #4a4a4a;
        text-decoration: underline;
    }

        .contacts__row a:hover {
            color: #ec008c;
            text-decoration: none;
        }

        .contacts__row a[href^="tel"],
        .contacts__row a[href^="sms"] {
            text-decoration: none;
        }

            .contacts__row a[href^="tel"]:hover,
            .contacts__row a[href^="sms"]:hover {
                color: #4a4a4a;
            }

.contacts__col {
    float: left;
    width: 100%;
}

.contacts__col {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

    .contacts__col p {
        padding-top: 10px;
    }

        .contacts__col p:first-child {
            padding-top: 0;
        }

            .contacts__col p:first-child + p {
                padding-top: 0;
            }

@media (min-width: 768px) and (max-width: 1023px) {
    .contacts__col.col-30 {
        width: 50%;
        padding-right: 10px;
    }

        .contacts__col.col-30:nth-child(2n) {
            padding-left: 10px;
            padding-right: 0;
        }

        .contacts__col.col-30:nth-child(2n+1) {
            clear: left;
        }
}

@media (min-width: 1024px) {
    .contacts__col.col-50 {
        width: 50%;
        padding-right: 10px;
    }

        .contacts__col.col-50:nth-child(2n) {
            padding-left: 10px;
            padding-right: 0;
        }

        .contacts__col.col-50:nth-child(2n+1) {
            clear: left;
        }

    .contacts__col.col-30 {
        width: 33.3333%;
        padding-right: 10px;
    }

        .contacts__col.col-30:nth-child(3n) {
            padding-left: 10px;
            padding-right: 0;
        }

        .contacts__col.col-30:nth-child(3n-1) {
            padding-left: 5px;
            padding-right: 5px;
        }

        .contacts__col.col-30:nth-child(3n+1) {
            clear: left;
        }
}

.contacts__group {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 3px 8px 32px 8px;
    background: rgba(216,216,216, .25);
    border-radius: 8px;
}

    .contacts__group.template {
        display: none;
    }

    .contacts__group .contacts__remove {
        top: auto;
        bottom: 10px;
        left: 50%;
        margin-left: -10px;
    }

.contacts__space {
    height: 10px;
}

.contacts__data {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 18px 0;
}

    .contacts__data.template {
        display: none;
    }

.form .contacts__data input[type=text] {
    padding-right: 25px;
}

.contacts__add {
    position: relative;
    float: left;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 3px 0 3px 24px;
    text-decoration: none;
    line-height: 1;
}

    .contacts__add:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 14px;
        margin-top: -8px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAEFCu8CAAAABGdBTUEAALGPC/xhBQAAAJFJREFUSA3tVO0KgDAIXL3/OxcGgkodeAxX4f7sQ73dnbUx5o1DoHaL97yxWbK+avVwiwcauJtdZUxwQccmZsIgTwjCwmAkaPciy0mzQRqVLkzZY6mi9cs0fogq3cf6QvrLoal2H4EDtKvSx+yID1gKg2aaZan5faE6MW0ut5R+bVjJSxRmyfZ/CB0r7+H/LzwBhr8UOH7Ad80AAAAASUVORK5CYII=');
        background-size: 14px 14px;
    }

.contacts__row .contacts__add {
    text-decoration: none;
}

.contacts__data + .contacts__add {
    margin-top: 10px;
}

.contacts__remove {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg);
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAEFCu8CAAAABGdBTUEAALGPC/xhBQAAAJFJREFUSA3tVO0KgDAIXL3/OxcGgkodeAxX4f7sQ73dnbUx5o1DoHaL97yxWbK+avVwiwcauJtdZUxwQccmZsIgTwjCwmAkaPciy0mzQRqVLkzZY6mi9cs0fogq3cf6QvrLoal2H4EDtKvSx+yID1gKg2aaZan5faE6MW0ut5R+bVjJSxRmyfZ/CB0r7+H/LzwBhr8UOH7Ad80AAAAASUVORK5CYII=');
    background-size: 14px 14px;
}

/* ==========================================================================
    PRICE
   ========================================================================== */
.price {
    float: left;
    width: 100%;
}

.price__nav {
    float: left;
    width: calc(100% + 30px);
    margin: 30px 0 0 -15px;
    font-size: 16px;
}

    .price__nav li {
        float: left;
        width: 33.3333%;
    }

    .price__nav a {
        position: relative;
        display: block;
        padding: 20px 0;
        background: #231f20;
        color: #fff;
        text-decoration: none;
        text-align: center;
        outline: none !important;
    }

    .price__nav .now {
        transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        padding: 5px 0;
        background: #231f20;
        border-bottom: 1px solid #404040;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 400;
    }

    .price__nav .active,
    .price__nav .active .now {
        background-color: #ec008c;
    }

@media (min-width: 650px) {
    .price__nav {
        width: 100%;
        margin: 50px 0 0 0;
        font-size: 18px;
    }

        .price__nav a {
            background-color: #ec008c;
            padding: 8px 0 7px 0;
            cursor: default;
        }

        .price__nav .now {
            bottom: 40px;
            padding: 10px 0 2px 0;
            background-color: #ec008c;
            border-radius: 8px 8px 0 0;
            border-bottom: 0;
            font-size: 17px;
            line-height: 1.1;
        }

        .price__nav li:first-child a {
            border-radius: 8px 0 0 8px;
        }

        .price__nav li:last-child a {
            border-radius: 0 8px 8px 0;
        }
}

@media (min-width: 960px) {
    .price__nav {
        box-sizing: border-box;
        padding-left: 350px;
        background: #ec008c;
        border-radius: 8px;
    }

        .price__nav li {
            width: 170px;
        }
}

.price__tabs {
    float: left;
    width: calc(100% + 30px);
    margin: 0 0 10px -15px;
    padding: 5px 0;
    background: #f6f6f6;
}

.price__fragment {
    position: relative;
    padding: 10px 15px;
}

@media (min-width: 650px) {
    .price__tabs {
        display: flex;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
        background: transparent;
    }

    .price__fragment {
        box-sizing: border-box;
        display: block !important;
        float: left;
        width: 33.3333%;
        padding: 10px 0 60px 0;
        border-radius: 0 0 8px 8px;
    }

        .price__fragment.is-selected {
            border-right: 3px solid #ec008c;
            border-bottom: 3px solid #ec008c;
            border-left: 3px solid #ec008c;
        }
}

@media (min-width: 960px) {
    .price__fragment {
        width: 170px;
    }
}

.price__item {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
}

    .price__item ul {
        padding: 0 0 10px 0;
    }

    .price__item li {
        padding: 7px 0;
    }

    .price__item .m-hide {
        display: block;
    }

    .price__item .highlight {
        color: #e40079;
        font-weight: 700;
    }

@media (min-width: 650px) {
    .price__item li {
        padding: 7px 15px;
    }

    #standartni .price__item li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .price__item .zebra {
        background: #f5f2f2;
    }
}

@media (min-width: 960px) {
    .price__item {
        font-size: 18px;
    }

        .price__item li {
            display: block;
            min-height: 24px;
        }

            .price__item li.m-hide {
                display: block;
            }

            .price__item li.u-hide {
                display: block;
            }

        .price__item .tiny {
            padding-top: 20px;
            padding-bottom: 20px;
        }
}

.price__meta {
    float: left;
    width: 100%;
}

@media (min-width: 650px) {
    .price__meta {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
}

.price__active {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 650px) {
    .price__active {
        line-height: 44px;
    }
}

.price__side {
    width: 350px;
    padding: 10px 0 0 0;
    text-align: right;
}

    .price__side .price__item {
        text-align: right;
    }

        .price__side .price__item li {
            padding-right: 5px;
            padding-left: 0;
        }

@media (max-width: 959px) {
    .price__side {
        display: none;
    }
}

.price__bottom {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 959px) {
    .price .u-hide {
        display: none;
    }
}

@media (min-width: 960px) {
    .price .m-hide {
        display: none;
    }
}

/* ==========================================================================
    JQUERY UI DATEPICKER v1.10.4
   ========================================================================== */
.ui-datepicker {
    display: none;
    z-index: 109 !important;
    width: 17em;
    padding: 5px;
    background: #f6f4f4;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

    .ui-datepicker .ui-datepicker-group {
        float: left;
        width: 46%;
        padding: 0 2%;
    }

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 5px 0 10px 0;
        color: #fff;
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 6px;
        display: block;
        width: 14px;
        height: 15px;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            transition: opacity 0.25s ease-in-out;
            width: 8px;
            height: 12px;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -6px 0 0 -4px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAPdJREFUOI2d0z8rhWEcxvHPEZGEV6AMyvAMkjpksypZTGxnNXkXSgw6g+VMDP5k8g6MRzLYDMpMGSRlYHieOzqd07nP7xqf+/5+7+santpr7UAw42gOB+F5XKIYCsDbaKOAQQRjOMEpJtLH3AlzuMBC50FOgy3cdYP7CUZxXL082etSrwmzFbjUr163Bpu4z4E7BSM4xDWmc2D+JszgHMu54P8G68rKA8NJUGAqAifBPtbwEhXALRZxExXAGzawh++IAH5whFU8RwQpbeWkq6gA3pU/0i6+IoKUJlbwFBXAg3LSWVQAH9hBA58RQUoLdTxGBSq4jtYvErkmBFhsX7gAAAAASUVORK5CYII=');
            background-size: 8px 12px;
        }

        .ui-datepicker .ui-datepicker-prev:after {
            transition: opacity 0.25s ease-in-out;
            width: 8px;
            height: 12px;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -6px 0 0 -4px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAPZJREFUOI2d078rRWEcx/EXEUn4C5RBGc4gqUs2q5LFctisJv+FhUF3sNyJwY9M/gPjlQw2g7Irg6QMDOc80e3e7nO/n/E8z/v9fD7DGSrLUjATaI4E4QVcoRgOwDtoo4BBBOM4xRkm08fcCfO4xGLnQU6Dbdx3g/sJxnBSvzzV61KvCXM1uNyvXrcGW3jIgTsFozjCDWZyYP4mzOICK7ng/wYbqsoDw0lQYDoCJ8Eh1vEaFcAdlnAbFcAbNnGA74gAfnCMNbxEBClt1aTrqADeVT/SPr4igpQmVvEcFcCjatJ5VAAf2MUePiOClBYaeIoK1HADrV+G+iWZ6nqIWwAAAABJRU5ErkJggg==');
            background-size: 8px 12px;
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .ui-datepicker .ui-datepicker-prev-hover:before {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .ui-datepicker .ui-datepicker-prev-hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0;
    }

        .ui-datepicker .ui-datepicker-next:before {
            transition: opacity 0.25s ease-in-out;
            width: 8px;
            height: 12px;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -6px 0 0 -4px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAPtJREFUOI2d078rxVEcxvHX90YMwl+gDLcMlKT4H5Qsl24Mt5SFhb9DFpOFhUUy+QtcJV3JYDMoM2XQTVkMx7ebH7fv936e5dTpPO+e53POyV6y3SNsoi2gChq4wUQUAJNoYTUKgCEc4wCDEUCuDVyjGgXANG5RiwJgGKfYx0AEkGsLVxiPAmAWd1iKAmAU59hDfwQAGbZxibEIINe8VGkhCoARTPUFzc9YQzOS4AIzaNLbDD6xg0W85ptlKzxhRfqxP1QmwZkU+Y+5CPAhPeMa3rod6lbhEcu4L4r3X4ITKXKh+TegjXXpft/LmOlUeED9e+1JFRxiLmKGL2XJKQ21Z/bJAAAAAElFTkSuQmCC');
            background-size: 8px 12px;
        }

        .ui-datepicker .ui-datepicker-next:after {
            transition: opacity 0.25s ease-in-out;
            width: 8px;
            height: 12px;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -6px 0 0 -4px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAPtJREFUOI2d008rhFEcxfHPTMRCeAXKYsqCkhTvQclmaB6zUMqGDS/ExsqGDRvJyiswSiLNYnYWyl5ZaFI2FteT/JmeZ35nc+t2z7dzfvfeSpZlx9hGV0BVbOAWU1EATOMO61EAjOAEhxiOAHJt4Qa1KABmcY96FACjOMMBhiKAXDu4xmQUAPN4wEoUAOO4wD4GIwCoYBdXmIgAci1KlZaiABjDzEDQ/IwmWpEEl5hDi/5m8IE9LOMl3yxb4Qlr0o/9oTIJzqXIf8xFgHfpGdfx2utQrwqPWEW7KN5/CU6lyIXm34AuNqX7fStj5rtCB42vtS9VcYSFiBk+AdoKKKIBbpRaAAAAAElFTkSuQmCC');
            background-size: 8px 12px;
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .ui-datepicker .ui-datepicker-next-hover:before {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .ui-datepicker .ui-datepicker-next-hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0;
        color: #231f20;
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-month,
    .ui-datepicker .ui-datepicker-year {
        padding: 0 10px;
    }

    .ui-datepicker .ui-datepicker-month {
        margin-right: -7px;
    }

    .ui-datepicker .ui-datepicker-year {
        margin-left: -7px;
    }

    .ui-datepicker table {
        width: 100%;
        margin: 0;
        border: 0;
        font-size: 13px;
        border-collapse: collapse;
    }

        .ui-datepicker table th {
            padding: 5px 5px 6px 6px;
            background: #ec008c;
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
            color: #fff;
            font-size: 14px;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
        }

            .ui-datepicker table th.ui-datepicker-week-end {
                background: #ec008c;
            }

        .ui-datepicker table td {
            padding: 0;
            border: 0;
        }

            .ui-datepicker table td span,
            .ui-datepicker table td a {
                display: block;
                padding: 5px 5px;
                color: #5a5a5a;
                font-size: 13px;
                text-align: center;
                text-decoration: none;
            }

        .ui-datepicker table .ui-datepicker-unselectable {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

        .ui-datepicker table .ui-state-hover {
            background: #8d8d8d;
            color: #fff;
        }

        .ui-datepicker table .ui-state-highlight,
        .ui-datepicker table .ui-state-active {
            background: #5a5a5a;
            color: #fff;
        }

        .ui-datepicker table .ui-datepicker-today a {
            background: #5a5a5a;
            color: #fff;
        }

    .ui-datepicker .ui-datepicker-prev .ui-icon {
        display: none;
    }

    .ui-datepicker .ui-datepicker-next .ui-icon {
        display: none;
    }

.ui-datepicker-buttonpane {
    float: left;
    width: 96%;
    margin: 0 2%;
    padding: 10px 0 5px 0;
    text-align: center;
}

    .ui-datepicker-buttonpane button {
        display: none;
    }

        .ui-datepicker-buttonpane button.ui-datepicker-close {
            overflow: visible;
            display: inline-block;
            height: 22px;
            padding: 0 10px 3px 34px;
            background: #000;
            border: 0;
            color: #fff;
            font: 13px Arial, sans-serif;
            cursor: pointer;
        }

/* ==========================================================================
    SLIST
   ========================================================================== */
.slist {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    font-size: 14px;
}

.slist__item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 15px 5px 15px;
    background: #f6f4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.slist__meta {
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
}

.slist__fig {
    display: inline-block;
    vertical-align: top;
    width: 124px;
    height: 124px;
    margin: 0 0 16px 0;
    background: #a4166a;
    border-radius: 8px;
    text-align: center;
}

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

    .slist__fig img {
        display: inline-block;
        vertical-align: middle;
        margin: auto;
    }

.slist__activated {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 124px;
    margin: 0 0 16px 0;
    padding: 10px 0;
    background: #a4166a;
    border-radius: 8px;
    color: #fff;
    text-align: left;
}

    .slist__activated p {
        padding: 0 0 0 45px;
    }

        .slist__activated p:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 13px;
            width: 20px;
            height: 20px;
            margin: -10px 0 0 0;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAABGdBTUEAALGPC/xhBQAAA7pJREFUWAm9mT1S3TAUhYHJDCE1NEmat4I0WQbMZCmkgqHxS5ttAAtgA2QBqUgFTdJAmtA8mAkV45xPT9dIsmzL7yd3Rkj379xjS5blx8aGl7quz9QOUTf5I6WmN9mSfm6K+j3GW2rfGUgw/GGQTcfhRDAPNt6U8iwFGJODVxo1hk2JgmqMGyj0GOgxHpuCwQIYE/WMMyNHLsAHZfzOtGt+kB4xecOVc9d1E+D1OiJHMHwsEd3EXZ4ne4AxDcKHWILrFTRRu1a7jBxSmsgUyQINrcXRAsKeYOY7WgBpALpCquwV4gQlBLFJ/YKDAIRxGITNTbb6So5mTtMgAqk/w+FlaoOk3y2/alBDfuiB3PX4HJ2TpHROhfJOANoe5rIKbacRmpJKGOWwd2VsbiigzNNE/c+owrCyp3t2TxhVonDpNxhNfJA9YGa23j1wBmTGsGeF/Q4ryDlV9Q9+1n54H4yQe0sOc1pjC0r6aRiY+LrUK1uITP/fEGCBMWvxvW0lT1yPQM4WACLlNWC9ubqmquu6ZGfSmgnqBQqdSjpUu1Rji2Vv4zXEMisXJeyohTuB1KycDKIq7Sib2m3kFZYX5Zx25/V7WogK3+9PGfTGTAfD8wFXMAtc83sqQxUYS4cOzANGu01YYSkwnzwZC5hlFjA5TwGhz6aZkyEwcm4iQJt+OVLQEjAAHyJALBnQUjDSL1uAKWhQgNsxJIcAZrd7A6JXTAnY/OoUnN6vhsUYMCXNiLcd+1bjdxiWkDfaZJ9sx+7fbYerHAMWhYnydnOt4wbxqSFClSKs2xF4+2l+VhcgE5WdfV+syiaONfpC1UAxX7PVQbBSG/9y6yMqQDbzMbdV4UUCZtkUpASVyAJa+JVVRC8OotZ2yiOrK3DsizkutZz28s2YshMux4+75fBHZbMmv2YymPr4y0IGnrJZJngdJohFD4r0dO+Gy0uMFJLWLS1izKKKpuSMx/y1KO2zWdbUjyUW0nCvz2+hJTNmnSxyh5chZjTcgcH9dmKWoJ+GD5LsQ28DS10FMcN6ZA1E36Dm8X1EEsKydxFdJTGjcU3Bc9N6+j6i6yBmVM4gODGtoG8R5a6GIoxpAU5pyPxbUtFVaYaPm4akGMu+SmKUiU84Mizyaw2kVk0McvmPZTk4uXT9tkriuoXawyccBf3Pk4xddP9ROl1Tfl1xslnnHQW7+wSTI5WzCYSTDmt0prasgAFWfGLJFZbNfYd1+HrNKsAW8Ento9rboGnofi/kN0Ma/8q40GfVL/Wj5R9LHoNoBv7YxgAAAABJRU5ErkJggg==');
            background-size: 20px 20px;
        }

.slist__main {
    float: left;
    width: 100%;
}

    .slist__main h2 {
        padding: 0;
        font-size: 26px;
        font-weight: 700;
    }

    .slist__main ul li:before {
        top: 7px;
        width: 8px;
        height: 12px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAAGEp02aAAAABGdBTUEAALGPC/xhBQAAATFJREFUOBGVk80RgkAMhRFbsAeGi4UAQx8W4Fm8Wg/DjAdnbMErLdgCP+4LJG5gl589CMl7+Ta7hiCwV5IkfSiJLMsKd3BEGuYoig51Xb/FxgIl4FCKCvI8P88cdvLA9jRNv33fnyhGIGUqMDKVsBqG4b0sy4IxeAoTGzVN80HSNooBAtbU+L+fQQ/atn2NrwG2E4LddlVVkiczLpcb5Wr1VLevFHMKU3k1uQfyM7TJ0V5L+0szPpMYsIXLpAwuEw0JBF5xHD+7rrsgxuAowvSa1U26RFCI4BPJsCTCQAv/g++6pUkYTPc3VNgDMyD8v9Ij5kSmePRvAUkHqMF59oIUgBvdA3IC9oAWAVtAq4C143gBa4Xc3QywtXAG2FuoAPaHz8KWIWKvPDHOvpkX0+TlB/0Z/RDLczVpAAAAAElFTkSuQmCC');
        background-size: 8px 12px;
    }

.slist__btns {
    float: right;
    width: 100%;
    padding: 5px 0 0 0;
}

@media (min-width: 650px) {
    .slist__item {
        padding: 25px 30px 15px 30px;
    }

    .slist__meta {
        width: 180px;
        text-align: left;
    }

    .slist__main {
        width: calc(100% - 180px);
    }
}

@media (min-width: 960px) {
    .slist__main {
        width: calc(100% - 520px);
    }

    .slist__btns {
        width: 274px;
    }
}

/* ==========================================================================
    DIALOG
   ========================================================================== */
.dialog__aside {
    position: relative;
    margin: 20px 0 0 0;
    padding: 10px 15px 15px 15px;
    background: #f6f4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

    .dialog__aside .img {
        padding: 20px 0 20px 0;
    }

    .dialog__aside img {
        max-width: 120px;
        margin: auto;
    }

    .dialog__aside p {
        padding: 0;
    }

    .dialog__aside .xl {
        font-weight: 700;
        font-size: 16px;
    }

@media (min-width: 650px) {
    .dialog__aside {
        padding: 30px 15px 30px 170px;
    }

        .dialog__aside .img {
            position: absolute;
            top: 50%;
            left: 15px;
            transform: translateY(-50%);
            width: 140px;
        }
}

/* ==========================================================================
    FORM DOWNLOAD
   ========================================================================== */
.form__download ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.form__download li {
    padding: 5px 0;
}

.form__download .help-link {
    margin-left: 5px;
}

@media (min-width: 650px) {
    .form__download li {
        width: calc(33.3333% - 15px);
    }
}

/* ==========================================================================
    DATALIST
   ========================================================================== */
.datalist__row {
    display: flex;
    flex-direction: column;
}

.datalist__item {
    box-sizing: border-box;
    position: relative;
    padding: 5px 0;
}

.datalist__head {
    padding: 10px 0 0 0;
}

    .datalist__head .datalist__item {
        padding-bottom: 0;
    }

        .datalist__head .datalist__item label {
            overflow: hidden;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.datalist__list {
    padding: 0 0 0 0;
}

@media (max-width: 767px) {
    .datalist__head {
        display: none;
    }

    .datalist__row {
        padding: 10px 0;
        border-top: 1px solid #d8d8d8;
    }

        .datalist__row:first-child {
            padding-top: 0;
            border-top: 0;
        }

        .datalist__row:last-child {
            padding-bottom: 0;
        }

    .datalist__item:before {
        content: attr(data-label);
        display: block;
        padding: 0 0 5px 0;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .datalist__row {
        flex-direction: row;
        justify-content: space-between;
    }

    .datalist__item {
        padding: 5px 10px;
    }

    .datalist__item--1 {
        width: 23%;
        padding-left: 0;
    }

    .datalist__item--2 {
        width: 20%;
    }

    .datalist__item--3 {
        width: 21%;
    }

    .datalist__item--4 {
        width: 23%;
    }

    .datalist__item--5 {
        width: 13%;
        padding-right: 0;
    }

        .datalist__item--2:before,
        .datalist__item--5:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

    .datalist__head .datalist__item:before {
        display: none;
    }

    .datalist__item .fake-input {
        vertical-align: middle;
        margin: 0;
    }

    .datalist__item .link {
        display: inline-block;
        vertical-align: middle;
    }
}

.no_wrap {
    white-space: nowrap;
}

.relative_search {
    position: relative;
}

.delete_search {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

    .delete_search:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 2px;
        width: 18px;
        height: 2px;
        background: #000;
        transform: rotate(45deg);
    }

    .delete_search:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 2px;
        width: 18px;
        height: 2px;
        background: #000;
        transform: rotate(-45deg);
    }

/* ==========================================================================
    DOWNLOAD
   ========================================================================== */
.download {
    padding: 10px 0 20px 0;
}

    .download p {
        padding-bottom: 0;
        font-size: 16px;
    }

    .download ul {
        float: left;
        width: 100%;
    }

    .download li {
        float: left;
        width: 100%;
        padding: 5px 0;
    }

    .download .help-link {
        top: 2px;
        margin-left: 5px;
    }

@media (min-width: 768px) {
    .download li {
        width: 33.3333%;
    }

        .download li:nth-child(3n+1) {
            clear: left;
        }
}

/* ==========================================================================
    FORM LIST
   ========================================================================== */
.form__list {
    padding: 10px 0 0 0;
}

    .form__list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: baseline;
    }

    .form__list li {
        width: 100%;
        padding: 5px 0;
    }

    .form__list .num {
        width: 25px;
        font-size: 13px;
        text-align: center;
    }

    .form__list input[type=text] {
        width: calc(100% - 35px);
    }

@media (min-width: 768px) {
    .form__list li {
        width: 31%;
    }

        .form__list li:nth-child(3n-1) {
            padding-left: 3.5%;
            padding-right: 3.5%;
        }
}

/* ==========================================================================
    COMBO CHOICE
   ========================================================================== */
.js-combo-choice {
    position: relative;
}

    .js-combo-choice .combo {
        position: relative;
        z-index: 1;
    }

    .js-combo-choice input.tiny {
        position: absolute;
        z-index: 0;
        bottom: 12px;
        left: 50px;
        width: calc(100% - 90px);
        padding-left: 0;
        padding-right: 0;
        background: transparent;
        border: 0;
        box-shadow: none !important;
    }

    .js-combo-choice.old input.tiny {
        z-index: 2;
    }

.black-link {
    color: #231f20;
    text-decoration: none;
}

.vozidlo-info.vozidlo-template,
.cisla-info.cisla-template {
    display: none;
}

/* ==========================================================================
    UKOTVENA PATA
   ========================================================================== */
html {
    height: 100%;
}

body {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

form.kz-form {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -ms-flex: none;
    flex: none;
}

/* ==========================================================================
    JS-SELECTBOX
   ========================================================================== */
.selectBox-dropdown {
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    padding: 0 0 0 18px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 transparent;
    color: #4a4a4a;
    outline: none;
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    text-align: left;
}

    .selectBox-dropdown:hover,
    .selectBox-dropdown:focus {
        border-color: #b3b3b3;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
        color: #4a4a4a !important;
    }

.violet .selectBox-dropdown {
    background-color: #ec008c;
    border-color: #a4166a;
    color: #fff;
}

.combo.error .selectBox-dropdown {
    border-color: #ec008c;
    -webkit-box-shadow: 0 0 4px #ec008c;
    -moz-box-shadow: 0 0 4px #ec008c;
    box-shadow: 0 0 4px #ec008c;
}

.violet .selectBox-dropdown:hover,
.violet .selectBox-dropdown:focus {
    color: #fff !important;
}

.selectBox-dropdown .selectBox-label {
    overflow: hidden;
    display: inline-block;
    min-width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding: 0;
    line-height: 48px;
    white-space: nowrap;
    cursor: pointer;
    text-overflow: ellipsis;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    cursor: pointer;
}

    .selectBox-dropdown .selectBox-arrow:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 12px;
        width: 10px;
        height: 5px;
        margin-top: -3px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAHDUk5wAAAABGdBTUEAALGPC/xhBQAAAJlJREFUKBWNkYsJwCAQQ6vjiTvV7iSOZ9scROIPFNT7vEuDdTHGVGu9Ly4UELsQwsui3Q6n8qUUN2M/ZKTOgzQNHNqYNBslgX1H8s4E6iq/NKTDiL33z2RyBeWcU3OuxglDCRDyBiJRWCH0pgWYD6/No+fRgV1MB51F/Ze7wbFOIdY7QRZPhEchzi4F2VwJ74Q4c3RDGPsE/gCg91xV3dcfTQAAAABJRU5ErkJggg==');
        background-position: 0 0;
        background-size: 10px 5px;
    }

.selectBox-menuShowing {
    border-color: #b3b3b3;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    color: #4a4a4a;
}

.selectBox-active.selectBox-menuShowing {
    outline: none !important;
}

.selectBox-dropdown-menu {
    overflow: auto;
    position: absolute;
    z-index: 200;
    max-height: 300px;
    min-height: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .selectBox-dropdown-menu li {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

        .selectBox-dropdown-menu li:before {
            display: none;
        }

    .selectBox-dropdown-menu a {
        display: block;
        padding: 8px 18px;
        color: #4a4a4a;
        line-height: 1.2;
        text-decoration: none;
        cursor: pointer;
    }

    .selectBox-dropdown-menu .selectBox-hover a {
        background-color: #ec008c;
        color: #fff;
    }

    /*.selectBox-dropdown-menu .selectBox-selected a {
  background-color: #ec008c;
  color: #fff;
}*/

    /*.selectBox-dropdown-menu .selectBox-disabled a {
  background-color: #fff;
  color: #aaa;
}*/

    .selectBox-dropdown-menu .selectBox-disabled {
        display: none;
    }

.tiny .selectBox-dropdown {
    height: 40px;
}

.mini .selectBox-dropdown {
    height: 37px;
}

.micro .selectBox-dropdown {
    height: 34px;
}

.tiny .selectBox-dropdown .selectBox-label {
    line-height: 38px;
}

.mini .selectBox-dropdown .selectBox-label {
    line-height: 35px;
}

.micro .selectBox-dropdown .selectBox-label {
    line-height: 32px;
}

.selectBox-dropdown.selectBox-disabled {
    background-color: #f0f0f0;
}

.combo.js-select {
    overflow: visible;
    padding: 0;
    border: 0;
    box-shadow: none !important;
}

    .combo.js-select:after {
        display: none;
    }

.js-select.nowrap .selectBox-dropdown-menu a {
    white-space: nowrap;
}

/*.flex-table--special .selectBox {
  width: 100%!important;
}*/

.selectBox {
    width: 100% !important;
}


.static-logo {
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 100;
}

@media (max-width: 1400px) {
    .static-logo {
        display: none !important;
    }
}

.static-logo img {
    width: 240px;
    margin: 0;
}

/* ==========================================================================
    COOKIES-INFO
   ========================================================================== */

.cookies-info {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.cookies-info-panel {
    position: relative;
    background: #f6f4f4;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 0 5%;
    padding: 5px 30px 5px 5px;
    background: #fff;
    font-size: 85%;
}

.cookies-info-remove {
    position: absolute;
    top: 15px;
    right: 10px;
    transform: rotate(45deg);
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAEFCu8CAAAABGdBTUEAALGPC/xhBQAAAJFJREFUSA3tVO0KgDAIXL3/OxcGgkodeAxX4f7sQ73dnbUx5o1DoHaL97yxWbK+avVwiwcauJtdZUxwQccmZsIgTwjCwmAkaPciy0mzQRqVLkzZY6mi9cs0fogq3cf6QvrLoal2H4EDtKvSx+yID1gKg2aaZan5faE6MW0ut5R+bVjJSxRmyfZ/CB0r7+H/LzwBhr8UOH7Ad80AAAAASUVORK5CYII=');
    background-size: 14px 14px;
}

.cookies-info-content {
    padding: 0;
}

    .cookies-info-content p {
        margin: 0;
        padding: 10px;
    }

.cookies-info-btns {
    float: right;
    padding: 5px 0 0 10px;
}

.kia-first-paragraph {
    white-space: nowrap;
    padding-top: 25px;
}

.kia-logo {
    float: right;
    margin: 0;
    height: 20px;
}

    .kia-logo img {
        margin: 0;
        height: inherit;
    }

@media (min-width: 415px) {
    .kia-logo {
        height: 30px;
    }

    .kia-first-paragraph {
        padding-top: 15px;
    }
}

@media (min-width: 768px) {
    .kia-logo {
        height: 40px;
        margin: 0 20px 0 0;
    }
}

.renault-first-paragraph {
    white-space: nowrap;
    padding-top: 50px;
}

.renault-logo {
    float: right;
    margin: 0;
    height: 70px;
}

    .renault-logo img {
        margin: 0;
        height: inherit;
    }

@media (min-width: 415px) {
    .renault-logo {
        height: 85px;
    }

    .renault-first-paragraph {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    .renault-logo {
        height: 100px;
        margin: 0 20px 0 0;
    }
}

.swisslife-first-paragraph {
    white-space: nowrap;
    padding-top: 50px;
}

.swisslife-logo {
    float: right;
    margin: 0;
    height: 50px;
}

    .swisslife-logo img {
        margin: 0;
        height: inherit;
    }

@media (min-width: 415px) {
    .swisslife-logo {
        height: 60px;
    }

    .swisslife-first-paragraph {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .swisslife-logo {
        height: 70px;
        margin: 0 20px 0 0;
    }
}

.mg-first-paragraph {
    white-space: nowrap;
    padding-top: 55px;
}

.mg-logo {
    float: right;
    margin: 0;
    height: 50px;
}

    .mg-logo img {
        margin: 0;
        height: inherit;
    }

@media (min-width: 415px) {
    .mg-logo {
        height: 75px;
    }

    .mg-first-paragraph {
        padding-top: 55px;
    }
}

@media (min-width: 768px) {
    .mg-logo {
        height: 100px;
        margin: 0 20px 0 0;
    }
}

.mitsubishi-logo {
    float: right;
    margin: 0;
    height: 50px;
}

    .mitsubishi-logo img {
        margin: 0;
        height: inherit;
    }

@media (min-width: 415px) {
    .mitsubishi-logo {
        height: 75px;
    }

    .mitsubishi-first-paragraph {
        padding-top: 55px;
    }
}

@media (min-width: 768px) {
    .mitsubishi-logo {
        height: 100px;
        margin: 0 20px 0 0;
    }
}

.maxus-first-paragraph {
    white-space: nowrap;
    padding-top: 75px;
}

.maxus-logo {
    float: right;
    margin: 0;
    height: 70px;
}

    .maxus-logo img {
        margin: 0;
        height: inherit;
    }

@media (min-width: 415px) {
    .maxus-logo {
        height: 95px;
    }
}

@media (min-width: 768px) {
    .maxus-logo {
        height: 120px;
        margin: 0 20px 0 0;
    }
}

#map-search {
    display: none;
    margin: 12px;
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    height: 34px;
    border: solid 1px #aaa;
}

#map_canvas #map-search {
    display: block;
}

/* Cookies upravy */
.cookie-bar {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #231F20;
    padding: 0 0 70px 0;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
}

@media (min-width: 768px) {
    .cookie-bar {
        padding-bottom: 25px;
    }
}

.cookie-bar__main {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 10px 5%;
}

@media (min-width: 768px) {
    .cookie-bar__main {
        flex-direction: row;
    }
}

.cookie-bar__aside {
}

@media (min-width: 768px) {
    .cookie-bar__aside {
        order: -1;
        white-space: nowrap;
        padding: 15px 30px 0 0;
    }
}

.cookie-bar__aside .btn {
    display: block;
    margin: 0 0 10px 0;
    padding: 14px 28px;
}

@media (min-width: 768px) {
    .cookie-bar__aside .btn {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }
}

.cookie-bar__aside .btn--border {
    border-color: #fff;
    color: #fff;
}

    .cookie-bar__aside .btn--border:hover,
    .cookie-bar__aside .btn--border:active,
    .cookie-bar__aside .btn--border:focus {
        background-color: #fff;
        color: #ec008c;
    }

.cookies {
    position: relative;
    font-size: 16px;
}

.cookies__header {
    text-align: center;
}

.cookies__logo {
    display: none;
    width: 57px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cookies__logo {
        position: absolute;
        top: 0px;
        left: 0;
        display: block;
        width: 114px;
    }
}

.cookies__logo img {
    margin: 0 auto;
}

.cookies__intro {
    padding: 0 0 20px 0;
}

.cookies__block {
    padding: 0 0 10px 0;
}

.cookies__head {
    transition: background-color 0.3s ease-in-out 0s;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    background: #231f20;
    border-radius: 6px 6px 0 0;
    color: #fff;
    line-height: 1.2;
}

    .cookies__head p {
        padding: 0;
    }

    .cookies__head.is-active {
        background-color: #EC008C;
    }

.cookies__label {
    white-space: nowrap;
}

    .cookies__label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .cookies__label input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.cookies__bdi {
    text-transform: uppercase;
    font-size: 14px;
}

.cookies__mark {
    box-sizing: border-box;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin: 0 0 0 5px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 50%;
}

    .cookies__mark svg {
        transition: opacity 0.3s ease-in-out 0s;
        position: absolute;
        top: 0;
        left: 0;
        fill: #fff;
        opacity: 0;
    }

.cookies__label input:checked + .cookies__bdi + .cookies__mark svg {
    opacity: 1;
}

.cookies__section {
    padding: 7px 24px;
    background: #F3F3F3;
    border-radius: 0 0 6px 6px;
}

.cookies__list {
    overflow: auto;
    margin: 0 0 15px 0;
    font-size: 13px;
}

    .cookies__list table {
        width: 100%;
        margin: 0;
    }

    .cookies__list th,
    .cookies__list td {
        padding: 5px 10px;
    }

        .cookies__list td:last-child {
            min-width: 280px;
        }

.cookies__btns {
    padding: 30px 0 0 0;
    text-align: center;
}

    .cookies__btns .btn {
        transition: opacity 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 14px 28px;
    }

@media (min-width: 768px) {
    .cookies__btns .btn {
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 172px;
        margin: 0 5px;
    }
}

.cookies__btns .btn.is-disabled {
    pointer-events: none;
    opacity: 0.4;
}

#daktela-web ul li:before {
    content: none;
}

.swiss-life-part strong {
    color: #ed1a3a;
}

.swiss-life-part a {
    color: #ed1a3a;
}

.swiss-life-part .btn {
    background-color: #ed1a3a;
}

    .swiss-life-part .btn:hover {
        background-color: #b5111b;
    }

.mitsubishi-part strong.red {
    color: #ed1a3a;
}

.mitsubishi-part a {
    color: #ed1a3a;
}


.help_text img.qr {
    margin: 0 auto;
}


.highcharts-menu {
    border: 1px solid #999999;
    background: #ffffff;
    padding: 5px 0;
    box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
    padding: 0.5em 1em;
    background: none;
    color: #333333;
    cursor: pointer;
    transition: background 250ms, color 250ms;
}

    .highcharts-menu-item:hover {
        background: #335cad;
        color: #ffffff;
    }

    .highcharts-menu-item::before {
        content: none;
    }

.to-uppercase {
    text-transform: uppercase;
}

/* ==========================================================================
    USER
   ========================================================================== */
@media (max-width: 767px) {
    .user {
        padding: 20px 0;
    }

    .user__btn {
        display: block;
        width: 100%;
        padding: 0;
        background: transparent;
        border: 0;
        color: #9b9b9b;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
        line-height: 1.3;
        pointer-events: none;
        text-align: left;
    }

    .user__sub {
        display: none;
    }

    .user__menu {
        padding: 10px 0 0 0;
    }

        .user__menu li {
            padding: 10px 0;
        }

        .user__menu a {
            transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
            position: relative;
            display: block;
            padding: 10px 46px 10px 10px;
            border: 1px solid #312B2D;
            border-radius: 8px;
            color: #fff;
            font-size: 16px;
            line-height: 1.375;
        }

            .user__menu a:hover,
            .user__menu a:focus,
            .user__menu li.is-active a {
                border-color: #ec008c;
            }

            .user__menu a:before {
                transition: opacity 0.3s ease-in-out 0s;
                content: '';
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translateY(-50%);
                width: 24px;
                aspect-ratio: 1/1;
                background: #ec008c url(../../Files/images/new/check.svg) no-repeat 50% 50%;
                background-size: 16px 16px;
                border-radius: 50%;
                opacity: 0;
            }

            .user__menu a.is-logout {
                padding-right: 10px;
                background: #ec008c;
                border-color: #ec008c;
                color: #fff;
                text-align: center;
            }

        .user__menu li.is-active a:before {
            opacity: 1;
        }

        .user__menu a.is-logout:hover,
        .user__menu a.is-logout:focus {
            background-color: #b9006e;
            border-color: #b9006e;
            color: #fff;
        }

        .user__menu a.is-logout:before {
            display: none;
        }

        .user__menu li.is-divider {
            padding-top: 20px;
        }
}

@media (min-width: 768px) {
    .user {
        position: relative;
        margin: 11px 0 0 0;
    }

    .user__btn {
        transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px 0;
        height: 44px;
        min-width: 160px;
        padding: 0 40px 0 10px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        color: #4a4a4a;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        cursor: pointer;
    }

        .user__btn:after {
            transition: background-color 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
            content: '';
            position: absolute;
            z-index: 2;
            top: 50%;
            right: 5px;
            transform: translateY(-50%);
            display: block;
            width: 24px;
            height: 24px;
            -webkit-mask-image: url(../../Files/images/new/arrow-down.svg);
            mask-image: url(../../Files/images/new/arrow-down.svg);
            mask-size: 100% 100%;
            mask-repeat: no-repeat;
            background-color: #4a4a4a;
            pointer-events: none;
        }

        .user.is-active .user__btn,
        .user:hover .user__btn,
        .user__btn:hover,
        .user__btn:focus {
            background-color: #b9006e;
            color: #fff;
        }

            .user.is-active .user__btn:after,
            .user:hover .user__btn:after,
            .user__btn:hover:after,
            .user__btn:focus:after {
                transform: translateY(-50%) rotate(180deg);
                background-color: #fff;
            }

    .user__name {
        overflow: hidden;
        width: 100%;
        max-width: 180px;
        font-weight: 700;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .user__sub {
        transition: color 0.3s ease-in-out 0s;
        overflow: hidden;
        max-width: 180px;
        width: 100%;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #b9006e;
    }

    .user.is-active .user__btn .user__sub,
    .user:hover .user__btn .user__sub,
    .user__btn:hover .user__sub,
    .user__btn:focus .user__sub {
        color: #fff;
    }

    .user__menu {
        display: none;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        width: 100%;
        margin: -6px 0 0 0;
        padding: 6px 10px 0 10px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 0 0 8px 8px;
        opacity: 0;
        visibility: hidden;
    }

    .user__btn:hover + .user__menu,
    .user__btn:focus + .user__menu,
    .user__btn:focus-visible + .user__menu,
    .user:hover .user__menu,
    .user.is-active .user__menu {
        -webkit-animation: hiddenPlusOpacity 0.3s ease-in 0s;
        animation: hiddenPlusOpacity 0.3s ease-in 0s;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .user__menu li {
        padding: 4px 0;
        font-size: 14px;
    }

        .user__menu li.is-divider {
            margin-top: 5px;
            padding-top: 6px;
            border-top: 1px solid #ccc;
        }

    .user__menu a {
        position: relative;
        display: block;
        padding: 5px 20px 5px 0;
        color: #4a4a4a;
    }

        .user__menu a:after {
            transition: opacity 0.3s ease-in-out 0s;
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 20px;
            aspect-ratio: 1/1;
            -webkit-mask-image: url(../../Files/images/new/check.svg);
            mask-image: url(../../Files/images/new/check.svg);
            mask-repeat: no-repeat;
            mask-position: 50% 50%;
            mask-size: 100% 100%;
            background-color: #b9006e;
            background-size: 16px 16px;
            opacity: 0;
        }

        .user__menu a:hover,
        .user__menu a:focus,
        .user__menu a:active {
            color: #b9006e;
        }

    .user__menu li.is-active a {
        color: #b9006e;
    }

        .user__menu li.is-active a:after {
            opacity: 1;
        }
}
</pre></body></html>