﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: Pedanto;
    src: url(../theme/fonts/RobotoCondensed-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Pedanto;
    src: url(../theme/fonts/RobotoCondensed-Bold.ttf);
    font-weight: 700;
    font-display: swap
}

.row:before, .row:after {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

body, html {
    height: 100%
}

a:visited, a:active, a:focus {
    color: inherit;
    text-decoration: none
}

body {
    margin: 0;
    min-width: 320px;
    background-color: #fff;
    color: #555;
    height: 100%;
    font-family: Pedanto;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

button {
    outline: none;
    margin: 0;
    padding: 0
}

.fixedTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20
}

.button, .button:hover, .button:focus, .h_button, .h_button:hover, .nav a, .nav a:hover, .a_add_new, .a_add_new:hover, .a_edit_button, .a_edit_button:hover, .paginator a, .paginator a:hover, .n_head h2 a, .n_head h2 a:hover, .n_tags a, .n_tags a:hover, .g_image a, .g_image a:hover {
    text-decoration: none;
    outline: 0
}

::-webkit-input-placeholder {
    color: #b1b1b1
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.h2 {
    font-size: 1.5em;
}

p {
    margin: 0 0 10px
}

img, iframe {
    max-width: 100% !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 768px) and (max-width: 991px) {
    .height-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .height-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) {
    .height-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.row-eq-height {
    display: block
}

.page_smooth {
    transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s
}

.page_transparent {
    opacity: 0
}

#wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#footer {
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.admin-body {
    background-color: #f5f5f5 !important;
    background-image: none !important
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden
}

.flex {
    display: flex
}

.static {
    position: static
}

.right {
    float: right
}

.left {
    float: left
}

.nodisplay {
    display: none
}

.hand {
    cursor: pointer
}

.underline {
    text-decoration: underline
}

.center {
    display: block;
    text-align: center
}

.nolink, .nolink:hover {
    text-decoration: none;
    color: inherit
}

.relative {
    position: relative
}

.afterclear:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.tar {
    text-align: right
}

.nolist {
    list-style: none
}

.rot_inside .rot_item {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    -webkit-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .7s ease .1s;
    -o-transition: all .7s ease .1s;
    transition: all .7s ease .1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.rot_inside:hover .rot_item, .rot_inside .rot_item.active {
    display: inline-block;
    transform: perspective(600px) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateY(360deg)
}

.rate_line {
    overflow: hidden;
    padding: 5px 0;
    margin: 0 0 15px;
    -webkit-user-select: none
}

.rate_line .socialshare {
    height: 32px;
    margin-bottom: 5px;
    overflow: hidden
}

.rate_line .pd_love {
    display: inline-block;
    line-height: 22px;
    margin: 0 10px 0 0;
    background: #77b3d4;
    color: #fff;
    height: 32px;
    padding: 4px 8px;
    border-radius: 2px;
    vertical-align: top;
    cursor: pointer
}

.rate_line .pd_love i {
    font-style: normal !important
}

.dropLink {
    position: relative
}

.dropLink > a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropArea {
    display: none;
    min-width: 160px;
    position: absolute;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 6
}

.dropArea li {
    list-style: none
}

.dropLink.active .dropArea {
    display: block
}

.dropLink.active .dropArea.right {
    right: 0
}

.dropLink > a:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f078";
    padding: 0 0 0 10px;
    margin: -1px 0;
    display: inline-block
}

.dropLink.active > a:after {
    display: inline-block;
    padding: 0 10px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropLink.noArrow > a:after {
    display: none
}

.del_right_cnor {
    z-index: 4;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #333;
    border-radius: 50%;
    font-size: 14px
}

.del_right_cnor i {
    color: #fff
}

.del_right_cnor:hover {
    background: #793434
}

.avatara {
    max-height: 150px;
    border-radius: 50%
}

.del_button {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(111, 130, 144, .7);
    color: #fff;
    padding: 8px;
    border-radius: 0 0 0 50%
}

.del_button:hover {
    color: #333
}

.g_ramka {
    position: relative
}

.g_edit {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s
}

.g_edit i {
    background: rgba(111, 130, 144, .7);
    color: #fff;
    padding: 8px;
    border-radius: 0 0 50% 0
}

.g_edit .right i {
    border-radius: 0 0 0 50%
}

.g_edit i:hover {
    color: #222
}

.pd_love img, .pd_love_no img {
    vertical-align: baseline;
    margin-bottom: -2px
}

.l_number {
    font-size: 18px
}

.overlay {
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

#searchForm {
    background-color: rgba(81, 111, 128, .45);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px
}

#searchForm .styler {
    margin-bottom: 0;
    height: 35px;
    border: 0;
    background-color: #fff
}

.search-img {
    padding-left: 35px !important;
    background: url(https://beautylaser.pro/theme/img/search.png) no-repeat 5px 5px
}

.right-search {
    float: right;
    margin-left: 5px
}

#resSearch {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    margin-top: -800px;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 15px;
    box-shadow: rgba(0, 0, 0, .2) 0 0 15px;
    border-radius: 0 0 6px 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#resSearch .searchText {
    height: 50px;
    font-size: 18px
}

#resSearch .searchResult {
    max-height: 335px;
    overflow-x: hidden;
    overflow-y: auto
}

.searchHead.active {
    background: #111
}

.searchHead.active #resSearch {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.ratingCount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 30px
}

.ratingCount .starBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ratingCount .starBlock .total {
    font-size: 40px;
    font-weight: 600;
    color: #7cb342;
    margin: 0 15px 0 0
}

@media (max-width: 580px) {
    .ratingCount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ratingCount > * {
        margin: 10px
    }
}

.comments .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-bottom: 15px
}

.comment .comment, .comment + .comment {
    margin-top: 15px
}

.comments .comment .del_edit_btns {
    position: absolute;
    right: 0;
    top: 0
}

.comments .comment .del_edit_btns > * {
    margin: 4px
}

.comments .comment .avatar {
    width: 80px;
    margin: 0 15px 0 0;
    border-radius: 4px
}

.comment .comment .avatar, .comment .replyForm .avatar {
    width: 60px;
    margin: 0 10px 0 0
}

@media (max-width: 580px) {
    .comments .comment .avatar {
        width: 50px
    }
}

.comments .comment .avatar img {
    border-radius: 4px
}

.comments .comment .name {
    font-size: 20px;
    margin: 0 0 5px
}

.comments .comment .name span {
    font-size: 12px;
    color: #999
}

.comments .comment .name a {
    color: #ff4500
}

.comments .comment .contain {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 1%
}

.comments .comment .star_rating i {
    font-size: 16px
}

.comments .comment .contain .text {
    margin: 0 0 15px
}

.consPros .title {
    font-size: 14px;
    text-transform: none
}

.consPros > * {
    margin: 15px 0
}

.consPros .pros .title {
    color: #7cb342
}

.consPros .cons .title {
    color: #e57373
}

.comments .comment .contain .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments .comment .contain .footer > * + * {
    margin: 0 0 0 15px
}

.comments .comment .contain .footer button {
    border: 0;
    background: 0;
    color: #ffd001
}

.comments .comment .contain .footer .date {
    color: #999
}

.comments .comment .replyForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 15px 0
}

@media (max-width: 767px) {
    .comments .comment .replyForm .avatar {
        display: none
    }
}

.comments .comment .replyForm .form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.commentsForm {
    padding: 30px;
    background: #fbfbfb;
    border-radius: 10px
}

.commentsForm .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px 15px
}

.commentsForm .top .h3,
.commentsForm .top h3 {
    text-transform: uppercase
}

.commentsForm .top .login {
    text-transform: uppercase
}

.commentsForm .recaptcha {
    margin-bottom: 15px
}

.commentsForm .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px 15px
}

.commentsForm .header > * {
    margin: 15px
}

.commentsForm .header .avatar {
    border-radius: 4px;
    width: 80px
}

.commentsForm .header .nameField {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

@media (max-width: 580px) {
    .commentsForm {
        padding: 15px
    }

    .commentsForm .header {
        margin: 0 -10px 10px
    }

    .commentsForm .header > * {
        margin: 10px
    }

    .commentsForm .recaptcha {
        -webkit-transform: scale(.86);
        -ms-transform: scale(.86);
        transform: scale(.86);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.alert-info, .alert-success, .alert-warning {
    padding: 24px;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.alert-info p, .alert-success p, .alert-warning p {
    margin: 10px 0 !important
}

.alert-info a, .alert-success a, .alert-warning a {
    color: inherit;
    text-decoration: underline
}

.alert-success {
    background: #9acd32
}

.alert-info {
    background: #32a3cd
}

.alert-warning {
    background: #f05f20
}

.contBlock:hover .a_edit_cont {
    opacity: 1
}

.editable {
}

.editable b {
    font-weight: 700 !important
}

.editable i {
    font-style: italic !important
}

.editable u {
    text-decoration: underline !important
}

.editable ol, .editable ul {
    padding: 0 0 0 20px;
    list-style-type: disc !important
}

.editable li {
    list-style-type: inherit
}

.editable ol {
    list-style-type: decimal !important
}

.editable ol, .editable p, .editable ul {
    margin: 12px 0
}

.editable h1 {
    font-size: 2em
}

.editable .h2,
.editable h2 {
    font-size: 1.5em;
    margin: .83em 0
}

.editable .h3,
.editable h3 {
    font-size: 1.17em;
    margin: 20px 0 10px
}

.editable h5 {
    font-size: .83em
}

.editable h6 {
    font-size: .67 eml
}

.editable em {
    font-style: italic
}

.w100 {
    width: 100% !important
}

.h100 {
    height: 100% !important
}

.mbt30 {
    margin-bottom: 30px
}

.mbt60 {
    margin-bottom: 60px
}

.mbt15 {
    margin-bottom: 15px
}

.mbt10 {
    margin-bottom: 10px
}

.mbt5 {
    margin-bottom: 5px
}

.mbt2 {
    margin-bottom: 2px
}

#comments iframe, .SumoSelect {
    width: 100% !important
}

.SumoSelect > .CaptionCont {
    border: 1px solid #e3e2e2 !important;
    padding: 8px 9px;
    height: 35px;
    width: 100%
}

.SumoSelect .selected {
    background-color: #ddf7ff
}

.SumoSelect .select-all {
    height: 35px !important
}

.SumoSelect label {
    font-weight: 400;
    margin: 0 !important
}

.styler {
    padding: 7px 9px;
    border: 1px solid #e3e2e2;
    color: #333;
    font-size: 14px;
    height: 35px;
    background: #fff;
    border-radius: 4px
}

input[type=date].styler, input[type=time].styler {
    border: 1px solid #e3e2e2;
    color: #333
}

input[type=text].styler, input[type=url].styler, textarea.styler {
    padding: 7px 9px;
    border: 1px solid #e3e2e2;
    color: #333;
    height: 35px
}

input[type=date].styler, input[type=time].styler {
    padding: 4px 9px 5px;
    height: 35px
}

textarea.styler {
    overflow: auto
}

input[type=date].styler:hover, input[type=email].styler:hover, input[type=number].styler:hover, input[type=password].styler:hover, input[type=search].styler:hover, input[type=tel].styler:hover, input[type=text].styler:hover, input[type=time].styler:hover, input[type=url].styler:hover, textarea.styler:hover {
    border-color: #e3e2e2
}

input[type=date].styler:focus, input[type=email].styler:focus, input[type=number].styler:focus, input[type=password].styler:focus, input[type=search].styler:focus, input[type=tel].styler:focus, input[type=text].styler:focus, input[type=time].styler:focus, input[type=url].styler:focus, textarea.styler:focus {
    border-color: #e3e2e2;
    outline: none
}

textarea {
    min-height: 100px
}

#comments {
    position: relative;
    overflow: hidden;
    border: 10px solid #dae2e8;
    border-radius: 10px
}

#bookmarks, #comments {
    margin-bottom: 5px
}

#calendar {
    width: 700px;
    height: 500px
}

.row.p0 {
    overflow: visible;
    margin: 0 !important
}

.row.p0 > * {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.row.p5 {
    overflow: visible;
    margin: 0 -5px !important
}

.row.p5 > * {
    padding: 5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (max-width: 479px) {
    .pull-xs-left {
        float: left !important
    }

    .pull-xs-right {
        float: right !important
    }

    .center-xs {
        text-align: center !important
    }

    .valign-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .pull-sm-left {
        float: left !important
    }

    .pull-sm-right {
        float: right !important
    }

    .center-sm {
        text-align: center !important
    }

    .valign-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-md-left {
        float: left !important
    }

    .pull-md-right {
        float: right !important
    }

    .center-md {
        text-align: center !important
    }

    .valign-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 991px) {
    .pull-lg-left {
        float: left !important
    }

    .pull-lg-right {
        float: right !important
    }

    .center-lg {
        text-align: center !important
    }

    .valign-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

a, img, input, select, textarea:focus {
    outline: 0 !important
}

input:disabled, isindex:disabled, textarea:disabled {
    opacity: .5
}

input[type=radio] {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    padding: 10px;
    border: 0;
    vertical-align: sub
}

input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    padding: 10px;
    border: 0;
    vertical-align: sub
}

input[type=file] {
    cursor: pointer
}

label {
    -webkit-user-select: none
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #333;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 3px
}

#tooltip i {
    color: red
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

.overflow {
    overflow: hidden
}

.ytb {
    display: inline-block;
    position: relative;
    text-align: center
}

.ytb:after {
    content: "";
    background-image: url(../theme/img/play.png);
    background-size: contain;
    display: block;
    width: 71px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 35px);
    opacity: .9
}

.mfp-iframe-holder .mfp-content {
    max-width: 1280px;
    max-height: 100%
}

.n_panel {
    position: relative
}

.n_footer {
    overflow: hidden;
    padding: 20px 0 10px
}

.n_footer, .n_info {
    padding-left: 0;
    font-size: 14px
}

.n_buttons a {
    font-size: 26px;
    color: inherit !important;
    line-height: 42px
}

.star_rating {
    height: 32px;
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
    min-width: 150px
}

.star_rating i {
    font-style: normal !important;
    font-size: 24px;
    margin-right: 2px;
    color: #f0672b;
    cursor: pointer
}

.star_rating i:hover {
    text-shadow: 0 0 11px #93bff7
}

pre {
    background: #feffec;
    padding: 10px;
    border-left: 3px solid #ffa378
}

@media print {
    footer, #disqus_thread, .rate_line, .n_footer, #scrolltop, #callbackbutton, #spacer, #dlc, .a_edit_button, header, #side-top-hor, #pg_right {
        display: none !important
    }
}

