@charset "UTF-8";
@font-face {
    font-family: dafault;
    font-weight: 400;
    font-style: normal;
    src: url(https://medinua.com/wp-content/themes/medinua/assets/fonts/Roboto/Roboto-Regular.eot);
    src: url(https://medinua.com/wp-content/themes/medinua/assets/fonts/Roboto/Roboto-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: dafault;
    font-weight: 700;
    font-style: normal;
    src: url(https://medinua.com/wp-content/themes/medinua/assets/fonts/Roboto/Roboto-Bold.eot);
    src: url(https://medinua.com/wp-content/themes/medinua/assets/fonts/Roboto/Roboto-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype")
}

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;
    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;
    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;
    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;
    box-sizing: border-box
}

:after, :before {
    -webkit-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
}

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

a {
    color: #5fa038;
    text-decoration: none
}

a:focus, a:hover {
    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;
    display: none;
}

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
    }
}

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

.clearfix:after, .container-fluid:after, .container: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
}

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

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

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

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

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

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

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mouse-icon {
    border: 2px solid #000;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: .7
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #000;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 25px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 25px;
        opacity: 0
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, 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 {
    20%, 53%, 80%, from, 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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    50%, from, 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;
    -ms-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: none;
        transform: none
    }
    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: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    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: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, 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 {
    20%, 40%, 60%, 80%, from, 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-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, 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: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, 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: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, 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: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, 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: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, 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: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, 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: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, 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 {
    60%, 75%, 90%, from, 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-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: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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-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-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);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@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);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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-name: hinge;
    animation-name: hinge
}

@-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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

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

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

.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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.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;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    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://medinua.com/wp-content/themes/medinua/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -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;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    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;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    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
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .25)
}

h2 {
    margin-top: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: dafault, sans-serif;
    overflow-x: hidden;
    opacity: 1;
    color: #2c2626
}

section {
    padding: 70px 10px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 33px;
    height: 5px;
    border-radius: 0
}

.hamburger-box b {
    font-weight: 400
}

.top-contact {
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-contact .phone-top {
    display: inline-block;
    text-align: right;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    margin-right: 0
}

.ishome .top-contact .phone-top {
    background: #FFF;
    border: 2px solid #5E9F37;
    color: #000;
}
.search-form {
	display: flex;
	justify-content: flex-end;
	padding: 16px 15px 0 0;
	align-items: center;
}

.hamburger-box {
    position: relative;
    width: 35px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5
}

.hamburger-box b {
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.hamburger-inner {
    width: 35px;
    height: 4px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: '';
    width: 35px;
    height: 4px;
    background: #000;
    position: absolute;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.hamburger-inner:after {
    top: 10px
}

.hamburger-inner:before {
    top: 20px
}

.hamburger.hamburger--spring.is-active .hamburger-inner {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000
}

.hamburger.hamburger--spring.is-active .hamburger-inner:after {
    opacity: 0;
    background: #000
}

.hamburger.hamburger--spring.is-active .hamburger-inner:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    background: #000
}

.hamburger.hamburger--spring.is-active b {
    color: #000
}

.button {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    padding: 5px 30px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.button:focus, .button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    outline: 0
}

.button2 {
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    padding: 14px 40px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: #5fa038;
    font-weight: 700;
    border: none
}

.button2:focus, .button2:hover {
    text-decoration: none;
    background-color: #77c04b;
    color: #fff;
    outline: 0
}

.top-line {
    position: relative;
    padding: 15px 20px 0
}

.block-index {
    text-align: center;
    margin-top: 7%;
    position: relative
}

.block-index h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 2px;
    width: 100%;
    position: relative;
    margin-top: 30px
}

.block-index span {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px
}

.block-index .button2 {
    font-size: 22px;
    padding: 12px 40px;
    margin-top: 20px
}

.logo-link {
    display: block;
    text-align: center;
    position: relative;
    height: 200px
}

.site-header {
    position: relative;
    min-height: 100vh
}

.site-header .logo {
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    width: 180px
}

.show-up {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    padding-top: 15px;
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, .1);
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, .1);
    z-index: 3;
    height: 80px
}

.show-up .container {
    position: relative
}

.show-up .hamburger.hamburger--spring {
    position: absolute;
    top: 0;
    left: 10px
}

.show-up .hamburger.hamburger--spring .hamburger-box span {
    background-color: #000
}

.show-up .hamburger.hamburger--spring .hamburger-box span:before {
    background: #000
}

.show-up .hamburger.hamburger--spring .hamburger-box span:after {
    background: #000
}

.show-up .hamburger.hamburger--spring .hamburger-box b {
    color: #000
}

.show-up .phone-top {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    margin-right: 0
}

.show-up .button2 {
    text-transform: none;
    font-weight: 300;
    font-size: 18px
}

.show-up .top-contact .phone-top {
    display: inline-block
}

.show-up a img {
    position: absolute;
    left: 50%;
    margin-left: -90px
}

.show-up .show-contact {
    float: right;
    margin-top: 10px;
    display: flex;
}

#my-menus {
    width: 300px;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 78px;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
    -webkit-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .75)
}

#my-menus ul {
    text-align: left;
    list-style-type: none
}

#my-menus ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#my-menus ul li a:hover {
    text-decoration: none;
    color: #255413
}

.my-menus-open {
    height: 160px !important
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff
}

.mm-listview > li > a {
    color: #000;
    font-size: 20px;
    font-weight: 300
}

.mm-listview > li > a:hover {
    color: #255413
}

.hamburger.hamburger--spring {
    position: absolute
}

.hamburger.hamburger--spring b {
    position: relative;
    color: #fff;
    left: 50px;
    font-size: 20px;
    font-weight: 300;
    top: 0
}

.hamburger--emphatic {
    overflow: visible
}

.hamburger {
    padding: 15px 0
}

.city-button {
    position: absolute;
    right: 270px;
    bottom: -50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 9px 29px;
    display: none
}

.city {
    background-color: #fff;
    position: absolute;
    bottom: -144px;
    right: 285px;
    list-style-type: none;
    padding: 10px 20px;
    width: 200px;
    display: none;
    z-index: 2
}

.city li {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.city li:hover {
    margin-left: 5px
}

.city li a {
    color: #000
}

.accordeon_head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative
}

.accordeon_head:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/icon/7.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.accordeon .accordeon_head.active {
    background: 0 0;
    color: #5fa038
}

.accordeon .accordeon_head.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordeon_item {
    border-bottom: 1px solid #eee;
    padding: 30px 0 10px;
    cursor: pointer
}

.accordeon_item:last-child {
    border: none
}

#service .question_text.block-endo-text {
    padding-bottom: 10px
}

#service .question_text.block-endo-text h2 {
    margin-bottom: 10px
}

.accordeon_text {
    padding-right: 100px;
    font-size: 17px;
    padding-bottom: 10px
}

.accordeon_head {
    padding-right: 20px
}

#my-menu {
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -200%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#my-menu div {
    display: block;
    width: 100%
}

#my-menu img {
    margin-top: 30px
}

.my-menu-open {
    top: 0 !important;
    opacity: 1 !important
}

.menu-new {
	display: flex;
    flex-wrap: wrap;
    text-align: left;
    max-width: 1060px;
    margin: 0 auto;
    list-style-type: none
}

.menu-new li {
	width: 50%;
    /*display: inline-block;*/
    line-height: 1.3
}

.menu-new li a {
    font-size: 40px;
    color: #000;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.menu-new li span.active {
	color: #5fa038;
	font-size: 42px;
}

.menu-new li a:hover {
    text-decoration: none;
    color: #5fa038
}

.menu-new li b {
    color: #5fa038;
    font-size: 40px;
    display: inline-block;
    padding: 0;
    height: 40px;
    width: 80px
}

.soc-new {
    list-style-type: none;
    margin-top: 30px;
    padding: 0
}

.soc-new li {
    display: inline-block;
    margin: 0 15px;
    line-height: 1;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.soc-new li:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.hamburger-open {
    z-index: 5 !important;
    position: fixed !important
}

.hamburger-open .hamburger-inner {
    background: #000
}

.hamburger-open .hamburger-inner:before {
    background: #000
}

.hamburger-open .hamburger-inner:after {
    background: #000
}

.hamburger-open b {
    color: transparent !important
}

.show-up {
    padding: 13px 20px 0;
    height: 80px
}

.show-up .city-button {
    padding: 7px 29px
}

.show-contact .city-button {
    color: #000;
    border-color: #000;
    bottom: 60px
}

.show-contact .city {
    bottom: -140px
}

#customElement .container-fluid {
    position: relative;
    z-index: 2
}

