﻿@charset "UTF-8";
@import url(libs/slick/slick.css);
@import url(libs/slick/slick-theme.css);
@font-face {
    font-family: "bebas-g";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/BebasRegular/BebasRegular.eot");
    src: url("fonts/BebasRegular/BebasRegular.eot?#iefix") format("embedded-opentype"), url("fonts/BebasRegular/BebasRegular.woff") format("woff"), url("fonts/BebasRegular/BebasRegular.ttf") format("truetype");
}

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

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

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

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

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.color-white{
    color: #fff;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    -webkit-border-radius: 0;
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    /* width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; */
}

/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  } */
/* } */
.pb-3{
    padding-bottom: 3rem;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

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

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

::-webkit-input-placeholder {
    color: #000000;
    background-color: #ffffff;
    opacity: 1;
}

::-moz-placeholder {
    color: #000000;
    background-color: #ffffff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
    background-color: #ffffff;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #000000;
    background-color: #ffffff;
    opacity: 1;
}

::placeholder {
    color: #000000;
    background-color: #ffffff;
    opacity: 1;
}

::-moz-selection {
    background-color: #ef2525;
    color: #fff;
}

::selection {
    background-color: #ef2525;
    color: #fff;
}

*, *::after, *::before {
    outline: none;
}

input:focus{
    background-color: #ffffff;
    color: #000000;
}


body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: "helios-g", sans-serif;
    overflow-x: hidden;
    /*color: #ffffff;*/
    color: #000;
}