@media (max-width: 992px) {
    .pMain.spoilPanel .pCont {
        display: none
    }

    .pMain.spoilPanel .pHead .title:after {
        font-family: "font awesome 5 free";
        font-weight: 900;
        content: "\f078";
        right: 0;
        position: absolute;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .pMain.active .pHead .title:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

i.normal {
    font-style: normal !important
}

ul.row {
    padding-left: 0
}

ul.row li {
    list-style: none
}

.opacity_2 {
    opacity: .2
}

.opacity_05 {
    opacity: .5
}

.pedantoStu a {
    display: inline-block;
    width: 140px
}

.cropBlock {
    overflow: hidden
}

.cropBlock input {
    opacity: 0;
    visibility: hidden
}

.cropBlock.imageOn input {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    visibility: visible
}

.cropBlock.imageOn .cropper-hidden {
    display: block !important
}

.cropBlock.imageOn .cropper-container {
    opacity: 0 !important;
    visibility: hidden !important
}

.cropBlock .delBtn {
    position: absolute;
    right: 10px;
    top: 10px
}

.cropBlock.imageOn:before {
    z-index: 1;
    opacity: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    bottom: calc(50% - 25px);
    height: 50px;
    width: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.cropBlock.imageOn:before {
    content: "\f093"
}

.cropBlock.imageOn:hover:before {
    opacity: 1
}

.unset {
    position: unset
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinnerSh {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.spinnerSh > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinnerSh .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinnerSh .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinnerSh .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinnerSh .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.pedTabsNav {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #0baacf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: -webkit-paged-x
}

.pedTabsNav.li100 li {
    width: 100%
}

.pedTabsNav.li100 li a {
    padding-left: 5px;
    padding-right: 5px
}

.pedTabsNav li {
    list-style: none
}

.pedTabsNav li + li {
    margin: 0 0 0 1px
}

.pedTabsNav li a {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pedTabsNav li:hover a, .pedTabsNav li.active a {
    background: #0baacf;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media (max-width: 767px) {
    .pedTabsNav li {
        width: 100%
    }

    .pedTabsNav li a {
        padding: 15px
    }

    .pedTabsNav:not(.inLine) {
        position: relative;
        overflow: auto;
        white-space: nowrap;
        padding: 0;
        margin: 0
    }

    .pedTabsNav:not(.inLine) li {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }

    .pedTabsNav:not(.inLine) li a {
        border-radius: 0;
        padding: 15px
    }

    .pedTabsNav:not(.inLine).active {
        height: 100%;
        max-height: 700px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .pedTabsNav:not(.inLine).active:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .pedTabsNav:not(.inLine).active li.active {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.pedTabsNav .right {
    margin-left: auto
}

.pedTabsCont {
    margin: 0
}

.pedTabsCont.p15 {
    padding: 15px 0
}

@media (max-width: 767px) {
    .pedTabsCont {
        margin: 0;
        background: #fff;
        padding: 0 !important
    }
}

.pedTabsCont > * {
    display: none
}

.pedTabsCont > .active {
    display: block
}

#owlSlider {
}

#owlSlider .owl-item img {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0;
    object-position: 0;
    height: auto
}

@media (min-width: 1900px) {
}

.grabPanel {
    position: relative
}

.noUl {
    padding: 0;
    margin: 0
}

.noUl li {
    list-style: none
}

.horiZon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.horiZon > * {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 991px) {
    .horiZon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#overLoad {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    padding: 0 0 0 calc(50% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#overLoad::before {
    content: '';
    display: inline-block;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

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

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

.slick-5 {
}

.slick-5 .slick-list {
    margin: 0 -5px
}

.slick-5 .slick-slide {
    padding: 0 5px
}

.slick-slider .slick-arrow {
    background: rgba(230, 207, 8, .6);
    width: 35px;
    height: 35px;
    z-index: 2;
    color: #333;
    border-radius: 4px
}

.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
    background: #ffe502;
    color: #111
}

.slick-slider .slick-prev {
    left: 0
}

.slick-slider .slick-prev:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f053";
    color: inherit;
    font-size: 15px
}

.slick-slider .slick-next {
    right: 0
}

.slick-slider .slick-next:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f054";
    color: inherit;
    font-size: 15px
}

.slick-slide img {
    display: inline-block !important
}

.footerLine {
    padding: 0
}

.footerLine .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.footerLine .inside > * {
    padding: 0 15px
}

@media (max-width: 767px) {
    .footerLine .inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footerLine .inside > * {
        padding: 15px
    }
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-align-center {
    text-align: center
}

.ql-align-right {
    text-align: right
}

.ql-align-justify {
    text-align: justify
}

.row.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .row.equal-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ratio {
    position: relative;
    overflow-y: scroll
}

.ratio::-webkit-scrollbar {
    width: 8px;
    background: #ececec
}

.ratio::-webkit-scrollbar-thumb {
    background-color: #00a7e3
}

.ratio:before {
    content: "";
    display: block;
    padding-top: 100%
}

.ratio > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ratio.aspect16x9:before {
    padding-top: 56.25% !important
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}

@media (min-width: 992px) {
    .sticky {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .container.bread {
    }
}

@media (max-width: 580px) {
    .container.nopadding-xs {
        padding-left: 0;
        padding-right: 0
    }
}

.delBtn {
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #314d5b;
    border-radius: 50%;
    font-size: 16px;
    overflow: hidden;
    z-index: 5
}

.delBtn:hover {
    background: #222
}

.delBtn:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f00d";
    height: 100%;
    color: #fff;
    font-size: 16px
}

.editBtn {
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #314d5b;
    border-radius: 50%;
    font-size: 16px;
    overflow: hidden;
    z-index: 5
}

.editBtn:hover {
    background: #222
}

.editBtn:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f303";
    height: 100%;
    color: #fff;
    font-size: 16px
}

.owl-equal .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.owl-equal .owl-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: auto !important
}

@media (min-width: 1430px) {
    .container {
        width: 1400px
    }
}

#pg_header {
    position: relative
}

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

.headline {
    font-size: 14px;
    color: #a6b55f;
    border-bottom: 1px solid #eaeaea
}

.headline .inSide {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.headline .inSide > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headline .headTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.headline .headTabs li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.headline .headTabs > li > a {
    text-align: center;
    display: block;
    border: 0;
    border-radius: 0;
    padding: 5px
}

.headline .headTabs > li > a:hover {
    background: #333
}

.navBarMobile .dropLink .title, .headline .inSide .dropLink .title {
    color: inherit;
    padding: 5px 15px;
    position: relative;
    display: block
}

.navBarMobile .dropLink > a i, .headline .inSide .dropLink > a i {
    margin: 0 15px 0 0
}

.navBarMobile .dropLink > a:hover, .headline .inSide .dropLink > a:hover {
    color: #729277
}

.navBarMobile .dropLink .dropArea, .headline .inSide .dropLink .dropArea {
    background: #fff;
    margin: 5px 0 0;
    overflow: hidden;
    border: 1px solid #eaeaea
}

.navBarMobile .dropLink ul, .headline .inSide .dropLink ul {
    padding: 0;
    margin: 0
}

.navBarMobile .dropLink ul li, .headline .inSide .dropLink ul li {
    list-style: none
}

.navBarMobile .dropLink ul li a, .headline .inSide .dropLink ul li a {
    font-size: 15px;
    display: block;
    position: relative;
    min-height: 34px;
    padding: 9px 15px 7px;
    color: #333
}

.navBarMobile .dropArea, .headline .inSide .dropArea {
    min-width: 100%
}

.headline .inSide .dropArea ul li a:hover {
    background: #deefda
}

.langSwitch .fas {
    margin: 0 15px 0 0
}

.headPhones {
    padding: 0 15px
}

.headPhones i {
    margin: 0 10px 0 0
}

.headPhones a {
    height: 40px;
    display: inline-block;
    line-height: 40px
}

@media all and (min-width: 1200px) {
    .headPhones a {
        font-size: 16px;
        font-weight: 700
    }
}

.adtPhoneIcons {
    font-weight: lighter;
    padding: 2px 3px;
    margin: 0 0 0 5px;
    border-radius: 4px
}

.adtPhoneIcons .fa-viber {
    color: #c14ee6
}

.adtPhoneIcons .fa-telegram-plane {
    color: #45bae6
}

.adtPhoneIcons > * {
    margin: 0 3px
}

.headline .inSide .headPhones ul {
    text-align: center
}

.headline .inSide .headPhones .dropArea ul li .viVaTe {
    text-align: center;
    display: block;
    color: #a2be22;
    padding: 0 0 5px;
    font-size: 14px
}

.headline .inSide .headPhones .dropArea .callBackCall {
    display: block;
    padding: 8px 15px 9px 45px;
    color: #fff;
    position: relative;
    background: #a2be22
}

.headline .inSide .headPhones .dropArea .callBackCall::before {
    position: absolute;
    left: 10px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f095";
    margin-right: 5px;
    vertical-align: bottom;
    font-size: 18px
}

.navBar {
    background: #fff
}

.navBarDesctop {
    background: #fff
}

.navBarDesctop .inSide {
    min-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logoBlock {
    flex-grow: 1;
    padding: 0
}

.logo {
    padding: 20px 0;
    position: relative
}

.logoBlock .christmas::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: -12px;
    left: -20px;
    width: 51px;
    height: 48px;
    background: url(../theme/img/snowHat.png)
}

.logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden
}

.logo img {
    max-width: 100%;
    height: 70px
}

.navBarMobile {
    display: none;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07)
}

.navBarMobile .inSide {
    display: none;
    min-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.navBarMobile .inSide > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navBarMobile .inSide .navToggle {
    display: none
}

.navBarMobile .inSide .navToggle {
    display: block;
    font-size: 24px;
    background: 0 0;
    color: #a2be22;
    border: 0;
    padding: 0 15px 0 0;
    height: 48px
}

.navBarMobile .inSide .navToggle.active {
    color: #333
}

.navBarMobile .inSide .logoMobile {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.navBarMobile .inSide .logoMobile a {
    position: relative;
    display: inline-block;
    margin: 0 auto
}

.navBarMobile .inSide .logoMobile img {
    max-height: 26px
}

.navBarMobile .inSide .logoMobile a.christmas:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 51px;
    height: 48px;
    background: url(../theme/img/snowHat.png);
    background-size: 25px;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .navBarMobile {
        display: block
    }

    .navBarDesctop {
        display: none
    }
}

.headButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.headCart {
    position: relative
}

.headCart .inside {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 15px
}

.headCart .inside:hover, .headCart .dropLink.active .inside {
    text-decoration: none;
    background: rgba(255, 255, 255, .2)
}

.headCart .icon {
    line-height: 1;
    color: #a2be22;
    font-size: 28px;
    display: block;
    padding: 5px 0
}

.headCart .count {
    position: absolute;
    right: 0;
    top: 5px;
    width: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ff4701
}

.headCart .text {
    text-transform: uppercase;
    color: silver;
    font-size: 14px
}

@media (max-width: 767px) {
    .headCart .inside {
        display: table;
        padding: 5px 10px;
        height: 48px
    }

    .headCart .icon {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        font-size: 22px
    }

    .headCart .text {
        display: none
    }

    .headCart .count {
        font-size: 12px;
        color: #000;
        background: #a2be22;
        width: 15px;
        height: 15px;
        border-radius: 10px
    }
}

.pMain .pCont {
    margin: 15px 0
}

.pMain.spoilPanel .pHead .title:after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 15px
}

.pBlock {
    position: relative
}

.pCont img {
    max-width: 100%
}

.pHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px
}

.pHead .title {
    color: #333;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 768px) {
    .pHead .title {
        text-align: center;
        font-size: 22px !important
    }

    aside .pBlock > .pHead .title {
        font-size: 18px !important
    }
}

.pHead .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 49px;
    height: 49px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #a2be22;
    color: #333
}

.pHead .icon i {
    font-size: 20px;
    line-height: 49px
}

.pHead .link {
    font-size: 14px;
    position: absolute;
    margin: 0 0 0 5px;
    color: #a2be22;
    width: 30px;
    text-align: center;
    border-radius: 5px
}

.pHead .link:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f35d"
}