.service-img img.img-responsive {
    width: 100%
}

.mouse-icon {
    margin: 60px auto 30px;
    border-color: #fff
}

.mouse-icon .wheel {
    background: #fff
}

h2 {
    font-size: 52px;
    color: #000;
    text-align: center;
    font-weight: 400
}

h2 a {
    color: #000
}

h2 a:focus, h2 a:hover {
    color: #000;
    text-decoration: none
}

h3 {
    font-size: 32px;
    text-transform: uppercase
}

#services h3 {
    color: #5fa038;
    font-size: 32px;
    padding-left: 70px;
    margin-bottom: 20px
}

#services ul {
    list-style-image: url(../img/services/marker.png);
    padding-left: 85px;
    margin-top: 0
}

#services ul li {
    font-size: 20px;
    line-height: 20px;
    line-height: 28px;
    color: #333
}

.services-item {
    padding-bottom: 20px;
    margin-bottom: 30px
}

.services-item img {
    width: 100%
}

#advantages h2 {
    margin-bottom: 0
}

#advantages b {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 60px
}

.advantages-item-1, .advantages-item-2 {
    border-top: 2px solid #d2ddcf;
    padding: 50px 0
}

.advantages-item-1 img, .advantages-item-2 img {
    position: absolute
}

.advantages-item-1 .container, .advantages-item-2 .container {
    position: relative
}

.advantages-item-1 img {
    left: 50px;
    top: 0
}

.advantages-item-1 h3, .advantages-item-1 p {
    padding-left: 250px
}

.advantages-item-1 h3 {
    margin-bottom: 10px;
    margin-top: 0
}

.advantages-item-1 p {
    font-size: 22px;
    line-height: 1.3
}

.advantages-item-2 img {
    right: 20px;
    top: 0
}

.advantages-item-2 h3 {
    margin-bottom: 10px;
    margin-top: 0
}

.advantages-item-2 p {
    font-size: 22px;
    line-height: 1.3;
    padding-right: 250px
}

.partners-item {
    width: 33%;
    float: left;
    text-align: center;
    background: #e0e7de;
    padding: 80px 0;
    height: 260px
}

.partners-item:nth-child(3) {
    background: #f5f7f4;
    width: 34%
}

.partners-item:nth-child(3) img {
    width: 90%
}

#consultation {
    text-align: center
}

#consultation h2 {
    margin-bottom: 30px
}

.consultation {
    text-align: center
}

.consultation h2 {
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0
}

.consultation p {
    text-align: center;
    font-size: 24px
}

.consultation .button2 {
    margin: auto
}

#way {
    border-top: 2px solid #d2ddcf
}

#way .block {
    background-image: url(../img/way-bg.jpg);
    background-repeat: no-repeat;
    background-position: 180px center;
    height: 710px
}

#clinik {
    background-size: cover
}

#clinik #button-block {
    padding-bottom: 0;
    margin-top: 20px
}

#clinik h2 {
    color: #fff
}

#clinik .clinik-item {
    text-align: center
}

#clinik .clinik-item b {
    display: block;
    font-size: 52px;
    color: #fff;
    line-height: 1.2
}

#clinik .clinik-item span {
    font-size: 22px;
    color: #fff;
    color: #fff;
    display: block;
    line-height: 1.2
}

#clinik .col-md-3 {
    width: 20%
}

#button-block {
    text-align: center;
    padding: 0 0 50px
}

#button-block .button2 {
    margin: auto
}

.commandos-item-img {
    text-align: center
}

.commandos-item-img img {
    width: 185px
}

.commandos-item-text {
    text-align: center
}

.commandos-block {
    background-color: #f5f7f4;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.block_author {
    position: relative;
    padding-left: 90px;
    padding-top: 10px
}

.block_author a {
    color: #000
}

.block_author a:focus, .block_author a:hover {
    text-decoration: none
}

.block_author_name {
    margin-top: 5px
}

.block_author_info {
    font-size: 12px;
    color: #5fa038
}

.block_author_img {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#commandos {
    border-top: 2px solid #eef2ed;
    padding-bottom: 0
}

#commandos h2 {
    margin-bottom: 10px
}

#commandos h3 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0
}

#commandos p {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px auto;
    padding: 0 40px;
    max-width: 480px
}

#commandos b {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 50px
}

#commandos b a {
    color: #5fa038;
    text-decoration: underline
}

#commandos b a:hover {
    color: #77c04b
}

.history-all {
    text-align: center;
    margin: 10px 0 40px;
    font-size: 18px
}

.history-all span {
    margin: 2px 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 16px
}

.history-all span:hover {
    color: #5fa038
}

#history-all-6 {
    cursor: auto
}

#history-all-6:hover {
    color: #333
}

#history {
    border-top: 2px solid #eef2ed;
    border-bottom: 2px solid #eef2ed;
    padding-bottom: 70px
}

#history h2 {
    margin-bottom: 0
}

#history .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

#history .prof {
    font-size: 18px;
    line-height: 1
}

#history .text-str1, #history .text-str2 {
    padding-left: 30px
}

#history .text-str1 strong, #history .text-str2 strong {
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    width: 195px
}

#history .text-str1 {
    background-image: url(../img/soc/8.png);
    background-repeat: no-repeat;
    background-position: 180px 6px;
    position: relative
}

#history .text-str1 span {
    padding-left: 200px;
    display: inline-block;
    margin: 5px 0;
    position: relative;
    top: -30px
}

#history .text-str2 {
    background-image: url(../img/soc/9.png);
    background-repeat: no-repeat;
    background-position: 180px 6px
}

#history .text-str2 span {
    padding-left: 200px;
    display: inline-block;
    position: relative;
    top: -20px
}

#history .text-str3 {
    padding-left: 30px;
    margin-top: 40px
}

#history .text-str3 strong {
    display: inline-block;
    width: 195px
}

.owl-carousel.owl-theme b {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px
}

.owl-carousel.owl-theme .item {
    font-size: 20px
}

.owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important
}

.owl-dots .owl-dot.active span {
    background: #5fa038 !important
}

#contact {
    border-top: 2px solid #eef2ed;
    padding-bottom: 0
}

#contact h2 {
    margin-bottom: 0
}

#contact p {
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px
}

.contact-block {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    letter-spacing: 1px;
    padding-bottom: 50px
}

.contact-block b {
    font-size: 36px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px
}

.contact-block strong {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-top: 30px;
    letter-spacing: 1px
}

.contact-block .person {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0
}
#contact .contact-block .person p {
	font-size: 16px;
}
.contact-block .person a {
    color: #fff;
    text-decoration: underline
}

.contact-block .person a:hover {
    color: #fff
}

.contact-phone {
    font-size: 52px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

.contact-phone:hover {
    color: #fff
}

.contact-soc {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin-top: 30px
}

.contact-soc li {
    display: inline-block;
    margin: 0 15px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.contact-soc li:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.contact-form {
    margin: 0 auto;
    padding-top: 30px;
    max-width: 860px;
}

.contact-form .button2 {
    border: none;
    margin-top: 20px
}

.contact-form span {
    font-size: 24px;
    display: flex;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px
}
.contact-form br {
	display: none;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 390px;
    height: 50px;
    border: none;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0;
    font-size: 16px;
    padding: 0 10px
}

.contact-form input[type="submit"] {
	display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    padding: 14px 40px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: #5fa038;
    font-weight: 700;
    border: none;
}
@media screen and (min-width: 1250px) {
	.contact-form input[type="submit"]:hover {
		text-decoration: none;
	    background-color: #77c04b;
	    color: #fff;
	    outline: 0;
	}
}

@media screen and (max-width: 1023px) {
	.contact-form span {
		margin-bottom: 20px;
	}
	.contact-form .file-form-wrap {
		padding: 0 20px;
		margin-bottom: 20px;
	}
}

.contact-form textarea {
    width: 100%;
    height: 115px;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 10px;
}

.file-form-wrap {
    height: 50px
}

.file-upload input[type=file] {
    display: none
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 10px;
    color: #fff;
    text-align: center
}

.file-upload:hover {
    background: #fff
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.file-upload {
    height: 50px
}

.file-upload span {
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    color: #464545;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    font-family: dafault, sans-serif !important;
    letter-spacing: 0;
    
    border-radius: 5px
}
.file-upload .wpcf7-form-control-wrap {
	position: absolute;
    left: -9999px;
}

footer {
    padding: 30px 0
}

footer .all-site {
    list-style-type: none;
    padding: 0
}

footer .all-site li a {
    color: #000;
    font-size: 24px;
    line-height: 1.2
}

footer .all-site li span.active {
    color: #5fa038;
    font-size: 24px;
    text-decoration: underline;
    line-height: 1.2
}

footer .all-site li .service_agreement {
    font-size: 19px;
    margin-top: 10px;
    display: inline-block
}

.soc-footer {
    list-style-type: none;
    padding-left: 70px
}

.soc-footer li {
    display: inline-block;
    margin: 0 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.soc-footer li:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.footer-item p {
    text-align: right !important;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0
}

.footer-item a {
    color: #000
}

#small-dialog4 {
    background: #fff;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    text-align: center;
    margin: 40px auto;
    padding-top: 70px
}

#small-dialog4 .mfp-close {
    color: #fff
}

#small-dialog4 .soc-footer {
    padding-left: 0
}

#small-dialog4 .soc-footer img {
    width: 30px
}