body input, body textarea, body button {
    border: #666 1px solid;
    outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid, body button:focus:required:invalid {
    border-color: red;
}

body input:required:valid, body textarea:required:valid, body button:required:valid {
    border-color: green;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive.img-width {
    width: 100%;
}

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

b,
strong {
    font-weight: bold;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

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

a:focus {
    color: #ffffff;
}

.container-fluid {
    max-width: 1290px;
    padding: 0 30px;
}

.header-main {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 106px;
}

.header-top {
    width: 100%;
    height: 33px;
    z-index: 100;
    padding-top: 5px;
    background-color: rgba(34, 36, 38, .9);
}

.header-top .container-fluid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-bot .container-fluid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-bot{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(76%, rgba(0, 0, 0, 0.4)), color-stop(99%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)), color-stop(101%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 76%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 101%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 76%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 101%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 76%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.phone .mob {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-right: 10px;
}

.phone .mob span {
    font-size: 22px;
}

.phone .mob:hover {
    color: #ef2525;
}

.phone .cart {
    position: relative;
    width: 44px;
    height: 25px;
    display: block;
    margin-right: 85px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.phone .cart svg use {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.phone .cart span {
    color: #fe0000;
    font-size: 19px;
    line-height: .8;
    font-family: myriad-g;
    background-color: #ffffff;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    padding: 5px 6px 2px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

.phone .cart:hover {
    color: #ef2525;
}

.phone .cart:hover svg use {
    fill: #ef2525;
}

.soc-group {
    margin-right: 43.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.soc-group a {
    display: block;
    margin-left: 3px;
}

.soc-group a svg {
    width: 30px;
    height: 25px;
}

.soc-group a svg path,.soc-group a svg polygon {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.soc-group a path,.soc-group a polygon {
    fill: #ffffff;
}

.soc-group a:hover path,.soc-group a:hover polygon {
    fill: #ef2525;
}

.header-bot {
    width: 100%;
    padding-bottom: 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.header-bot .logo svg {
    width: 133px;
    height: 90px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.header-bot .menu {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bot .menu li {
    margin-right: 36px;
    position: relative;
    color: #ffffff;
}

.header-bot .menu li .btn {
    text-transform: none;
}

.header-bot .menu li:last-child {
    margin-right: 0;
}

.header-bot .menu .hide-list {
    background-color: rgba(239, 37, 37, .9);
    position: absolute;
    width: 200px;
    padding: 15px 0;
    left: -30px;
    top: 20px;
    text-transform: none;
    font-size: 18px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.header-bot .menu .btn .hide-list{
    left: unset;
    top: 38px;
    right: 3px;
    text-align: left;
    width: unset;
}

.header-bot .menu .hide-list li {
    display: block;
    width: 100%;
    padding: 5px 15px;
}

.header-bot .menu .active.clubs {
    color: #d20f0f;
}

.header-bot .menu .hide-list li.active span{
    color: #fff;
}
.header-bot .menu .hide-list li.active {
    background-color: #d20f0f;
}

.header-bot .menu .hide-list li:hover {
    background-color: #d20f0f;
}

.header-bot .menu .hide-list li:hover a {
    color: #ffffff;
}

.header-bot .menu span:hover .hide-list {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header-bot .btn {
    white-space: nowrap;
    font-size: 14px;
    border: none;
    line-height: 1.4;
    padding: 8px 10px;
}

.life, .pro, .red {
    padding: 5px 12px;
}

.life {
    background-color: #33c111;
}

.red {
    background-color: #ff0000;
}

.pro {
    background-color: #000000;
}

.btn {
    background-color: #ef2525;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
    display: block;
    padding: 8px 0px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 0;
}

.btn:hover {
    color: #ffffff;
    background-color: #d20f0f;
}

.header-bot .logo svg use {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.header-bot a svg:hover use {
    fill: #ef2525;
}

.header-bot-active {
    background: transparent;
    filter: none;
    background-color: rgba(255,255,255, .9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
}

.header-bot-active .logo svg {
    height: 50px;
}

.header-bot-active .logo svg use {
    fill: #222426;
}

.header-bot-active .menu li a {
    color: #222426;
}

.header-bot-active .menu li span {
    color: #222426;
}

.header-bot-active .menu li a:hover {
    color: #ef2525;
}

.menu li.active span,
.header-bot-active .menu li span:hover {
    color: #ef2525;
}

.header-bot-active .menu .btn {
    color: #ffffff;
}

.header-bot-active .hide-list li a{
    color: #ffffff;
}

.header-bot-active .pro, .header-bot-active .life{
    color: #ffffff !important;
}

.header-bot-active .active .pro, .header-bot-active .active .life{
    color: #ef2525 !important;
}

.header-bot-active .pro:hover, .header-bot-active .life:hover{
    color: #ef2525 !important;
}
.header-bot-active .menu li .btn:hover {
    color: #ffffff;
}

.nav-sect {
    background-image: url(img/main-bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.nav-sect--ug {
    background-image: url(img/header.jpg);
}

.nav-sect--west {
    background-image: url(img/west/header.jpg);
    background-color: #000000;
}

.nav-sect--vostok {
    background-image: url(img/vostok/vostok-first-screen.jpg);
    background-color: #000000;
}

.nav-sect .text-center {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100px;
}

.nav-sect .text-center .sub-title {
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.65);
    font-family: roboto-g;
    font-size: 18px;
    color: #fefefe;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}

.nav-sect nav {
    z-index: 50;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-sect nav .btn {
    padding: 12px 33px;
    margin: 0 6px;
}

.h1, h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-weight: 700;
    font-size: 45px;
}

.h2, h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    z-index: 1;
}

.h2 span, h2 span {
    color: #ffffff;
    position: relative;
    background-color: #ff0000;
    padding-left: 12px;
    padding-top: 10px;
}

.h2 span::after, h2 span::after {
    content: '';
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.h3, h3 {
    color: #000000;
    font-size: 25px;
    letter-spacing: .7px;
}

.sect-way {
    background-image: url(img/naprav.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.sect-way .container-fluid {
    max-width: 1310px;
}

.sect-way .h2, .sect-way h2 {
    padding-top: 80px;
    margin-left: 10px;
}

.sect-way .h2 span, .sect-way h2 span {
    padding-left: 15px;
}

.sect-way .way-slider {
    margin-top: 32px;
}

.sect-way .way-slider-item {
    position: relative;
    margin: 0 10px;
    color: #ffffff;
}

.sect-way .way-slider-item:hover .hide {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.sect-way .way-slider-item:hover .name {
    top: 5%;
    bottom: 85%;
}

.sect-way .way-slider-item img {
    width: 100%;
    height: 100%;
}

.sect-way .way-slider-item .hide {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(239, 37, 37, 0.8);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    padding-left: 20%;
    padding-right: 12%;
    padding-top: 20%;
}

.sect-way .way-slider-item .hide ul li {
    font-size: 20px;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}

.sect-way .way-slider-item .hide ul li::before {
    position: absolute;
    content: '•';
    left: -10px;
}

.sect-way .way-slider-item .hide div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sect-way .way-slider-item .hide div span {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    padding: 10px;
    display: block;
}

.sect-way .way-slider-item .hide div span img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}

.sect-way .way-slider-item .hide div div {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sect-way .way-slider-item .hide div:hover {
    color: #222426;
}

.sect-way .way-slider-item .name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sect-way .way-slider-item .opacity {
    position: relative;
}

.sect-way .way-slider-item .opacity::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 40%;
}

.slick-prev, .slick-next {
    width: 46px;
    height: 46px;
    background-color: #ef2525;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 40;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #d20f0f;
}

.slick-prev::before, .slick-next::before {
    content: url(img/icons/left.svg);
    margin-left: -2px;
    opacity: 1;
}

.slick-prev:focus, .slick-next:focus {
    background-color: #d20f0f;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.buttons-group .club-link {
    position: relative;
    display: inline-block; /* Чтобы ссылкам задать размеры */
    text-decoration: none; /* Убираем подчеркивание */
}

.buttons-group .link-text {
    visibility: hidden; /* Скрываем текст по умолчанию */
    opacity: 0; /* Делаем текст невидимым */
    transition: opacity 0.3s ease; /* Плавный переход для появления текста */
}

.buttons-group .club-link:hover .link-text {
    visibility: visible; /* Делаем текст видимым при наведении */
    opacity: 1; /* Делаем текст видимым */
}

.slick-next::before {
    content: url(img/icons/right.svg);
    margin-right: -2px;
}

.sect-girlclub {
    background-image: url(img/girlclub.png);
    background-position: center top;
    -webkit-background-size: 170%;
    background-size: 170%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    z-index: 0;
}

.sect-girlclub .container-fluid {
    padding-top: 100px;
    margin-top: 70px;
    position: relative;
}

.sect-girlclub .h3 {
    margin-top: 15px;
}

.sect-girlclub .content {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    background-color: rgba(245, 244, 244, 0.9);
    width: 41%;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    position: relative;
    bottom: -65px;
}

.sect-girlclub .first-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sect-girlclub .first-line .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-right: 37px;
}

.sect-girlclub .first-line .item:last-child {
    margin-right: 0;
}

.sect-girlclub .first-line .item img {
    display: inline-block;
    margin-right: 12px;
}

.sect-girlclub .first-line .item .text {
    margin-top: 2px;
}

.sect-girlclub .first-line .item .name {
    color: #474747;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.sect-girlclub .first-line .item .time {
    color: #ff0000;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.sect-girlclub .title {
    font-size: 18px;
    color: #000000;
    margin-top: 57px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sect-girlclub .price {
    width: 100%;
    border-spacing: 0px 14px;
    border-collapse: separate;
}

.sect-girlclub .price tr {
    text-align: center;
}

.sect-girlclub .price tr:first-child {
    background-color: #ef2525;
}

.sect-girlclub .price tr:nth-child(2n+2) {
    background-color: #e6e6e6;
    height: 50px;
}

.sect-girlclub .price tr:nth-child(2n+3) {
    height: 30px;
}

.sect-girlclub .price tr th {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 1rem;
}

.sect-girlclub .price tr td {
    font-size: 20px;
    color: #010101;
}

.sect-girlclub .right-text {
    color: #ef2525;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 50%;
    right: 12.5%;
    bottom: 40px;
    letter-spacing: .9px;
    line-height: 1.3;
}

.sect-girlclub .right-text .btn {
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 23px;
    border-radius: 23px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin-top: 15px;
    padding: 13px 38px;
}

.sect-timetable {
    padding-top: 70px;
}

.sect-timetable img {
    margin-top: 20px;
    width: 100%;
}

.sect-pool {
    background-image: url(img/pool.png);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 110px;
    min-height: 100vh;
}



.pool--west{
    background-image: url(img/west/pool-west.png);
}

.pool--south{
    background-image: url(img/pool-south.jpg);
}
.pool--vostok {
    background-image: url(img/vostok/pool-south.jpg);
}
.pool--west .h3 span{
    color: #ffffff;
}

.sect-pool .h2, .sect-pool h2 {
    color: #ff0000;
    font-size: 104px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
}

.sect-pool .h3, .sect-pool h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 30%;
    margin-top: 50px;
}

.sect-pool .sub-title {
    font-size: 25px;
    font-size: 25px;
    color: #000000;
    width: 15%;
    margin-top: 60px;
    padding-left: 60px;
    position: relative;
}

.sect-pool .sub-title::before {
    position: absolute;
    content: '6';
    font-size: 100px;
    line-height: .4;
    color: #010101;
    top: 0;
    left: 0;
}

.pool--west .sub-title::before{
    content: '4';
}
.pool--south .sub-title::before{
    content: '3';
}
#sect-price-index{
    position: absolute;
    top: -250px;
}
.sect-price {
    background-image: url(img/price.png);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    padding-top: 75px;
    padding-bottom: 80px;
}

.sect-price .pricelist {
    margin-top: 40px;
}

.sect-price .pricelist-item--size .title {
    background-color: #565252;
    color: #ffffff;
    height: 110px;
}

.sect-price .pricelist-item--size .content {
    /*height: 280px;*/
}

.sect-price .title {
    background-color: #d7d7d7;
    color: #000000;
    font-size: 25px;
    text-transform: uppercase;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    line-height: 1;
}

.sect-price .title span {
    font-size: 81px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.sect-price .content {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    /*height: 270px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 20px;
}

.sect-price .pricelist-item--small .content {
    /*height: 220px;*/
    /*padding: 35px 0;*/
    padding-bottom: 23px;
}

.sect-price .pricelist-item:first-child .content {
    justify-content: center;
    /*padding-top: 0;*/
}

.sect-price .content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.sect-price .content-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.sect-price .content-item:last-child {
    border-bottom: 0px solid #f0f0f0;
    padding-bottom: 0;
}

.sect-price .content-item:nth-child(1n+2) {
    margin-top: 10px;
}

.sect-price .content .right a img {
    margin-top: 11%;
}

.sect-price .content-item .left {
    text-align: left;
}

.sect-price .content-item .right a {
    position: relative;
}

.sect-price .content-item .right a::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 25px;
    background-image: url(img/icons/arrow.svg);
    width: 14px;
    height: 8px;
}

.sect-price .content-item .time {
    font-size: 21px;
    text-transform: uppercase;
    color: #000000;
}

.sect-price .content-item .time span {
    font-size: 20px;
    font-weight: 700;
}

.sect-price .content-item .price {
    font-size: 24px;
    color: #868686;
}

.sect-price .content-item .price span {
    font-size: 30px;
}

.sect-price .content .name {
    font-size: 25px;
    text-transform: uppercase;
}

.sect-price .content .price {
    font-size: 24px;
}

.sect-price .content .price span {
    font-size: 30px;
}

.sect-price .content a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #ef2525;
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sect-price .content a:hover {
    background-color: #d20f0f;
}

.sect-price .content a img {
    width: 20px;
    height: 19px;
    margin-top: 11%;
}

.sect-coach {
    background-image: url(img/coach.png);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ef2525;
}

.sect-coach .content {
    width: 90%;
    margin: auto;
    padding-top: 65px;
    padding-bottom: 77px;
}

.sect-coach .content .h2 {
    color: #ffffff;
    margin-left: 2.5px;
}

.sect-coach .coach-slider {
    margin-top: 35px;
}

.sect-coach .coach-slider-item {
    text-align: center;
    margin: 0 5px;
}

.sect-coach .coach-slider-item .name {
    color: #000000;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 35px;
}

.sect-coach .coach-slider-item .rol {
    font-size: 21px;
    color: #ffffff;
    margin-top: 8px;
}

.sect-coach .coach-slider .slick-prev, .sect-coach .coach-slider .slick-next {
    background-color: transparent;
    left: -70px;
    top: 40%;
    width: 31px;
    height: 52px;
}

.sect-coach .coach-slider .slick-prev::before, .sect-coach .coach-slider .slick-next::before {
    content: url(img/icons/coach-left.svg);
    width: 31px;
    height: 62px;
}

.sect-coach .coach-slider .slick-next {
    right: -70px;
    left: auto;
}

.sect-coach .coach-slider .slick-next::before {
    content: url(img/icons/coach-right.svg);
}

.sect-gal {
    background-image: url(img/galbg.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: #ffffff;
    padding-top: 65px;
    padding-bottom: 77px;
}

.sect-gal .gal-slider {
    margin-top: 30px;
}

.sect-gal .gal-slider-item {
    min-height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.sect-gal .gal-slider .slick-prev {
    left: -25px;
}

.sect-gal .gal-slider .slick-next {
    right: -25px;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 2px;
    border: 1px solid #ef2525;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li button {
    background-color: #ff0000;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    margin-top: 2px;
    padding: 0;
    opacity: 0;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots .slick-active button {
    opacity: 1;
}

.map-main {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

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

.sect-map .h2, .sect-map h2{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
}

.sect-map address{
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.footer-top {
    background-color: #e02323;
    padding-bottom: 50px;
}

.footer-top--green {
    background-color: #33c111;
    padding-bottom: 50px;
}

.footer-top--black {
    background-color: #282f33;
}

.footer-top .content {
    width: 86%;
    margin: auto;
    padding-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top .mob {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.footer-top .link {
    text-transform: uppercase;
}

.footer-top .left nav {
    margin-top: 20px;
}

.footer-top .left nav a {
    display: block;
    line-height: 1.4;
}

.footer-top .left .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
}

.footer-top .right .app-group {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.footer-top .right .app-group .link {
    width: 128px;
    height: 42px;
    margin-right: 5px;
}

.footer-top .right ul li .link {
    line-height: 1.4;
}

.footer-top .right ul li .life, .footer-top .right ul li .pro, .footer-top .right ul li .red  {
    line-height: 1.1;
    padding-left: 5px;
    padding-right: 20px;
    width: 72px;
    display: inline-block;
    margin-bottom: 2px;
}

.footer-top .right .soc-group {
    margin-top: 15px;
}

.footer-top .right .soc-group a:hover path, .footer-top .right .soc-group a:hover polygon{
    fill: #000000;
}

.footer-top .logo {
    width: 165px;
    height: 104px;
}

.footer-top .logo svg {
    width: 165px;
    height: 104px;
}

.footer-top .logo svg use {
    transition: all .25s ease;
}

.footer-top .hover-logo:hover svg use {
    fill: #000000;
}

.footer-top a:hover {
    color: #000000;
}

.footer-top .btn:hover {
    color: #ffffff;
}

.footer-top .pro:hover, .footer-top .life:hover {
    color: #ef2525;
}

.footer-bot {
    background-color: #474444;
    font-size: 10px;
    line-height: 2.2;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #fff;
}

.footer-bot .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bot .container-fluid::before{
    content: none;
}
.footer-bot .container-fluid::after{
    content: none;
}

.footer-bot .logo {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.footer-bot .logo img{
    width: 100px;
    margin: auto;
    margin-top: 5px;
}

.footer-bot .logo:hover {
    color: #ef2525;
}

.mob-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#nav-icon1 {
    width: 40px;
    height: 45px;
    position: relative;
    z-index: 400;
    margin-left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: none;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ef2525;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 10px;
}

#nav-icon1 span:nth-child(2) {
    top: 20px;
}

#nav-icon1 span:nth-child(3) {
    top: 30px;
}

#nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.popup {
    position: fixed;
    z-index: 450;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.popup .popup-modal {
    width: 36%;
    background-color: #ffffff;
    margin: auto;
    position: relative;
    top: -webkit-calc(50% - 225px);
    top: calc(50% - 225px);
    text-align: center;
    padding: 50px 0;
}

.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 1;
}

.popup img {
    margin: auto;
}

.popup p {
    margin-top: 22px;
    margin-bottom: 31px;
    font-size: 20px;
    color: #000000;
}

.popup .btn {
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 23px;
    border-radius: 23px;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 28px;
    display: inline-block;
}

.popup-active {
    display: block;
}

.popup iframe {
    width: 70%;
    height: 500px;
    margin: auto;
    position: fixed;
    left: 0;
    top: -webkit-calc(50% - 250px);
    top: calc(50% - 250px);
    right: 0;
}

.cart-group {
    position: relative;
}

.bx-opener {
    color: #fff;
    width: 400px;
    padding: 15px 35px;
    position: absolute;
    z-index: 421;
    right: 0;
    font-size: 12px;
    background-color: rgba(34, 36, 38, 0.8);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.bx-basket-item-list-item-remove:after, .bx-basket-item-list-item-remove:before{
    background-color: #ef2525;
}
.bx-basket-item-list-item-remove{
    opacity: 1;
}

.bx-opener:hover {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.hide-small-cart .small-cart-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 13px;
}

.hide-small-cart .total-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #8c8c8c;
    padding-top: 10px;
}

.hide-small-cart .total-line .price span {
    font-weight: 700;
}

.hide-small-cart .total-line .btn {
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 23px;
}

.cart-group .cart:hover ~ .bx-basket {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.cart-sect {
    padding-top: 50px;
}

.cart-sect--mt {
    margin-top: 100px;
}

.cart-sect .container-fluid {
    max-width: 1012px;
}

.cart-sect .title {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 24px;
}

.cart-sect .pay-row {
    font-size: 20px;
    color: #000000;
    padding: 12px 10px;
}

.cart-sect .pay-row .col-1 {
    text-align: right;
}

.cart-sect .pay-row .num {
    text-align: center;
}

.cart-sect .pay-row .name {
    font-size: 18px;
}

.cart-sect .pay-row:nth-child(1) {
    background-color: #4e5051;
    color: #ffffff;
}

.cart-sect .pay-total {
    border-top: 1px solid #4e5051;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-footer {
    margin-top: 50px;
    padding-bottom: 100px;
}

.cart-footer .container-fluid {
    max-width: 1012px;
}

.cart-footer .row-cart {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-footer .title {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    padding-top: 30px;
}

.cart-footer p {
    color: #000000;
    margin-top: 15px;
    margin-bottom: 10px;
}

.cart-footer .link {
    color: #ef2525;
    border-bottom: 1px solid #ef2525;
}

.cart-footer .link:hover {
    color: #d20f0f;
    border-bottom: 1px solid #d20f0f;
}

.cart-footer .col-6 {
    padding-bottom: 50px;
}

.cart-footer .main-form {
    background-color: #f6f6f6;
    padding: 0 45px 30px 45px;
}

.cart-footer .main-form form {
    width: 100%;
}

.cart-footer .main-form .inp-group {
    position: relative;
    width: 100%;
    margin: 35px 0px;
}
.cart-footer .main-form .inp-group:last-child {
    margin-bottom: 0;
}

.cart-footer .main-form .inp-group .label {
    color: #686868;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.cart-footer .main-form .inp-group .input {
    border: none;
    background-color: #f6f6f6;
    border-bottom: 1px solid #4e5051;
    width: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.cart-footer .main-form .inp-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.cart-footer .main-form .inp-group-active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.cart-footer .main-form .inp-group-active .label {
    top: -15px;
    font-size: 12px;
}

.cart-footer .main-form p {
    font-size: 12px;
    color: #000000;
}

.cart-footer .main-form p a {
    color: #ef2525;
}

.cart-footer .main-form .btn {
    -webkit-border-radius: 23px;
    border-radius: 23px;
    display: inline-block;
    padding: 8px 80px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.bx-soa-section{
    border: none !important;
}

.bread {
    margin-top: 150px;
}

.bread ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px;
}

.bread ul a {
    font-size: 12px;
    color: #000000;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.bread ul a:hover {
    color: #ef2525;
}

.bread ul li::after {
    content: '/';
    font-size: 12px;
    color: #000000;
    margin: 0 3px;
}

.bread ul li:last-child {
    font-weight: 700;
}

.bread ul li:last-child::after {
    content: none;
}

.bread ul li:last-child a {
    pointer-events: none;
}

.count-main {
    margin-top: 40px;
    position: relative;
}

.count-main .container-fluid {
    padding: 0 45px;
}

.count-main .left {
    background-color: #ef2525;
    width: 30%;
    /*height: 233px;*/
    color: #fff;
}

.count-main .left .content {
    padding: 30px;
}

.count-main .left .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}


.count-main .left .input {
    border: none;
    padding: 15px 0 11px 23px;
    margin-top: 23px;
    margin-bottom: 18px;
    width: 100%;
}
.count-main .left .input.pwd{
    margin-top: 0;
}
.count-main .left .btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    cursor: pointer;
}

.count-main .right {
    margin-left: auto;
}

.count-main .right tr {
    text-align: center;
    color: #fefefe;
    background-color: #4e5051;
}

.count-main .right tr td {
    padding: 15px 15px;
}

.count-main .right tr:nth-child(1n+2) {
    color: #000000;
}

.count-main .right tr:nth-child(2n+2) {
    background-color: #eaeaea;
}

.count-main .right tr:nth-child(2n+3) {
    background-color: #f9f9f9;
}

.count-main table td {
    border: none;
}

.banner {
    margin-top: 90px;
    margin-bottom: 107px;
}

.banner a {
    display: block;
    margin: auto;
    width: 75%;
    /*height: 260px;*/
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.banner a img {
    width: 100%;
    /*height: 100%;*/
    margin: auto;
}

.banner a .btn {
    position: absolute;
    bottom: 19px;
    right: 43px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 36px;
    text-transform: uppercase;
}

.banner a:hover {
    color: #ffffff;
}

.contacts {
    margin-bottom: 40px;
    margin-top: 40px;
}

.contacts .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contacts .left {
    margin-bottom: 40px;
}

.contacts .left .content {
    padding: 29px 40px 30px 79px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
    position: relative;
}

.contacts .left .content .contact-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts .left .content .contact-group .soc-group {
    margin: 0;
}

.contacts .left .content .contact-group .soc-group a use,.contacts .left .content .contact-group .soc-group a path{
    fill: red;
}

.contacts .left .content .contact-group .soc-group--hide a {
    pointer-events: none;
}

.contacts .left .content .contact-group .soc-group--hide a use {
    fill: #cccccc;
}

.contacts .left .content .contact-group a {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.contacts .left .content .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    margin-right: 40px;
}

.contacts .left .content .sub-title {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #8d8d8d;
}

.contacts .left .content .mob {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #ef2525;
    padding-bottom: 13px;
    margin-bottom: 27px;
}

.contacts .left .content .mob:hover {
    color: #ef2525;
}

.contacts .left .content .svg-abs {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 37px;
}

.contacts .left .content .svg-icons-1 {
    top: 30px;
}

.contacts .left .content .svg-icons-2 {
    top: 100px;
}

.contacts .right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 25px;
}

.contacts .right .h2, .contacts .right h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
    letter-spacing: -.5px;
}

.contacts .right iframe {
    width: 100%;
    height: 370px;
}

.main-slider .slider-list-item {
    padding-bottom: 81px;
    background-color: #242323;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 670px;
}

.main-slider .slider-list-item .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-slider .slider-list-item .left {
    margin-top: 201px;
    width: 45%;
}

.main-slider .slider-list-item .left .title {
    background-image: url("img/index/back.png");
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 46px;
    margin-bottom: 41px;
}

.main-slider .slider-list-item .left .title .h1, .main-slider .slider-list-item .left .title h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: none;
}

.main-slider .slider-list-item .left .title .subtitle {
    font-size: 35px;
    color: #ffffff;
}

.main-slider .slider-list-item .left .app-group a {
    margin-right: 10px;
}

.main-slider .slider-list-item .left .app-group .btn {
    display: inline-block;
    padding: 12px 80px;
    border-radius: 23px;
}

.main-slider .slider-list-item .left .app-group a svg {
    width: 179px;
    height: 59px;
}

.main-slider .slider-list-item .right {
    margin-top: 150px;
    margin-left: auto;
    position: absolute;
    right: -5.5%;
    width: 65%;
    min-height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.main-clubs {
    padding-top: 59px;
    padding-bottom: 93px;
    position: relative;
}

.main-clubs::before{
    background-image: url(img/index/clubs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    bottom: 24%;
    right: 35%;
}

.main-clubs .subtitle {
    font-size: 20px;
    color: #000000;
    margin-left: 57px;
    line-height: 0.5;
}

.main-clubs .clubs-list {
    margin-top: 40px;
}

.main-clubs .clubs-list-item {
    position: relative;
}

.main-clubs .clubs-list-item img {
    width: 100%;
}

.main-clubs .clubs-list-item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 14px;
    left: 15px;
    right: 15px;
    text-align: center;
    color: #fff;
}
.main-clubs .clubs-list-item .title-group {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    padding-top: 5px;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    text-align: center;
    color: #fff;
}

.main-clubs .clubs-list-item .content .title-group {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    padding-top: 5px;
}



.main-clubs .clubs-list-item .title {
    font-size: 25px;
    font-weight: 700;
}

.main-clubs .clubs-list-item .content .title {
    font-size: 25px;
    font-weight: 700;
}

.main-clubs .clubs-list-item .subtitle {
    font-size: 18px;
    margin-left: 0;
    line-height: 1.4;
    color: #ffffff;
}
.main-clubs .clubs-list-item .content .subtitle {
    font-size: 18px;
    margin-left: 0;
    line-height: 1.4;
    color: #ffffff;
}

.main-clubs .clubs-list-item .soon {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
}

.main-clubs .clubs-list-item .buttons-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 15px;
}

.main-clubs .clubs-list-item .buttons-group a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #ff0000;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.35);
    padding: 10px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 43px;
    height: 43px;
    margin-right: 7px;
}

.main-clubs .clubs-list-item .buttons-group a img {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

.main-clubs .clubs-list-item .buttons-group a span {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    white-space: nowrap;
    margin-left: 15px;
}

.main-clubs .clubs-list-item .buttons-group a:nth-child(2) span {
    margin-left: 10px;
}

.main-clubs .clubs-list-item .buttons-group a:hover {
    color: #ffffff;
    width: 100%;
}

.main-clubs .clubs-list-item .buttons-group a:hover span {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-clubs .last-club .clubs-list-item {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.main-clubs .last-club .clubs-list-item::before {
    content: url("img/index/club/before5.png");
    position: absolute;
    right: 10px;
    bottom: 10%;
}

.main-clubs .last-club .clubs-list-item::after {
    content: url("img/index/club/after5.png");
    position: absolute;
    top: -7px;
    right: 13%;
    -webkit-filter: drop-shadow(3px 3px 5px #000000);
    filter: drop-shadow(3px 3px 5px #000000);
    -webkit-animation: swinging 15s ease-in-out 0s infinite;
    animation: swinging 15s ease-in-out 0s infinite;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.main-clubs .last-club .clubs-list-item .content {
    margin-top: 30px;
    margin-left: 49px;
}

.main-clubs .last-club .clubs-list-item .content .title-group {
    -webkit-filter: none;
    filter: none;
    background: none;
    text-align: left;
}

.main-clubs .last-club .clubs-list-item .content .title {
    font-size: 30px;
    font-weight: 400;
}

.main-clubs .last-club .clubs-list-item .content .buttons-group {
    padding: 0;
    width: 25%;
}
.main-clubs .last-club .clubs-list-item .content {
    margin-top: 30px;
    margin-left: 49px;
}

.main-clubs .last-club .clubs-list-item .title-group {
    -webkit-filter: none;
    filter: none;
    background: none;
    text-align: left;
    margin-top: 30px;
    margin-left: 49px;
}

.main-clubs .last-club .clubs-list-item .title {
    font-size: 30px;
    font-weight: 400;
}

.main-clubs .last-club .clubs-list-item .buttons-group {
    padding: 0;
    width: 25%;
    margin-left: 49px;
    margin-bottom: 14px;
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    30% {
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
    }
    40% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    60% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    70% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    90% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swinging {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    30% {
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
    }
    40% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    60% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    70% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    90% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.main-life {
    margin-bottom: 98px;
}

.main-life .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-life .title {
    background-color: #33c111;
    text-align: right;
    font-size: 22px;
    padding-bottom: 230px;
    padding-left: 206px;
}

.main-life .title div {
    display: inline-block;
    text-align: left;
    margin-right: 39px;
    margin-top: 20px;
}

.main-life .title span {
    display: block;
    font-size: 96px;
    font-weight: 700;
    line-height: 0.8;
    margin-left: -5px;
}

.main-life .news {
    background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    -webkit-background-size: 42.426406871px 42.426406871px;
    background-size: 42.426406871px 42.426406871px;
    padding: 25px 54px 54px 55px;
    margin-left: 20px;
}

.main-life .slick-prev {
    left: -23px;
    top: 50%;
}

.main-life .slick-next {
    right: -23px;
    top: 50%;
}

.main-life .news .h2, .main-life .news h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.main-life .news .slider-life {
    max-width: 700px;
}

.main-life .news .slider-life-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.main-life .news .slider-life-item .text-block {
    background-color: #ffffff;
    height: 230px;
    padding-top: 16px;
    padding-right: 51px;
    padding-left: 28px;
    flex: 1;
}

.main-life .news .slider-life-item .img {
    width: 314px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-life .news .slider-life-item .h2, .main-life .news .slider-life-item h2 {
    font-size: 25px;
}

.main-life .news .slider-life-item .text {
    color: #545454;
    margin-top: 22px;
    margin-bottom: 21px;
}

.main-life .news .slider-life-item .link {
    color: #ff0000;
    text-align: right;
    display: block;
}

.main-life .news .slider-life-item .link::after {
    content: url("img/icons/arrow.svg");
    margin-left: 10px;
}

.para {
    padding-top: 40px;
    padding-bottom: 83px;
}

.para .col-lg-7 .h2, .para .col-lg-7 h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.para .col-lg-7 ul {
    margin-top: 20px;
    margin-bottom: 117px;
}

.para .col-lg-7 .btn {
    -webkit-border-radius: 23px;
    border-radius: 23px;
    display: inline-block;
    padding: 12px 88px;
    font-size: 18px;
    text-transform: uppercase;
}

.para .title .bg {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    padding-top: 33px;
    padding-left: 45px;
}

.para .title div {
    font-size: 22px;
}

.para .title div span {
    font-size: 96px;
    font-weight: 700;
    display: block;
    line-height: 0.8;
    margin-left: -5px;
}

.count-index {
    /*margin-top: 97px;*/
}

.count-index .select {
    width: 246px;
    background-image: url("img/index/icons/bottom.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    -o-text-overflow: '';
    text-overflow: '';
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 1px solid #ff0000;
    background-color: #ffffff;
    font-size: 16px;
    color: #696969;
    padding: 10px 15px;
}

.count-index .select option:hover{
    background-color: #ff0000;
}

.count-index .select--long {
    width: 397px;
    margin-left: 20px;
}

.count-index .select--long optgroup {
    margin: 0;
    padding: 0;
}

.count-index .select .hide {
    display: none;
}

.count-index .select::-ms-expand {
    display: none;
}

.count-index .h2, .count-index h2 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0px;
}

.count-index .subtitle {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 23px;
}

.count-index .select-group {
    margin-bottom: 33px;
}

.count-index .right {
    background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    -webkit-background-size: 42.426406871px 42.426406871px;
    background-size: 42.426406871px 42.426406871px;
    padding: 25px 54px 26px 55px;
    margin-left: 20px;
}

.count-index .right .btn {
    display: inline-block;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-color: #ff0000;
    padding: 12px 57px;
    text-transform: uppercase;
    font-size: 18px;
}

.count-index .right .btn:hover {
    background-color: #e91111;
}

.map-index {
    margin-top: 96px;
    height: 400px;
}

.grd-map{
    /* background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
  background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
  background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
  -webkit-background-size: 42.426406871px 42.426406871px;
          background-size: 42.426406871px 42.426406871px; */
}

.sect-price {
    padding-bottom: 0;
}

.sect-price .year-price {
    background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    -webkit-background-size: 42.426406871px 42.426406871px;
    background-size: 42.426406871px 42.426406871px;
    margin-top: 40px;
}

.sect-price .year-price .content-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.sect-price .year-price .name {
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 15px;
    text-align: right;
}

.sect-price .year-price .time {
    background-color: #565252;
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 25px;
}

.sect-price .year-price .time span {
    font-size: 81px;
    margin-right: 10px;
}

.sect-price .year-price .price {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 32%;
}

.sect-price .year-price .price .text-group {
    padding-top: 16px;
    padding-bottom: 16px;
}

.sect-price .year-price .price .text-group .small-time {
    font-size: 21px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
}

.sect-price .year-price .price .text-group .number {
    font-size: 24px;
    color: #868686;
}

.sect-price .year-price .price .text-group .number span {
    font-size: 30px;
}

.sect-price .year-price .price a {
    position: relative;
    display: block;
    background-color: #ef2525;
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sect-price .year-price .price a:hover {
    background-color: #d20f0f;
}

.sect-price .year-price .price a::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 25px;
    background-image: url(img/icons/arrow.svg);
    width: 14px;
    height: 8px;
}

.sect-price .year-price .price a img {
    width: 20px;
    height: 19px;
    margin-top: 25%;
    margin-left: 25%;
}

.mibok-dropdown input[type=checkbox] {display: none;}

.mibok-dropdown input[type=checkbox] + label:before {
    position: absolute;
    left: 5px;
    top: -3px;
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #ff0000;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    font-size: 25px;
    line-height: 18px;
}

.mibok-dropdown input[type=checkbox]:checked + label:before {
    color: #000000;
}

.mibok-dropdown li div{
    padding: 2px 0;
    padding-top: 10px;
}

.mibok-dropdown li div label{
    width: 100%;
    color: #000000;
    position: relative;
    padding-left: 30px;
}

.mibok-wrapper-timetable .mibok-slide-filter{
    display: none;
}

.mibok-wrapper-grid .mibok-rasp-copyright{
    display: none;
}
.mibok-wrapper-grid .mibok-grid-bg{
    transition: all .25s ease;
    position: relative;
    z-index: 90;
    top: 0;
}
.mibok-wrapper-grid .mibok-grid-bg.fixed{
    position: sticky;
    top: 106px;
    z-index: 90;
}

.mibok-wrapper-grid .mibok-grid-bg.nontop{
    top: 0px;
}

.table-condensed thead{
    color: #000000;
}

.ymaps-b-balloon__content-body{
    font-size: 20px;
    padding: 5px;
}
.bx-sbb-empty-cart-container {
    margin-top: 10%;
}
.bx-sbb-empty-cart-container a{
    color: #e30216;
}

.victory-main .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10%;
    margin-bottom: 80px;
}

.victory-main .container-fluid .left {
    margin-right: 50px;
    max-width: 400px;
}

.victory-main .container-fluid .h3, .victory-main .container-fluid h3 {
    color: #33c111;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.victory-main .container-fluid .h3--red, .victory-main .container-fluid h3--red {
    color: #e02323;
}

.victory-main .container-fluid .title {
    color: #737373;
    font-size: 18px;
    margin-top: 15px;
}

.sale-paysystem-wrapper, .hide-block{
    display: none;
}

.item-lesson.blonde:hover  .btn-mibok, .item-lesson.blonde.emitate-hover  .btn-mibok,.mibok-modal .blonde .btn-mibok
{background: #fbbf07;}
.item-lesson.blonde:hover  .mibok-hover-lesson, .item-lesson.blonde.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #fbbf07;}
.blonde .modal-header
{background:#fbbf07;}
.mibok-carousel-lessons .blonde, .mibok-carousel-lessons  .blonde .mibok-name-teacher
{background: #fae5a4;}
.mibok-carousel-lessons .blonde .mibok-name-lesson, .mibok-carousel-lessons .blonde .mibok-name-lesson a
{color: #fbbf07;}

.item-lesson.yellow-peach:hover  .btn-mibok, .item-lesson.yellow-peach.emitate-hover  .btn-mibok,.mibok-modal .yellow-peach .btn-mibok
{background: #f5a00c;}
.item-lesson.yellow-peach:hover  .mibok-hover-lesson, .item-lesson.yellow-peach.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #f5a00c;}
.yellow-peach .modal-header
{background:#f5a00c;}
.mibok-carousel-lessons .yellow-peach, .mibok-carousel-lessons  .yellow-peach .mibok-name-teacher
{background: #f7dcad;}
.mibok-carousel-lessons .yellow-peach .mibok-name-lesson, .mibok-carousel-lessons .yellow-peach .mibok-name-lesson a
{color: #f5a00c;}

.item-lesson.peach:hover  .btn-mibok, .item-lesson.peach.emitate-hover  .btn-mibok,.mibok-modal .peach .btn-mibok
{background: #feb129;}
.item-lesson.peach:hover  .mibok-hover-lesson, .item-lesson.peach.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #feb129;}
.peach .modal-header
{background:#feb129;}
.mibok-carousel-lessons .peach, .mibok-carousel-lessons  .peach .mibok-name-teacher
{background: #fbdba2;}
.mibok-carousel-lessons .peach .mibok-name-lesson, .mibok-carousel-lessons .peach .mibok-name-lesson a
{color: #feb129;}

.item-lesson.zinnwaldite:hover  .btn-mibok, .item-lesson.zinnwaldite.emitate-hover  .btn-mibok,.mibok-modal .zinnwaldite .btn-mibok
{background: #f47818;}
.item-lesson.zinnwaldite:hover  .mibok-hover-lesson, .item-lesson.zinnwaldite.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #f47818;}
.zinnwaldite .modal-header
{background:#f47818;}
.mibok-carousel-lessons .zinnwaldite, .mibok-carousel-lessons  .zinnwaldite .mibok-name-teacher
{background: #f5ccac;}
.mibok-carousel-lessons .zinnwaldite .mibok-name-lesson, .mibok-carousel-lessons .zinnwaldite .mibok-name-lesson a
{color: #f47818;}

.item-lesson.sienna:hover  .btn-mibok, .item-lesson.sienna.emitate-hover  .btn-mibok,.mibok-modal .sienna .btn-mibok
{background: #ef6a4f;}
.item-lesson.sienna:hover  .mibok-hover-lesson, .item-lesson.sienna.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #ef6a4f;}
.sienna .modal-header
{background:#ef6a4f;}
.mibok-carousel-lessons .sienna, .mibok-carousel-lessons  .sienna .mibok-name-teacher
{background: #edc1b8;}
.mibok-carousel-lessons .sienna .mibok-name-lesson, .mibok-carousel-lessons .sienna .mibok-name-lesson a
{color: #ef6a4f;}

.item-lesson.light-pink:hover  .btn-mibok, .item-lesson.light-pink.emitate-hover  .btn-mibok,.mibok-modal .light-pink .btn-mibok
{background: #f47d85;}
.item-lesson.light-pink:hover  .mibok-hover-lesson, .item-lesson.light-pink.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #f47d85;}
.light-pink .modal-header
{background:#f47d85;}
.mibok-carousel-lessons .light-pink, .mibok-carousel-lessons  .light-pink .mibok-name-teacher
{background: #f3c2c5;}
.mibok-carousel-lessons .light-pink .mibok-name-lesson, .mibok-carousel-lessons .light-pink .mibok-name-lesson a
{color: #f47d85;}

.item-lesson.pale-chestnut:hover  .btn-mibok, .item-lesson.pale-chestnut.emitate-hover  .btn-mibok,.mibok-modal .pale-chestnut .btn-mibok
{background: #e14162;}
.item-lesson.pale-chestnut:hover  .mibok-hover-lesson, .item-lesson.pale-chestnut.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #e14162;}
.pale-chestnut .modal-header
{background:#e14162;}
.mibok-carousel-lessons .pale-chestnut, .mibok-carousel-lessons  .pale-chestnut .mibok-name-teacher
{background: #e294a4;}
.mibok-carousel-lessons .pale-chestnut .mibok-name-lesson, .mibok-carousel-lessons .pale-chestnut .mibok-name-lesson a
{color: #e14162;}

.item-lesson.light-cherry:hover  .btn-mibok, .item-lesson.light-cherry.emitate-hover  .btn-mibok,.mibok-modal .light-cherry .btn-mibok
{background: #e83678;}
.item-lesson.light-cherry:hover  .mibok-hover-lesson, .item-lesson.light-cherry.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #e83678;}
.light-cherry .modal-header
{background:#e83678;}
.mibok-carousel-lessons .light-cherry, .mibok-carousel-lessons  .light-cherry .mibok-name-teacher
{background: #eab7ca;}
.mibok-carousel-lessons .light-cherry .mibok-name-lesson, .mibok-carousel-lessons .light-cherry .mibok-name-lesson a
{color: #e83678;}

.item-lesson.thistle:hover  .btn-mibok, .item-lesson.thistle.emitate-hover  .btn-mibok,.mibok-modal .thistle .btn-mibok
{background: #eb59bd;}
.item-lesson.thistle:hover  .mibok-hover-lesson, .item-lesson.thistle.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #eb59bd;}
.thistle .modal-header
{background:#eb59bd;}
.mibok-carousel-lessons .thistle, .mibok-carousel-lessons  .thistle .mibok-name-teacher
{background: #e9c6de;}
.mibok-carousel-lessons .thistle .mibok-name-lesson, .mibok-carousel-lessons .thistle .mibok-name-lesson a
{color: #eb59bd;}

.item-lesson.amethyst:hover  .btn-mibok, .item-lesson.amethyst.emitate-hover  .btn-mibok,.mibok-modal .amethyst .btn-mibok
{background: #b15cdb;}
.item-lesson.amethyst:hover  .mibok-hover-lesson, .item-lesson.amethyst.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #b15cdb;}
.amethyst .modal-header
{background:#b15cdb;}
.mibok-carousel-lessons .amethyst, .mibok-carousel-lessons  .amethyst .mibok-name-teacher
{background: #d0b8dc;}
.mibok-carousel-lessons .amethyst .mibok-name-lesson, .mibok-carousel-lessons .amethyst .mibok-name-lesson a
{color: #b15cdb;}

.item-lesson.cornflower:hover  .btn-mibok, .item-lesson.cornflower.emitate-hover  .btn-mibok,.mibok-modal .cornflower .btn-mibok
{background: #468dec;}
.item-lesson.cornflower:hover  .mibok-hover-lesson, .item-lesson.cornflower.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #468dec;}
.cornflower .modal-header
{background:#468dec;}
.mibok-carousel-lessons .cornflower, .mibok-carousel-lessons  .cornflower .mibok-name-teacher
{background: #b4cbea;}
.mibok-carousel-lessons .cornflower .mibok-name-lesson, .mibok-carousel-lessons .cornflower .mibok-name-lesson a
{color: #468dec;}

.item-lesson.light-turquoise:hover  .btn-mibok, .item-lesson.light-turquoise.emitate-hover  .btn-mibok,.mibok-modal .light-turquoise .btn-mibok
{background: #29b5e6;}
.item-lesson.light-turquoise:hover  .mibok-hover-lesson, .item-lesson.light-turquoise.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #29b5e6;}
.light-turquoise .modal-header
{background:#29b5e6;}
.mibok-carousel-lessons .light-turquoise, .mibok-carousel-lessons  .light-turquoise .mibok-name-teacher
{background: #98d1e5;}
.mibok-carousel-lessons .light-turquoise .mibok-name-lesson, .mibok-carousel-lessons .light-turquoise .mibok-name-lesson a
{color: #29b5e6;}

.item-lesson.turquoise:hover  .btn-mibok, .item-lesson.turquoise.emitate-hover  .btn-mibok,.mibok-modal .turquoise .btn-mibok
{background: #25c09b;}
.item-lesson.turquoise:hover  .mibok-hover-lesson, .item-lesson.turquoise.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #25c09b;}
.turquoise .modal-header
{background:#25c09b;}
.mibok-carousel-lessons .turquoise, .mibok-carousel-lessons  .turquoise .mibok-name-teacher
{background: #c6dfd9;}
.mibok-carousel-lessons .turquoise .mibok-name-lesson, .mibok-carousel-lessons .turquoise .mibok-name-lesson a
{color: #25c09b;}

.item-lesson.dark-green:hover  .btn-mibok, .item-lesson.dark-green.emitate-hover  .btn-mibok,.mibok-modal .dark-green .btn-mibok
{background: #59cc51;}
.item-lesson.dark-green:hover  .mibok-hover-lesson, .item-lesson.dark-green.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #59cc51;}
.dark-green .modal-header
{background:#59cc51;}
.mibok-carousel-lessons .dark-green, .mibok-carousel-lessons  .dark-green .mibok-name-teacher
{background: #b4ddb1;}
.mibok-carousel-lessons .dark-green .mibok-name-lesson, .mibok-carousel-lessons .dark-green .mibok-name-lesson a
{color: #59cc51;}

.item-lesson.yellow-green:hover  .btn-mibok, .item-lesson.yellow-green.emitate-hover  .btn-mibok,.mibok-modal .yellow-green .btn-mibok
{background: #93c32f;}
.item-lesson.yellow-green:hover  .mibok-hover-lesson, .item-lesson.yellow-green.emitate-hover  .mibok-hover-lesson
{outline: 1px solid #93c32f;}
.yellow-green .modal-header
{background:#93c32f;}
.mibok-carousel-lessons .yellow-green, .mibok-carousel-lessons  .yellow-green .mibok-name-teacher
{background: #deeebd;}
.mibok-carousel-lessons .yellow-green .mibok-name-lesson, .mibok-carousel-lessons .yellow-green .mibok-name-lesson a
{color: #93c32f;}

.mibok-wrapper-grid{
    background-color: #fafafa;
}

.life-banner {
    margin-top: 107px;
}

.life-banner .container-fluid {
    position: relative;
}

.life-banner .logo-life {
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
    background-color: #33c111;
    font-size: 13px;
    padding: 37px 12px 15px 30px;
    z-index: 10;
    color: #fff;
}
.life-banner .logo-life.pro {
    background-color: #282f33;

}
.life-banner .logo-life span {
    display: block;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.life-banner .life-slider-item {
    position: relative;
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.life-banner .life-slider-item img {
    height: 473px;
}

.life-banner .life-slider-item .content {
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 30%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.life-banner .life-slider-item .content .h2, .life-banner .life-slider-item .content h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fefefe;
    padding: 0 20px;
}

.life-banner .life-slider-item .content p {
    font-size: 20px;
    color: #ffffff !important;
}

.life-banner .life-slider .slick-next, .life-banner .life-slider .slick-prev {
    background-color: transparent;
}

.life-banner .life-slider .slick-next::before, .life-banner .life-slider .slick-prev::before {
    content: url("img/life/slarr.svg");
}

.life-banner .life-slider .slick-prev::before {
    content: url("img/life/slarl.svg");
}

.life-sect-cart {
    margin-top: 40px;
}

.life-sect-cart .title h2, .life-sect-cart .title .h2 {
    font-weight: 700;
}

.life-sect-cart .title p {
    color: #797979;
}

.life-sect-cart-list {
    margin-left: -10px;
    margin-right: -10px;
}

.life-sect-cart-list-item {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    height: 294px;
}

.life-sect-cart-list-item .h2, .life-sect-cart-list-item h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.life-sect-cart-list-item .content {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 17px 12px 10px 20px;
}

/* .life-sect-cart-list-item .content:hover .h2, .life-sect-cart-list-item .content:hover h2 {
  color: #ff0000;
} */

.life-sect-cart-list-item .content .ai-hide {
    max-height: 0px;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.life-sect-cart-list-item .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 5px;
}

.life-sect-cart-list-item .content ul li {
    font-size: 14px;
    color: #33c111;
}

.life-sect-cart-list-item .content ul li::after {
    content: '|';
    color: #ff0000;
    margin: 0 5px;
}

.life-sect-cart-list-item .content ul li:last-child::after {
    display: none;
}

.life-sect-cart-list-item .content p {
    margin: 0;
    color: #ffffff;
}

.life-sect-cart-list-item--page .content {
    background-color: rgba(51, 193, 17, 0.85);
    top: 0;
    margin: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.pro-sect-cart-list-item--page .content{
    background-color: rgba(0, 0, 0, 0.65);

}
.life-sect-cart-list-item--page .h2, .life-sect-cart-list-item--page h2 {
    font-size: 35px;
}

.life-sect-cart-list-item--page .arrow {
    position: absolute;
    right: -100px;
    bottom: 15px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.life-sect-cart-list-item--page:hover {
    margin-top: -5px;
}

.life-sect-cart-list-item--page:hover .content {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    /* bottom: 5px; */
}

.life-sect-cart-list-item--page:hover .arrow {
    right: 14px;
}

.life-sect-cart-list-item:hover .content .ai-hide {
    max-height: 296px;
}

.title-aside {
    margin-bottom: 18px;
}

.title-aside .h2, .title-aside h2 {
    font-size: 30px;
    font-weight: 700;
}

.life-list {
    margin-top: 40px;
}

.life-list .title .h2, .life-list .title h2 {
    font-weight: 700;
}

.life-list .title p {
    color: #797979;
}

.life-list .form {
    background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    padding: 10px 25px 25px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.life-list .form .h3, .life-list .form h3 {
    font-size: 16px;
    color: #33c111;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.life-list .form label {
    color: #797979;
    display: block;
    margin-bottom: 5px;
    margin-left: 18.5px;
}

.life-list .form select {
    background-color: #ffffff;
    border: none;
    padding: 10px 15px;
    width: 100%;
}

.life-list-vert-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b8b8b8;
    overflow: hidden;
    /*display: none;*/
}

.life-list-vert-item p {
    margin: 5px 0;
}

.life-list-vert-item .img {
    /* height: 177px; */
    /* padding-right: 5px; */
    position: relative;
}

.life-list-vert-item .img .img-main {
    width: 100%;
    height: 100%;
}

.life-list-vert-item .img .ai-hide {
    position: absolute;
    right: 700px;
    bottom: 10px;
    z-index: 20;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.life-list-vert-item .img .ai-hide img {
    width: 5px;
    height: 9px;
    margin-left: 5px;
}

.life-list-vert-item .h2, .life-list-vert-item h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.life-list-vert-item .date {
    color: #33c111;
    text-transform: uppercase;
}

.life-list-vert-item .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #010101;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
    width: 90%;
}

.life-list-vert-item .tags li::after {
    content: '|';
    color: #ff0000;
    margin: 0 5px;
}

.life-list-vert-item .tags li:last-child::after {
    display: none;
}

.life-list-vert-item p {
    color: #7c7c7c;
}

.interested-list-item {
    display: block;
    margin-bottom: 50px;
}

.interested-list-item:hover .content .h3, .interested-list-item:hover .content h3 {
    color: #ff0000;
}

.interested-list-item img {
    max-height: 285px;
    width: 100%;
}

.interested-list-item .content {
    background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    padding: 20px 10px;
}

.interested-list-item .content .h3, .interested-list-item .content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #010101;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.interested-list-item .content .date {
    font-size: 14px;
    color: #33c111;
    margin: 7px 0;
}

.interested-list-item .content .text {
    color: #000000;
}

.interested-list-item .content p {
    margin: 0;
}

.photobox {
    display: inline-block;
    height: auto;
    width: 100%;
}

.photobox__previewbox {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.photobox__preview {
    display: block;
    max-width: 100%;
}

.photobox__previewbox:before {
    content: "";
}
.video-play::after{
    content: "";
    background: url("img/Play.png");
    position: absolute;
    left: 0;
	right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 11;
}

.photobox_type15 .photobox__previewbox::before {
    width: 0;
    height: 0;
    padding: 25%;
    background-color: var(--photoboxOverlay, rgba(51, 193, 17, 0.8));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transition: -webkit-transform var(--photoboxAnimationDuration, 0.4s) ease;
    transition: -webkit-transform var(--photoboxAnimationDuration, 0.4s) ease;
    -o-transition: transform var(--photoboxAnimationDuration, 0.4s) ease;
    transition: transform var(--photoboxAnimationDuration, 0.4s) ease;
    transition: transform var(--photoboxAnimationDuration, 0.4s) ease, -webkit-transform var(--photoboxAnimationDuration, 0.4s) ease;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.pro-list-item .photobox_type15 .photobox__previewbox::before {
    width: 0;
    height: 0;
    padding: 25%;
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.5));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transition: -webkit-transform var(--photoboxAnimationDuration, 0.4s) ease;
    transition: -webkit-transform var(--photoboxAnimationDuration, 0.4s) ease;
    -o-transition: transform var(--photoboxAnimationDuration, 0.4s) ease;
    transition: transform var(--photoboxAnimationDuration, 0.4s) ease;
    transition: transform var(--photoboxAnimationDuration, 0.4s) ease, -webkit-transform var(--photoboxAnimationDuration, 0.4s) ease;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.life-list-vert-item:hover .photobox__previewbox::before {
    -webkit-transform: translate(-50%, -50%) scale(4);
    -ms-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    -webkit-transition-duration: -webkit-calc(var(--photoboxAnimationDuration, .4s) * 2);
    -o-transition-duration: calc(var(--photoboxAnimationDuration, .4s) * 2);
    transition-duration: calc(var(--photoboxAnimationDuration, .4s) * 2);
}

.life-list-vert-item:hover .ai-hide {
    right: 15px;
}

.photobox_type15 .photobox__preview {
    -webkit-transition: -webkit-transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    -o-transition: transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    width: 100%;
}

.life-list-vert-item:hover .photobox__preview {
    -webkit-transform: scale(1.2) translate(4%, 4%);
    -ms-transform: scale(1.2) translate(4%, 4%);
    transform: scale(1.2) translate(4%, 4%);
}

.life-banner {
    margin-bottom: 30px;
    color: #fff;
}

.life-banner .pay-group {
    position: absolute;
    right: 30px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    padding: 20px 25px 15px 50px;
    width: 425px;
}

.life-banner .sign-up {
    position: absolute;
    right: 55px;
    bottom: 15px;
    display: block;
}

.life-banner .sign-up .btn {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #ff0000;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 35px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.life-banner .sign-up .btn:hover {
    background-color: #e60000;
}

.life-list .filter {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px dashed #d7d7d7;
    border-bottom: 1px dashed #d7d7d7;
}

.life-list .new-filter-list,
.life-list .filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.life-list .filter-list-item {
    padding: 10px 15px;
    margin: 5px;
    color: #000000;
    font-size: 18px;
    background-color: #d7d7d7;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.life-list .filter-list-item:hover {
    background-color: #33c111;
    color: #ffffff;
}

.life-list .filter-list-item--active {
    background-color: #33c111;
    color: #ffffff;
    pointer-events: none;
}

.new-filter-list .filter-list-item:hover {
    background-color: #000;
    color: #ffffff;
}

.new-filter-list .filter-list-item--active {
    background-color: #000;
    color: #ffffff;
    pointer-events: none;
}

.life-page-art .h1, .life-page-art h1, .life-page-art .h2, .life-page-art h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-shadow: none;
}

.life-page-art .date {
    color: #33c111;
    margin: 5px 0;
}

.life-page-art .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #8b8b8b;
}

.life-page-art .tags li {
    color: #010101;
}

.life-page-art .tags li::after {
    content: '|';
    color: #ff0000;
    margin: 0 5px;
}

.life-page-art .tags li:last-child::after {
    display: none;
}

.art-main {
    color: #000000;
    line-height: 1;
}

.art-main p {
    margin: 15px 0;
}

.art-main blockquote {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 45px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.art-main blockquote::before {
    content: '‘‘';
    position: absolute;
    font-size: 95px;
    line-height: .5;
    letter-spacing: -7px;
    font-weight: 700;
    top: 0;
    left: 0;
}

.art-main img {
    /*width: 100%;*/
    height: auto;
    max-width: 100%;
   /* min-width: 100%;*/
    margin: 15px 0;
}

img.img_no_width {
width: unset;
min-width: unset;
max-width: 20%;

}

.art-main ul, .art-main ol {
    margin: 10px 0;
}

.art-main ul li::before,.art-main ol li::before {
    content: '\25CF';
    color: #ff0000;
    margin-right: 5px;
}

.art-main video, .art-main iframe {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 514px;
    margin: 15px 0;
}

.sect-art-pay {
    background: -webkit-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: -o-linear-gradient(315deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    background: linear-gradient(-225deg, #fafafa 25%, #f5f5f5 0, #f5f5f5 50%, #fafafa 0, #fafafa 75%, #f5f5f5 0);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    color: #000000;
    padding: 25px;
}

.pay-group {
    width: 350px;
}

.pay-group .price {
    font-size: 35px;
    font-weight: 700;
    margin-left: 25px;
}

.pay-group .text {
    width: 95%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.pay-group .text--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 40px;
    margin-bottom: 17px;
}

.pay-group .btn {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ff0000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 100%;
    cursor: pointer;
}

.pay-group .btn:hover {
    background-color: #e60000;
}

.contact-art {
    margin-top: 40px;
}

.contact-art .line {
    background-color: #5d5d5d;
    width: 100%;
    height: 1px;
}

.contact-art .contact-art-map {
    width: 100%;
    height: 270px;
    padding-top: 17px;
}

.contact-art .contact-art-map iframe {
    width: 100%;
    height: 100%;
}

.contact-art .contact-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-size: 18px;
    padding-top: 17px;
}

.contact-art .contact-line p {
    margin: 0;
}

.contact-art .contact-line img {
    width: 24px;
    height: 28px;
    margin-right: 10px;
}

.contact-art .contact-line-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    padding: 9px 25px;
    background-color: #f6f6f6;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
}

.contact-art .contact-line-map:hover {
    background-color: #e9e9e9;
}

.contact-art .contact-line-pers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-art .contact-line-pers-hi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-art .contact-line-pers-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.contact-art .contact-line-pers-item img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contact-art .contact-line-pers-item p {
    margin-right: 5px;
}

.contact-art .contact-line-pers-item a {
    color: #000000;
}

.contact-art .contact-line-pers-item a:hover {
    color: #ff0000;
}

.recomend-sect {
    margin-top: 40px;
    margin-bottom: 80px;
}

.recomend-sect .h2, .recomend-sect h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.popup-life-form input[type=checkbox] {
    opacity: 0;
    display: none;
}

.popup-life-form input[type=checkbox] + label {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    float: left;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
}

.popup-life-form input[type=checkbox] + label::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border: 1px solid #A9A9A9;
}

.popup-life-form input[type=checkbox] + label::after {
    content: '✓';
    position: absolute;
    color: #ff0000;
    font-size: 28px;
    line-height: .8;
    left: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.popup-life-form input[type=checkbox]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.popup-life-form {
    position: fixed;
    overflow-y: auto;
    z-index: 120;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.popup-life-form-content {
    position: absolute;
    max-height: 450px;
    top: 25%;
    left: 0;
    right: 0;
    width: 377px;
    margin: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.35);
}

.popup-life-form-content .content {
    position: relative;
}

.popup-life-form-content .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.popup-life-form-content .close:hover {
    color: #000000;
}

.popup-life-form-content .h3, .popup-life-form-content h3 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    background-color: #ef2525;
    padding: 20px 0;
}

.popup-life-form-content form {
    padding: 35px 30px 26px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-life-form-content form input, .popup-life-form-content form select {
    width: 95%;
    margin: auto;
    border: 1px solid #666666;
    padding: 10px 18px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.popup-life-form-content form select {
    color: #797979;
    display: none;
}

.popup-life-form-content form label {
    font-size: 16px;
    color: #000000;
}

.popup-life-form-content form p {
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.popup-life-form-content form p a {
    color: #ff0000;
}

.popup-life-form-content form p a:hover {
    color: #cc0000;
}

.popup-life-form-content form .btn {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background-color: #ef2525;
    color: #ffffff;
}

.popup-life-form-content form .btn:hover {
    background-color: #d20f0f;
}

input::-webkit-input-placeholder {
    color: #797979;
}

input::-moz-placeholder {
    color: #797979;
}

input:-moz-placeholder {
    color: #797979;
}

input:-ms-input-placeholder {
    color: #797979;
}

#hide-input {
    display: none;
}
.contacts-data a{
    color: #e02323;
}
.contacts-data-list{
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.contacts-data-item.contacts-data-item {
    width: 24%;
    margin: 10px 0;
}
.contacts-data-item-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.text-red{
    color: #e02323;
}
.link-phone{
    white-space: nowrap;
}
/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
    .header-bot .menu {
        margin-left: 0px;
    }
    .header-bot .menu li {
        margin: 0 10px;
    }
    .main-life .line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-life .title {
        padding-bottom: 30px;
    }
    .main-life .news {
        margin-left: 0;
        margin-top: 40px;
    }
    .main-clubs .clubs-list-item .buttons-group {
        display: block;
    }
    .main-clubs .clubs-list-item .buttons-group .club-link {
        margin-bottom: 5px;
    }
    .count-index .left {
        width: 375px;
    }
    .count-index .right {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .interested-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .interested-list-item img {
        max-width: 285px;
    }
    .interested-list-item .content{
        flex-grow: 2;
    }
    .photobox{
        height: auto;
    }
    .life-list-vert-item .img{
        height: auto;
    }
    .photobox__previewbox{
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .header-main {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
    .header-main-active {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .header-bot-active .menu li a {
        color: #ffffff;
        font-size: 16px;
    }

    .header-bot-active .menu li span {
        color: #ffffff;
    }

    .header-main .container-fluid {
        position: relative;
    }
    .header-bot .mob-group {
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 50%;
        right: -50%;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.8);
        padding-top: 80px;
        padding-left: 20px;
        overflow-y: scroll;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .header-bot .mob-group .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        margin: 0;
    }
    .header-bot .mob-group .menu li {
        margin: 0;
        line-height: 2;
        font-size: 16px;
    }
    /* .header-bot .mob-group .menu li:last-child {
    margin: 0;
    line-height: 1;
	} */
    .header-top .container-fluid{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-bot .mob-group .menu .hide-list {
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        left: 0;
        position: static;
        background-color: transparent;
    }
    .header-bot .mob-group .btn {
        margin: 0;
        display: block;
    }
    .header-bot .mob-group .btn {
        margin: 0;
    }
    .header-bot .mob-group-active {
        right: 0;
    }
    .header-bot #nav-icon1 span {
        display: block;
        z-index: 200;
    }
    .header-bot .logo svg {
        height: 50px;
    }
    .nav-sect nav {
        display: block;
        text-align: center;
    }
    .nav-sect nav .btn {
        width: -webkit-calc(33.3% - 30px);
        width: calc(33.3% - 30px);
        display: inline-block;
        margin: 5px 0;
        padding: 12px 0;
    }
    .sect-girlclub {
        background-position: 70% 25%;
        -webkit-background-size: auto auto;
        background-size: auto;
    }
    .sect-girlclub h3, .sect-girlclub .h3 {
        margin-bottom: 100px;
    }
    .sect-girlclub .container-fluid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 90px;
    }
    .sect-girlclub .content {
        position: static;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 14%;
    }
    .sect-girlclub .right-text {
        position: static;
        margin-top: 30%;
    }
    .sect-pool .h3, .sect-pool h3 {
        width: 45%;
    }
    .sect-pool .sub-title {
        width: 25%;
    }
    .sect-price .pricelist-item {
        margin-bottom: 30px;
    }
    .footer-bot .copy {
        width: 80%;
        line-height: 1.4;

    }
    .sect-way .way-slider-item:hover .hide {
        padding-top: 65px;
    }
    .sect-way .way-slider-item:hover .hide ul li {
        font-size: 14px;
    }
    .sect-way .way-slider-item:hover .hide div span {
        width: 35px;
        height: 35px;
    }
    .sect-way .way-slider-item:hover .hide div span img {
        width: 15px;
        height: 15px;
        padding-left: 3px;
    }
    .popup iframe {
        height: 360px;
        top: -webkit-calc(50% - 180px);
        top: calc(50% - 180px);
    }
    .popup .popup-modal {
        top: -webkit-calc(50% - 128px);
        top: calc(50% - 128px);
        width: 80%;
    }
    .count-main .left {
        width: 100%;
    }
    .count-main .right {
        margin-top: 40px;
    }
    .main-slider .slider-list-item .right {
        display: none;
    }
    .main-slider .slider-list-item .left {
        width: 100%;
        margin-top: 0;
    }
    .main-slider .slider-list-item .left .title {
        padding-bottom: 0px;
        padding-top: 150px;
        padding-left: 0;
        background-image: none;
    }
    .main-slider .slider-list-item {
        height: 500px;

    }
    .main-clubs .clubs-list-item {
        margin-bottom: 30px;
    }
    .main-clubs .last-club .clubs-list-item {
        width: 100%;
        margin-top: 0px;
    }
    .para .title {
        display: none;
    }
    .count-index .right {
        margin-top: 40px;
    }
    .count-index .select {
        display: block;
        width: 350px;
    }
    .count-index .select--long {
        margin-top: 15px;
        margin-left: 0;
    }
    .main-life .news {
        padding: 15px;
    }
    .sect-price .year-price .content-main {
        width: 100%;
    }
    .contacts .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts .right {
        margin-left: 0;
    }
    .life-sect-cart-list-item .content .ai-hide {
        max-height: 296px;
    }
    .life-sect-cart-list-item {
        height: auto;
    }
    .contacts-data-list{
        flex-wrap: wrap;
    }
    .contacts-data-item {
        width: 49%;
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    body {
        font-size: 12px;
    }
    .sect-coach .coach-slider .slick-next {
        right: -20px;
    }
    .sect-coach .coach-slider .slick-prev {
        left: -20px;
    }
    .soc-group {
        margin-right: 0;
    }
    .header-top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sect-pool .sub-title {
        padding-bottom: 30px;
        width: 35%;
    }
    .container-fluid {
        max-width: 1290px;
        padding: 0 15px;
    }
    .ham {
        right: 0;
    }
    .footer-top .logo {
        display: none;
    }
    .sect-gal .gal-slider .slick-next {
        right: 0;
    }
    .sect-gal .gal-slider .slick-prev {
        left: 0;
    }
    .phone .mob {
        margin-right: 0;
    }
    .sect-timetable {
        padding-top: 50px;
    }
    .cart-sect .pay-row {
        font-size: 12px;
    }
    .cart-sect .pay-row .name {
        font-size: 12px;
    }
    .cart-sect .pay-row div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cart-footer .row-cart .pb {
        padding-bottom: 20px;
    }
    .count-main .right {
        display: block;
    }
    .count-main .right tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .count-main .right tr {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        color: #000000;
        margin-bottom: 40px;
    }
    .count-main .right tr:nth-child(2n+2) {
        width: 50%;
    }
    .count-main .right tr td {
        padding-left: 10%;
    }
    .count-main .right tr td:nth-child(2n+1) {
        background-color: #eaeaea;
    }
    .count-main .right tr td:nth-child(2n+2) {
        background-color: #f9f9f9;
    }
    .count-main .right tr:nth-child(2n+1) {
        font-weight: 700;
    }
    .count-main .right br {
        display: none;
    }
    .count-main .right {
        padding: 0;
    }
    .banner {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .banner a {
        width: 100%;
    }
    .banner a .btn {
        left: 30%;
        right: 30%;
        bottom: 15px;
        margin: auto;
    }
    .count-main .left .title{
        font-size: 19px;
    }
    .count-main .left{
        height: auto;
    }
    .bread{
        margin-top: 110px;
    }
    .main-life .news {
        width: 100%;
    }
    .main-life .news .h2, .main-life .news h2 {
        text-align: center;
    }
    .main-life .news .slider-life-item {
        display: block;
    }
    .main-life .news .slider-life-item .img {
        margin: auto;
    }
    .main-life .news .slider-life-item .text-block {
        width: 314px;
        height: 250px;
        margin: auto;
    }
    .main-life .news .slider-life-item .text-block .h2, .main-life .news .slider-life-item .text-block h2 {
        text-align: left;
    }
    .main-clubs .last-club .clubs-list-item {
        height: 220px;
    }
    .main-clubs .last-club .clubs-list-item img {
        height: 220px;
    }
    .count-index .select {
        width: 100%;
    }
    .main-clubs .clubs-list-item .buttons-group a span {
        font-size: 16px;
    }
    .sect-price .year-price .content-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 0;
    }
    .sect-price .year-price .name {
        display: none;
    }
    .sect-price .year-price .time {
        padding: 10px 0;
        width: 40%;
    }
    .sect-price .year-price .price {
        width: 40%;
        padding: 0;
        padding: 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sect-price .year-price .price .text-group {
        padding-top: 0;
    }
    .sect-price .year-price .price a::before {
        display: none;
    }
    .sect-price .year-price .price a img {
        margin-left: 0;
    }
    .header-top .container-fluid{
        position: relative;
    }
    .cart-group{
        position: static;
    }
    .bx-opener{
        width: 100%;
        
    }
    .victory-main .right {
        display: none;
    }
    .life-list-vert-item .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .life-list-vert-item .tags {
        /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; */
    }
    .life-list-vert-item .tags li {
        margin-right: 5px;
    }
    .life-list-vert-item .tags li::after {
        display: none;
    }
    .life-list .filter-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .life-list .filter-list-item {
        margin: 3px;
    }
    .contact-art .contact-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact-art .contact-line-pers {
        padding-left: 25px;
        margin-top: 10px;
    }
    .life-page-art .h1, .life-page-art h1, .life-page-art .h2, .life-page-art h2 {
        font-size: 28px;
    }
    .art-main video, .art-main iframe {
        height: 200px;
    }
    .art-main blockquote {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .phone .mob span{
        font-size: 14px;
    }
    .phone{
        align-items: center;
    }
    .contacts .left .content {
        padding: 20px;
        padding-top: 30px;
    }
    .contacts .left .content .svg-abs {
        display: none;
    }
    .contacts .left .content .title {
        margin-right: 0;
    }
    .contacts .left .content .contact-group .soc-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts .left .content .contact-group .soc-group a {
        margin-bottom: 5px;
    }
    .nav-sect .text-center {
        height: 170px;
    }
    .h2, h2 {
        font-size: 25px;
    }
    .nav-sect {
        /*background-position: 30% center;*/
    }
    .nav-sect--ug {
        background-position: 60% center;
    }
    .nav-sect nav .btn {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 5px 14px;
    }
    .slick-prev {
        left: 35%;
        top: 100%;
        z-index: 50;
    }
    .slick-next {
        right: 35%;
        top: 100%;
        z-index: 50;
    }
    .sect-girlclub .right-text {
        margin-top: 50%;
    }
    .sect-girlclub .first-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sect-girlclub .first-line .item .time {
        font-size: 24px;
    }
    .sect-girlclub .first-line .item:last-child {
        text-align: right;
        margin-left: auto;
        margin-top: 20px;
    }
    .sect-girlclub .title {
        margin-top: 20px;
    }
    .sect-girlclub .content {
        margin-top: 20%;
        padding: 0;
    }
    .sect-girlclub .price tr th {
        padding: 5px 2px;
        font-size: 14px;
    }
    .sect-girlclub .price tr td {
        font-size: 16px;
    }
    .sect-pool .h3, .sect-pool h3 {
        width: 100%;
    }
    .sect-pool .sub-title {
        width: 100%;
    }
    .sect-coach .coach-slider .slick-next {
        right: 0;
    }
    .sect-coach .coach-slider .slick-prev {
        left: 0;
    }
    .sect-pool .h2, .sect-pool h2 {
        font-size: 70px;
    }
    .sect-gal .gal-slider .slick-prev, .sect-gal .gal-slider .slick-next {
        top: 50%;
    }
    .sect-price .pricelist-item--size .title {
        margin-top: 0px;
    }
    .footer-bot .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .footer-bot .container-fluid .copy {
        width: 100%;
    }
    .footer-bot .container-fluid .logo {
        width: 100%;
    }
    .footer-bot .container-fluid .logo img {
        width: 100px;
        margin: auto;
    }
    .footer-top .container-fluid .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .phone .cart {
        margin-right: 15px;
    }
    .header-bot .mob-group {
        width: 100%;
        right: -100%;
    }
    .header-bot .mob-group-active {
        right: 0;
    }
    .popup iframe {
        width: 100%;
        height: 220px;
        top: -webkit-calc(50% - 110px);
        top: calc(50% - 110px);
    }
    .cart-group {
        position: static;
    }
    .hide-small-cart {
        /* width: 100vw; */
    }
    .cart-footer .main-form .btn{
        padding: 8px 30px;
    }
    .main-clubs .last-club .clubs-list-item::after {
        display: none;
    }
    .count-index .right {
        padding: 15px;
    }
    .main-clubs .clubs-list-item .buttons-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .main-clubs .last-club .clubs-list-item .content {
        margin-left: 0;
    }
    .main-life .title {
        padding-left: 0;
        width: 100%;
    }
    .count-index .right .btn {
        width: 100%;
        padding: 12px 0;
    }
    .main-life .news .slider-life-item .img {
        width: 100%;
        /* height: auto; */
    }
    .main-clubs::before{
        left: 0;
        bottom: 0;
        right: 0;
    }
    .main-clubs .subtitle{
        margin-left: 0;
    }
    .main-life .news .slider-life-item .text-block {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }
    .main-life .news {
        padding: 15px;
    }
    .main-life .news .slider-life-item .text-block .h2, .main-life .news .slider-life-item .text-block h2 {
        font-size: 20px;
    }
    .main-life .news .slider-life {
        padding-bottom: 50px;
    }
    .sect-price .year-price .time {
        width: 93%;
    }
    .sect-price .year-price .price {
        width: 93%;
    }
    .bx-opener{
        padding: 10px;
    }
    .life-banner .logo-life {
        display: none;
    }
    .life-banner .life-slider-item, .life-banner .life-slider-item img {
        width: auto;
        height: 300px;
        max-width: none;
    }
    .life-banner .life-slider-item .content {
        top: 0;
        bottom: 0;
    }
    .life-banner .life-slider-item .content p {
        font-size: 14px;
    }
    .life-banner .life-slider-item .content .h2, .life-banner .life-slider-item .content h2 {
        font-size: 25px;
    }
    .interested-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .interested-list-item img {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .interested-list-item .content{
        max-width: 285px;
        margin: auto;
    }
    .life-list .form .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .life-banner .pay-group {
        position: static;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        padding-left: 25px;
        width: 100%;
    }
    .pay-group {
        width: 100%;
    }
    .pay-group .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .pay-group .price {
        margin-left: 0;
    }
    .pay-group .btn {
        font-size: 14px;
    }
    .contact-art .contact-line-pers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact-art .contact-line-pers-item {
        margin-left: 0;
        margin: 5px 0;
    }
    .life-banner .sign-up {
        left: 55px;
        bottom: 5px;
        margin: auto;
    }
    .life-banner .sign-up .btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    .popup-life-form-content {
        width: 100%;
    }
    .popup-life-form-content .h3, .popup-life-form-content h3 {
        padding-top: 25px;
    }
    .contacts-data-item {
        width: 100%;
    }
}

/*==========  Mobile First  ==========*/

.cost_ticket {
    margin-top: 30px;
}

/* Стилизуем форму обратной связи */
.bx-soa-custom-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 10px 0 5px 0 !important;
}

.bx-soa-customer-input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 2px 10px !important;
}

@media(max-width: 1024px) {
    .cart-footer .main-form {
        background-color: #f6f6f6;
        padding: 0 0 0 15px;
    }
}