.pHead .button {
    background: #a2be22;
    padding: 0;
    margin: 0 0 0 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pHead .button i {
    padding: 10px 15px
}

.pHead .button span {
    padding: 0 15px 0 0
}

.pHead .selectIcon .SumoSelect {
    display: block
}

@media (max-width: 768px) {
    .pHead .selectIcon .SumoSelect:before {
        font-family: "font awesome 5 free";
        font-weight: 900;
        content: "\f0dc";
        display: inline-block;
        font-size: 16px;
        position: absolute;
        left: 0;
        height: 35px;
        line-height: 35px;
        width: 20px;
        top: 0;
        color: #333
    }

    .pHead .selectIcon {
        width: 35px;
        height: 35px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 0 15px
    }

    .pHead .selectIcon .SelectBox {
        width: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border: 0 !important
    }

    .pHead .selectIcon .SumoSelect:before {
        background: #a2be22;
        text-align: center;
        border-radius: 4px;
        right: 0;
        left: auto;
        width: 100%
    }
}

.pHead .listStyle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: #a2be22;
    border-radius: 2px
}

@media (max-width: 767px) {
    .pHead .listStyle {
        display: none
    }
}

@media (min-width: 991px) {
    .horiZon {
        margin: 0 -30px
    }

    .horiZon > .pMain {
        position: relative;
        padding: 60px 30px;
        overflow: hidden
    }

    .horiZon > .pMain + .pMain:after {
        content: '';
        display: block;
        height: 65%;
        border-right: 1px solid #5d5d5d;
        position: absolute;
        top: 20%;
        left: 0
    }

    .pCont.slideContent {
        display: block !important
    }
}

@media (max-width: 991px) {
    .horiZon .pBlock .pHead {
        margin: 30px 0
    }

    .horiZon .pMain + .pMain .pBlock {
        border-top: 1px solid rgba(136, 136, 136, .29)
    }

    .horiZon .pBlock .pCont {
        margin: 30px 0
    }
}

#center .pBlock {
    margin: 0 0 30px
}

#panelsLeft .sticky, #panelsRight .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}

#footer {
    margin-top: auto;
    overflow: hidden;
    background: #555;
    color: silver;
    line-height: 17px
}

#footer .pBlock > .pHead .title {
    color: #fff
}

#footer a {
    color: #fff
}

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

.footerLine {
    position: relative;
    padding: 15px;
    border-top: 1px solid rgba(136, 136, 136, .29);
    background: #1d1d1d
}

#nav {
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0
}

#nav ul {
    width: fit-content;
    padding: 0;
    margin: 0
}

#nav ul li {
    width: 100%;
    position: relative;
    list-style: none;
    display: block
}

#nav ul li a {
    text-align: center;
    width: 100%;
    display: block;
    color: #333;
    font: 16px Pedanto, Segoe UI, Segoe UI, Arial;
    cursor: pointer;
    text-decoration: none
}

#nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#nav > ul > li > a {
    white-space: nowrap;
    height: 57px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 991px) {
    #nav > ul > li > a {
        padding: 0 10px
    }
}

#nav ul li a > span {
    display: inline-block;
    text-align: center;
    width: 100%
}

#nav .dropArea {
    right: 0
}

#nav .dropArea li a > span {
    padding: 0 15px;
    text-align: left
}

#nav ul li a i {
    margin: 0 10px 0 0
}

@media all and (min-width: 768px) {
    #nav .nav > li + li {
        margin-left: 2px
    }
}

#nav:not(:hover) ul li.active > a, #nav:not(:hover) ul li.current > a, #nav ul li:hover > a {
    color: #a2be22 !important;
    background: #fff;
    text-decoration: none
}

#nav .dropArea {
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
    border-bottom: 2px solid #a2be22
}

#nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 40px
}

#nav .navbar-brand img {
    height: 100%
}

@media all and (max-width: 1200px) {
    #nav ul li a {
        font-size: 14px;
        text-decoration: none
    }
}

@media all and (max-width: 768px) {
    #nav ul li a {
        border-right: 0;
        height: 40px;
        padding-top: 14px;
        line-height: 14px
    }

    #nav ul li ul li {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    #nav ul li {
        margin: 0 0 2px
    }

    #nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333
    }

    #nav .navbar-brand {
        color: #fff
    }
}

#nav ul li ul a {
    white-space: nowrap;
    text-transform: none;
    color: #333;
    border-right: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nav ul li ul a:hover {
    background: #a2be22;
    color: #fff !important
}

#nav .image {
    width: 30px;
    vertical-align: middle;
    float: left;
    margin: -7px 5px 0 -5px
}

a {
    cursor: pointer !important;
    color: #a2be22;
    text-decoration: none
}

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

blockquote {
    display: block;
    overflow: hidden;
    margin: 10px 0;
    padding: 20px;
    border-left: 5px solid #aeffff;
    background: #effcff;
    font-size: inherit;
    line-height: 17px
}

blockquote p {
    margin: 10px 0 !important
}

.buttons {
    margin: -5px
}

.buttons > * {
    margin: 5px
}

.button {
    font-family: Pedanto;
    position: relative;
    background: #a2be22;
    color: #fff;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    vertical-align: middle
}

.button:hover {
    color: inherit
}

.button a, .button a:hover, .button:hover, .button:focus {
    text-decoration: none;
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2)
}

.button.red:hover {
    color: #fff;
    filter: contrast(1.2)
}

.button.Big {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: 0;
    background: #a2be22;
    min-width: 200px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: .2s;
    border-radius: 3px;
    text-align: center
}

.button.Big:hover, .button.Big.active {
    filter: contrast(1.2)
}

.button.Big.icon {
    padding: 0 40px 0 0;
    line-height: 50px;
    height: 50px
}

.button.Big.icon:before {
    font-family: "font awesome 5 free";
    font-size: 22px;
    float: left;
    font-weight: 900;
    content: "\f0e0";
    background: rgba(255, 255, 255, .4);
    color: #272424;
    height: 100%;
    display: inline-block;
    padding: 0 15px;
    margin: 0 30px 0 0
}

.button.red {
    background: #ff5858;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.button.Big.red {
    font-size: 16px
}

.button.Big.SendMail {
    padding: 0 40px 0 0;
    font-size: 16px;
    line-height: 50px;
    height: 50px
}

.button.Big.SendMail:before {
    font-family: "font awesome 5 free";
    font-size: 22px;
    float: left;
    font-weight: 900;
    content: "\f0e0";
    background: rgba(255, 255, 255, .4);
    color: #272424;
    height: 100%;
    display: inline-block;
    padding: 0 15px;
    margin: 0 30px 0 0
}

.button.Small {
    height: 22px !important;
    line-height: 22px !important;
    padding: 0 10px !important;
    display: inline-block !important;
    vertical-align: middle;
    background: #0baacf;
    color: #fff !important;
    font-size: 12px !important
}

.button.facebook {
    display: inline-block;
    padding: 5px 15px !important;
    text-align: center;
    background: #4f8ff6;
    margin: 0 0 5px
}

.button.google {
    display: inline-block;
    padding: 5px 15px !important;
    text-align: center;
    background: #f95555;
    margin: 0 0 5px
}

.button.login {
    display: inline-block;
    padding: 0 15px !important;
    text-align: center;
    background: #2cc121;
    margin: 0 0 5px
}

.button.icon.pencil:before {
    font-family: "font awesome 5 free";
    content: "\f304"
}

.button.icon.ask:before {
    font-family: "font awesome 5 free";
    content: "\f128"
}

.button.Add, .button.Save {
    background: #71dafc;
    color: #333;
    font-weight: 300;
    line-height: 34px;
    height: 34px;
    padding: 0 15px 0 0
}

.button.Add:hover, .button.Save:hover {
    background: #00c1ff
}

.button.Add:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f067";
    color: #fff;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    margin: 0 15px 0 0
}

.button.Save:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f0c7";
    color: #fff;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    margin: 0 15px 0 0
}

.color {
    color: #a2be22
}

.color2 {
    color: #ff4701
}

.code, .spoiler {
    display: block;
    margin: 10px 5px;
    border: 2px solid #fff;
    border-radius: 4px
}

.code {
    max-height: 200px;
    font-size: 11px;
    background: #333 url(../theme/img/forum/fm_code.png) no-repeat top right;
    overflow: auto;
    padding: 6px;
    color: #fff;
    -webkit-box-shadow: gray 0 0 3px
}

.spoiler {
    position: relative;
    overflow: hidden;
    height: 17px;
    padding: 10px 10px 10px 45px;
    color: #333;
    background: #fffbdb url(../theme/img/forum/fm_spoiler.png) no-repeat 10px 7px;
    -webkit-box-shadow: #ddd 0 0 3px
}

.sp_open {
    height: auto;
    background-image: url(../theme/img/forum/fm_spoiler_m.png)
}

.sp_button {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 45px;
    height: 35px
}

.pdt_spoiler, .sp_button {
    display: block
}

.youtube, .youtube img {
    position: relative
}

.youtube img {
    border-radius: 0;
    padding: 5px;
    background: rgba(111, 130, 144, .7)
}

.ramka, .frame, .frameShadow {
    padding: 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 1px
}

.frameScroll {
    position: relative
}

.frameScroll > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.frameScroll > *:before {
    content: "";
    display: block;
    margin-top: 56.25%
}

.loginarea {
    width: 300px
}

.loginarea .pedTabsNav {
    border-bottom: 0;
    margin: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.loginarea .pedTabsNav li {
    width: 100%;
    padding: 0;
    margin: 0
}

.loginarea .pedTabsNav li > a {
    padding: 10px !important
}

.loginarea .pedTabsNav li:hover a, .loginarea .pedTabsNav li.active a {
    color: #ff4500;
    border-radius: 0;
    background: 0 0;
    border-bottom: 2px solid #ff4500
}

.loginarea .pedTabsCont {
    margin: 0
}

.loginarea .userForm {
    padding: 10px
}

.loginarea .button.Big {
    border-radius: 0;
    width: 100%;
    padding: 15px;
    margin: 5px 0 0;
    height: auto
}

.loginareaFullPage {
    padding: 0
}

.loginareaFullPage .socialLogin {
    margin: 0 0 15px
}

.loginareaFullPage .pedTabsNav {
    border: 0;
    margin: 0;
    padding: 0
}

.loginareaFullPage .pedTabsCont {
    padding: 30px;
    border: 1px solid #e8e8e8
}

.loginareaFullPage .userForm .button {
    height: auto;
    width: 100%;
    margin: 15px 0 0
}

.loginareaFullPage .pedTabsNav li:hover a, .loginareaFullPage .pedTabsNav li.active a {
    background: #a2be22
}

.menu_side li, .menu_side ul ul li {
    list-style: none
}

.menu_side li a:hover {
    -webkit-transition: .6s
}

.menu_side .active, .menu_side li a:hover {
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .52);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .52)
}

.menu_side ul ul li a {
    margin-left: 10px;
    -webkit-transition: .6s
}

.menu_side ul ul ul li a {
    margin-left: 20px;
    -webkit-transition: .6s
}

.menu_side ul ul ul ul li a {
    margin-left: 30px;
    -webkit-transition: .6s
}

.newsList {
    padding: 0
}

.newsList .newsBlock {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px
}

.newsList .newsBlock .image {
    position: relative;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    margin: 0 0 15px
}

.newsList .newsBlock .infoFlag {
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 85px;
    height: 85px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition: .2s
}

.newsList .newsBlock .infoFlag i {
    left: -26px;
    background-color: #79cdff;
    color: #fff;
    display: inline-block;
    z-index: 1;
    font: 700 15px Sans-Serif;
    font-family: Pedanto, Segoe UI;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 3px 0;
    top: 22px;
    width: 120px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.newsList .newsBlock .h2,
.newsList .newsBlock h2 {
    font-size: 24px;
    margin: 0 0 15px;
    color: #333;
    text-transform: uppercase
}

.newsList .newsBlock .h2 a,
.newsList .newsBlock h2 a {
    color: inherit
}

.newsList .newsBlock .info {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px
}

.newsList .newsBlock .info > * {
    margin: 0 10px
}

.newsList .newsBlock .content {
    margin: 15px 0
}

.newsList .newsBlock .readMore {
    margin-bottom: 30px
}

.newsList .newsBlock .readMore a {
    background: #a2be22;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 0;
    text-align: center;
    text-decoration: none;
    color: #464646;
    position: relative;
    border-radius: 2px 0 0 2px
}

.newsList .newsBlock .readMore a:hover span {
    border-bottom: 1px dashed #fff
}

.newsList .newsBlock .readMore a:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f518";
    margin-right: 15px;
    vertical-align: bottom;
    font-size: 20px;
    background: rgba(255, 255, 255, .3);
    display: inline-block;
    padding: 0 15px;
    color: #dc4911
}

.newsList .newsBlock .readMore a:after {
    content: "";
    position: absolute;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #a2be22;
    border-top: 20px solid transparent;
    right: -20px;
    height: 0;
    width: 0
}

.newsList .newsBlock .tags {
    margin: 11px -2px
}

.newsList .newsBlock .tags a {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px
}

.newsList .newsBlock .tags a:hover {
    background: #555;
    border-radius: 5px
}

.fullNews .pCont {
    line-height: 22px
}

.fullNews .pCont ol, .fullNews .pCont ul {
    margin: 12px 0;
    padding: 0 0 0 20px
}

.rowstart {
    margin-bottom: 40px;
    text-align: center
}