#small-dialog4 .callback {
    margin-top: 30px;
    margin-bottom: 50px
}

#small-dialog4 .callback input, #small-dialog4 .callback label {
    text-align: center
}

#small-dialog4 .button2 {
    margin-top: 20px
}

.form_text {
    font-size: 20px;
    margin-top: 10px
}

#small-dialog, #small-dialog2, #small-dialog3, #small-dialog5, #small-dialog6, #small-dialog21, #small-dialog22, #small-dialog23, #small-dialog26 {
    background: #fff;
    padding: 50px 30px;
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
    text-align: center
}

#small-dialog5 .button2, #small-dialog6 .button2 {
    border: none;
    margin-top: 20px;
    padding: 7px 120px
}

#small-dialog .button2, #small-dialog2 .button2, #small-dialog3 .button2, #small-dialog21 .button2, #small-dialog22 .button2, #small-dialog23 .button2, #small-dialog26 .button2 {
    border: none;
    margin-top: 20px;
    padding: 7px 70px
}

.formhead {
    line-height: 1.2;
    font-size: 42px
}

.form-str {
    text-align: center;
    margin-top: 20px
}

.form-str input, .form-str label {
    display: block;
    margin: auto;
    width: 350px;
    text-align: left
}

.form-str label {
    color: #abaaaa;
    font-size: 12px;
    text-transform: uppercase
}

.form-str input {
    border: none;
    border-bottom: 1px solid #f5f7f4;
    background-color: transparent;
    font-size: 22px
}

.form-str input::-webkit-input-placeholder {
    font-size: 22px;
    color: #6b6767
}

.form-str input::-moz-placeholder {
    font-size: 22px;
    color: #6b6767
}

.form-str input:-ms-input-placeholder {
    font-size: 22px;
    color: #6b6767
}

.form-str input::-ms-input-placeholder {
    font-size: 22px;
    color: #6b6767
}

.form-str input::placeholder {
    font-size: 22px;
    color: #6b6767
}

.success {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding-top: 16%
}

.success span {
    font-size: 42px;
    text-align: center;
    line-height: 1.2
}

.success img {
    display: block;
    margin: auto;
    margin-top: 20px
}

.text_pay {
    margin-top: 20px
}

.online_pay {
    position: fixed;
    bottom: 50px;
    left: 50px;
    display: inline-block;
    background: rgba(95, 160, 56, 0);
    width: 135px;
    height: 135px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
    color: #fff
}

.online_pay:focus, .online_pay:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.online_pay span {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    width: 120px;
    height: 120px;
    background: #5fa038;
    border-radius: 100%;
    position: absolute;
    padding: 35px 10px;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    text-transform: uppercase;
    z-index: 2
}

.online_pay_decor {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background: red;
    border-radius: 100%;
    background: rgba(95, 160, 56, .1);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: .9;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

@-webkit-keyframes online_pay_anim {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes online_pay_anim {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.online_pay_decor {
    -webkit-animation: online_pay_anim 2s infinite ease-in-out;
    animation: online_pay_anim 2s infinite ease-in-out;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.text_succes {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: uppercase
}

#small-dialog6 .button {
    padding: 13px 70px;
    margin-bottom: 50px
}

.block-team-mobile-item {
    text-align: center;
    margin-bottom: 40px
}

.block-team-mobile-item div {
    background: #f5f7f4;
    padding: 10px 0 20px;
    min-height: 170px
}

.block-team-mobile-item div a img {
    width: 10px !important;
    margin: auto
}

.block-team-mobile-item > img {
    width: auto !important;
    margin: auto;
    height: 250px
}

.block-team-mobile .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 3px
}

.block-way-mobile {
    display: none
}

.way-mobile-item {
    text-align: center;
    margin-bottom: 40px
}

.way-mobile-item p {
    font-size: 22px
}

.way-mobile-item img {
    width: 100px !important;
    margin: auto
}

#company p {
    font-size: 24px;
    text-align: justify;
    padding: 0 20px
}

#company iframe {
    margin: auto;
    display: block
}

.company-page .button2 { /* background-image:url(../img/soc/14.png); *//* background-repeat:no-repeat; *//* background-position:40px center; */
    text-align: left;
    padding: 0;
    line-height: 1;
    font-size: 22px;
    padding: 10px 50px 10px 50px;
    border-radius: 50px
}

#napisat_otzyv h1, #otzyvy h1, #service h1, .company-page h1, .contact_page h1, .team-page h1 {
    font-size: 52px;
    text-align: center;
    font-weight: 400;
    color: #000
}

#service p {
    text-align: center;
    font-size: 24px
}

#service .button2 {
    font-size: 18px;
    cursor: pointer;
    padding: 9px 50px;
    margin-top: 41px
}

.service-str {
    border-top: 2px solid #eef2ed;
    padding: 30px 0
}

.service-img {
    text-align: center
}

.service-img > img {
    width: 185px
}

.service-img b {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 20px
}

.service-img span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px; /* height:50px; */
}

.service-img .button {
    border-color: #5fa038;
    color: #5fa038;
    margin-top: 15px;
    padding: 7px 15px;
    font-size: 18px;
}

.service-img .button:hover {
    color: #fff;
    background-color: #5fa038
}

.post_down {
    font-size: 24px;
    color: #5fa038;
    margin-bottom: 20px
}

.service-text {
    text-align: left;
    overflow: hidden;
    height: 400px
}

.service-text h3 {
    font-size: 32px;
    text-transform: none
}

.service-text h3 a {
    color: #5fa038;
}

.service-text p {
    text-align: left !important;
    font-size: 22px !important
}

.service-text p a {
    color: #5fa038
}

.service-text ul {
    font-size: 22px
}

.service-text ul a {
    color: #5fa038
}

.service-text h4 {
    text-align: center;
    font-size: 26px
}

.service-text .service-img {
    margin-top: 30px
}

.service-text-open {
    height: auto
}

.show-up .city-button {
    color: #fff;
    bottom: 20px
}

.show-up .phone-top {
    border-color: #5fa038
}

.show-up .city {
    bottom: -75px;
    right: 282px
}

.show-up .hamburger.hamburger--spring {
    padding: 18px 10px 0
}

#way .way-desctop {
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    position: relative
}

.way-item {
    position: absolute
}

.way-item span {
    display: block;
    text-align: center;
    font-size: 22px;
    position: relative;
    z-index: 1
}

.way-item img {
    z-index: 2;
    position: relative
}

.way-item-1 {
    top: 10px;
    left: 530px
}

.way-item-1 span {
    margin-bottom: 10px
}

.loading {
    position: relative
}