.breadcrumb {
    color: #888;
    font-size: 13px;
    background: 0 0;
    padding: 0 !important;
    margin-bottom: 15px
}

.breadcrumb li:first-child:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f015";
    margin-right: 5px;
    vertical-align: bottom
}

.breadcrumb .hide {
    display: none !important
}

.breadcrumb i {
    margin: 0 5px 0 0
}

.breadcrumb h1, .breadcrumb h2, .breadcrumb .h2 {
    font-size: inherit;
    display: inline
}

.breadcrumb a {
    color: #444
}

.breadcrumb a:hover {
    text-decoration: underline !important
}

.breadcrumb .active {
    color: #888 !important
}

.breadcrumb > li + li:before {
    color: #888;
    content: "\00bb\00a0"
}

@media (max-width: 767px) {
    .breadcrumb {
        color: #fff;
        background: #a2be22;
        margin: 0 -15px;
        border-radius: 0;
        padding: 10px 15px !important;
        overflow: auto;
        white-space: nowrap
    }
}

.g_image, .g_image_in {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover
}

.g_image {
    position: relative;
    background: url(../theme/img/admin/noimage.png)
}

.g_image_in {
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.g_name {
    visibility: hidden;
    opacity: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 22px;
    color: #fff;
    background: #77b3d4;
    -webkit-transition: .5s;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px
}

.g_ramka:hover .g_edit, .g_ramka:hover .g_zoom {
    visibility: visible;
    opacity: 1
}

.g_ramka:hover .g_image_in {
    -webkit-box-shadow: inset 0 0 30px #222;
    box-shadow: inset 0 0 30px #222
}

.g_ramka:hover .g_name {
    visibility: visible;
    opacity: 1
}

.userPage .userAvatar {
    border-radius: 50%;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 150px;
    height: 150px
}

.userPage .userName {
    font-family: Pedanto;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px
}

.userPage .userGroup {
}

.userPage .userOnline {
    color: green
}

.userPage .userSig blockquote {
    display: inline-block
}

.u_rating {
    float: right;
    display: block;
    background: url(../theme/img/admin/rating.png) no-repeat;
    padding: 2px 0 2px 32px;
    margin: 5px 0;
    font: 18px Verdana;
    border-radius: 4px
}

.u_info {
    padding: 5px 0 0
}

.u_info p {
    color: #999;
    padding: 4px;
    background: rgba(85, 85, 85, .03);
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 1px 0
}

.u_info p:hover {
    background: rgba(85, 85, 85, .15)
}

.u_info .u_punkt {
    color: #333;
    width: 150px
}

.u_info .u_punkt {
    display: inline-block
}

.n_boin .h2,
.n_boin h2 {
    font-size: 18pt;
    padding: 0 0 15px;
    border-bottom: 1px dashed silver
}

.n_boin .h2 a,
.n_boin h2 a {
    text-decoration: none
}

.social {
    margin: 15px -5px
}

.social > a {
    margin: 5px
}

.social a i {
    color: #fff
}

.social .fab {
    margin: 0 5px 0 0
}

.searchHead {
}

#panSearch {
    position: relative;
    margin: 15px 0 0
}

#panSearch .searchText {
    background: #f3f3f3;
    border: 0;
    height: 50px;
    font-size: 18px
}

#panSearch .submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #a2be22;
    border: 0
}

#panSearch .submit:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f002";
    font-size: 25px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #555
}

#panSearch .submit input {
    opacity: 0
}

#panSearch .searchResult {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: rgba(0, 0, 0, .23) 0 10px 15px;
    box-shadow: rgba(0, 0, 0, .23) 0 10px 15px;
    padding: 10px
}

.searchHead.active #resSearch .searchButton {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    padding: 13px;
    background-color: #a2be22;
    color: #333;
    cursor: pointer
}

.searchHead #resSearch .submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #a2be22;
    border: 0
}

.searchHead #resSearch .submit:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f002";
    font-size: 25px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #333
}

.searchHead #resSearch .submit input {
    opacity: 0
}

.searchLine {
    position: relative
}

.searchLine .searchText {
    height: 50px !important;
    font-size: 18px !important;
    font-family: Pedanto, sans-serif !important
}

.searchLine label {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 50px;
    background: #a2be22;
    cursor: pointer
}

.searchLine label input {
    opacity: 0
}

.searchLine label:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f002";
    font-size: 25px;
    width: 100px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #333
}

@media (max-width: 991px) {
    .headUser .name {
        display: none
    }
}

.headUser .loginButton .name {
}

.headUser .userInfo {
    padding: 15px 20px;
    width: 300px;
    background: #ffd100;
    color: #000;
    margin: -5px 0 10px
}

.headUser .userInfo img {
    margin: 0 15px 0 0;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.headUser img {
    margin-top: -5px;
    height: 32px
}

.headUser .dropArea {
    overflow: hidden;
    -webkit-box-shadow: -1px 7px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: -1px 7px 10px 0 rgba(0, 0, 0, .15)
}

.headUser .dropArea li > a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    color: #555;
    border-bottom: 2px solid #fff
}

.headUser .userNav li > a:hover {
    background: #ededed
}

.headUser .dropArea li > a .fas {
    margin-right: 5px;
    width: 15px
}

.p_last_news {
    padding: 0 !important
}

.p_last_news li {
    padding: 10px 0;
    list-style: none
}

.p_last_news span {
    color: #777
}

.p_last_news li + li {
    border-top: 1px solid #373737
}

#scrolltop {
    background: #ffd001 !important
}

.ribbonBlock {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px
}

.ribbonIn {
    display: inline-block;
    z-index: 3;
    font: 700 15px Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
    position: relative;
    padding: 7px 0;
    top: 15px;
    width: 120px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.ribbonBlock .ribGreen {
    background-color: #bfdc7a;
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #333
}

.ribbonBlock .ribOrange {
    background-color: #ffd100;
    background-image: -o-linear-gradient(top, #ffd100, #ffbc00);
    color: #333
}

.ribbonBlock .ribGray {
    background-color: #dedede;
    background-image: -o-linear-gradient(top, #dedede, #b7b7b7);
    color: #333
}

.ribbonBlock {
    opacity: 1
}

.ribbonBlock.ribLeft {
    left: -3px
}

.ribbonBlock.ribLeft .ribbonIn {
    left: -30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.ribbonBlock.ribRight {
    opacity: 1;
    right: -3px
}

.ribbonBlock.ribRight .ribbonIn {
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.ribbonIn:before, .ribbonIn:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ribbonIn:before {
    left: 0
}

.ribbonIn:after {
    right: 0
}

​ #usersPage {
}

#usersPage #searchform {
    margin-bottom: 20px
}

#usersPage .userBlock {
    text-align: center;
    margin-bottom: 30px
}

.userBlock img {
    width: 200px;
    border-radius: 50%;
    margin-bottom: 20px
}

.userBlock .name {
    font-size: 18px;
    margin-bottom: 10px
}

.simpleSearch {
    position: relative;
    margin-bottom: 5px
}

.simpleSearch .searchText {
    height: 50px !important;
    font-size: 18px !important;
    font-family: Pedanto, sans-serif !important
}

.simpleSearch .submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #ff4500;
    border: 0
}

.simpleSearch .submit input {
    opacity: 0
}

.simpleSearch .submit:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f002";
    font-size: 25px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff
}

.notify-message .title {
    text-transform: uppercase;
    color: #333;
    text-shadow: none;
    display: block;
    margin: 5px
}

.socialLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socialLogin .button {
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: auto
}

.pedTabsNav.stylish {
    border-bottom: 2px solid #a2be22
}

.pedTabsNav.stylish > li > a {
    color: #888;
    background: 0 0;
    border-radius: 0;
    font-size: 18px;
    height: 100%;
    text-transform: uppercase
}

.pedTabsNav.stylish li:hover a, .pedTabsNav.stylish li.active a {
    background: #a2be22;
    color: #000
}

.pedTabsNav.stylish:before {
    color: #333
}

@media (max-width: 767px) {
    .pedTabsNav.stylish > li > a {
        margin: 0;
        font-size: 16px;
        border: 0 !important;
        display: block
    }
}

.pedTabsNav.sortable a {
    position: relative;
    transition: .3s
}

.pedTabsNav.sortable a:after {
    opacity: 0;
    cursor: -webkit-grabbing;
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f00a";
    margin: 0 0 0 15px;
    background: rgba(255, 255, 255, .21);
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: .3s
}

.pedTabsNav.sortable a:hover {
    padding-right: 60px
}

.pedTabsNav.sortable a:hover:after {
    right: 0;
    opacity: 1;
    padding: 0 10px
}

.pedTabsNav.buttonsTabs {
    border-bottom: 0
}

.pedTabsNav.buttonsTabs > li > a {
    padding: 5px 15px;
    color: #888;
    background: 0 0;
    border-radius: 0;
    font-size: 15px;
    height: 100%
}

.pedTabsNav.buttonsTabs li:hover a, .pedTabsNav.buttonsTabs li.active a {
    background: #0baacf;
    color: #fff
}

.pedTabsNav.buttonsTabs:before {
    color: #333
}

@media (max-width: 767px) {
    .pedTabsNav.buttonsTabs > li > a {
        margin: 0;
        font-size: 16px;
        border: 0 !important;
        display: block
    }
}

.userForm {
    padding: 0
}

.userForm .styler, .userForm .SelectBox {
    min-height: 42px !important;
    border-radius: 6px !important;
    font-size: 18px
}

.userForm .title {
    text-transform: none;
    font-size: 16px
}

.userForm .h3,
.userForm h3 {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0
}

.userForm input.styler, .userForm label, .userForm .SumoSelect {
    display: block;
    margin-bottom: 15px
}

.userForm .nodisplay {
    display: none
}

.userForm textarea.styler {
    min-height: 120px !important
}

.userForm label {
    cursor: pointer
}

.userForm label:hover {
    color: #a2be22
}

#page404 h1 {
    text-align: center;
    margin: 10px 0 60px;
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 45px
}

#page404 .image {
    text-align: center;
    margin: 60px 0 10px
}

#pedantoSlider .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0;
    right: 0;
    padding: 15px 30px
}

#pedantoSlider .nodisplay {
    display: none !important
}

#pedantoSlider .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px 10px;
    pointer-events: all
}

#pedantoSlider .owl-dot.active span, #pedantoSlider .owl-dot:hover span {
    background: #fff !important;
    border: 2px solid #a2be22
}

#pedantoSlider .owl-nav:not(.disabled) {
    position: absolute;
    left: -10px;
    right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    margin-top: -20px;
    pointer-events: none
}

@media (max-width: 580px) {
    #pedantoSlider .owl-nav:not(.disabled) {
        display: none
    }
}

#pedantoSlider .owl-nav button {
    position: relative;
    margin: 0;
    background: #ffe502;
    width: 40px;
    height: 40px;
    z-index: 2;
    pointer-events: all
}

#pedantoSlider .owl-nav button:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f053";
    display: inline-block
}

#pedantoSlider .owl-nav button:nth-child(2n):after {
    content: "\f054"
}

#pedantoSlider .owl-nav button:hover {
    color: #000
}

#pedantoSlider .owl-nav button span {
    display: none
}

.sliderBlock {
    position: relative;
    overflow: hidden
}

.sliderBlock .backGround {
    background: rgba(255, 208, 1, .8);
    position: absolute;
    top: -30%;
    left: -20%;
    width: 65%;
    height: 142%;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg)
}

.sliderBlock .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sliderBlock .title {
    padding: 0 0 5%;
    font-size: 2vw;
    color: #111;
    font-weight: 700;
    overflow: hidden
}

.sliderBlock .desc {
    color: #222;
    font-size: 1.5vw;
    max-height: 15vw;
    overflow-y: scroll
}

.sliderBlock .link {
    margin: 5% 0 0
}

.sliderBlock .button {
    font-size: 1.6vh;
    line-height: inherit;
    height: auto;
    color: #333;
    font-weight: 700;
    border: 2px solid #ff4701;
    background: 0 0;
    min-width: 200px;
    padding: 2.5% 5%;
    text-transform: uppercase;
    -webkit-transition: .2s;
    border-radius: 50px;
    text-align: center
}

.sliderBlock .button:hover {
    background: #333;
    color: #fff
}

.sliderBlock .fullLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 0
}

.sliderBlock .fullLink button {
    min-width: 150px;
    padding: 10px 25px;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 999;
    border-radius: 3px;
    background: #F76BCD;
    border: 0;
    color: #fff;
}

.sliderBlock .fullLink:hover {
    opacity: 1;
}

.sliderBlock .desc::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.sliderBlock .desc::-webkit-scrollbar-thumb {
    background-color: #ff4701
}

@media (min-width: 1280px) {
    .sliderBlock .title {
        font-size: 28px
    }

    .sliderBlock .desc {
        font-size: 22px;
        max-height: 160px
    }
}

@media (max-width: 1280px) {
    #pedantoSlider .owl-dots {
        padding: 15px;
        pointer-events: none
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .sliderBlock .fullLink button {
        top: calc(100% - 50px);
        left: 10px;
    }

    .sliderBlock .title {
        font-size: 3vw;
        white-space: unset;
        height: auto;
        padding-top: 1%;
        padding-bottom: 1%
    }

    .sliderBlock .desc {
        display: none !important
    }

    .sliderBlock .link {
        position: absolute;
        opacity: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 2000px
    }

    .sliderBlock .link a {
        opacity: 0;
        display: block;
        height: 100%;
        border-radius: 0
    }

    #pedantoSlider .owl-dots {
        padding: 0;
        bottom: -20px
    }
}