.loading .img-load {
    position: absolute;
    display: inline-block;
    background-image: url(../img/anim/load/111.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    z-index: 2
}

.loading .img-load:nth-child(1) {
    top: -123px;
    left: 57px;
    background-position: 0 10px
}

.loading .img-load:nth-child(2) {
    top: -109px;
    left: 75px;
    background-position: 4px -33px
}

.loading .img-load:nth-child(3) {
    top: -86px;
    left: 86px;
    background-position: 4px -83px
}

.loading .img-load:nth-child(4) {
    top: -57px;
    left: 83px;
    background-position: 3px -133px
}

.loading .img-load:nth-child(5) {
    top: -38px;
    left: 80px;
    background-position: -6px -183px
}

.loading .img-load:nth-child(6) {
    top: -19px;
    left: 57px;
    background-position: -6px -241px
}

.loading .img-load:nth-child(12) {
    top: -113px;
    left: 27px;
    background-position: -6px -577px
}

.loading .img-load:nth-child(11) {
    top: -108px;
    left: 5px;
    background-position: -6px -508px
}

.loading .img-load:nth-child(10) {
    top: -87px;
    left: -5px;
    background-position: -6px -448px
}

.loading .img-load:nth-child(9) {
    top: -57px;
    left: -4px;
    background-position: -6px -386px
}

.loading .img-load:nth-child(8) {
    top: -35px;
    left: 6px;
    background-position: -6px -338px
}

.loading .img-load:nth-child(7) {
    top: -18px;
    left: 28px;
    background-position: -6px -291px
}

.loading-2 .img-load:nth-child(1) {
    top: -125px;
    left: 57px;
    background-position: -50px 10px
}

.loading-2 .img-load:nth-child(2) {
    top: -110px;
    left: 75px;
    background-position: -50px -33px
}

.loading-3 .img-load:nth-child(1) {
    top: -125px;
    left: 57px;
    background-position: -50px 10px
}

.loading-3 .img-load:nth-child(2) {
    top: -110px;
    left: 75px;
    background-position: -50px -33px
}

.loading-3 .img-load:nth-child(3) {
    top: -84px;
    left: 87px;
    background-position: -54px -83px
}

.loading-3 .img-load:nth-child(4) {
    top: -57px;
    left: 84px;
    background-position: -47px -133px
}

.loading-4 .img-load:nth-child(1) {
    top: -125px;
    left: 57px;
    background-position: -50px 10px
}

.loading-4 .img-load:nth-child(2) {
    top: -110px;
    left: 75px;
    background-position: -50px -33px
}

.loading-4 .img-load:nth-child(3) {
    top: -84px;
    left: 87px;
    background-position: -54px -83px
}

.loading-4 .img-load:nth-child(4) {
    top: -57px;
    left: 84px;
    background-position: -47px -133px
}

.loading-4 .img-load:nth-child(5) {
    top: -35px;
    left: 80px;
    background-position: -57px -183px
}

.loading-4 .img-load:nth-child(6) {
    top: -18px;
    left: 56px;
    background-position: -56px -238px
}

.loading-5 .img-load:nth-child(1) {
    top: -125px;
    left: 57px;
    background-position: -50px 10px
}

.loading-5 .img-load:nth-child(2) {
    top: -110px;
    left: 75px;
    background-position: -50px -33px
}

.loading-5 .img-load:nth-child(3) {
    top: -84px;
    left: 87px;
    background-position: -54px -83px
}

.loading-5 .img-load:nth-child(4) {
    top: -57px;
    left: 84px;
    background-position: -47px -133px
}

.loading-5 .img-load:nth-child(5) {
    top: -35px;
    left: 80px;
    background-position: -57px -183px
}

.loading-5 .img-load:nth-child(6) {
    top: -18px;
    left: 56px;
    background-position: -56px -238px
}

.loading-5 .img-load:nth-child(7) {
    top: -18px;
    left: 28px;
    background-position: -59px -290px
}

.loading-5 .img-load:nth-child(8) {
    top: -36px;
    left: 7px;
    background-position: -61px -338px
}

.loading-6 .img-load:nth-child(1) {
    top: -125px;
    left: 57px;
    background-position: -50px 10px
}

.loading-6 .img-load:nth-child(2) {
    top: -110px;
    left: 75px;
    background-position: -50px -33px
}

.loading-6 .img-load:nth-child(3) {
    top: -84px;
    left: 87px;
    background-position: -54px -83px
}

.loading-6 .img-load:nth-child(4) {
    top: -57px;
    left: 84px;
    background-position: -47px -133px
}

.loading-6 .img-load:nth-child(5) {
    top: -35px;
    left: 80px;
    background-position: -57px -183px
}

.loading-6 .img-load:nth-child(6) {
    top: -18px;
    left: 56px;
    background-position: -56px -238px
}

.loading-6 .img-load:nth-child(7) {
    top: -18px;
    left: 28px;
    background-position: -59px -290px
}

.loading-6 .img-load:nth-child(8) {
    top: -36px;
    left: 7px;
    background-position: -61px -338px
}

.loading-6 .img-load:nth-child(12) {
    top: -113px;
    left: 27px;
    background-position: -65px -576px
}

.loading-6 .img-load:nth-child(11) {
    top: -105px;
    left: 8px;
    background-position: -66px -506px
}

.loading-6 .img-load:nth-child(10) {
    top: -85px;
    left: -5px;
    background-position: -62px -448px
}

.loading-6 .img-load:nth-child(9) {
    top: -60px;
    left: -3px;
    background-position: -63px -386px
}

.way-item-2 {
    left: 742px;
    top: 80px
}

.way-item-2 span {
    top: 90px;
    left: 130px;
    text-align: left
}

.way-item-3 {
    left: 742px;
    top: 350px
}

.way-item-3 span {
    top: 90px;
    left: 130px;
    text-align: left
}

.way-item-4 {
    top: 520px;
    left: 530px
}

.way-item-4 span {
    top: 150px;
    left: -10px;
    text-align: left
}

.way-item-5 {
    left: 312px;
    top: 401px
}

.way-item-5 span {
    top: 63px;
    left: -110px;
    text-align: left
}

.way-item-6 {
    left: 311px;
    top: 131px
}

.way-item-6 span {
    top: 64px;
    left: -110px;
    text-align: left
}

.way-car {
    position: absolute;
    left: 580px;
    top: 50px;
    opacity: 0;
    display: none
}

@-webkit-keyframes bounceIn2 {
    0% {
        opacity: 0
    }
    15% {
        opacity: 1
    }
    25% {
        left: 620px;
        top: 63px;
        ransform: rotate(6deg)
    }
    50% {
        left: 670px;
        top: 80px;
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
        opacity: 1
    }
    85% {
        left: 760px;
        top: 148px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        opacity: 1
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes bounceIn2 {
    0% {
        opacity: 0
    }
    15% {
        opacity: 1
    }
    25% {
        left: 620px;
        top: 63px;
        ransform: rotate(6deg)
    }
    50% {
        left: 670px;
        top: 80px;
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
        opacity: 1
    }
    85% {
        left: 760px;
        top: 148px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        opacity: 1
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.video-play-new {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 250px;
    text-align: center;
    position: fixed;
    padding: 30px 10px;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    left: 0
}

.video-play-new:hover {
    background-color: rgba(0, 0, 0, .8);
    left: 0
}

.video-play-new img {
    width: 30px;
    display: block;
    text-align: center;
    margin: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.video-play-new img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.video-play-new .video-head {
    margin-bottom: 20px;
    font-size: 16px
}

.video-play-new .text-close {
    margin-top: 20px;
    font-weight: 300;
    display: inline-block;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
    color: #eee;
    font-size: 15px
}

.video-play-new .text-close:hover {
    border-color: transparent
}

.video-play-new .close-play {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.video-play-new .close-play:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.vidget-new {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: right;
    z-index: 2
}

.vidget-new span {
    color: #fff;
    display: inline-block
}

.vidget-new ul {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding-left: 20px
}

.vidget-new ul li {
    display: inline-block;
    margin: 0 5px
}

.vidget-new ul li a img {
    width: 40px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.vidget-new ul li a img:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.bounceIn2 {
    -webkit-animation-name: bounceIn2;
    animation-name: bounceIn2;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.mobile-advantages img {
    width: 100px !important;
    margin: auto
}

.mobile-services .owl-dots {
    margin-top: 30px !important
}

.button-video {
    position: absolute;
    right: -20px;
    top: 65px;
    font-size: 30px;
    cursor: pointer;
    display: none;
    color: #333
}

.video-new-close {
    left: -230px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.video-new-close .button-video {
    display: block
}

.circle-acc {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #5fa038;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 0;
    margin-right: 8px;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.circle-acc span {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 8px
}

.circle-acc2 {
    width: 20px;
    height: 20px;
    border: 2px solid #5fa038;
    color: #5fa038;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
    padding-left: 1px;
    margin-right: 5px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.accordeon {
    font-size: 16px
}

.accordeon ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px
}

.accordeon ul li {
    list-style-type: none;
    font-size: 16px;
    margin: 10px 0
}

.accordeon ul li a {
    color: #5fa038
}

.accordeon dl > dt {
    border: 2px solid #eef2ed;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 10px 7px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.accordeon dl > dt:hover {
    border-color: #5fa038
}

.accordeon dl > dt b {
    font-weight: 400;
    position: relative;
    top: -6px
}

.accordeon .active {
    background-color: #5fa038;
    color: #fff;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.accordeon .active .circle-acc {
    background-color: #fff;
    color: #5fa038;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordeon .active .circle-acc span {
    left: 8px;
    top: 19%
}

.dd, .dd2 {
    margin-left: 0;
    cursor: pointer
}

.str-acc {
    border-bottom: 1px solid #eef2ed;
    border-top: 1px solid #eef2ed;
    display: inline-block;
    width: 100%
}

.str-acc:first-child {
    border-top-width: 0
}

.str-acc a {
    color: #2c2626;
    text-decoration: underline
}

.dop-uslovie {
    font-size: 10px
}

.block-page-price {
    border-top: 1px solid #e0e7de;
    border-bottom: 1px solid #e0e7de;
    margin-top: -10px;
    padding-top: 40px;
    padding-bottom: 40px
}

.block-item {
    text-align: center;
    margin-bottom: 50px
}

.block-endo-text {
    text-align: left !important
}

.block-endo-text p {
    text-align: left !important
}

.block-endo-text h3 {
    font-size: 22px;
    color: #5fa038
}

#price {
    padding-bottom: 0;
    padding-top: 70px
}

#price h1 {
    text-align: center;
    font-size: 52px;
    font-weight: 400;
    margin-top: 60px
}

#price p {
    max-width: 950px;
    margin: auto;
    font-size: 32px;
    text-align: center
}

#service .block-endo-text {
    padding: 0 10px;
    padding-bottom: 60px
}

#service .block-endo-text p {
    font-size: 22px
}

#service .block-endo-text h2 {
    margin-top: 60px
}

#service .block-endo-text ol, #service .block-endo-text ul {
    margin-bottom: 50px;
    margin-top: -10px;
    display: block
}

#service .block-endo-text ol li, #service .block-endo-text ul li {
    font-size: 22px;
    margin: 5px 0;
    /*color: #5fa038*/
}

#service .block-endo-text ol li span, #service .block-endo-text ul li span {
    color: #000
}

#service .block-endo-text ol li {
    margin: 5px 0;
    color: #000
}

#service .block-endo-text .button2 {
    margin-top: 10px
}

#service .block-endo-text .button2 {
    display: block;
    margin: auto;
    color: #fff;
    position: relative;
    max-width: 360px;
}

.block-endo-text-up {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 40px
}

.block-endo-text-up a {
    display: block;
    margin-top: 20px;
    text-align: center; /* font-size:52px; */
    color: #000
}

.block-endo-text-up h1 {
    font-size: 32px !important;
    font-weight: 400
}

.acc-text-endo {
    font-size: 32px !important;
    font-weight: 700;
    color: #5fa038;
    text-align: left
}

b.acc-text-endo {
    font-size: 22px !important
}

.block-video-endo { /* border-top:1px solid #ddd; */
    padding-top: 50px;
    padding-bottom: 60px; /* border-bottom:1px solid #ddd; */
}

.block-video-endo-head {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 50px
}

.block-item-video-endo {
    margin-bottom: 40px
}

.block-item-video-endo img {
    width: 100%
}

.block-item-video-endo b {
    color: #000;
    font-size: 22px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.block-item-video-endo:hover b {
    color: #5fa038
}

.block-page-prices {
    text-align: center;
    position: relative;
    border: none
}

.block-page-prices .row {
    position: relative
}

.price-service-link {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #000
}

.price-service-link:hover {
    color: #5fa038;
    text-decoration: none
}

.price-service-link.active {
    color: #5fa038
}

.price-service-link-1 {
    top: 73px;
    left: 330px
}

.price-service-link-2 {
    top: 108px;
    left: 780px
}

.price-service-link-3 {
    top: 117px;
    left: 376px
}

.price-service-link-4 {
    top: 140px;
    left: 155px
}

.price-service-link-5 {
    top: 197px;
    left: 680px
}

.price-service-link-6 {
    top: 261px;
    left: 203px
}

.price-service-link-7 {
    top: 313px;
    left: 611px
}

.price-service-link-8 {
    top: 354px;
    left: 61px
}

.price-service-link-9 {
    top: 403px;
    left: 737px
}

.block-carousel-prices {
    margin-top: -10px;
    padding-top: 70px
}

.head-prices {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c2626
}

.carousel-prices {
    position: relative
}

.carousel-prices .item .row {
    position: relative
}

.carousel-prices h1, .carousel-prices h2 {
    font-size: 52px;
    color: #5fa038;
    margin-top: 0 !important
}

.carousel-prices .container {
    position: relative
}

.carousel-prices .owl-nav {
    top: 11px;
    position: absolute;
    width: 100%
}

.carousel-prices .owl-nav .owl-next, .carousel-prices .owl-nav .owl-prev {
    font-size: 0;
    width: 25px;
    height: 25px;
    background: 0 0;
    opacity: .9;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute
}

.carousel-prices .owl-nav .owl-next:hover, .carousel-prices .owl-nav .owl-prev:hover {
    background: 0 0
}

.carousel-prices .owl-nav .owl-next {
    background-image: url(../img/play-video.png);
    margin-left: 500px;
    right: 0
}

.carousel-prices .owl-nav .owl-next:hover {
    background-image: url(../img/play-video.png);
    opacity: 1
}

.carousel-prices .owl-nav .owl-prev {
    background-image: url(../img/play-video.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0
}

.carousel-prices .owl-nav .owl-prev:hover {
    background-image: url(../img/play-video.png);
    opacity: 1
}

.carousel-prices .owl-dots {
    opacity: 0
}

.link-prices {
    list-style-type: none;
    padding-left: 0
}

.link-prices li {
    border-right: 4px solid #eef2ed;
    color: #757575;
    font-size: 20px;
    padding: 11px 0;
    cursor: pointer;
    padding-right: 10px
}

.link-prices li a {
    color: #757575;
    text-decoration: underline;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.link-prices li:hover {
    border-right-color: #5fa038
}

.link-prices li:hover a {
    color: #5fa038
}

#service .deck_img b, #service .deck_img p {
    font-size: 12px !important
}

.process-price {
    display: none
}

.process-price.active {
    display: block
}

.head-prices {
    margin-bottom: 20px
}

.text-prices {
    font-size: 20px;
    border-bottom: 1px solid #eef2ed;
    padding: 10px 0
}

.text-prices a {
    color: #2c2626;
    text-decoration: underline
}

.text-prices .price-money {
    color: #5fa038
}

.primechanie {
    color: #5fa038;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #eef2ed;
    padding-bottom: 30px
}

.search_icon {
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.show-up .show-contact .search_icon {
    margin-top: 1px;
}

.search_block {
    position: fixed;
    width: 270px;
    right: 20px;
    top: 80px;
    display: none;
    z-index: 3
}

.gsc-search-button {
    border-radius: 70px;
    border: none
}

#gsc-i-id1 {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important
}

.gsc-control-cse {
    background: 0 0;
    border: none
}

#gsc-iw-id1 {
    border-radius: 70px
}

.insta_vidget {
    padding-top: 70px;
    border: 1px solid;
    border-top: 2px solid #eef2ed
}

.gsc-adBlock {
    display: none !important
}

.thanks h1 {
    font-size: 72px !important
}

.thanks .block-index {
    position: relative;
    top: 20vh
}

.thanks .block-index span {
    font-size: 32px;
    text-transform: none
}

.thanks #customElement {
    min-height: 85vh;
    background-image: url(../img/thanks-bg.jpg)
}

#service_2 h1 {
    text-align: center;
    font-size: 52px !important
}

#service_2 .block-endo-text-up {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

#service_2 p {
    font-size: 24px;
    line-height: 34px;
    text-align: justify
}

#service_2 b {
    color: #5fa038
}

#service_2 h2 {
    font-size: 36px;
    color: #5fa038;
    margin-top: 90px;
    letter-spacing: 1px
}

#service_2 h3 {
    color: #5fa038;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    position: relative;
    margin-top: 50px
}

#service_2 h3:before {
    content: '\2022';
    position: relative;
    top: 2px;
    margin-right: 5px
}

.service_2_slider_block {
    background-image: url(../img/service_2_slider.jpg);
    background-repeat: no-repeat;
    width: 850px;
    margin: auto;
    height: 650px
}

.service_2_slider {
    width: 660px;
    margin: auto;
    position: relative;
    left: 6px;
    top: 75px
}

.block_photo_slider {
    margin-top: 120px
}

.block_photo_slider .item img {
    margin: auto
}

.service_2_slider_block .service_2_slider .video_prew_play {
    position: absolute;
    width: 70px;
    height: 50px;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    -webkit-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}

.service_2_slider_block .service_2_slider .video_prew_play:before {
    content: '';
    border: 15px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: scale(1.7, 1);
    -ms-transform: scale(1.7, 1);
    transform: scale(1.7, 1);
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 10px
}

.service_2_slider_block .service_2_slider .item:hover .video_prew_play {
    background: #7f0000
}