.slick-dots {
    position: static !important
}

#peRangeSlider {
    margin: 30px 10px;
    background: #e2e5ea;
    border: 0;
    height: 7px
}

#peRangeSlider .ui-widget-header {
    background: #ff4701
}

#peRangeSlider .ui-slider-handle {
    background: #ff4500;
    border: 0;
    border-radius: 50%;
    top: -6px
}

#panelLastNews {
    background: #fffbe8;
    padding: 60px 0
}

.shop-popup {
    opacity: 1
}

.shop-popup.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 1
}

@media (min-width: 991px) {
    .shop-popup.mfp-bg {
        background: rgba(0, 0, 0, .8)
    }

    .shop-popup .mfp-container {
        overflow: hidden;
        background: #fff;
        left: 60px;
        right: 60px;
        width: auto;
        height: auto;
        top: 60px;
        bottom: 60px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3)
    }
}

.shop-popup .mfp-content {
    position: unset;
    height: 100%;
    width: 100%
}

.shop-popup .mfp-figure {
    height: 100%
}

.shop-popup .mfp-figure figure {
    height: 100%
}

.shop-popup img.mfp-img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: 100% !important;
    width: 100%
}

.shop-popup .mfp-figure:after {
    background: 0 0
}

.shop-popup figcaption {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    cursor: auto;
    padding: 15px;
    bottom: 0;
    display: block
}

.shop-popup button.mfp-close {
    color: #a2be22;
    font-size: 70px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer !important;
    top: 15px;
    right: 15px;
    padding: 0;
    opacity: 1;
    border-radius: 5px
}

.shop-popup .mfp-bottom-bar {
    margin: 0;
    position: relative;
    color: #333
}

.shop-popup .mfp-bottom-bar * {
    color: inherit !important
}

.shop-popup .mfp-figure:after {
    -webkit-box-shadow: none;
    box-shadow: none
}

.popBuyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px
}

.commentsForm .top .h3 > span,
.commentsForm .top h3 > span {
    display: inline-block;
    padding: 10px;
    cursor: pointer
}

.commentsForm .top .h3 > span.active, .commentsForm .top .h3 > span:hover,
.commentsForm .top h3 > span.active, .commentsForm .top h3 > span:hover {
    background: #a2be22;
    border-radius: 4px
}

.commentsForm .top .h3 > span:hover,
.commentsForm .top h3 > span:hover {
    background: #ffbd01
}

.infoFooter {
    position: relative;
    margin: 0 0 15px
}

.infoFooter .content {
    padding: 0 0 0 40px
}

.infoFooter .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px
}

.infoFooter .head .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
    margin: 0
}

.infoFooter .head .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #a2be22;
    color: #333
}

.infoFooter .head .icon i {
    line-height: 24px
}

.mobile-nav-block {
    z-index: 21;
    position: fixed;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11
}

@media (min-width: 768px) {
    .mobile-nav-block {
        display: none
    }
}

.mobile-nav-block .block-side-info {
    position: absolute;
    right: 0
}

.mobile-nav-block .block-side-info button {
    width: 1000px;
    height: 1000px;
    color: #fff;
    opacity: 0;
    font-size: 24px;
    border: 0;
    display: block
}

.mobile-nav-block .block-side-info .title {
    font-family: Pedanto;
    color: #fff;
    font-size: 22px;
    padding: 0 15px;
    text-transform: uppercase
}

.mobile-nav-block .block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background: #1d1d1d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav-block .block-header .block-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mobile-nav-block .block-header .block-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 4px
}

.mobile-nav-block .block-header .block-search form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    border: 0;
    height: 40px;
    padding: 10px;
    width: 100%;
    border-radius: 0
}

.mobile-nav-block .block-header .block-search form button {
    margin: 0;
    padding: 0;
    display: block;
    width: 50px;
    background: #a2be22;
    border: 0;
    color: #424242;
    font-size: 23px;
    overflow: hidden;
    text-align: center
}

.mobile-nav-block .block-header .block-search form button i {
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 0
}

.mobile-nav-block .close-button {
    height: 40px;
    width: 50px;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: #ff4a3a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    z-index: 1
}

.mobile-nav-block .nav-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 100px 0 0;
    background: #fff;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.mobile-nav-block .nav-content::-webkit-scrollbar {
    width: 3px
}

.mobile-nav-block .nav-content::-webkit-scrollbar-thumb {
    background-color: #666;
    outline: 1px solid slategrey
}

.mobile-nav-block .block-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.mobile-nav-block .h3,
.mobile-nav-block h3 {
    text-transform: uppercase;
    color: #333;
    margin: 0 0 15px
}

.block-shop-nav {
    padding: 15px
}

.block-shop-nav ul {
    padding: 0;
    margin: 0
}

.block-shop-nav ul li {
    overflow: hidden;
    list-style: none;
    color: #fff
}

.block-shop-nav ul li.active {
    background: #a2be22;
    color: #333;
    overflow: hidden
}

.block-shop-nav ul li.active > a > .spoil {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-shop-nav ul li.active > ul {
    display: block;
    margin: 0 1px 5px;
    background: #32414a
}

.block-shop-nav .level-1 li.active {
    background: #d8f1fd
}

.block-shop-nav .level-2 {
    margin: 0 !important;
    background: rgba(255, 255, 255, .6392156862745098) !important
}

.block-shop-nav .level-2 > li > a {
    color: #333
}

.block-shop-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px;
    color: inherit;
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-shop-nav ul li a .icon {
    color: #a2be22;
    width: 40px;
    font-style: normal
}

.block-shop-nav ul li a .spoil {
    font-size: 14px;
    color: #62737d;
    padding: 15px;
    margin: -15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.block-shop-nav ul li a .spoil::after {
    display: block;
    height: 40%;
    border-right: 1px solid rgba(255, 255, 255, .1411764705882353);
    position: absolute;
    top: 30%;
    left: 0
}

.block-shop-nav ul li a .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block-shop-nav ul > li + li > a {
    border-top: 1px solid rgba(108, 138, 155, .2)
}

.block-shop-nav li ul {
    display: none
}

.mobile-nav-block .block-alt-nav {
    padding: 15px
}

.mobile-nav-block .block-alt-nav ul {
    padding: 0;
    margin: 0
}

.mobile-nav-block .block-alt-nav ul li {
    list-style: none
}

.block-shop-nav ul li.active a .icon {
    color: #333
}

.mobile-nav-block .block-alt-nav ul li a {
    position: relative;
    padding: 10px;
    display: block;
    color: #111;
    font-size: 17px
}

.mobile-nav-block .block-alt-nav ul li + li a {
    border-top: 1px solid #f1f1f1
}

.mobile-nav-block .block-alt-nav ul li a i {
    color: #a2be22;
    width: 35px
}

.mobile-nav-block .block-alt-nav ul li .dropArea {
    position: relative;
    background: #a2be22
}

.mobile-nav-block .block-alt-nav .dropLink > a:after {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px;
    font-size: 14px;
    color: #62737d
}

.mobile-nav-block .block-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mobile-nav-block .block-editable {
    overflow: hidden;
    padding: 0 15px;
    background: #1d1d1d;
    color: #fafafa;
    font-size: 15px
}

.overflow-hidden {
    overflow: hidden
}

#description .fullReview span {
    font-size: inherit !important
}

@media (max-width: 767px) {
    #mainSlider > * {
        margin: 0;
        padding: 0
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a2be22 !important
}

.pedantoStudio {
    display: inline-block;
    width: 140px;
    opacity: .8;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.pedantoStudio:hover {
    opacity: 1
}

.promoPanel .owl-dots {
    margin: 0 0 30px !important
}

.filtersPanel {
    overflow-y: scroll
}

.filtersPanel::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.filtersPanel::-webkit-scrollbar-thumb {
    background-color: #a2be22
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important
}

.basketLink {
    background: #a2be22;
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 4px
}

.basketLink .h3,
.basketLink h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 15px
}

.basketLink input {
    border: 0
}

.gmap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 0 -6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gmap:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.info_popup {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #a2be22;
    padding: 15px;
    margin: 10px;
    border-radius: 4px;
    z-index: 11;
    min-width: 200px;
    max-width: 400px
}

.info_popup .close:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f00d";
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px
}

.info_popup .close:hover:before {
    filter: contrast(1.2)
}

i.fas, i.far, i.fab {
    font-style: normal !important
}

.fancybox-thumbs {
    background: rgba(0, 0, 0, .4) !important
}

.fancybox-thumbs__list a:before {
    border: 1px solid #ff3131 !important
}

.notify {
    top: 0 !important
}

.notify-top-center, .notify-bottom-center {
    left: 0 !important;
    right: 0 !important
}

.hadress {
    white-space: nowrap;
    max-width: 30px
}

.orderIng span {
    margin: 0 0 0 5px
}

@media (max-width: 991px) {
    .orderIng span {
        display: none
    }

    .orderIng .button {
        text-align: center;
        padding: 0;
        min-width: 34px
    }
}

.langSwitch {
    color: #a2be22
}

.navBarMobile .dropLink > a:after {
    padding: 0 0 0 5px;
    font-size: 12px
}

.navBarMobile .dropLink.active > a:after {
    padding: 0 5px 0 0;
    font-size: 12px
}

@media (max-width: 345px) {
    .phoneHeadMobile {
        display: none
    }
}

.superDealMobile {
    padding: 10px 15px 4px;
    text-align: center;
    background: #1d1d1d
}

.superDealMobile a {
    display: inline-block;
    border: 1px dashed;
    color: #ff5858;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 10px 2px 30px;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.superDealMobile a:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f06d";
    margin: 0 10px 0 0;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: -2px
}

.pedantoSlider {
    display: block;
    max-width: 2000px;
    margin: 0 auto
}

.Blocker {
    height: 400px;
    border: 1px dashed #cecece;
    border-radius: 5px;
    background: #e7f8ff;
    color: #0a0a0a;
    font-size: 18px;
    padding: 15px;
    margin: 10px 0
}

@media (max-width: 767px) {
    .sliderBlock img {
        object-fit: cover;
        min-height: 240px;
        object-position: right
    }
}

.checkLi {
    padding: 0
}

.checkLi.f18 {
    font-size: 18px
}

.checkLi > li {
    position: relative;
    list-style: none;
    padding: 0 0 5px 30px
}

.checkLi > li:before {
    position: absolute;
    left: 0;
    top: 4px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f00c";
    margin: 0 15px 0 0;
    font-size: 12px;
    color: #a2be22
}

.checkLi.Bad > li:before {
    content: "\f00d";
    color: #ff5858
}

.headline .inSide .adress {
    flex-grow: 1
}

.iconLeft i {
    margin: 0 5px 0 0
}

.hadress a {
    color: inherit
}

.hadress span {
    border-bottom: 1px dashed #a6b55f
}

.headInfoBlock {
    flex-grow: 2
}

.hOffer {
}

.hOffer a {
    display: inline-block;
    font-size: 14px;
    color: #ff5858;
    height: 36px;
    line-height: 36px;
    border: 1px dashed #ff7676;
    border-radius: 20px;
    transition: .3s
}

.hOffer a span {
    text-transform: uppercase;
    margin: 20px;
    padding: 0 0 0 15px
}

.hOffer a span:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f06d";
    margin: 0 10px 0 0;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: -1px
}

.hOffer a:hover {
    background: #ff5858;
    color: #fff !important
}

.navBarDesctop.fixedTop {
}

.navBarDesctop.fixedTop .logo {
    padding: 10px 0
}

.navBarDesctop.fixedTop .logo img {
    height: 50px
}

#scrolltop {
    background: rgba(162, 190, 34, .8) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    transition: .3s
}

#scrolltop:hover {
    filter: contrast(1.2)
}

.sectionBg {
    overflow: hidden;
    background: #fbfbfb;
    padding: 90px 0
}

@media (max-width: 768px) {
    .sectionBg {
        padding: 60px 0
    }
}

.sectionBg.colored {
    background: #1d1d1d;
    color: #fff
}

.sectionBg.colored .title, .sectionBg.colored .h2,
.sectionBg.colored .title, .sectionBg.colored h2 {
    color: inherit
}

.mainSubtitile {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 650px
}

.mainSubtitile span {
    color: #a2be22
}

@media (max-width: 768px) {
    .mainSubtitile {
        max-width: 100%;
        text-align: center;
        font-size: 26px
    }
}

.mainSubtitile.small {
    font-size: 24px
}

.submitReview {
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 768px) {
    .submitReview {
        position: relative;
        display: table;
        margin: 0 auto;
        padding-bottom: 15px
    }
}

.submitReview .dropArea {
    margin: 5px 0 0 !important;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3)
}

.submitReview .desc {
    color: #333;
    width: 200px;
    padding: 15px;
    font-size: 15px;
    background: #f0f1ef
}

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

.submitReview ul li a {
    color: #a2be22;
    padding: 5px 15px;
    display: block;
    transition: .3s
}

.submitReview ul li a:hover {
    filter: contrast(1.2)
}

.clientsFeedback {
    margin: 0 -15px;
    padding: 0;
    color: #696e7b
}

.clientsFeedback .owl-dots {
    text-align: right !important;
    padding: 0 15px 0 0;
    margin: 0
}