.service_2_slider_block .service_2_slider .owl-dots {
    margin-top: 60px !important
}

.consultation_services_page {
    border-top: 2px solid #eef2ed
}

.blog .service-str {
    display: block;
    padding-top: 0
}

.blog .service-str img {
    width: 100%;
    margin-top: 40px;
    max-width: 450px
}

.blog .service-text {
    height: 240px
}

.blog #service .button2 {
    margin-top: 10px
}

.blog_img img {
    width: 100%;
    margin-top: 40px;
    max-width: 450px
}

.blog_img p {
    font-size: 12px !important
}

.tomas_block {
    position: relative
}

.tomas_block img {
    position: absolute;
    top: 20px;
    left: 90px
}

#small-dialog5 {
    max-width: 945px;
    padding-bottom: 70px;
    padding-top: 60px
}

#small-dialog5 .formhead {
    font-size: 37px;
    max-width: 650px;
    margin: auto
}

#small-dialog5 .button2 {
    padding: 12px 80px
}

.tomas_block {
    text-align: left;
    padding-left: 400px;
    padding-right: 100px;
    padding-top: 50px
}

.tomas_head {
    font-size: 28px;
    margin-bottom: 5px
}

.tomas_prof {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.tomas_text {
    font-size: 16px
}

.tomas_regali {
    color: #5fa038;
    text-transform: uppercase;
    margin-top: 20px
}

.btn_block {
    margin-top: 30px
}

.only_video {
    text-align: center
}

.only_video b {
    margin-bottom: 20px !important
}

.similar_item {
    cursor: pointer
}

.similar_item img {
    width: 90%
}

.similar_item p {
    max-height: 152px;
    overflow: hidden
}

.similar_head {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    display: inline-block
}

.mobile_price .head-prices {
    text-align: left
}

#otzyvy {
    padding-top: 80px
}

#otzyvy h1 {
    text-align: left;
    margin-bottom: 50px
}

#otzyvy #button-block {
    display: none
}

.user_photo {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.user_photo img {
    width: 100%
}

.user_data {
    position: relative;
    padding-left: 63px
}

.name_user {
    font-weight: 700;
    font-size: 15px;
    padding-top: 7px
}

.user_time {
    font-size: 13px;
    margin-top: 2px
}

.text_otzyvy {
    line-height: 23px
}

.otzyvy_answer {
    line-height: 23px;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    margin-top: 15px
}

.otzyvy_vidget {
    text-align: right
}

.otzyvy_vidget .button2 {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 30px
}

.otzyvy_vidget svg {
    width: 200px;
    height: 200px
}

.otzyvy_vidget ul {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 80px;
    margin-bottom: 40px
}

.otzyvy_vidget ul li {
    margin: 5px 0
}

.otzyvy_vidget ul a {
    color: #000;
    font-size: 18px;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.otzyvy_vidget ul a:focus, .otzyvy_vidget ul a:hover {
    text-decoration: none
}

.otzyvy_vidget .active a {
    color: #5fa038
}

.otzyvy_str {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 40px
}

.napisat_otzyv_block {
    max-width: 450px;
    margin: auto
}

.napisat_otzyv_block .success {
    text-align: center
}

.napisat_otzyv_block textarea {
    border: 1px solid #eee;
    max-width: 350px;
    width: 100%;
    padding: 10px
}

.napisat_otzyv_block textarea:focus {
    border-color: #ddd
}

.napisat_otzyv_block .button2 {
    margin-top: 20px;
    margin-left: 50px
}

.napisat_otzyv_block .text_form {
    text-align: left;
    max-width: 350px;
    margin: auto;
    font-size: 14px;
    line-height: 18px
}

.napisat_otzyv_block .text_form a {
    color: #5fa038
}

.otzyvy_str[data-assessment="6"] .name_user, .otzyvy_str[data-assessment="7"] .name_user {
    position: relative;
    display: inline-block
}

.otzyvy_str[data-assessment="6"] .name_user:after, .otzyvy_str[data-assessment="7"] .name_user:after {
    content: '';
    background-image: url(../img/otzyv/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 7px;
    width: 18px;
    height: 18px
}

.otzyvy_str[data-assessment="7"] .name_user:after {
    background-image: url(../img/otzyv/2.jpg)
}

.autor_doc {
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: #787878;
    padding: 5px 15px;
    margin-top: 10px;
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
}

.autor_doc img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 5px
}

.autor_doc:hover {
    text-decoration: none;
    color: #787878;
    border-color: #b6b6b6
}

.search_doc {
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 56px;
    padding: 0 20px 0 65px;
    text-align: left
}

.search_doc::-webkit-input-placeholder {
    opacity: .5
}

.search_doc::-moz-placeholder {
    opacity: .5
}

.search_doc:-ms-input-placeholder {
    opacity: .5
}

.search_doc::-ms-input-placeholder {
    opacity: .5
}

.search_doc::placeholder {
    opacity: .5
}

.decor_close {
    position: absolute;
    right: 30px;
    font-size: 24px;
    color: #aaa;
    top: 13px;
    cursor: pointer;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
    display: none
}

.decor_close:hover {
    color: #555
}

.decor_img_input {
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center bottom;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 3px;
    left: 20px;
    border-radius: 100%
}

.block_search_otz {
    position: relative;
    top: 40px
}

.autocomplete-suggestions {
    border: 1px solid #c0c4b5;
    max-height: 250px;
    width: 503px;
    position: absolute;
    right: 15px;
    top: 70px;
    background: #fff;
    z-index: 2;
    cursor: pointer;
    overflow-y: scroll;
    display: none
}

.autocomplete_decor {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: #f1eeeb;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}

.autocomplete {
    position: relative;
    padding: 10px 30px 10px 50px;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    -webkit-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}

.autocomplete:first-child {
    border: none
}

.autocomplete:hover {
    background: #e8ffec
}

.autocomplete:hover .autocomplete_decor {
    background: #5fa038
}

.autocomplete_img {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    left: 10px;
    top: 50%;
    margin-top: -16px
}

.autocomplete_img img {
    width: 100%;
    border-radius: 100%
}

.autocomplete_name {
    font-size: 13px;
    display: inline-block
}

.autocomplete_text {
    font-size: 12px;
    color: #b2b2b2;
    margin-top: 5px
}

.not_otzyv_img {
    text-align: right
}

.not_otzyv_img img {
    width: 120px;
    margin-right: 30px
}

.not_otzyv_block {
    display: none
}

.not_otzyv_head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.foot_pay {
    width: 100px
}

.footer-item_last {
    text-align: right
}

.post_img span {
    height: auto
}

.img_services {
    width: 100%;
    max-width: 500px
}

#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(../img/header-bg.jpg) no-repeat #333;
    background-size: cover
}

#video-bg:before {
    content: '';
    background-image: url(../img/raster_dot.png);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.head_b {
    border: none !important;
    margin-top: 30px;
    padding-left: 0 !important
}

.head_b b {
    font-weight: 700;
    font-size: 24px
}

.video__block {
    max-width: 560px;
    margin: 20px 0
}

.linkDentin {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    color: #007c32;
    font-weight: 700;
    background: #fff;
    width: 90px
}

.linkDentin img {
    width: 90px
}

.linkDentin:focus, .linkDentin:hover {
    color: #007c32;
    text-decoration: none
}

.linkDentin span {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    padding: 0 5px 5px;
    text-align: center
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-device-width: 800px) {
    #video-bg > video {
        display: none
    }
}

@media only screen and (max-width: 1400px) {
    .way-desctop {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        margin-top: -30px
    }
}

@media only screen and (max-width: 1200px) {
    .services-item-1 {
        height: 560px !important
    }

    .services-item-2 {
        height: 560px !important
    }

    .services-item-3 {
        height: 460px !important
    }

    #services ul {
        padding-left: 45px
    }

    #services h3 {
        padding-left: 30px
    }

    .block-index h1 {
        font-size: 41px
    }

    .partners-item img {
        width: 90%
    }

    #way .block {
        background-position: 80px center
    }

    .owl-carousel.owl-theme .item iframe {
        width: 460px;
        height: 280px
    }

    #clinik .col-md-3 {
        width: 33%
    }

    #clinik .col-sm-25 {
        width: 50%
    }

    .way-item-1 {
        left: 430px
    }

    .way-item-2 {
        left: 642px
    }

    .way-item-3 {
        left: 642px
    }

    .way-item-4 {
        left: 430px
    }

    .way-item-5 {
        left: 212px
    }

    .way-item-6 {
        left: 212px
    }

    .price-service-link-1 {
        left: 270px
    }

    .price-service-link-3 {
        left: 312px
    }

    .price-service-link-4 {
        left: 92px
    }

    .price-service-link-6 {
        left: 143px
    }

    .price-service-link-8 {
        left: 30px
    }

    .price-service-link-2 {
        left: 727px
    }

    .price-service-link-5 {
        left: 631px
    }

    .price-service-link-7 {
        left: 558px
    }

    .price-service-link-9 {
        left: 685px
    }

    .head-prices {
        font-size: 18px
    }

    .link-prices li {
        font-size: 18px
    }

    .text-prices {
        font-size: 18px
    }

    .link-prices li {
        padding: 10px 0
    }

    .soc-footer {
        padding-left: 30px
    }

    .otzyvy_vidget ul {
        padding-left: 40px
    }

    .otzyvy_vidget .button2 {
        padding: 13px 25px;
        margin-left: 0
    }

    footer .all-site li a {
        font-size: 18px
    }

    footer .all-site li .service_agreement {
        font-size: 14px
    }
}

@media only screen and (max-width: 992px) {
    #otzyvy h1 {
        margin-bottom: 0
    }

    .search_doc {
        margin-bottom: 50px
    }

    .not_otzyv_block {
        margin-top: 20px
    }

    .autocomplete-suggestions {
        right: auto;
        left: 15px;
        width: 93%
    }

    .site-header {
        height: auto
    }

    .block-index h1 {
        font-size: 31px;
        margin-top: 30px
    }

    #my-menu img {
        width: 80px
    }

    .menu-new li {
        margin: 10px
    }

    .menu-new li a {
        font-size: 32px
    }

    .menu-new li b {
        display: none
    }

    .soc-new {
        margin-top: 0
    }

    .soc-new li a img {
        width: 50px !important
    }

    .show-up a img {
        display: none
    }

    #services .row-2 .col-md-6, #services .row-3 .col-md-6, #services .row-4 .col-md-6, #services .row-5 .col-md-6 {
        min-height: auto
    }

    #services .row-2 .col-md-6:first-child, #services .row-3 .col-md-6:first-child, #services .row-4 .col-md-6:first-child, #services .row-5 .col-md-6:first-child {
        background: #f5f7f4 !important
    }

    #services .row-2 .col-md-6:last-child, #services .row-3 .col-md-6:last-child, #services .row-4 .col-md-6:last-child, #services .row-5 .col-md-6:last-child {
        background: #e0e7de !important
    }

    h2 {
        font-size: 42px
    }

    h3 {
        font-size: 22px
    }

    .advantages-item-1 p {
        font-size: 18px
    }

    .advantages-item-2 p {
        font-size: 18px
    }

    .partners-item {
        padding: 60px 0;
        height: 190px
    }

    #way .block {
        background-position: 80px center;
        background-size: 90%
    }

    .clinik-item {
        margin-bottom: 20px
    }

    #commandos b {
        font-size: 18px;
        padding: 0 20px
    }

    .owl-carousel.owl-theme .item iframe {
        width: 300px;
        height: 200px;
        margin: auto;
        display: block
    }

    #history {
        padding-bottom: 30px
    }

    #history .name {
        display: block;
        text-align: center;
        margin-top: 20px
    }

    #history .prof {
        display: block;
        text-align: center;
        margin-top: -15px
    }

    #history .text-str1, #history .text-str2 {
        text-align: center;
        padding: 0;
        margin-top: 20px;
        background-position: 39% 0
    }

    #history .text-str1 strong, #history .text-str2 strong {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    #history .text-str1 span, #history .text-str2 span {
        display: block;
        text-align: center;
        padding: 0
    }

    #history .text-str3 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 30px
    }

    #history .text-str3 strong {
        width: auto;
        margin-right: 10px
    }

    #contact p {
        font-size: 20px;
        padding: 0 20px
    }

    .contact-phone {
        font-size: 42px
    }

    .contact-block b {
        font-size: 26px
    }

    .contact-form input[type="text"],
	.contact-form input[type="email"],
    .contact-form textarea {
        width: 100%
    }

    footer .all-site li a {
        font-size: 14px
    }

    .footer-item p {
        font-size: 14px
    }

    .soc-footer li a img {
        width: 30px
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0
    }

    #clinik .col-md-3 {
        width: 100%
    }

    #clinik .col-sm-25 {
        width: 100%
    }

    #commandos h2 {
        margin-bottom: 25px
    }

    #button-block {
        padding-top: 20px
    }

    #customElement {
        background-position: center 0
    }

    #history .text-str1 span {
        top: 0
    }

    #history .text-str2 span {
        top: 0
    }

    .text-str3 {
        height: 100px
    }

    .img-price-image {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        position: relative;
        left: -100px;
        margin-top: -20px;
        width: 140%
    }

    #price p {
        font-size: 24px
    }

    .service_2_slider_block {
        background: 0 0;
        width: 100%
    }

    .service_2_slider {
        width: 90%
    }

    .service_2_slider {
        top: 60px
    }

    .service_2_slider img {
        width: 100%
    }

    .service_2_slider_block .service_2_slider .video_prew_play {
        margin-top: 0;
        top: 45%
    }

    .tomas_block img {
        position: relative;
        left: auto;
        top: auto;
        width: 250px
    }

    .tomas_block {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        max-width: 600px;
        margin: auto;
        text-align: center
    }

    #small-dialog5 .formhead {
        font-size: 30px
    }

    .btn_block {
        margin-top: 10px
    }

    #otzyvy {
        padding-top: 80px
    }

    .otzyvy_vidget .button2 {
        position: absolute;
        right: 1px;
        top: 80px
    }

    .otzyvy_vidget svg {
        display: none
    }

    .otzyvy_vidget ul {
        padding-left: 0
    }

    .otzyvy_vidget ul li {
        display: inline-block;
        margin-right: 10px
    }

    .otzyvy_vidget ul li a {
        font-size: 14px
    }

    .otzyvy_vidget ul .active {
        border-bottom: 1px solid #5fa038
    }

    .online_pay {
        left: 5px;
        bottom: 50px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    #small-dialog6 .success {
        padding-top: 120px
    }
}

@media only screen and (max-width: 800px) {
    #video-bg {
        display: none
    }

    #customElement {
        background-image: url(../img/header-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat
    }
}

@media only screen and (max-width: 768px) {
    #otzyvy {
        padding-top: 50px !important
    }

    #otzyvy h1 {
        margin-bottom: 20px
    }

    #otzyvy .col-sm-4 {
        margin-bottom: 20px
    }

    .otzyvy_vidget {
        text-align: left
    }

    .otzyvy_vidget .button2 {
        position: relative;
        top: auto;
        left: auto
    }

    .show-up .city-button {
        right: 10px
    }

    .hamburger.hamburger--spring b {
        display: none
    }

    .top-line {
        padding: 20px 10px
    }

    .city-button {
        right: 10px;
        bottom: -80px
    }

    .city {
        bottom: -175px;
        right: 25px
    }

    .show-up {
        height: 70px;
        padding: 10px
    }

    #my-menu img {
        margin-top: 10px
    }

    .menu-new li a {
        font-size: 20px
    }

    .menu-new {
    	text-align: center;
    	display: block;
        padding: 0
    }

    .menu-new li {
    	width: 100%;
        margin: 5px
    }

    .formhead {
        font-size: 32px
    }

    #advantages b {
        padding: 0 20px
    }

    .advantages-item-1, .advantages-item-2 {
        text-align: center;
        padding-top: 180px;
        position: relative;
        padding-bottom: 20px;
        border: none
    }

    .advantages-item-1 img, .advantages-item-2 img {
        position: absolute;
        top: -150px;
        left: 50%;
        margin-left: -60px;
        width: 120px
    }

    .advantages-item-1 p, .advantages-item-2 p {
        text-align: justify
    }

    .advantages-item-1 h3, .advantages-item-1 p {
        padding-left: 10px
    }

    .advantages-item-2 h3, .advantages-item-2 p {
        padding-right: 10px
    }

    .partners-item {
        padding: 50px 0;
        height: 140px
    }

    .advantages-item-2 p {
        padding-right: 0
    }

    .advantages-item-1 p {
        padding-left: 0
    }

    .advantages-item-1:nth-child(2) {
        padding-top: 230px
    }

    .advantages-item-1:nth-child(2) img {
        top: -200px
    }

    h2 {
        font-size: 38px
    }

    #way .block {
        display: none
    }

    .block-way-mobile {
        display: block
    }

    #history h2 {
        padding: 0 20px;
        margin-bottom: 10px
    }

    #history .text-str1, #history .text-str2 {
        background-position: 33% 0
    }

    .footer-item {
        text-align: center
    }

    .soc-footer {
        padding: 0
    }

    .footer-item p {
        text-align: center
    }

    #company p {
        font-size: 16px
    }

    .company-page .button2 {
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        background-image: none;
        text-align: center
    }

    .city-button {
        display: none
    }

    .show-up .phone-top {
        margin-top: 6px
    }

    .show-up .hamburger.hamburger--spring {
        padding: 12px 3px 0
    }

    .show-up {
        height: 70px
    }

    #advantages b {
        margin-bottom: 30px
    }

    #way h2 {
        margin-bottom: 30px
    }

    .vidget-new ul li a img {
        width: 25px
    }

    .show-up .show-contact {
        margin-top: 0
    }

    .services-item {
        margin-bottom: 0
    }

    #services ul {
        padding-left: 45px
    }

    #services h3 {
        padding-left: 30px
    }

    .carousel-prices h2 {
        font-size: 24px
    }

    .carousel-prices .owl-nav {
        top: -13px
    }

    #price p {
        font-size: 21px;
        margin-bottom: 30px
    }

    .link-prices li {
        font-size: 16px
    }

    #price h1 {
        margin-top: 10px
    }

    .search_block {
        right: 10px
    }

    #service_2 {
        padding-top: 30px
    }

    #service_2 p {
        font-size: 18px;
        line-height: 28px
    }

    .block_photo_slider, .service_2_slider_block {
        height: auto
    }

    .block_photo_slider .owl-dots, .service_2_slider_block .owl-dots {
        margin-top: 30px !important
    }

    #small-dialog4 {
        width: auto;
        max-width: 450px;
        height: auto;
        border-radius: 0;
        padding-bottom: 20px
    }

    #small-dialog4 .mfp-close {
        color: #333
    }

    #company iframe {
        width: 100% !important
    }

    #price .img-price-image {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px
    }

    #price .img-price-image img {
        display: none !important
    }

    .block-page-price {
        border-bottom: none
    }

    .price-service-link {
        position: static;
        display: block;
        padding: 0 10px;
        font-size: 20px;
        font-weight: 700;
        margin: 10px 0;
        line-height: 1.1
    }
}