@media (max-width: 768px) {
    .clientsFeedback .owl-dots {
        text-align: center !important
    }
}

.clientsFeedback .owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    background: #e1e1e1;
    margin: 0 8px
}

.clientsFeedback .inside {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 15px 60px 160px;
    margin: 0 15px;
    border-radius: 10px
}

.clientsFeedback .inside:before {
    content: open-quote;
    font-weight: 700;
    color: #a2be22;
    font-size: 60px;
    line-height: 60px;
    display: block
}

.clientsFeedback .inside .text {
    text-indent: 60px;
    font-size: 20px
}

@media (max-width: 768px) {
    .clientsFeedback .inside .text {
        text-indent: 30px;
        font-size: 18px
    }
}

.clientsFeedback .inside .cliInfo {
    display: flex;
    padding: 0;
    position: absolute;
    bottom: 60px
}

@media (max-width: 768px) {
    .clientsFeedback .inside .cliInfo {
        bottom: 30px
    }
}

.clientsFeedback .inside .cliInfo .ava {
    position: relative;
    margin: 0 15px 0 0
}

.clientsFeedback .inside .cliInfo .ava.fb:before {
    font-family: "font awesome 5 brands";
    content: "\f09a";
    color: #05c5ff;
    font-size: 26px;
    position: absolute;
    z-index: 1;
    background: #fff;
    line-height: 26px;
    border-radius: 50%;
    padding: 2px;
    top: 0;
    left: -6px
}

.clientsFeedback .inside .cliInfo .ava.ig:before {
    font-family: "font awesome 5 brands";
    content: "\f16d";
    color: #fff;
    font-size: 22px;
    position: absolute;
    z-index: 1;
    background: #ff72c7;
    line-height: 22px;
    border-radius: 6px;
    padding: 2px 3px;
    top: 0;
    left: -6px
}

.clientsFeedback .inside .cliInfo .ava.gl:before {
    font-family: "font awesome 5 brands";
    content: "\f1a0";
    color: #fff;
    font-size: 19px;
    position: absolute;
    z-index: 1;
    background: #ff5656;
    line-height: 19px;
    border-radius: 50%;
    padding: 4px;
    top: 0;
    left: -6px
}

.clientsFeedback .inside .cliInfo .ava .photo {
    width: 70px;
    border-radius: 50%
}

.clientsFeedback .inside .cliInfo .name {
    color: #a2be22;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0
}

@media (max-width: 768px) {
    .clientsFeedback {
        margin-top: 15px
    }

    .clientsFeedback .inside {
        padding: 0 30px 120px
    }
}

.mainFaq {
    padding: 0
}

.mainFaq .block + .block {
    border-top: 1px solid #333
}

.mainFaq .block .h3,
.mainFaq .block h3 {
    user-select: none;
    position: relative;
    display: block;
    cursor: pointer;
    color: #a2be22;
    margin: 0;
    padding: 15px 0 15px 20px
}

.mainFaq .block .h3:hover,
.mainFaq .block h3:hover {
    filter: contrast(1.2)
}

.mainFaq .block .h3:before,
.mainFaq .block h3:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f067";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 18px
}

.mainFaq .block.active .h3:before,
.mainFaq .block.active h3:before {
    content: "\f068"
}

.mainFaq .block .answer {
    display: none
}

.mainFaq .block.active .answer {
    display: block !important
}

.mainEquipment {
    padding: 0
}

.mainEquipment > ul {
    margin: 0;
    padding: 0
}

.mainEquipment li {
    list-style: none
}

.mainEquipment .block {
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea
}

@media (max-width: 767px) {
    .mainEquipment .block {
        flex-direction: column;
        height: 580px;
        overflow-y: auto
    }
}

.mainEquipment .block .cleft {
    min-width: 380px;
    background: #1d1d1d;
    color: #fff
}

.mainEquipment .block .cleft .image {
    text-align: center;
    background: #1d1d1d
}

@media (max-width: 991px) {
    .mainEquipment .block .cleft {
        min-width: 320px
    }
}

.mainEquipment .block .cleft .cons {
    padding: 0
}

.mainEquipment .block .cleft .cons ul {
    padding: 10px 15px
}

.mainEquipment .block .cleft .cons ul li {
    list-style: none;
    padding: 15px
}

.mainEquipment .block .cleft .cons ul li:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f00c";
    margin: 0 15px 0 0;
    font-size: 12px;
    color: #a2be22
}

.mainEquipment .block .cleft .cons ul li + li {
    border-top: 1px solid #333
}

@media (min-width: 768px) {
    .mainEquipment .block > * {
        max-height: 580px
    }

    .mainEquipment .block .cright {
        padding: 0;
        overflow-y: auto
    }
}

.mainEquipment .block .cright::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.mainEquipment .block .cright::-webkit-scrollbar-thumb {
    background-color: #666
}

.mainEquipment .block .cright .info {
    overflow: hidden;
    padding: 15px 30px 30px
}

.mainEquipment .block .cright .info .h3,
.mainEquipment .block .cright .info h3 {
    text-transform: uppercase;
    font-weight: 700
}

.mainEquipment .block .cright .info ul {
    padding: 0
}

.mainEquipment .block .cright .info ul li {
    padding: 0 0 5px
}

.mainEquipment .block .cright .info ul li:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f00c";
    margin: 0 15px 0 0;
    font-size: 12px;
    color: #a2be22
}

.mainEquipment .block .desc {
    margin: 30px 15px 70px
}

.mainEquipment .block .more {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mainEquipment .block .button {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0
}

.mainEquipment .owl-dots {
    counter-reset: dots;
    padding: 0
}

.mainEquipment .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px !important;
    text-align: right
}

.mainEquipment .owl-dots button span {
    padding: 0
}

.mainEquipment .owl-dots .owl-dot span:before {
    counter-increment: dots;
    content: counter(dots)
}

.mainEquipment .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 40px;
    margin: 1px;
    border-radius: 0;
    line-height: 40px
}

.srvsSlide {
    margin: 0 -15px
}

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

.srvsSlide li {
    padding: 0 15px
}

.srvsSlide .block {
    height: 100%;
    background: #1d1d1d;
    border: 1px solid #424242;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.srvsSlide .block img {
    padding: 0
}

.srvsSlide .block .h3,
.srvsSlide .block h3 {
    padding: 0;
    color: #a2be22;
    font-weight: 700;
    font-size: 22px;
    margin: 15px
}

.srvsSlide .block .desc {
    margin: 15px 15px 70px
}

.srvsSlide .block .more {
    text-align: right;
    position: absolute;
    background: #333;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0
}

.srvsSlide .block .more .button {
    margin: 0
}

.navBarDesctop:not(.fixedTop) .inSide .headerSubs {
    display: none
}

.headerSubs {
    margin: 0 0 0 10px
}

.promoForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -60px
}

@media (max-width: 991px) {
    .promoForm {
        flex-direction: column
    }
}

.promoForm > * {
    margin: 0 60px
}

.promoForm .text {
    padding: 0
}

@media (max-width: 991px) {
    .promoForm .text {
        margin-bottom: 30px
    }
}

.promoForm .text .mainSubtitile {
    margin: 0 0 15px
}

.promoForm .text p {
    margin: 0;
    font-size: 18px
}

.promoForm .mainSubtitile {
    max-width: 100%
}

.promoForm2 form {
    position: relative;
    flex-grow: 1;
    min-width: 360px;
    display: flex;
    -webkit-flex-flow: row wrap
}

.promoForm .endOfPromo {
    display: none;
    color: #a2be22
}

.promoForm.end .endOfPromo {
    display: block
}

.promoForm2 form > * {
    margin: 5px
}

@media (max-width: 991px) {
    .promoForm form {
        min-width: auto
    }
}

.promoForm form .input {
    flex-grow: 1
}

.promoForm form .input.name {
    width: 100%;
    position: relative
}

.timerOuter {
    margin-top: 15px
}

.timerOuter .title {
    font-size: 16px;
    color: #a2be22 !important;
    margin: 0 0 10px
}

#mainTimer {
    font-family: Pedanto
}

@media (max-width: 991px) {
    #mainTimer {
        text-align: center
    }
}

#mainTimer span {
    text-align: center;
    font-size: 24px;
    line-height: 17px;
    border-radius: 5px;
    display: inline-block;
    padding: 15px;
    background: #a2be22;
    color: #fff;
    margin-right: 5px
}

#mainTimer span i {
    font-style: normal;
    font-size: 12px
}

.input.phone {
    position: relative
}

.input.phone::before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f095";
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    color: #a2be22
}

.input.name::before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f007";
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    color: #a2be22
}

.promoForm form input {
    height: 50px;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    padding: 15px;
    vertical-align: bottom;
    width: 100%;
    padding-left: 50px
}

.promoForm form input:placeholder {
    color: #fafafa
}

.promoForm form button {
    width: 100%;
    height: 50px;
    border: 0;
    background: #ff5858;
    padding: 10px 30px;
    vertical-align: bottom;
    transition: .3s
}

.promoForm form button:hover {
    background: #a2be22
}

.promoForm .subTitle {
    padding: 0 5px;
    font-size: 18px
}

#submitForm {
}

#submitForm .h2,
#submitForm h2 {
    margin: 0 0 15px
}

.equipNav {
    border-bottom: 3px solid #a2be22
}

.pedTabsNav.equipNav li:hover a, .pedTabsNav.equipNav li.active a {
    border-radius: 4px 4px 0 0;
    background: #a2be22
}

.contactBlock {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
    padding: 60px 0
}

.contactBlock > * {
    margin: 0 30px
}

.contactBlock .data {
    flex-grow: 1;
    min-width: 340px
}

@media (max-width: 768px) {
    .contactBlock {
        margin: 0 -15px;
        flex-direction: column;
        padding: 30px 0
    }

    .contactBlock .data {
        margin-bottom: 30px
    }

    .contactBlock > * {
        margin: 0 15px
    }

    .contactBlock .form {
        order: 2
    }

    .contactBlock .data {
        min-width: auto
    }
}

.contacsRt .inside {
    padding: 15px 30px;
    border: 1px solid #333;
    border-radius: 10px
}

.feedbackForm form {
    display: flex
}

.contactBlock .title {
    font-size: 18px
}

.feedbackForm form .leftBlock {
    width: 280px;
    margin: 0 30px 0 0
}

.feedbackForm form .rightBlock {
    flex-grow: 1
}

.feedbackForm form .rightBlock textarea {
    height: 145px;
    padding: 15px
}

.feedbackForm form button {
    margin: 15px 0 0
}

@media (max-width: 991px) {
    .feedbackForm {
        padding: 0
    }

    .feedbackForm form {
        flex-direction: column
    }

    .feedbackForm form .leftBlock {
        width: 100%;
        margin: 0
    }
}

.grecaptcha-badge {
    display: none
}

.mobileInfo {
    padding: 5px 0 0
}

.mobileInfo p {
    padding: 0
}

#submitForm.popUp {
    margin: 0
}

#submitForm.popUp .styler {
    font-size: 16px !important;
    border-radius: 3px !important
}

.mainPersonal {
    padding: 0;
    margin: 0 -15px
}

.mainPersonal ul {
    margin: 0;
    padding: 0
}

.mainPersonal ul li {
    width: 100%;
    list-style: none;
    padding: 0 15px
}

.mainPersonal ul li .persona {
    height: 100%;
    position: relative;
    padding: 0 0 50px
}

.mainPersonal ul li .persona h4 {
    color: inherit;
    text-align: center
}

.mainPersonal ul li .persona .icon {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto
}

@media (max-width: 768px) {
    .mainPersonal ul li .persona .icon img {
        height: 350px;
        object-fit: cover;
        object-position: top
    }
}

.mainPersonal ul li .persona .icon .stage {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    background: #a2be22;
    border-radius: 5px 0 0 0;
    color: #fff
}

.mainPersonal .oneSlide .info {
    padding: 15px 0 0 15px
}

.mainPersonal .oneSlide .info .h3,
.mainPersonal .oneSlide .info h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 15px 0 5px
}

.mainPersonal .oneSlide .info .desc {
    max-width: 280px;
    color: #999
}

.mainPersonal .oneSlide .info .total {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px
}

.mainPersonal .oneSlide .info .total .block {
    border: 1px solid #a2be22;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #a2be22;
    margin: 0 10px 0 0
}

.mainPersonal .oneSlide .info .total i {
    margin: 0 5px 0 0
}

.benefitsBlock {
    padding: 60px 0;
    margin: 0 -15px
}

.benefitsBlock ul {
    margin: 0;
    padding: 0
}

.benefitsBlock ul li {
    list-style: none;
    padding: 0 15px
}

.benefitsBlock ul li .block {
    padding: 0 15px;
    display: flex
}

.benefitsBlock ul li .block .image {
    min-width: 50px;
    width: 50px
}

.benefitsBlock ul li .block .info {
    margin: 0 0 0 30px
}

.benefitsBlock ul li .block .info .h3,
.benefitsBlock ul li .block .info h3 {
    color: #333;
    line-height: 1.27273;
    font-size: 22px;
    padding: 0;
    margin: 0
}

.sectionBg.colored .benefitsBlock ul li .block .info .h3,
.sectionBg.colored .benefitsBlock ul li .block .info h3 {
    color: #fff
}

.benefitsBlock ul li .block .info .desc {
    margin: 15px 0;
    color: #8c8c8c
}

.siteSwitch {
    padding: 0
}

@media (max-width: 1199px) {
    .headline .siteSwitch {
        display: none !important
    }
}

.siteSwitch .inside {
    padding: 0;
    display: flex;
    margin: 0 15px 0 0
}

.siteSwitch .inside > * {
    padding: 5px 15px;
    transition: .3s
}

.siteSwitch .inside .active {
    border-left: 1px solid #a2be22;
    border-top: 1px solid #a2be22;
    border-bottom: 1px solid #a2be22;
    background: #a2be22;
    color: #fff;
    border-radius: 3px 0 0 3px
}

.siteSwitch .inside:hover .active {
    background: 0 0;
    color: #a2be22
}

.siteSwitch .inside .active:hover {
    background: #a2be22;
    color: #fff
}

.siteSwitch .inside .other {
    color: #00a9e7;
    cursor: pointer;
    border-right: 1px solid #00a9e7;
    border-top: 1px solid #00a9e7;
    border-bottom: 1px solid #00a9e7;
    border-radius: 0 3px 3px 0
}

.siteSwitch .inside .other:hover {
    background: #00a9e7;
    color: #fff !important
}

.mobile-nav-block .siteSwitch {
    padding: 10px;
    background: #333
}

.mobile-nav-block .siteSwitch .inside {
    margin: 0;
    justify-content: center
}

.mobile-nav-block .langSwitch {
    display: flex;
    justify-content: center;
    background: #a2be22;
    padding: 5px 0
}

.mobile-nav-block .langSwitch a {
    padding: 5px 10px;
    color: #1d1d1d
}

.mobile-nav-block .langSwitch a.active {
    background: #333;
    border-radius: 4px;
    color: #fff
}

.tourBanner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #a2be22;
    min-height: 640px;
    background: rgba(0, 0, 0, .2)
}

.bgImageBlock {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../theme/img/tourBg.jpg);
    background-size: cover;
    background-position: 100% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
    filter: blur(5px)
}

@media (max-width: 767px) {
    .tourBanner {
        min-height: auto
    }
}

.tourBanner .inside {
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media (max-width: 991px) {
    .tourBanner .inside {
        flex-direction: column
    }
}

.tourBanner .inside > * {
    padding: 30px
}

@media (max-width: 767px) {
    .tourBanner .inside > * {
        padding: 30px 0
    }
}

.tourBanner .leftB {
    z-index: 2
}

.tourBanner .leftB .outer {
    max-width: 480px;
    height: 300px;
    position: relative;
    border-radius: 12px;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, .71);
    overflow: hidden;
    background: #000
}

.tourBanner .leftB .outer img {
    height: 100%;
    object-fit: cover
}

.tourBanner .leftB .outer .icon {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    text-align: center;
    padding: 90px 0
}

.tourBanner .leftB .outer .icon img {
    padding: 0;
    width: 180px;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .5))
}

.tourBanner .leftB a {
    display: block;
    height: 100%;
    border-radius: 12px;
    background-position: center;
    transition: .6s;
    transform: scale(1);
    opacity: .9
}

.tourBanner .leftB a:hover {
    opacity: 1;
    transform: scale(1.1)
}

.tourBanner .rightB {
    position: relative;
    max-width: 580px;
    text-shadow: 1px 1px 2px #000
}

.tourBanner .rightB .h2,
.tourBanner .rightB h2 {
    font-weight: 700;
    color: #a2be22;
    margin: 0 0 15px
}

.tourBanner .rightB .desc {
    color: #fff
}

.tourBanner .rightB:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -42px;
    top: -266px;
    height: 850px;
    background: rgba(0, 0, 0, .45);
    font-size: 20px;
    color: #a2be22;
    right: -30px;
    transform: rotate(13deg)
}

@media (max-width: 991px) {
    .tourBanner .rightB:before {
        top: -458px;
        height: 1200px
    }
}

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

.headRightIcons {
    display: flex;
    align-items: center;
    margin: 0 -2px
}

.headRightIcons > * {
    margin: 0 2px
}

.phoneHeadMobile a {
    display: block;
    background: #a2be22;
    color: #fff;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 35px
}

.dualBlock {
    display: flex;
    margin: 0 -15px;
    -webkit-flex-flow: row wrap
}

.dualBlock > * {
    min-width: 300px;
    flex: 1;
    margin: 15px
}

.dualBlock .inside {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    background: #fff;
    color: #111
}

.dualBlock .inside .h3, .dualBlock .inside .h2,
.dualBlock .inside h3, .dualBlock .inside h2 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 24px;
    color: #a2be22;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 15px
}

.dualBlock.Black .inside .h3, .dualBlock.Black .inside .h2,
.dualBlock.Black .inside h3, .dualBlock.Black .inside h2 {
    color: #a2be22;
    border-bottom: 1px solid #484848
}

.dualBlock.Black .inside {
    background: #1d1d1d;
    color: #ededed
}

.scroll {
    overflow-y: auto
}

.scroll::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #666
}

.mh100 {
    max-height: 100px
}

.radius10 {
    border-radius: 10px
}

.bgImage {
    overflow: hidden;
    position: relative
}

.bgImage::before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 100% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: blur(5px);
    transform: scale(1.1)
}

.bgImage.BgLaser::before {
    background-image: url(../upload/manager/servis/laserEpil/gallery/IMG_1873-min.jpg)
}

.bgImage .begger {
    color: #000;
    font-size: 18px;
    background: rgba(255, 255, 255, .85);
    padding: 30px;
    border-radius: 15px
}

.bgImage .begger h1 {
    margin: 0 0 30px
}

.bgImage .begger .h2,
.bgImage .begger h2 {
    margin: 0 0 15px;
    color: #000;
    font-size: 24px
}

.bgImage .begger .button {
    margin: 15px 0 0
}

.begger .inger {
    font-size: initial;
    background: #fff;
    padding: 15px;
    margin: 15px 0 0;
    border-radius: 10px
}

.promoLabel {
    position: absolute;
    z-index: 2;
    left: 15px
}