@media only screen and (max-width: 480px) {
    .linkDentin {
        left: 10px;
        bottom: 10px
    }

    .linkDentin span {
        font-size: 10px
    }

    .linkDentin img {
        width: 50px
    }

    #price h1 {
        font-size: 28px;
        margin-bottom: 40px
    }

    .accordeon_text {
        padding-right: 20px
    }

    #company iframe {
        height: 250px !important
    }

    .napisat_otzyv_block textarea {
        width: 100%;
        max-width: 100%
    }

    .napisat_otzyv_block .button2 {
        margin-left: 0
    }

    #napisat_otzyv h1 {
        font-size: 40px
    }

    .text_form {
        margin: 0;
        width: 100%;
        min-width: 100%
    }

    .carousel-prices .owl-nav {
        top: 7px
    }

    .search_icon_2 {
        position: absolute;
        left: 60px;
        top: 16px
    }

    .show-up .phone-top, .top-contact .phone-top {
        font-size: 16px
    }

    .search_icon_1 {
        position: absolute;
        left: 70px;
        top: 29px;
    }

    section {
        padding: 40px 0
    }

    .partners-item {
        padding: 40px 0;
        height: 110px
    }

    .accordeon {
        font-size: 12px
    }

    .accordeon2 strong {
        font-size: 14px
    }

    .file-upload {
        width: 100%
    }

    .file-upload label {
        width: 100%
    }

    .top-contact .phone-top {
        text-align: center;
        display: block
    }

    .top-contact .button {
        margin-top: 10px
    }

    .city-button {
        bottom: -85px
    }

    .city {
        bottom: -180px;
        right: 10px
    }

    .site-header .logo {
        top: 50px
    }

    .block-index h1 {
        font-size: 26px;
        margin-top: 90px;
        padding: 0 20px
    }

    .block-index span {
        font-size: 19px
    }

    .block-index .button2 {
        font-size: 17px;
        margin-top: 0
    }

    #commandos p {
        padding: 0 20px
    }

    #history .text-str1, #history .text-str2 {
        background-position: 27% 0
    }

    .contact-phone {
        font-size: 25px
    }

    .show-up .phone-top {
        display: block
    }

    .show-up .button2 {
        margin-top: 5px
    }

    .soc-new li a img {
        width: 40px !important
    }

    .block-index h1 {
        font-size: 23px
    }

    .form-str input, .form-str label {
        width: 100%
    }

    .formhead {
        font-size: 24px
    }

    .history-all {
        display: none
    }

    .service-text p, .service-text ul {
        font-size: 18px !important
    }

    .block-item iframe {
        width: 300px;
        height: 170px
    }

    .carousel-prices h2 {
        margin-top: 20px;
        padding: 0 50px
    }

    .head-prices {
        text-align: center;
        font-size: 14px
    }

    h2 {
        font-size: 28px
    }

    .consultation p {
        font-size: 19px
    }

    .button2 {
        font-size: 14px
    }

    .menu-new li a {
        font-size: 18px
    }

    .form-str input::-webkit-input-placeholder {
        font-size: 18px
    }

    .form-str input::-moz-placeholder {
        font-size: 18px
    }

    .form-str input:-ms-input-placeholder {
        font-size: 18px
    }

    .form-str input::-ms-input-placeholder {
        font-size: 18px
    }

    .form-str input::placeholder {
        font-size: 18px
    }

    .block-index span {
        padding: 0 10px
    }

    .text-prices {
        font-size: 17px
    }

    .thanks h1 {
        font-size: 52px !important
    }

    .thanks #customElement {
        min-height: auto
    }

    .thanks .block-index {
        top: 0
    }

    #service_2 h1 {
        font-size: 30px !important
    }

    #service_2 h2 {
        font-size: 26px
    }

    #service_2 p {
        text-align: left
    }

    .blog .service-text {
        height: auto
    }

    #napisat_otzyv h1, #otzyvy h1, #service h1, .company-page h1, .contact_page h1, .team-page h1 {
        font-size: 38px
    }
}

.lang {
    /* position: absolute; */
    /* right: -37%; */
    margin-top: 6px;
    font-size: 22px;
    color: #007c32;
    margin-right: 15px;
}

@media screen and (max-width: 480px) {
	.lang {
		margin-top: 6px;
		font-size: 22px;
		color: #007c32;
		margin-right: 8px;
	}
}

.show-contact .lang a {
    color: #000;
}

.lang a + span {
    margin-left: 7px;
}

.lang a {
    font-size: 22px;
    color: #fff;
}

.commandos-item-img:nth-child(3) .col-md-4 img {
    margin-bottom: -38px;
}

footer .all-site a {
    text-decoration: underline;
}

.footer-item_last a {
    text-decoration: underline;
}

.service-text a {
    text-decoration: underline;
}

section#service + hr {
    display: none;
}

section#consultation:before {
    content: "";
    width: 100%;
    max-width: 1170px;
    height: 1px;
    border: 1px solid #eee;
    display: flex;
    margin: auto;
    position: absolute;
    left: calc(50% - 560px);
    margin-top: -70px;
}

@media only screen and (max-width: 992px) {
    .lang a, .lang span {
        font-size: 32px;
        margin-top: 8px;
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .lang a, .lang span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .lang a, .lang span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 360px) {
    .show-up .phone-top {
        display: block;
        padding: 5px 10px;
        font-size: 13px;
    }
}

.h4-style {
    font-weight: bold;
    font-size: 22px;
}

.search-button {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    border-collapse: collapse;
    border-spacing: 0 0;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    margin-left: 15px;
    font-size: 0;
    padding: 6px 27px;
    width: auto;
    vertical-align: middle;
    background-color: #5FA038;
    background-image: none;
    filter: none;
    border-radius: 70px;
    border: none;
}
.search-button path {
	fill: #fff;
}
.search-input {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    border-collapse: collapse;
    border-spacing: 0 0;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    margin-left: 2px;
    padding: 6px;
    vertical-align: middle;
    background-image: none;
    filter: none;
    border-radius: 70px;
    height: 29px;
    outline: none !important;
    border: 1px solid #eee;
    width: 161px;
}

.pagination {
    text-align: center;
}

.page-numbers {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid grey;
    border-radius: 70px;
    line-height: 30px;
}

.current {
    background-color: #5FA038;
}

.bl-img {
    margin-top: 60px;
}

.on-imm img {
    width: 100%;
}