.promoLabel .ribbon {
    margin: 3em;
    background-image: -ms-radial-gradient(center top, circle farthest-side, #F00 0, #900 100%);
    background-image: -moz-radial-gradient(center top, circle farthest-side, #F00 0, #900 100%);
    background-image: -o-radial-gradient(center top, circle farthest-side, #F00 0, #900 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #F00), color-stop(1, #900));
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #F00 0, #900 100%);
    background-image: radial-gradient(circle farthest-side at center top, #F00 0, #900 100%);
    width: 5em;
    height: 10em;
    position: relative;
    border-top-right-radius: .2em;
    border-top-left-radius: .2em;
    margin: auto;
    font-family: Pedanto
}

.promoLabel .ribbon i {
    width: 90%;
    height: 120%;
    display: block;
    margin: auto;
    z-index: 100;
    position: relative;
    border-right: dashed .0625em #333;
    border-left: dashed .0625em #333;
    overflow: hidden
}

.promoLabel .ribbon i span {
    color: #fff;
    display: block;
    text-align: center;
    top: 50%;
    margin-top: -2em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: relative;
    text-shadow: .0625em .0625em .0625em #333;
    font-style: normal;
    font-weight: 700
}

.promoLabel .ribbon s {
    width: .625em;
    height: .625em;
    background: #333;
    top: 50%;
    margin-top: -.3125em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    display: block;
    position: absolute;
    opacity: .5
}

.promoLabel .ribbon s:nth-of-type(1) {
    margin-left: -1.25em;
    left: 0
}

.promoLabel .ribbon s:nth-of-type(2) {
    right: 0;
    margin-right: -1.25em
}

.promoLabel .ribbon:before {
    content: "";
    position: absolute;
    bottom: -2.4em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2.5em solid #900;
    border-right: 2.5em solid transparent
}

.promoLabel .ribbon:after {
    content: "";
    position: absolute;
    bottom: -2.4em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2.5em solid #900;
    border-left: 2.5em solid transparent
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

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

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

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

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

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

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

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

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

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

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-display: swap;
    font-family: "font awesome 5 brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../theme/fonts/awesome/fonts/fa-brands-400.eot);
    src: url(../theme/fonts/awesome/fonts/fa-brands-400.eot?) format("embedded-opentype"), url(../theme/fonts/awesome/fonts/fa-brands-400.woff2) format("woff2"), url(../theme/fonts/awesome/fonts/fa-brands-400.woff) format("woff"), url(../theme/fonts/awesome/fonts/fa-brands-400.ttf) format("truetype"), url(../theme/fonts/awesome/fonts/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "font awesome 5 brands"
}

@font-face {
    font-display: swap;
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../theme/fonts/awesome/fonts/fa-regular-400.eot);
    src: url(../theme/fonts/awesome/fonts/fa-regular-400.eot?) format("embedded-opentype"), url(../theme/fonts/awesome/fonts/fa-regular-400.woff2) format("woff2"), url(../theme/fonts/awesome/fonts/fa-regular-400.woff) format("woff"), url(../theme/fonts/awesome/fonts/fa-regular-400.ttf) format("truetype"), url(../theme/fonts/awesome/fonts/fa-regular-400.svg) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../theme/fonts/awesome/fonts/fa-solid-900.eot);
    src: url(../theme/fonts/awesome/fonts/fa-solid-900.eot?) format("embedded-opentype"), url(../theme/fonts/awesome/fonts/fa-solid-900.woff2) format("woff2"), url(../theme/fonts/awesome/fonts/fa-solid-900.woff) format("woff"), url(../theme/fonts/awesome/fonts/fa-solid-900.ttf) format("truetype"), url(../theme/fonts/awesome/fonts/fa-solid-900.svg) format("svg")
}

.fa, .far, .fas {
    font-family: "font awesome 5 free"
}

.fa, .fas {
    font-weight: 900
}

.pedantoLigtbox {
    z-index: 2000;
    text-align: center;
    background-color: #191f26;
    background-image: url(../scripts/jquery/pedoBox/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: sans-serif
}

.pedantoLigtbox:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.pedantoLigtbox .plbInner {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    width: 90%;
    height: 90%;
    border-radius: 10px
}

.pedantoLigtbox.plbVideo .plbInner {
    max-width: 1280px;
    max-height: 720px;
    height: 51vw
}

.pedantoLigtbox .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.pedantoLigtbox .plbTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #eee;
    background: rgba(0, 0, 0, .45)
}

.pedantoLigtbox .plbClose {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: #eee;
    font-family: sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    cursor: pointer
}

.pedantoLigtbox .plbTitle {
    padding: 10px;
    height: 40px;
    white-space: nowrap
}

.pedantoLigtbox iframe {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0
}

.pedantoLigtbox .plbOpacity {
    opacity: 0
}

.pedantoBodyHide {
    height: 100% !important;
    overflow: hidden !important
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    /*opacity: 0;*/
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://beautylaser.pro/cache/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@charset "UTF-8";
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.galNav {
    background: #1d1d1d;
    padding: 30px 0 0
}

.galNav .pedTabsNav {
    border-bottom: 0
}

.galNav .pedTabsNav li a {
    color: #fff;
    border-bottom: 5px solid transparent
}

.galNav .pedTabsNav li:hover a, .galNav .pedTabsNav li.active a {
    background: 0 0;
    color: #a2be22;
    border-bottom: 5px solid #a2be22
}

.listOfBlocksMain {
    padding: 5px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

.listOfBlocksMain .block:hover img {
    opacity: 1
}

.listOfBlocksMain .block {
    position: relative;
    overflow: hidden;
    width: 300px;
    flex-grow: 1;
    margin: 5px
}

.listOfBlocksMain .block.video:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -23px 0 0;
    font-size: 60px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 0, 0, .64);
    font-family: "font awesome 5 brands";
    font-weight: 900;
    content: "\f167";
    text-align: center;
    z-index: 2
}

.listOfBlocksMain .block img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: 1.4s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.listOfBlocksMain .block:hover img {
    transform: scale(1.1) translate3d(0px, 0px, 1px)
}

.priceBlock {
    border: 1px solid #eaeaea;
    user-select: none
}

.priceBlock > ul {
    position: relative;
    margin: 0;
    padding: 0;
    background: #1d1d1d;
    color: #fff;
    min-height: 500px
}

@media (max-width: 1199px) {
    .priceBlock > ul {
        min-height: auto
    }
}

.priceBlock > ul > li {
    list-style: none;
    border-bottom: 1px solid #333
}

.priceBlock > ul > li > .line {
    padding: 15px 30px
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > .line {
        padding: 15px
    }
}

.priceBlock > ul > li.active, .priceBlock > ul > li:hover {
    color: #000;
    cursor: pointer;
    background: #a2be22
}

.priceBlock > ul li > .line {
}

.priceBlock > ul li > .line .dropArea {
    background: #f3f3f3;
    padding: 15px;
    position: unset
}

@media (max-width: 1199px) {
    .priceBlock > ul li > .line {
        position: relative;
        flex-direction: column
    }
}

.priceBlock > ul li > .line .name {
    cursor: pointer;
    height: 40px;
    font-weight: 700;
    padding: 0 0 0 15px;
    flex-grow: 1;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s
}

.priceBlock > ul li > .line .name:hover {
    background: #a2be22
}

.priceBlock > ul li > .line .name:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px
}

.js_two.active .name:after {
    content: "\f077" !important
}

.priceBlock > ul > li > ul {
    display: none;
    padding: 0;
    position: absolute;
    left: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eaeaea;
    overflow-y: auto
}

.priceBlock > ul > li > ul::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.priceBlock > ul > li > ul::-webkit-scrollbar-thumb {
    background-color: #666
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > ul {
        overflow: hidden;
        position: unset
    }
}

.priceBlock > ul > li.active > ul {
    display: block
}

.priceBlock > ul > li > ul > li {
    cursor: auto;
    list-style: none
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > ul > li {
        padding: 0;
        background: #fff;
        margin: 0;
        border-radius: 0
    }

    .priceBlock > ul > li > ul > li .line.active {
        height: auto
    }
}

.priceBlock > ul > li > ul > li .main {
    width: 100%;
    flex-grow: 1
}

.priceBlock > ul > li > ul > li .price {
    display: flex;
    overflow: hidden;
    border-radius: 4px
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > ul > li .price {
        flex-direction: column;
        width: 100%;
        background: #f3f3f3
    }
}

.priceBlock > ul > li > ul > li .price > * {
    min-width: 180px
}

.priceBlock > ul > li > ul > li .price .usa {
    flex: 1;
    background: #f3f3f3
}

.priceBlock > ul > li > ul > li .price .kor {
    flex: 1;
    background: #f3f3f3;
    border-left: 1px solid #fff
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > ul > li .price .kor {
        border-left: 0
    }
}

.priceBlock > ul > li > ul > li .price .brand {
    text-align: center;
    display: block;
    padding: 6px 15px;
    background: #1d1d1d;
    color: #fff
}

.priceBlock > ul > li > ul > li .price .total {
    display: flex
}

.priceBlock > ul > li > ul > li .recordArea {
    background: #a2be22;
    border-left: 1px solid #fff;
    position: relative
}

.priceBlock > ul > li > ul > li {
    border-bottom: 1px solid #fff
}

.priceBlock > ul > li > ul > li .price .old {
    text-decoration: line-through;
    width: 50%;
    text-align: center;
    height: 41px;
    line-height: 41px;
    padding: 0 5px;
    color: #dcdcdc;
    background: #90a534
}

.priceBlock > ul > li > ul > li .price .curr {
    width: 50%;
    text-align: center;
    height: 41px;
    line-height: 41px;
    padding: 0 5px;
    background: #a2be22
}

.priceBlock > ul > li > ul > li .price .curr span {
    background: #a2be22;
    padding: 5px 10px;
    border-radius: 5px
}

.priceBlock > ul > li > ul > li button {
    min-width: 180px;
    font-weight: 400;
    text-transform: uppercase;
    background: #ff5858;
    color: #fff;
    border: 0;
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0
}

.priceBlock > ul > li > ul > li button:before {
    font-family: "font awesome 5 free";
    font-weight: 700;
    content: "\f004";
    line-height: 0;
    margin: 0 10px 0 0
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > ul > li .recordArea {
        border-left: 0;
        text-align: right;
        background: #f3f3f3;
        padding: 10px 0
    }

    .priceBlock > ul > li > ul > li button {
        border-radius: 4px;
        position: unset;
        background: #ff5858;
        height: 40px;
        width: 100%
    }
}

.priceBlock > ul > li > ul > li button:hover {
    filter: contrast(1.2)
}

.priceBlock > ul > li > ul > li .desc {
    height: 41px;
    display: flex;
    justify-content: space-around;
    padding: 9px 0 10px;
    margin-bottom: 15px
}

.priceBlock > ul > li > ul > li .desc > * {
    text-align: center;
    color: #5f5f5f;
    width: 100%;
    padding: 0 15px
}

@media (max-width: 1199px) {
    .priceBlock > ul > li > ul > li .desc {
        height: auto;
        -webkit-flex-flow: row wrap;
        margin: 0
    }

    .priceBlock > ul > li > ul > li .desc > * {
        min-width: 200px;
        background: #fbfbfb;
        margin: 0 0 1px;
        padding: 5px 10px;
        text-align: left;
        border-radius: 4px
    }
}

.priceBlock > ul > li > ul > li .desc > *:before {
    font-family: "font awesome 5 free";
    margin: 0 5px 0 0
}

.priceBlock > ul > li > ul > li .desc .time:before {
    content: "\f017"
}

.priceBlock > ul > li > ul > li .desc .pain:before {
    content: "\f5c2"
}

.priceBlock > ul > li > ul > li .desc .count:before {
    font-weight: 700;
    content: "\f0ae"
}

.galNav {
    background: #1d1d1d;
    padding: 30px 0 0
}

.galNav .pedTabsNav {
    border-bottom: 0
}

.galNav .pedTabsNav li a {
    color: #fff;
    border-bottom: 5px solid transparent
}

.galNav .pedTabsNav li:hover a, .galNav .pedTabsNav li.active a {
    background: 0 0;
    color: #a2be22;
    border-bottom: 5px solid #a2be22
}

.listOfBlocksMain {
    padding: 5px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

.listOfBlocksMain .block:hover img {
    opacity: 1
}

.listOfBlocksMain .block {
    position: relative;
    overflow: hidden;
    width: 300px;
    flex-grow: 1;
    margin: 5px
}

.listOfBlocksMain .block.video:before {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -23px 0 0;
    font-size: 60px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 0, 0, .64);
    font-family: "font awesome 5 brands";
    font-weight: 900;
    content: "\f167";
    text-align: center;
    z-index: 2
}

.listOfBlocksMain .block img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: 1.4s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

@media (max-width: 768px) {
    .listOfBlocksMain {
        height: 500px;
        overflow: hidden;
        overflow-y: auto
    }

    .listOfBlocksMain .block {
        width: 155px !important
    }

    .listOfBlocksMain .block img {
        height: 140px !important
    }
}

.listOfBlocksMain .block:hover img {
    transform: scale(1.1) translate3d(0px, 0px, 1px)
}

.galNav {
    background: #1d1d1d;
    padding: 30px 0 0
}

.galNav .pedTabsNav {
    border-bottom: 0
}

.galNav .pedTabsNav li a {
    color: #fff;
    border-bottom: 5px solid transparent
}

.galNav .pedTabsNav li:hover a, .galNav .pedTabsNav li.active a {
    background: 0 0;
    color: #a2be22;
    border-bottom: 5px solid #a2be22
}

.listOfBlocksMain {
    padding: 5px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

.listOfBlocksMain .block:hover img {
    opacity: 1
}

.listOfBlocksMain .block {
    position: relative;
    overflow: hidden;
    width: 300px;
    flex-grow: 1;
    margin: 5px
}

.listOfBlocksMain .block.video:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -23px 0 0;
    font-size: 60px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 0, 0, .64);
    font-family: "font awesome 5 brands";
    font-weight: 900;
    content: "\f167";
    text-align: center;
    z-index: 2
}

.listOfBlocksMain .block img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: 1.4s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.listOfBlocksMain .block:hover img {
    transform: scale(1.1) translate3d(0px, 0px, 1px)
}

.instaBlock {
    padding: 0;
    margin: 0 -15px
}

.instaBlock .block {
    width: 100%;
    list-style: none;
    margin: 0 15px 15px;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 5px solid #a2be22
}

.instaBlock .block a {
    display: block;
    background: #1d1d1d
}

.instaBlock .block .text {
    margin: 0;
    height: 250px;
    overflow: hidden;
    display: block;
    overflow-y: auto;
    padding: 15px;
    color: #fff;
    background: #1d1d1d;
    border-bottom: 25px solid #1d1d1d;
    border-top: 25px solid #1d1d1d
}

@media (max-width: 767px) {
    .instaBlock .block .text {
        height: 180px
    }
}

.instaBlock .block .text::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.instaBlock .block .text::-webkit-scrollbar-thumb {
    background-color: #666
}

.instaBlock .block a img {
    padding: 0;
    transition: .3s;
    border-radius: 8px;
    margin: 0 0 -20px;
    border-top: 5px solid #a2be22;
    background: #fff;
    object-fit: cover;
    object-position: bottom;
    height: 325px
}

.instaBlock .block a .likes {
    display: block;
    position: absolute;
    z-index: 1111111;
    top: 150px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    opacity: 0;
    margin-left: -10px;
    transition: .3s
}

.instaBlock .block a .likes:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f004";
    margin: 0 6px 0 0
}

.instaBlock .block a:hover img {
    filter: contrast(1.2)
}

.instaBlock .block a:hover .likes {
    opacity: 1
}

.galNav {
    background: #1d1d1d;
    padding: 30px 0 0
}

.galNav .pedTabsNav {
    border-bottom: 0
}

.galNav .pedTabsNav li a {
    color: #fff;
    border-bottom: 5px solid transparent
}

.galNav .pedTabsNav li:hover a, .galNav .pedTabsNav li.active a {
    background: 0 0;
    color: #a2be22;
    border-bottom: 5px solid #a2be22
}

.listOfBlocksMain {
    padding: 5px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

.listOfBlocksMain .block:hover img {
    opacity: 1
}

.listOfBlocksMain .block {
    position: relative;
    overflow: hidden;
    width: 300px;
    flex-grow: 1;
    margin: 5px
}

.listOfBlocksMain .block.video:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -23px 0 0;
    font-size: 60px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 0, 0, .64);
    font-family: "font awesome 5 brands";
    font-weight: 900;
    content: "\f167";
    text-align: center;
    z-index: 2
}

.listOfBlocksMain .block img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: 1.4s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.listOfBlocksMain .block:hover img {
    transform: scale(1.1) translate3d(0px, 0px, 1px)
}

.instaBlock {
    padding: 0;
    margin: 0 -15px
}

.instaBlock .block {
    width: 100%;
    list-style: none;
    margin: 0 15px 15px;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 5px solid #a2be22
}

.instaBlock .block a {
    display: block;
    background: #1d1d1d
}

.instaBlock .block .text {
    margin: 0;
    height: 250px;
    overflow: hidden;
    display: block;
    overflow-y: auto;
    padding: 15px;
    color: #fff;
    background: #1d1d1d;
    border-bottom: 25px solid #1d1d1d;
    border-top: 25px solid #1d1d1d
}

@media (max-width: 767px) {
    .instaBlock .block .text {
        height: 180px
    }
}

.instaBlock .block .text::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.instaBlock .block .text::-webkit-scrollbar-thumb {
    background-color: #666
}

.instaBlock .block a img {
    padding: 0;
    transition: .3s;
    border-radius: 8px;
    margin: 0 0 -20px;
    border-top: 5px solid #a2be22;
    background: #fff;
    object-fit: cover;
    object-position: bottom;
    height: 325px
}

.instaBlock .block a .likes {
    display: block;
    position: absolute;
    z-index: 1111111;
    top: 150px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    opacity: 0;
    margin-left: -10px;
    transition: .3s
}

.instaBlock .block a .likes:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f004";
    margin: 0 6px 0 0
}

.instaBlock .block a:hover img {
    filter: contrast(1.2)
}

.instaBlock .block a:hover .likes {
    opacity: 1
}

.galNav {
    background: #1d1d1d;
    padding: 30px 0 0
}

.galNav .pedTabsNav {
    border-bottom: 0
}

.galNav .pedTabsNav li a {
    color: #fff;
    border-bottom: 5px solid transparent
}

.galNav .pedTabsNav li:hover a, .galNav .pedTabsNav li.active a {
    background: 0 0;
    color: #a2be22;
    border-bottom: 5px solid #a2be22
}

.listOfBlocksMain {
    padding: 5px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

.listOfBlocksMain .block:hover img {
    opacity: 1
}

.listOfBlocksMain .block {
    position: relative;
    overflow: hidden;
    width: 300px;
    flex-grow: 1;
    margin: 5px
}

.listOfBlocksMain .block.video:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -23px 0 0;
    font-size: 60px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 0, 0, .64);
    font-family: "font awesome 5 brands";
    font-weight: 900;
    content: "\f167";
    text-align: center;
    z-index: 2
}

.listOfBlocksMain .block img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: 1.4s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.listOfBlocksMain .block:hover img {
    transform: scale(1.1) translate3d(0px, 0px, 1px)
}

#contacts .iconLeft.hadress {
    white-space: normal;
    max-width: 97%;
}

.kor + .usa {
    border-left: 1px solid #fff;
}

.usa + .usa {
    border-left: 1px solid #fff;
}

.no_scroll.mainEquipment .block .cright .info {
    overflow: auto;
}

.no_scroll.mainEquipment .block .cleft {
    background: none;
}

.no_scroll.mainEquipment .block .cleft .cons {
    background: #1d1d1d;
}

.no_scroll.mainEquipment .block > * {
    max-height: initial;
}

#nav .dropArea li .dropArea {
    display: none;
}

#nav .dropArea li:hover .dropArea {
    display: block;
    position: absolute;
    right: auto;
    left: 100%;
    top: 0;
}

.arrow-click {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background: transparent;
    z-index: 999;
    height: 45px;
}

form input.error-data {
    border-color: #f00 !important;
    position: relative;
}

form .input .error-data + .error-text {
    position: absolute;
    top: 2px;
    right: 10px;
    display: block;
    height: 100%;
    color: red;
    pointer-events: none;
}

.colored.white-bg {
    background: #4d4d4d;
}

@media (max-width: 767px) {

    #center.w-sm-fw {
        padding:0px;
    }
    .w-sm-fw  .mainEquipment .block {
        height: auto;
    }
    .w-sm-fw  .begger {
        padding:20px  0 ;

    }
}