@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

* {
    box-sizing: border-box;
    outline: none;
}

[hidden] {
    display: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.appearance-none::-ms-expand {
    display: none;
}

.user-select-none, .user-select-none * {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a, button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
}

a, a:hover, a:active, a:link, a:focus, button, button:hover, button:active, button:link, button:focus {
    outline: none !important;
    text-decoration: none;
    box-shadow: none;
}

a {
    color: inherit;
}

a:hover, a:active {
    color: inherit;
}

span, i {
    display: inline-block;
    vertical-align: middle;
}

hr {
    border: none;
}

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

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

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

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

.container-fluid:after {
    clear: both;
}

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

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

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

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

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

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

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

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

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

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

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

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

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

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

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

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

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

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

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

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

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

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

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

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

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

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

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

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

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

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

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

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

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

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

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

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

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

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

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

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

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

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

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

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

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

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

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

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

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

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

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

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

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

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

.clearfix:after {
    clear: both;
}

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

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

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .promo-index__calculator {
        padding: 20px;
        border-radius: 40px;
        font-size: 26px;
        line-height: 26px;
    }
}

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

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

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

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
    .promo-index__calculator {
        font-size: 30px;
        line-height: 30px;
        padding: 24px 12px;
    }
}

@media (min-width: 1200px) {
    .promo-index__calculator {
        font-size: 30px;
        line-height: 30px;
        padding: 24px 12px;
    }
    .visible-lg {
        display: block !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

/* Skin
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    direction: ltr;
}

.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
    box-sizing: border-box;
}

.plyr a, .plyr button, .plyr input, .plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.plyr video,
.plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit;
}

.plyr input[type='range'] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: transparent;
}

.plyr input[type='range']::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none;
}

.plyr input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.plyr input[type='range']::-moz-range-track {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none;
}

.plyr input[type='range']::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.plyr input[type='range']::-ms-track {
    height: 8px;
    background: transparent;
    border: 0;
    color: transparent;
}

.plyr input[type='range']::-ms-fill-upper {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
}

.plyr input[type='range']::-ms-fill-lower {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db;
}

.plyr input[type='range']::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    margin-top: 0;
}

.plyr input[type='range']::-ms-tooltip {
    display: none;
}

.plyr input[type='range']:focus {
    outline: 0;
}

.plyr input[type='range']::-moz-focus-outer {
    border: 0;
}

.plyr input[type='range'].tab-focus:focus {
    outline-offset: 3px;
}

.plyr input[type='range']:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.plyr input[type='range']:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25);
}

.plyr input[type='range']:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25);
}

.plyr--video input[type='range'].tab-focus:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type='range'].tab-focus:focus {
    outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
}

.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: inherit;
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
    pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
}

.plyr__captions span:empty {
    display: none;
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 24px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.plyr ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
    margin-left: 5px;
}

.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
    margin-left: 0;
}

.plyr__controls .plyr__volume {
    margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
    margin-left: 0;
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit;
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.plyr__controls button:focus {
    outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
    display: none;
}

@media (min-width: 480px) {
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
        margin-left: 10px;
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 10px 10px;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff;
}

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #3498db;
    color: #fff;
}

.plyr__play-large {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    background: #3498db;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}

.plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
    display: inline-block;
}

.plyr--audio .plyr__play-large {
    display: none;
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden;
}

.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
    display: none;
}

.plyr--playing .plyr__controls [data-plyr='pause'] {
    display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
    display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none;
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
    display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
    display: inline-block;
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
}

.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr__progress {
    display: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
    background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
    background: transparent;
}

.plyr__progress .plyr__tooltip {
    left: 0;
}

.plyr .plyr__progress {
    display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: transparent;
    -webkit-transition: none;
    transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
    transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: .95;
}

.plyr__time + .plyr__time {
    display: none;
}

@media (min-width: 768px) {
    .plyr__time + .plyr__time {
        display: inline-block;
    }
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px;
}

.plyr__volume {
    display: none;
}

.plyr .plyr__volume {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2;
}

@media (min-width: 480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px;
    }
}

@media (min-width: 768px) {
    .plyr .plyr__volume {
        max-width: 100px;
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
    display: none !important;
}

.plyr--fullscreen,
.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0;
}

.plyr--fullscreen video,
.plyr--fullscreen-active video {
    height: 100%;
}

.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.plyr--fullscreen.plyr--vimeo .plyr__video-wrapper,
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

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

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

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

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

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

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

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

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

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

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

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

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

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

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

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

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

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

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

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

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

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

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

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

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

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

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

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

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

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

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

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

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

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

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

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

/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%;
}

/**
 * Style-sheet for dtpicker
 * https://github.com/mugifly/jquery-simple-datetimepicker
 */
.datepicker {
    display: inline-block;
    font: 15px/1.5 "Helvetica Neue", mplus-2c, Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-weight: 300;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0.5px 0.5px 0px #c8c8c8;
    -webkit-box-shadow: 0.5px 0.5px 3px #eeeeee;
    -moz-box-shadow: 0.5px 0.5px 3px #eeeeee;
}

/*
 * datepicker_header
*/
.datepicker > .datepicker_header {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker > .datepicker_header > a {
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    color: #3b7796;
}

.datepicker > .datepicker_header > a:hover {
    color: #303030;
    background-color: #c8c8c8;
}

.datepicker > .datepicker_header > a:active {
    color: #ffffff;
    background-color: #808080;
}

.datepicker > .datepicker_header > span {
    margin-left: 20px;
    margin-right: 20px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker > .datepicker_header > .icon-home {
    position: absolute;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 5px;
    width: 11pt;
    height: 11pt;
    vertical-align: middle;
}

.datepicker > .datepicker_header > .icon-home > svg > g > path {
    fill: #3b7796;
}

.datepicker > .datepicker_header > a:hover > svg > g > path {
    fill: #303030;
    /* Icon button hover color */
}

/*
 * datepicker_inner_container
*/
.datepicker > .datepicker_inner_container {
    margin: -2px 0px -2px 0px;
    background-color: #d2d2d2;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0.5px 0px 3px #c8c8c8;
    -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;
    -moz-box-shadow: 0.5px 0px 3px #c8c8c8;
}

.datepicker > .datepicker_inner_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
 * datepicker_inner_container > datepicker_calendar
*/
.datepicker > .datepicker_inner_container > .datepicker_calendar {
    float: left;
    width: auto;
    margin-top: -0.5px;
    margin-left: -1px;
    margin-bottom: -2px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-top: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
    padding: 10px;
}

/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > th (WDay-cell)
*/
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > th {
    color: #646464;
    width: 18px;
    font-size: small;
    font-weight: normal;
    text-align: center;
}

/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > td (Day-cell)
*/
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td {
    color: #000000;
    font-size: small;
    text-align: center;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.today {
    border-bottom: #bfbfbf solid 2px;
    margin-bottom: -2px;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sat {
    color: #0044aa;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sun {
    color: #e13b00;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_another_month {
    color: #cccccc;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_past {
    cursor: default;
    color: #cccccc;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_unallowed {
    cursor: default;
    color: #cccccc;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.out_of_range {
    cursor: default;
    color: #cccccc;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.active {
    color: #ffffff;
    background-color: #808080;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.hover {
    color: #000000;
    background-color: #c8c8c8;
}

/*
 * datepicker_inner_container > datepicker_timelist
*/
.datepicker > .datepicker_inner_container > .datepicker_timelist {
    float: left;
    width: 4.2em;
    height: 118px;
    margin-top: -0.5px;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

/*
.datepicker > .datepicker_inner_container > .datepicker_timelist::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
    overflow: hidden;
    width: 6px;
    background: #fafafa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
    height: 1px;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
    display: none;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
    background: #eee;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
    background: #eee;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
    background: #333;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: small;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
    cursor: default;
    color: #cccccc;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {
    cursor: default;
    color: #cccccc;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
    color: #ffffff;
    background-color: #808080;
}

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
    color: #000000;
    background-color: #c8c8c8;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on May 24, 2016 9:09 AM */
@font-face {
    font-family: 'Bebas';
    src: url("../fonts/bebasneue_bold-webfont.eot");
    src: url("../fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue_bold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url("../fonts/bebasneue_regular-webfont.eot");
    src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url("../fonts/bebasneue_book-webfont.eot");
    src: url("../fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_book-webfont.woff") format("woff"), url("../fonts/bebasneue_book-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url("../fonts/bebasneue_light-webfont.eot");
    src: url("../fonts/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_light-webfont.woff") format("woff"), url("../fonts/bebasneue_light-webfont.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on May 24, 2016 9:11 AM */
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-heavy-webfont.eot");
    src: url("../fonts/lato-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-heavy-webfont.woff") format("woff"), url("../fonts/lato-heavy-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-bold-webfont.eot");
    src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-bolditalic-webfont.eot");
    src: url("../fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bolditalic-webfont.woff") format("woff"), url("../fonts/lato-bolditalic-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-regular-webfont.eot");
    src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-italic-webfont.eot");
    src: url("../fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic-webfont.woff") format("woff"), url("../fonts/lato-italic-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #ffffff;
}

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

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

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

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

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

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

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

.fa-th:before {
    content: "\f00a";
}

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

.fa-check:before {
    content: "\f00c";
}

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

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

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

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

.fa-signal:before {
    content: "\f012";
}

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

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

.fa-home:before {
    content: "\f015";
}

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

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

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

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

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

.fa-inbox:before {
    content: "\f01c";
}

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

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

.fa-refresh:before {
    content: "\f021";
}

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

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

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

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

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

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
    content: "\f03a";
}

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

.fa-indent:before {
    content: "\f03c";
}

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

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

.fa-pencil:before {
    content: "\f040";
}

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

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

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

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

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

.fa-arrows:before {
    content: "\f047";
}

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

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

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

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

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

.fa-eject:before {
    content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
    content: "\f05b";
}

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

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

.fa-ban:before {
    content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

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

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

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

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

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

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

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

.fa-retweet:before {
    content: "\f079";
}

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

.fa-folder:before {
    content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
    content: "\f084";
}

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

.fa-comments:before {
    content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
    content: "\f091";
}

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

.fa-upload:before {
    content: "\f093";
}

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

.fa-phone:before {
    content: "\f095";
}

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

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

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

.fa-twitter:before {
    content: "\f099";
}

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

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

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

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

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

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

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

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

.fa-paperclip:before {
    content: "\f0c6";
}

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

.fa-square:before {
    content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

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

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

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

.fa-money:before {
    content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
    content: "\f0db";
}

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

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

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

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

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

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

.fa-exchange:before {
    content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

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

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

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

.fa-beer:before {
    content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
    content: "\f11b";
}

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

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

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

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

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

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

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

.fa-crop:before {
    content: "\f125";
}

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

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

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

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

.fa-microphone:before {
    content: "\f130";
}

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

.fa-shield:before {
    content: "\f132";
}

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

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

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

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

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

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

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

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

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

.fa-bullseye:before {
    content: "\f140";
}

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

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

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

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

.fa-ticket:before {
    content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
    content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
    content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
    content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

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

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

.fa-dropbox:before {
    content: "\f16b";
}

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

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

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

.fa-tumblr:before {
    content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

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

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

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

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}
.fa-telegram:before {
    content: url("../images/icons/tg1.png");
}
.soc-block__item--telegram:hover .fa-telegram:before {
    content: url("../images/icons/tg2.png");
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
    content: "\f193";
}

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

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

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

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

.fa-slack:before {
    content: "\f198";
}

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

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

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

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

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

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

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

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

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

.fa-steam:before {
    content: "\f1b6";
}

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

.fa-recycle:before {
    content: "\f1b8";
}

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

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

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
    content: "\f1d3";
}

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

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

.fa-qq:before {
    content: "\f1d6";
}

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

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

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

.fa-history:before {
    content: "\f1da";
}

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

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

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

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

.fa-bomb:before {
    content: "\f1e2";
}

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

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

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

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
    content: "\f202";
}

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

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

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

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

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

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

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

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

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

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

.fa-motorcycle:before {
    content: "\f21c";
}

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

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

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

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

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

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

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

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

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

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

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

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
    content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
    content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

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

.fa-gg:before {
    content: "\f260";
}

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

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

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

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

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

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

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

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

.fa-contao:before {
    content: "\f26d";
}

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

.fa-amazon:before {
    content: "\f270";
}

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

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

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

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

.fa-industry:before {
    content: "\f275";
}

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

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

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

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

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

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

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

.fa-fonticons:before {
    content: "\f280";
}

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

.fa-edge:before {
    content: "\f282";
}

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

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

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

.fa-usb:before {
    content: "\f287";
}

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

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

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

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: "Lato", sans-serif;
}

body {
    position: relative;
}

html.no-scroll > * {
    overflow: hidden;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    line-height: 123%;
    font-size: 14px;
    color: #212121;
    background: #fff;
    padding: 130px 0 0;
}

.content {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

html.no-flexbox .content:before, html.no-flexbox .content:after {
    content: " ";
    display: table;
}

html.no-flexbox .content:after {
    clear: both;
}

.popups-wrapper > * {
    display: none;
}

input, textarea {
    font-family: "Lato", sans-serif;
}

.h1, .h2, .h3 {
    font-family: "Bebas", sans-serif;
}

.h1 {
    font-size: 84px;
    line-height: 80px;
}

.h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
}

.h3 {
    font-size: 30px;
    line-height: 30px;
}

.h4 {
    font-size: 16px;
    line-height: 24px;
}

p, ul {
    margin-bottom: 24px;
}

p:last-child, ul:last-child {
    margin-bottom: 0px;
}

b, .bold {
    font-weight: bold;
}

.brand-c {
    color: #105198;
}

.space {
    padding: 20px;
}

.space2 {
    padding: 10px;
}

.clear {
    clear: both;
}

a.underlined, a.underlined:hover, a.underlined:active {
    text-decoration: underline;
}

.cols-no-padding > .col-lg-1, .cols-no-padding > .col-md-1, .cols-no-padding > .col-sm-1, .cols-no-padding > .col-xs-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-2, .cols-no-padding > .col-md-2, .cols-no-padding > .col-sm-2, .cols-no-padding > .col-xs-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-3, .cols-no-padding > .col-md-3, .cols-no-padding > .col-sm-3, .cols-no-padding > .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-4, .cols-no-padding > .col-md-4, .cols-no-padding > .col-sm-4, .cols-no-padding > .col-xs-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-5, .cols-no-padding > .col-md-5, .cols-no-padding > .col-sm-5, .cols-no-padding > .col-xs-5 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-6, .cols-no-padding > .col-md-6, .cols-no-padding > .col-sm-6, .cols-no-padding > .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-7, .cols-no-padding > .col-md-7, .cols-no-padding > .col-sm-7, .cols-no-padding > .col-xs-7 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-8, .cols-no-padding > .col-md-8, .cols-no-padding > .col-sm-8, .cols-no-padding > .col-xs-8 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-9, .cols-no-padding > .col-md-9, .cols-no-padding > .col-sm-9, .cols-no-padding > .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-10, .cols-no-padding > .col-md-10, .cols-no-padding > .col-sm-10, .cols-no-padding > .col-xs-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-11, .cols-no-padding > .col-md-11, .cols-no-padding > .col-sm-11, .cols-no-padding > .col-xs-11 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-no-padding > .col-lg-12, .cols-no-padding > .col-md-12, .cols-no-padding > .col-sm-12, .cols-no-padding > .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.cols-float > .col-lg-1, .cols-float > .col-md-1, .cols-float > .col-sm-1, .cols-float > .col-xs-1 {
    padding-top: 20px;
}

.cols-float > .col-lg-2, .cols-float > .col-md-2, .cols-float > .col-sm-2, .cols-float > .col-xs-2 {
    padding-top: 20px;
}

.cols-float > .col-lg-3, .cols-float > .col-md-3, .cols-float > .col-sm-3, .cols-float > .col-xs-3 {
    padding-top: 20px;
}

.cols-float > .col-lg-4, .cols-float > .col-md-4, .cols-float > .col-sm-4, .cols-float > .col-xs-4 {
    padding-top: 20px;
}

.cols-float > .col-lg-5, .cols-float > .col-md-5, .cols-float > .col-sm-5, .cols-float > .col-xs-5 {
    padding-top: 20px;
}

.cols-float > .col-lg-6, .cols-float > .col-md-6, .cols-float > .col-sm-6, .cols-float > .col-xs-6 {
    padding-top: 20px;
}

.cols-float > .col-lg-7, .cols-float > .col-md-7, .cols-float > .col-sm-7, .cols-float > .col-xs-7 {
    padding-top: 20px;
}

.cols-float > .col-lg-8, .cols-float > .col-md-8, .cols-float > .col-sm-8, .cols-float > .col-xs-8 {
    padding-top: 20px;
}

.cols-float > .col-lg-9, .cols-float > .col-md-9, .cols-float > .col-sm-9, .cols-float > .col-xs-9 {
    padding-top: 20px;
}

.cols-float > .col-lg-10, .cols-float > .col-md-10, .cols-float > .col-sm-10, .cols-float > .col-xs-10 {
    padding-top: 20px;
}

.cols-float > .col-lg-11, .cols-float > .col-md-11, .cols-float > .col-sm-11, .cols-float > .col-xs-11 {
    padding-top: 20px;
}

.cols-float > .col-lg-12, .cols-float > .col-md-12, .cols-float > .col-sm-12, .cols-float > .col-xs-12 {
    padding-top: 20px;
}

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

.cols-flex > .col-lg-1, .cols-flex > .col-md-1, .cols-flex > .col-sm-1, .cols-flex > .col-xs-1 {
    float: none;
}

.cols-flex > .col-lg-2, .cols-flex > .col-md-2, .cols-flex > .col-sm-2, .cols-flex > .col-xs-2 {
    float: none;
}

.cols-flex > .col-lg-3, .cols-flex > .col-md-3, .cols-flex > .col-sm-3, .cols-flex > .col-xs-3 {
    float: none;
}

.cols-flex > .col-lg-4, .cols-flex > .col-md-4, .cols-flex > .col-sm-4, .cols-flex > .col-xs-4 {
    float: none;
}

.cols-flex > .col-lg-5, .cols-flex > .col-md-5, .cols-flex > .col-sm-5, .cols-flex > .col-xs-5 {
    float: none;
}

.cols-flex > .col-lg-6, .cols-flex > .col-md-6, .cols-flex > .col-sm-6, .cols-flex > .col-xs-6 {
    float: none;
}

.cols-flex > .col-lg-7, .cols-flex > .col-md-7, .cols-flex > .col-sm-7, .cols-flex > .col-xs-7 {
    float: none;
}

.cols-flex > .col-lg-8, .cols-flex > .col-md-8, .cols-flex > .col-sm-8, .cols-flex > .col-xs-8 {
    float: none;
}

.cols-flex > .col-lg-9, .cols-flex > .col-md-9, .cols-flex > .col-sm-9, .cols-flex > .col-xs-9 {
    float: none;
}

.cols-flex > .col-lg-10, .cols-flex > .col-md-10, .cols-flex > .col-sm-10, .cols-flex > .col-xs-10 {
    float: none;
}

.cols-flex > .col-lg-11, .cols-flex > .col-md-11, .cols-flex > .col-sm-11, .cols-flex > .col-xs-11 {
    float: none;
}

.cols-inline {
    font-size: 0px;
}

.cols-inline > .col-lg-1, .cols-inline > .col-md-1, .cols-inline > .col-sm-1, .cols-inline > .col-xs-1 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-2, .cols-inline > .col-md-2, .cols-inline > .col-sm-2, .cols-inline > .col-xs-2 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-3, .cols-inline > .col-md-3, .cols-inline > .col-sm-3, .cols-inline > .col-xs-3 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-4, .cols-inline > .col-md-4, .cols-inline > .col-sm-4, .cols-inline > .col-xs-4 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-5, .cols-inline > .col-md-5, .cols-inline > .col-sm-5, .cols-inline > .col-xs-5 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-6, .cols-inline > .col-md-6, .cols-inline > .col-sm-6, .cols-inline > .col-xs-6 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-7, .cols-inline > .col-md-7, .cols-inline > .col-sm-7, .cols-inline > .col-xs-7 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-8, .cols-inline > .col-md-8, .cols-inline > .col-sm-8, .cols-inline > .col-xs-8 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-9, .cols-inline > .col-md-9, .cols-inline > .col-sm-9, .cols-inline > .col-xs-9 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-10, .cols-inline > .col-md-10, .cols-inline > .col-sm-10, .cols-inline > .col-xs-10 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-11, .cols-inline > .col-md-11, .cols-inline > .col-sm-11, .cols-inline > .col-xs-11 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.cols-inline > .col-lg-12, .cols-inline > .col-md-12, .cols-inline > .col-sm-12, .cols-inline > .col-xs-12 {
    display: inline-block;
    font-size: 14px;
    float: none;
}

.tick-control {
    margin: 5px 0px;
}

.tick-control input {
    display: none;
}

.tick-control .tick-wrapper {
    display: block;
    position: relative;
    padding: 0;
    min-height: 0;
}

.tick-control .tick-wrapper .icon-tick {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

.tick-control input:checked + .tick-wrapper .icon-tick {
    display: block;
}

.tick-group > * {
    display: inline-block;
    vertical-align: middle;
}

.tick-group label.label-for {
    padding-bottom: 0;
}

.tick-group .tick-control {
    margin-right: 7px;
}

.tick-groups {
    padding: 5px;
}

.text-light {
    color: #b5b5b5;
}

.sub {
    font-size: 13px;
    line-height: 16px;
}

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

.popover-content-holder {
    display: none;
}

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

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.ui-action {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: white;
    background: #1c1c1c;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.ui-action:hover, .ui-action:active {
    color: white;
}

.ui-action--w {
    max-width: 170px;
}

.ui-action--auto {
    width: auto;
    padding: 0px 34px;
}

._hidden {
    display: none;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
    border-collapse: separate;
    border-spacing: 5px;
}

sup {
    position: relative;
    top: -0.75em;
    font-size: 0.5em;
}

.logo {
    color: #5a8499;
}

.main {
    padding: 0;
    position: relative;
}

.p-important {
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
}

.p-important--blue {
    color: #0eaefb;
}

.p-important--orange {
    color: #ffa033;
}

.contacts-small {
    color: #212121;
}

.contacts-small__phone {
    font-size: 30px;
    margin-top: 15px;
    font-family: "Bebas", sans-serif;
}
.contacts-small__callme {
    text-transform: uppercase;
    color: #ffbf5a;
    margin-top: 10px;
    cursor: pointer;
}

.contacts-small__location {
    margin-top: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}

.soc-block {
    font-size: 0;
}

.soc-block__item {
    margin: 0 10px 0 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #66cdff;
    color: #66cdff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.soc-block__item:hover {
    color: #fff;
}

.soc-block__item:last-child {
    margin-right: 0;
}

.soc-block__item--vk:hover {
    background: #45668e;
    border-color: #45668e;
}

.soc-block__item--facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.soc-block__item--instagram:hover {
    background: #262626;
    border-color: #262626;
}
.soc-block__item--telegram:hover {
    background: #66cdff;
    border-color: #66cdff;
}

.soc-block__item--youtube:hover {
    background: #cd201f;
    border-color: #cd201f;
}

.soc-block-header {
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.js-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.rip-animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.d-float-block:before, .d-float-block:after {
    content: " ";
    display: table;
}

.d-float-block:after {
    clear: both;
}

.d-float-block__left {
    float: left;
    width: 680px;
    margin-right: 40px;
}

.d-float-block__left--bigger {
    width: 750px;
}

.d-float-block__right {
    float: left;
    width: 320px;
}

.d-float-block__right--smaller {
    width: 250px;
}

.pagi {
    text-align: center;
    font-size: 0;
}

.pagi-item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 14px 18px 15px;
    border: 1px solid #e1e1e1;
    border-right: none;
    color: #999999;
    font-size: 20px;
    background: #FFF;
}

.pagi-item:first-child {
    border-radius: 2px 0 0 2px;
}

.pagi-item:last-child {
    border-radius: 0 2px 2px 0;
    border-right: 1px solid #e1e1e1;
}

.pagi-item._active {
    color: #fff;
    background: #0eaefb;
}

.round-info {
    width: 220px;
    height: 220px;
    display: table;
    background: #ffa033;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    box-shadow: 1px 7px 30px -10px #000;
    -webkit-transition: background 150ms, color 150ms;
    transition: background 150ms, color 150ms;
}

.round-info__inner {
    display: table-cell;
    vertical-align: middle;
}

.round-info i {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    margin: 0 0 20px 0;
}

.round-info .fa {
    margin-top: -20px;
}

.round-info span {
    font-size: 16px;
    line-height: 20px;
}

.round-info b {
    font-size: 20px;
    line-height: 24px;
}

.feat-list .h4 {
    color: #b6b6b6;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.feat-list ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 18px;
    position: relative;
}

.feat-list ul li a {
    position: relative;
}

.feat-list ul li a:before {
    content: '—';
    position: absolute;
    left: -20px;
    color: #0eaefb;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

.animate-hidden {
    opacity: 0;
}

.animate-visible {
    opacity: 1;
}

.animated.s2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.d1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.d2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.d3 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.d4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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 {
    from, 11.1%, 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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, 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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

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

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 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;
}

.heading, .ui-heading {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.heading.grey, .heading .grey, .heading--grey, .ui-heading.grey, .ui-heading .grey, .ui-heading--grey {
    color: #b5b5b5;
}

.ui-underline-link-wrapper > * {
    position: relative;
    display: inline-block;
}

.ui-underline-link-wrapper > *:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #212121;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.ui-underline-link-wrapper > *:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.ui-underline-link {
    position: relative;
    display: inline-block;
}

.ui-underline-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #212121;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.ui-underline-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.icon-label {
    text-transform: uppercase;
}

.icon-label > * {
    display: inline-block;
    vertical-align: middle;
}

.icon-label > *:first-child {
    margin-right: 10px;
}

.ui-dots {
    display: inline-block;
    font-size: 0px;
    white-space: nowrap;
}

.ui-dots__item {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #212121;
    margin: 3px 7px;
}

.ui-dots.js-dots-animate .ui-dots__item {
    -webkit-animation: pulse 0.45s infinite ease alternate;
    animation: pulse 0.45s infinite ease alternate;
}

.ui-dots.js-dots-animate .ui-dots__item:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.ui-dots.js-dots-animate .ui-dots__item:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.ui-dots.js-dots-animate .ui-dots__item:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.ui-control-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.ui-line {
    height: 1px;
    background: #d4f0ff;
    margin-bottom: 40px;
}

.ui-back {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 0px 30px;
    line-height: 50px;
}

.ui-back__link {
    color: #b5b5b5;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
}

.ui-back__link > * {
    display: inline-block;
    vertical-align: middle;
}

.ui-back__link > *:first-child {
    margin-right: 10px;
}

.ui-back__link span {
    text-decoration: underline;
}

.ui-back__link .icon {
    font-size: 9px;
    position: relative;
    top: 2px;
}

.ui-like-wrapper {
    white-space: nowrap;
    text-transform: uppercase;
}

.ui-like-wrapper > * {
    display: inline-block;
    vertical-align: middle;
}

.ui-like-wrapper > *:first-child {
    margin-right: 10px;
}

.ui-like-wrapper__caption {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.ui-like {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #eeeeee;
    line-height: 39px;
    text-align: center;
    font-size: 20px;
    color: #eeeeee;
    -webkit-transition: background 500ms ease;
    transition: background 500ms ease;
}

.ui-like.active, .ui-like:hover {
    background: #ad7dc9;
    border: 1px solid #ad7dc9;
}

.ui-like.active:hover {
    background: #d6646e;
    border: 1px solid #d6646e;
    line-height: 30px;
}

.ui-like.active:hover .icon:before {
    content: '\e902';
    font-size: 14px;
}

.ui-load-more {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: white;
    background: #1c1c1c;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ad7dc9;
    background: transparent;
    border: 2px solid #ad7dc9;
    max-width: 570px;
    height: 40px;
    line-height: 36px;
    font-size: 11px;
}

.ui-load-more:hover, .ui-load-more:active {
    color: white;
}

.ui-load-more:hover, .ui-load-more:active {
    color: #ad7dc9;
}

.ui-action--blue {
    background: #105198;
}

.ui-label {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: white;
    background: #1c1c1c;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-transform: initial;
    padding: 0px 34px;
    background: #105198;
}

.ui-label:hover, .ui-label:active {
    color: white;
}

.ui-brand-link {
    color: #105198;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.ui-brand-link * {
    color: #105198;
}

.ui-brand-link .icon {
    width: 20px;
    font-size: 14px;
    text-align: center;
}

.ui-brand-link .icon-glasses {
    font-size: 19px;
}

.ui-brand-link span {
    text-decoration: underline;
}

.ui-apply {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: white;
    background: #1c1c1c;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #1c1c1c;
    background: transparent;
    border: 2px solid #1c1c1c;
    max-width: 314px;
}

.ui-apply:hover, .ui-apply:active {
    color: white;
}

.ui-apply:hover, .ui-apply:active {
    color: #1c1c1c;
}

.ui-submit {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: white;
    background: #1c1c1c;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #1c1c1c;
    background: transparent;
    border: 2px solid #1c1c1c;
    max-width: 200px;
}

.ui-submit:hover, .ui-submit:active {
    color: white;
}

.ui-submit:hover, .ui-submit:active {
    color: #1c1c1c;
}

.ui-join {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: white;
    background: #1c1c1c;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    max-width: 340px;
}

.ui-join:hover, .ui-join:active {
    color: white;
}

.ui-join:hover, .ui-join:active {
    color: #ffffff;
}

.ui-link {
    display: inline;
    vertical-align: top;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 150ms, border-color 150ms;
    transition: color 150ms, border-color 150ms;
}

.ui-link--d-blue {
    color: #5a8499;
    border-color: #cde1eb;
}

.ui-link--d-blue:visited {
    color: #5a8499;
    border-color: #dee6eb;
}

.ui-link--d-blue:hover {
    color: #ffa033;
    border-color: #ffe2c1;
}

.ui-link--d-blue:active {
    color: #aac9d8;
    border-color: transparent;
}

.ui-link--blue {
    color: #3dc0ff;
    border-color: #e0f5ff;
}

.ui-link--blue:visited {
    color: #9e5dff;
    border-color: #e9dbff;
    color: #3dc0ff;
    border-color: #e0f5ff;
}

.ui-link--blue:hover {
    color: #ffa033;
    border-color: #ffe2c1;
}

.ui-link--blue:active {
    color: #ff8a02;
    border-color: #ffdcb3;
}

.ui-link--grey {
    color: #999999;
    border-color: #e1e1e1;
}

.ui-link--grey:hover {
    color: #ffa033;
    border-color: #ffe2c1;
}

.ui-link--grey:active {
    color: #ff8a02;
    border-color: #ffdcb3;
}

.ui-control-input {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.05em;
    max-width: 270px;
    width: 100%;
    margin-right: 30px;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}

.ui-control-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.ui-control-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.ui-control-input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.ui-control-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.ui-control-input--b {
    max-width: 370px;
    margin-right: 0;
    width: 100%;
}

.ui-switch__label {
    margin-left: 12px;
}
.ui-switch__label .nowrap{
    vertical-align: baseline;
    white-space: nowrap;
}

.ui-control-input-long {
    display: inline-block;
    margin: 0 auto;
    max-width: 475px;
    width: 100%;
    text-align: center;
    border: none;
}

.ui-control-border {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.ui-control-border:after {
    content: '';
    display: block;
    height: 1px;
    background: #d1d1d1;
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
}

.ui-control-border--margin-b {
    margin-bottom: 26px;
}

.ui-control-label {
    position: absolute;
    color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 8px;
    display: block;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.ui-control-label span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

.ui-control-label i {
    vertical-align: baseline;
}

.ui-form-row-wr--double .ui-form-row {
    width: 288px;
    margin: 0 40px 0 0 !important;
}

.ui-form-row-wr--double .ui-form-row:last-child {
    margin: 0 !important;
}

.ui-form-row-wr--double .ui-form-row .ui-form-row__input {
    width: 230px;
}

.ui-form-row:hover .ui-form-row__field {
    border-color: #bbbbbb;
}

.ui-form-row.error .ui-form-row__field {
    box-shadow: 0 0 0 1px #ff5e33;
}

.ui-form-row._filled .ui-form-row__field {
    box-shadow: 0 0 0 1px #3dc0ff;
}

.ui-form-row._filled .ui-form-row__field .fa {
    background: #eaf8ff;
    border-color: #d4f0ff;
    color: #3dc0ff;
}

.ui-form-row._focus .ui-form-row__label {
    color: #3dc0ff;
}

.ui-form-row._focus .ui-form-row__field {
    box-shadow: 0 0 0 2px #3dc0ff;
}

.ui-form-row._focus .ui-form-row__field .fa {
    background: #eaf8ff;
    border-color: #d4f0ff;
    color: #3dc0ff;
}

.ui-form-row__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #727272;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: 150ms;
    transition: 150ms;
}

.ui-form-row__field {
    box-shadow: 0 0 0 2px #e1e1e1;
    border-radius: 1px;
    -webkit-transition: 150ms;
    transition: 150ms;
    position: relative;
}

.ui-form-row__field .fa {
    background: #f5f5f5;
    padding: 16px 14px;
    color: #bbbbbb;
    font-size: 24px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    -webkit-transition: 150ms;
    transition: 150ms;
}

.ui-form-row__field label.error {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: none;
    color: #ff5e33;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#accepted-error {
    background: none;
    color: #ff5e33;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ui-form-row__input {
    border: none;
    width: 565px;
    background: #FFF;
    padding: 0 20px;
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: 150ms;
    transition: 150ms;
}

.ui-switch {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.ui-switch:hover .ui-switch__switcher {
    border-color: #0eaefb;
}

.ui-switch:hover .ui-switch__label {
    color: #727272;
}

.ui-switch__input {
    display: none;
}

.ui-switch__input:checked + .ui-switch__switcher {
    background: #0eaefb;
    border-color: #0eaefb;
}

.ui-switch__input:checked + .ui-switch__switcher:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ui-switch__input:checked + .ui-switch__switcher + .ui-switch__label {
    color: #212121;
}

.ui-switch .ui-switch__switcher {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: background, border-color;
    transition-property: background, border-color;
}

.ui-switch .ui-switch__switcher:before {
    position: absolute;
    content: '\f00c';
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 5px;
    left: 6px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
}

.ui-switch .ui-switch__label {
    font-size: 20px;
    color: #999999;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-switch-radio {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
}

.ui-switch-radio__input {
    display: none;
}

.ui-switch-radio__input:checked + .ui-switch-radio__switcher {
    border-color: #3fd4a9;
}

.ui-switch-radio__input:checked + .ui-switch-radio__switcher:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #3fd4a9;
}

.ui-switch-radio__label {
    font-size: 16px;
    letter-spacing: 0.025em;
    vertical-align: middle;
    line-height: 30px;
}

.ui-switch-radio__switcher {
    position: absolute;
    top: 2px;
    left: 0;
    height: 27px;
    width: 27px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
}

.ui-select {
    font-size: 15px;
    padding-left: 50px;
    max-width: 570px;
    width: 100%;
    display: block;
    margin: 5px auto;
    border: 1px solid #d4f0ff;
    border-radius: 20px;
    background: transparent;
    height: 40px;
    line-height: 36px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 0px;
}

.ui-select-wrapper {
    position: relative;
}

.ui-select__value {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    font-size: 15px;
    line-height: 36px;
    pointer-events: none;
    z-index: 2;
}

.ui-select--small {
    max-width: 300px;
}

.ui-btn-changer .fa {
    color: #0eaefb;
    font-size: 16px;
    margin-right: 6px;
    margin-top: -2px;
}

.ui-btn-changer span {
    border-bottom: 1px dashed #d3d3d3;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: border-color 150ms;
    transition: border-color 150ms;
}

.ui-btn-changer span:hover {
    color: #ff8a02;
    border-color: inherit;
}

.ui-video-btn {
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
    cursor: pointer;
}

.ui-video-btn:before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    border: 1px solid #b2e5ff;
    background: #fff;
    border-radius: 100%;
}

.ui-video-btn:hover i {
    color: #ffa033;
    border-color: #ffcf99;
}

.ui-video-btn:hover span:before {
    opacity: 0;
}

.ui-video-btn:hover span:after {
    opacity: 1;
}

.ui-video-btn span {
    position: relative;
    padding: 0 0 0 55px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-video-btn span:before, .ui-video-btn span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}

.ui-video-btn span:before {
    opacity: 1;
    background-image: url(../images/icons-2x/icon_48.png);
}

.ui-video-btn span:after {
    opacity: 0;
    background-image: url(../images/icons-2x/icon_54.png);
}

.ui-video-btn i {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    font-style: normal;
    color: #66cdff;
    border-bottom: 1px solid #b2e6ff;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}

.ui-btn {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 12px 33px 15px;
    cursor: pointer;
    background: transparent;
    border: 2px solid transparent;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3) !important;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.ui-btn:focus, .ui-btn:active {
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
}

.ui-btn--trans {
    border-color: #ddf4ff;
    color: #3dc0ff;
    background: #ffffff;
    box-shadow: none !important;
}

.ui-btn--trans:hover {
    border-color: #66cdff;
    color: #3dc0ff;
}

.ui-btn--white {
    border: none;
    color: #ffa033;
    background: #ffffff;
    padding: 15px 33px;
}

.ui-btn--white b {
    position: relative;
    z-index: 1;
}

.ui-btn--white:hover {
    color: #ffa033;
}

.ui-btn--white .ink {
    background: #fff5ea;
}

.ui-btn--orange {
    border: none;
    color: #fff;
    background: #ffa033;
    padding: 15px 33px;
}

.ui-btn--orange b {
    position: relative;
    z-index: 1;
}

.ui-btn--orange:hover {
    color: #fff;
    background: #ffb45e;
}

.ui-btn--orange .ink {
    background: #ffc37e;
}

.ui-slider-btn {
    color: #fff;
    font-size: 30px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #3dc0ff;
    text-align: center;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: background 150ms;
    transition: background 150ms;
}

.ui-slider-btn:focus, .ui-slider-btn:active, .ui-slider-btn:hover {
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
}

.ui-slider-btn .fa {
    position: relative;
    z-index: 1;
}

.ui-slider-btn:hover {
    background: #0eaefb;
}

.ui-slider-btn .ink {
    background: #57c6fc;
}

.ui-ranger-wr {
    position: relative;
}

.ui-ranger {
    position: relative;
}

.ui-ranger sup {
    top: -7px;
    font-size: 16px;
    font-weight: 600;
}

.ui-ranger--orange .noUi-handle:after {
    color: #ffa033 !important;
}

.ui-ranger--orange .noUi-handle .noUi-active, .ui-ranger--orange .noUi-handle:hover {
    border-color: #ffa033;
}

.ui-ranger--blue {
    background: #0eaefb !important;
}

.ui-ranger--blue .noUi-handle:after {
    color: #0eaefb !important;
}

.ui-ranger--blue .noUi-handle.noUi-active, .ui-ranger--blue .noUi-handle:hover {
    border-color: #0eaefb;
}

.ui-ranger--blue .noUi-origin {
    background: #c7edff !important;
}

.ui-ranger.noUi-target {
    box-shadow: none;
    border: none;
    background: #fff;
    border-radius: 10px;
    height: 10px;
}

.ui-ranger.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -65px;
}

.ui-ranger .noUi-origin {
    background: #15435f;
    box-shadow: none;
    border-radius: 10px;
}

.ui-ranger .noUi-handle {
    width: 35px;
    height: 35px;
    left: -17px;
    top: -13px;
    border-radius: 100%;
    background: #FFF;
    box-shadow: none;
    border: 4px solid #e8f8ff;
    -webkit-transition: border-color 150ms;
    transition: border-color 150ms;
}

.ui-ranger .noUi-handle:before, .ui-ranger .noUi-handle:after {
    display: none;
}

.ui-ranger .noUi-handle:after {
    content: "\f0c9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 1px;
    left: 50%;
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #66cdff;
    margin-left: -2px;
    -webkit-transition: color 150ms;
    transition: color 150ms;
}

.ui-ranger .noUi-tooltip {
    color: #ffa033;
    padding: 15px 17px;
    border: none;
    font-size: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ui-ranger .noUi-tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}

.ui-ranger-value {
    position: absolute;
    color: #fff;
    background: #0eaefb;
    padding: 11px 17px 15px;
    border: none;
    font-size: 24px;
    right: 0;
    width: auto;
    top: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-ranger-value sup {
    top: -7px;
    font-size: 16px;
    font-weight: 600;
}

.ui-ranger-value:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #0eaefb transparent transparent;
}

.ui-ttip {
    position: relative;
}

.ui-ttip__btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    font-size: 34px;
    color: #FFF;
    background: #ffb45e;
    text-align: center;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}

.ui-ttip__btn:hover {
    opacity: .5;
}

.ui-ttip__btn:hover + .ui-ttip__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ui-ttip__content {
    padding: 20px;
    min-width: 180px;
    border: none;
    font-size: 18px;
    position: absolute;
    background: #FFF;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    top: 50%;
    left: 55px;
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    box-shadow: 5px 0 30px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
}

.ui-ttip__content:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.ui-tabs__head {
    font-size: 0;
}

.ui-tabs__btn {
    border: 1px solid #fff;
    border-bottom: none;
    font-size: 18px;
    color: #fff;
    background: #66cdff;
    padding: 16px 22px 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: background, color;
    transition-property: background, color;
}

.ui-tabs__btn:first-child {
    border-radius: 2px 0 0 0;
}

.ui-tabs__btn:last-child {
    border-radius: 0 2px 0 0;
}

.ui-tabs__btn._active {
    color: #66cdff;
    background: #fff;
}

.ui-tabs__btn._active:hover {
    background: #fff;
}

.ui-tabs__btn:hover {
    background: #85d7ff;
}

.ui-tabs__item {
    display: none;
}

.ui-tabs__item._active {
    display: block;
}

.header {
    height: 130px;
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

html.no-flexbox .header {
    padding: 20px 0 60px;
    height: auto;
}

.header > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    position: static;
}

html.no-flexbox .header > .content {
    display: block;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

html.no-flexbox .header__left {
    float: left;
}

html.no-flexbox .header__right {
    float: right;
}

.header .logo {
    position: relative;
    z-index: 6;
}

html.no-flexbox .header .logo {
    float: left;
    margin-top: 11px;
}

.header .logo a {
    display: block;
    width: 155px;
}

.header .logo a img {
    max-width: 100%;
}

.header .menu {
    margin-left: 40px;
    margin-top: -2px;
}

html.no-flexbox .header .menu {
    float: left;
}

.header .contacts-small {
    position: relative;
    z-index: 6;
    text-align: right;
}

.header__dropdown {
    display: none;
}

.footer {
    background: #eaf8ff;
    color: #5a8499;
    padding: 30px 0;
    border-top: 1px solid #d4f0ff;
}

.footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    position: static;
}

html.no-flexbox .footer .content {
    display: block;
}

html.no-flexbox .footer .content > div {
    float: left;
}

html.no-flexbox .footer__left {
    margin-right: 100px;
}

.footer .logo {
    color: #aac9d8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .logo span {
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer__links {
    font-size: 0;
    width: 550px;
}

.footer__links > ul {
    width: 50%;
    padding: 0 25px 0 0;
    display: inline-block;
    vertical-align: top;
}

.footer__links > ul:last-child {
    padding: 0px 0px 0px 16px;
}

html.no-flexbox .footer__links > ul:last-child {
    padding-right: 55px;
}

.footer__links > ul li {
    margin: 0 0 5px 0;
}

.footer__links > ul a {
    display: inline;
    font-size: 14px;
    line-height: 19px;
}

.footer__right {
    border-left: 1px solid #d4f0ff;
    padding-left: 30px;
}

.footer__right .contacts-small {
    text-align: right;
}

.footer__right .soc-block {
    margin-top: 35px;
    text-align: right;
}

.footer__center {
    padding: 0px 0px 0px 79px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-brush:before {
    content: '\e907';
}

.icon-glasses:before {
    content: '\e904';
}

.icon-star:before {
    content: '\e903';
}

.icon-loup:before {
    content: '\e90a';
}

.icon-loup-plus:before {
    content: '\e905';
}

.icon-eye:before {
    content: '\e908';
}

.icon-squares {
    background-image: url(../images/4square-icon.png);
}

.icon-close:before {
    content: "\e902";
}

.icon-heart:before {
    content: "\e909";
}

.icon-angle-left:before {
    content: "\e900";
}

.icon-angle-right:before {
    content: "\e901";
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    overflow: auto;
}

.overlay__wrapper {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(234, 248, 255, 0.8);
}

.overlay__popup {
    display: table-cell;
    vertical-align: middle;
}

.overlay--no-bg {
    background: none;
    position: fixed;
}

.gallery-slider {
    width: 100%;
}

.gallery-slider .slick-wr {
    width: 640px;
    margin: 0 auto;
}

.gallery-slider .slick-wr .slick-slide {
    background-size: cover;
    background-position: center center;
    height: 480px;
    position: relative;
}
.slick-caption {
    position: absolute;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    left: 0;
    right: 0;
    font-size: 110%;
}

.gallery-slider .slick-wr img {
    max-width: 100%;
    width: 100%;
/*    height: 100%;*/
}

.gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.gallery-slider .slick-arrow.slick-prev {
    left: -200px;
}

.gallery-slider .slick-arrow.slick-prev .fa {
    margin-left: -5px;
}

.gallery-slider .slick-arrow.slick-next {
    right: -200px;
}

.gallery-slider .slick-arrow.slick-next .fa {
    margin-left: 5px;
}

.gallery-slider__caption {
    margin: 20px 0 0 0;
    color: #727272;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.gallery-slider__caption b {
    font-weight: 400;
}

.gallery-slider__caption span {
    display: none;
    vertical-align: top;
}

.gallery-slider__caption span._active {
    display: inline;
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    background: #c1c1c1;
    cursor: pointer;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: #3dc0ff;
}

.device-small-wrap {
    padding: 11px 0;
}

.device-small {
    border-top: 1px solid #e1e1e1;
    padding: 30px 0 25px 0;
}

.device-small:before, .device-small:after {
    content: " ";
    display: table;
}

.device-small:after {
    clear: both;
}

.device-small__img {
    float: left;
    width: 140px;
    margin-right: 40px;
    text-align: center;
}

.device-small__img img {
    max-width: 100%;
}

.device-small__content {
    float: left;
    width: 500px;
}

.device-small__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    margin: -10px 0 12px 0;
}

.device-small__info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.device-small__info p:last-child {
    margin-bottom: 0;
}

.promo-index {
    padding: 60px 0 0 0;
    overflow: hidden;
    height: 580px;
    position: relative;
    z-index: 1;
}

.promo-index .content {
    position: relative;
}

.promo-index .content:before, .promo-index .content:after {
    content: " ";
    display: table;
}

.promo-index .content:after {
    clear: both;
}

.promo-index__img {
    position: absolute;
    right: -140px;
    top: -60px;
    width: 570px;
    height: 570px;
    background: #ccc;
    background-size: cover;
    background-position: center center;
}

.promo-index__left {
    float: left;
    width: 500px;
    margin: -9px 40px 0 0;
    position: relative;
}

.promo-index__right {
    float: left;
    position: relative;
}

.promo-index__title {
    font-weight: 200;
}

.promo-index__title b {
    color: #66cdff;
}

.promo-index__video {
    margin-top: 47px;
}
.promo-index__calculator {
    display: inline-block;
    text-transform: uppercase;
    background-color: #ffbf5a;
    color: #fff;
}

.square-block {
    background: #66cdff;
    width: 140px;
    height: 140px;
    margin: 0 0 20px 0;
    padding: 20px;
    color: #fff;
}

.square-block--orange {
    background: #ffbf5a;
}

.square-block__sub {
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.square-block__title {
    font-weight: 600;
}

.promo-block {
    padding: 100px 0;
    padding-top: 0;
    min-height: 360px;
    background-color: #66cdff;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.promo-block__blogs-title{
    padding-top: 80px;
    min-height: auto;
}
.promo-block--bigger {
    padding: 90px 0;
}

.promo-block .content {
    position: relative;
}

.promo-block .content:before, .promo-block .content:after {
    content: " ";
    display: table;
}

.promo-block .content:after {
    clear: both;
}

.promo-block__left {
    float: left;
    width: 680px;
    position: relative;
}

.promo-block__left--bigger {
    width: 750px;
}

.promo-block__right {
    float: right;
    position: relative;
}

.promo-block__icon {
    width: 140px;
}

.promo-block__icon img {
    max-width: 100%;
}

.promo-block__title {
    font-weight: 600;
}

.promo-block__title .h1 {
    letter-spacing: -1px;
}

.promo-block__title .info {
    font-size: 30px;
    line-height: 30px
}

.promo-block__title .price {
    margin-top: 30px;
}

.promo-block__title b, .promo-block__title .price {
    color: #3dc0ff;
    background: #FFF;
    padding: 0 10px;
    line-height: 115px;
    border-radius: 2px;
    margin-left: -10px;
}

.promo-block__text {
    margin-top: 30px;
}

.promo-block__text p {
    font-size: 20px;
    line-height: 28px;
}

.promo-block__text pre {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-block__note {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.promo-block__bottom {
    padding-top: 100px;
    font-size: 0;
}

.promo-block__bottom--bigger {
    padding-top: 54px;
    padding-bottom: 12px;
}

.promo-block__bottom > div:first-child {
    width: 480px;
    margin-right: 30px;
}

.promo-block__bottom .ui-btn {
    font-size: 14px;
}

.promo-block__corner {
    position: absolute;
    top: -30px;
    right: 0;
}

.img-block {
    padding-bottom: 170px;
}

.img-block .img-block__img {
    float: right;
}

.img-block .content:before, .img-block .content:after {
    content: " ";
    display: table;
}

.img-block .content:after {
    clear: both;
}

.img-block--left .img-block__content {
    float: right;
    margin: 0 0 0 60px;
    width: 610px;
}

.img-block--left .img-block__img {
    float: left;
}

.img-block--left .img-block__img img {
    max-width: 220px;
}

.img-block__content {
    float: left;
    width: 680px;
    margin-right: 70px;
}

.img-block__title {
    padding: 210px 0 130px 0;
    margin: 0 0 30px 0;
    position: relative;
}

.img-block__title:before, .img-block__title:after {
    content: '';
    position: absolute;
    width: 1px;
    left: 18px;
    background: #b2e6ff;
}

.img-block__title:before {
    top: 0;
    height: 170px;
}

.img-block__title:after {
    bottom: 0;
    height: 90px;
}

.img-block__title b {
    color: #66cdff;
}

.img-block__text {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 36px;
}

.img-block__text:last-child {
    margin-bottom: 0;
}

.img-block__img {
    padding: 210px 0 0 0;
}

.img-block__img img {
    max-width: 290px;
    width: 100%;
}

.imp-bg-block {
    height: 320px;
    background: url(../images/wall-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.imp-bg-block__content {
    width: 720px;
    height: 400px;
    float: right;
    margin: -40px 0 0 0;
    padding: 80px 114px;
    background: #FFF;
    box-shadow: 0 20px 40px 0 rgba(48, 114, 152, 0.2);
}

.imp-bg-block__content .h1 {
    font-weight: 300;
}

.imp-bg-block__content b {
    color: #66cdff;
}

.double-col-block {
    background: #FFF;
    padding: 100px 0 0 0;
}

.double-col-block--blue {
    background: #eaf8ff;
}

.double-col-block__title {
    text-align: center;
    margin-bottom: 100px;
}

.double-col-block__content {
    font-size: 0;
}

.double-col-block .report:last-child {
    margin-bottom: 100px;
}

.feat-item {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin: 0 40px 110px 0;
}

.feat-item:before, .feat-item:after {
    content: " ";
    display: table;
}

.feat-item:after {
    clear: both;
}

.feat-item:nth-child(2n) {
    margin-right: 0;
}

.feat-item:last-child {
    margin-bottom: 180px;
}

.feat-item__img {
    float: left;
    width: 80px;
    margin-right: 30px;
}

.feat-item__img img {
    max-width: 100%;
}

.feat-item__content {
    width: 350px;
    float: left;
}

.feat-item__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feat-item__text p {
    font-size: 18px;
    line-height: 26px;
    color: #8D9FA9;
}

.report {
    background-position: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    padding: 30px;
    width: 500px;
    height: 240px;
    margin: 0 36px 80px 0;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100% !important;
}
.report__info, .report__photo {
    text-shadow: 1px 1px 2px black;
}
.report:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    border-radius: 3px;
    background: #0a80b8;
    background: -webkit-linear-gradient(top, #0a80b8 0%, #0eadf9 100%);
    background: linear-gradient(to bottom, #0a80b8 0%, #0eadf9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a80b8', endColorstr='#0eadf9', GradientType=0);
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}

.report:hover {
    color: #FFF;
}

.report:hover:before {
    opacity: 0;
}

.report:hover .report__bug {
    background: #fff;
    color: #212121;
}

.report:nth-child(2n) {
    margin-right: 0;
}

.report .fa {
    font-size: 18px;
}

.report__info {
    position: relative;
}

.report__title {
    margin-bottom: 20px;
    letter-spacing: 0;
}

.report__photo {
    position: absolute;
    bottom: 20px;
}

.report__photo .fa {
    margin-right: 10px;
}

.report__bug {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ffa033;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 24px 0;
    border-radius: 100%;
    top: -22px;
    right: -12px;
    box-shadow: 1px 7px 30px -10px #000;
    -webkit-transition: background 150ms, color 150ms;
    transition: background 150ms, color 150ms;
}

.b-block {
    padding: 80px 0;
}

.b-block--line-top {
    padding-top: 0;
}

.b-block--line-top .content {
    padding-top: 37px;
    /*border-top: 4px solid #3dc0ff;*/
}

.b-block--line-top-two {
    padding-top: 90px;
    padding-bottom: 125px;
}

.b-block--line-top-two .content {
    padding-top: 37px;
    border-top: 4px solid #3dc0ff;
}

.b-block--bigger {
    padding-bottom: 120px;
}

.b-block--d-pad {
    padding-bottom: 150px;
}

.b-block__title {
    margin-bottom: 20px;
}

.b-block__title .h1 {
    font-weight: 600;
    color: #ccc;
}

.b-block__title .h2 {
    font-weight: 600;
}

.b-block__text {
    font-size: 20px;
    line-height: 34px;
}

.b-block__text--cond {
    line-height: 32px;
}

.b-block__text .p-quad {
    margin-bottom: 45px;
}

.b-block__text i {
    font-style: italic;
}

.half-block {
    width: 680px;
}

.half-block--rtl {
    width: 100%;
}

.half-block--rtl:before, .half-block--rtl:after {
    content: " ";
    display: table;
}

.half-block--rtl:after {
    clear: both;
}

.half-block--rtl .half-block__inner {
    float: right;
    width: 680px;
}

.double-block {
    padding: 80px 0 145px 0;
}

.double-block--rtl .double-block__left {
    width: 680px;
}

.double-block--rtl .double-block__right {
    float: right;
    width: 320px;
}

.double-block--big {
    padding-bottom: 125px;
}

.double-block--bigger {
    padding-bottom: 178px;
}

.double-block--biggest {
    padding-bottom: 214px;
}

.double-block--u-pad {
    padding-top: 105px;
}

.double-block .content:before, .double-block .content:after {
    content: " ";
    display: table;
}

.double-block .content:after {
    clear: both;
}

.double-block__left {
    width: 320px;
    margin-right: 40px;
    float: left;
}

.double-block__right {
    float: left;
    width: 680px;
}

.double-block__right .lb-item:nth-child(3n) {
    margin-right: 40px;
}

.double-block__right .lb-item:nth-child(2n) {
    margin-right: 0;
}

.double-block__title {
    margin-bottom: 48px;
}

.double-block__title .h2 {
    font-weight: 600;
}

.double-block__img {
    width: 270px;
}

.double-block__img img {
    max-width: 100%;
}

.double-block__text {
    font-size: 20px;
    line-height: 34px;
}

.double-block__text ul {
    margin-bottom: 44px;
}

.double-block__text ul li {
    line-height: 28px;
    margin-bottom: 12px;
}

.double-block__text ul li:last-child {
    margin-bottom: 0;
}

.double-block__text ul li .fa {
    color: #3dc0ff;
    margin-right: 21px;
}

.double-block__text .p-important {
    margin-bottom: 30px !important;
}

.double-block__text .p-half {
    margin-bottom: 12px;
}

.double-block__text .p-double {
    margin-bottom: 34px;
}

.double-block__text .p-quad {
    margin-bottom: 44px;
}

.list-block {
    font-size: 0;
    padding: 75px 0 0;
}

.list-block--d-pad {
    padding-bottom: 44px;
}

.list-block--u-pad {
    padding-top: 96px;
    padding-bottom: 20px;
}

.lb-item {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin: 0 40px 80px 0;
}

.lb-item:nth-child(3n) {
    margin-right: 0;
}

.lb-item__img {
    margin-bottom: 25px;
    max-width: 70px;
}

.lb-item__img img {
    max-width: 100%;
}

.lb-item__counter {
    font-weight: 600;
    color: #FFF;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: #66cdff;
    border-radius: 100%;
}

.lb-item__counter--orange {
    background: #ffb45e;
}

.lb-item__title {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 21px;
}

.lb-item__text p {
    margin-bottom: 10px;
}

.lb-item__text p:last-child {
    margin-bottom: 0;
}

.bg-block {
    padding: 96px 0;
    background-size: cover;
    background-position: center center;
}

.bg-block--pad-m {
    padding: 122px 0;
}

.bg-block--blue {
    background: #66cdff;
}

.bg-block--orange {
    background: #ffb45e;
}

.bg-block .content {
    max-width: 1200px;
}

.bg-block .double-block {
    background: #fff;
    padding: 80px;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.bg-block .single-block {
    background: #fff;
    padding: 80px;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}
.bg-block .single-block img{
    max-width: 100% !important;
    height: initial !important;
}
.bg-block .double-block:before, .bg-block .double-block:after {
    content: " ";
    display: table;
}

.bg-block .double-block:after {
    clear: both;
}

.bg-block .double-block--d-pad {
    padding-bottom: 125px;
}

.bg-block .double-block__text p:last-child {
    margin-bottom: 60px;
}

.bg-block .b-block {
    padding: 80px;
    background: #fff;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.eq-block {
    max-width: 1040px;
    margin: 0 auto;
}

.eq-block:before, .eq-block:after {
    content: " ";
    display: table;
}

.eq-block:after {
    clear: both;
}

.eq-block__one {
    width: 500px;
    margin-right: 40px;
    float: left;
}

.eq-block__one:nth-child(2n) {
    margin-right: 0;
}

.eq-block__one .report {
    margin: 0;
}

.info-block {
    background: #FFF;
    padding: 60px;
    overflow: hidden;
    min-height: 440px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.15);
}

.info-block--small {
    padding: 40px;
}

.info-block--small .info-block__inner {
    float: none;
    width: 100%;
}

.info-block--small .info-block__img {
    float: none;
    width: 230px;
    position: absolute;
    right: -50px;
    bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.info-block--small .info-block__title {
    margin-bottom: 19px;
}

.info-block--small .info-block__title .h3 {
    font-size: 36px;
    line-height: 40px;
}

.info-block--small .info-block__text p {
    font-size: 16px;
    line-height: 22px;
}

.info-block__inner {
    position: relative;
    float: left;
    width: 440px;
}

.info-block__img {
    width: 240px;
    float: right;
    text-align: center;
}

.info-block__img img {
    max-width: 100%;
}

.info-block__title {
    margin-bottom: 19px;
}

.info-block__title .h3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}

.info-block__title b {
    color: #66cdff;
}

.info-block__text p {
    font-size: 20px;
    line-height: 28px;
}

.info-block__btn {
    position: absolute;
    bottom: 60px;
}

.house-service {
    background: #eeedeb;
}

.house-service__inner {
    position: relative;
}

.house-service__img {
    text-align: center;
}

.house-service__list .ui-ttip {
    position: absolute;
}

.page-list .fa {
    margin-right: 10px;
    font-size: 12px;
}

.page-list .ui-link {
    line-height: 28px;
}

.reports {
    padding: 90px 0 100px;
    background: #f5f5f5;
    position: relative;
}
.reports_search {
    position: absolute;
    top: 5px;
    max-width: 617px;
    margin: auto;
    left: 0;
    right: 0;
}
.reports_not-found {
	font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffa033;
	text-align: center;
}

.services {
    padding: 0 0 100px;
    background: #f5f5f5;
}

.services .service {
    float: left;
    margin: 0 40px 60px 0;
    position: relative;
}

.services-big-list {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.services-big-list:before, .services-big-list:after {
    content: " ";
    display: table;
}

.services-big-list:after {
    clear: both;
}

.services-big-list .service {
    margin-bottom: 0;
}

.services-big-list .service:nth-child(2n) {
    margin-right: 0;
}

.services-list:before, .services-list:after {
    content: " ";
    display: table;
}

.services-list:after {
    clear: both;
}

.services-list .service {
    width: 320px;
    height: 420px;
    padding: 40px;
}

.services-list .service:nth-child(3n) {
    margin-right: 0;
}

.services-list .service__img {
    margin-bottom: 33px;
}

.services-list .service__title .h2 {
    font-size: 32px;
    line-height: 32px;
}

.services-list .service__title b {
    color: #66cdff;
}

.services-list .service__btn {
    bottom: 33px;
}

.devices {
    padding: 0 0 100px;
    background: #f5f5f5;
}

.devices-list {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.devices-list:before, .devices-list:after {
    content: " ";
    display: table;
}

.devices-list:after {
    clear: both;
}

.devices .info-block {
    margin: 0 0 40px 0;
}

.devices .feat-list {
    margin-top: 55px;
}

.page-404 {
    padding-bottom: 100px;
}

.gallery-block {
    background: #f5f5f5;
    padding: 60px 0 80px;
}

.service {
    background: #fff;
    width: 500px;
    height: 540px;
    padding: 60px;
    border-radius: 3px;
    box-shadow: 0 20px 30px 0px rgba(48, 114, 152, 0.15);
    /*cursor: pointer;*/
}

.service:hover .service__img img:first-child {
    opacity: 0;
}

.service:hover .service__img .service__hidden-img {
    opacity: 1;
}

.service:hover .service__title b {
    color: #ffb45e;
}

.service__inner {
    position: relative;
}

.service__img {
    width: 70px;
    margin-bottom: 47px;
    position: relative;
}

.service__img img {
    max-width: 100%;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.service__hidden-img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.service__title .h2 {
    font-weight: 600;
    line-height: 48px;
}

.service__title b {
    color: #66cdff;
    -webkit-transition: color 150ms;
    transition: color 150ms;
}

.service__btn {
    position: absolute;
    bottom: 60px;
}

.services-small {
    font-size: 0;
}

.services-small .service {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 20px 0;
    padding: 0;
    width: 140px;
    height: 160px;
    white-space: normal;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.services-small .service:nth-child(6n) {
    margin-right: 0;
}

.services-small .service__img {
    width: 35px;
    margin-bottom: 13px;
}

.services-small .service__img img {
    max-width: 100%;
}

.services-small .service__title .h2 {
    font-family: "Bebas", sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    font-weight: 400;
}

.services-small .service__title .h2 b {
    font-weight: 600;
    margin-top: 5px;
}

.popup--video {
    background: #000;
    color: #FFF;
    height: 100%;
    height: 100vh;
}

.popup--video .popup__wrapper {
    padding: 0;
    height: 100%;
}

.popup--video .popup__body {
    box-shadow: none;
    width: 100%;
    height: 100%;
    display: table;
    padding-top: 60px;
}

.popup--video .popup__content {
    height: 100%;
    min-height: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: table-cell;
}

.popup__wrapper {
    padding: 40px 0;
}

.popup .ui-link {
    font-size: 16px;
    margin-top: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.popup__body {
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.popup__content {
    background: #FFF;
    border-radius: 2px 2px 0 0;
    padding: 60px 210px;
}

.popup__content .h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 11px;
}

.popup__content a.h3 {
    border-bottom: 2px dashed #bbe9ff;
    color: #66cdff;
    -webkit-transition: color 150ms, border-color 150ms;
    transition: color 150ms, border-color 150ms;
}

.popup__content a.h3:hover {
    color: #ffa033;
    border-color: #ffe2c1;
}

.popup__content a.h3:active {
    color: #ff8a02;
    border-color: #ffdcb3;
}

.popup__content p {
    font-size: 16px;
    line-height: 19px;
    color: #999999;
}

.popup__content p:last-child {
    margin-bottom: 0;
}

.popup__icon {
    margin-bottom: 35px;
}

.popup__icon img {
    max-width: 70px;
}

.popup__important {
    background: #fff8ef;
    padding: 30px 210px 50px;
    font-size: 16px;
    line-height: 26px;
}

.popup__important p {
    margin-bottom: 5px;
}

.popup__important p:last-child {
    margin-bottom: 0;
}

.popup__important ul {
    margin-bottom: 15px;
}

.popup__important ul li {
    margin-bottom: 0;
}

.popup__footer {
    background: #eaf8ff;
    border-radius: 0 0 2px 2px;
    padding: 30px 210px;
}

.popup__footer:before, .popup__footer:after {
    content: " ";
    display: table;
}

.popup__footer:after {
    clear: both;
}

.popup__footer > div {
    float: right;
}

.popup__footer > div:last-child {
    float: left;
}

.popup__footer .ui-btn--orange {
    padding: 18px 33px 17px;
}

.popup__close {
    height: 20px;
    color: #e1e1e1;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 150ms;
    transition: color 150ms;
}

.popup__close:hover {
    color: #b6b6b6;
}

.popup__close i {
    position: relative;
    top: -3px;
}

.send-form__form {
    margin-top: 16px;
}

.send-form .ui-form-row {
    margin-bottom: 30px;
}

.send-form .ui-form-row:last-child {
    margin-bottom: 0;
}

.ui-form-row_mobile {
    display: none;
}

.menu .nav {
    height: 50px;
    display: inline-block;
}

.menu .nav ul {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    font-size: 0px;
}

.menu .nav ul li {
    height: 100%;
    display: inline-block;
}

.menu .nav ul li > a {
    display: block;
    height: 100%;
    line-height: 46px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    position: relative;
    z-index: 6;
    -webkit-transition: background 150ms, color 150ms;
    transition: background 150ms, color 150ms;
}

.menu .nav ul li > a span {
    height: 100%;
}

.menu .nav ul li > a .fa {
    font-size: 12px;
    margin: -5px 0 0 7px;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

.menu .nav ul li._current > a {
    background: #eaf8ff;
    color: #0eaefb;
}

.menu .nav ul li:hover > a {
    background: #eaf8ff;
    color: #0eaefb;
}

.menu .nav ul li:hover > a .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu .nav ul li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menu-dropdown {
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    font-size: 14px;
    width: 100%;
    z-index: 5;
    font-size: 0;
    padding: 50px 0 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
}

.menu-dropdown:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 0px 70px 30px rgba(0, 0, 0, 0.2);
}

.menu-dropdown__inner {
    background: #fff;
    z-index: 2;
    padding-bottom: 20px;
}

.menu-dropdown .content {
    font-size: 0;
    white-space: normal;
}

.menu__burger {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -37px;
    display: none;
    width: 77px;
}

.menu__burger span {
    width: 20px;
    height: 2px;
    background: #212121;
    margin-bottom: 5px;
    display: block;
}

.menu__burger:before {
    content: "Меню";
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 30px;
}

.main-slider {
    height: 740px;
    background: url(../images/slider-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 100px 0 77px 0;
    overflow: hidden;
}

.main-slider .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    cursor: default !important;
}

.main-slider .swiper-slide {
    opacity: .5;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.main-slider .swiper-slide-next, .main-slider .swiper-slide-active {
    opacity: 1;
}

.main-slider .swiper-container-horizontal > .swiper-scrollbar {
    height: 20px;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    bottom: 0;
    border-radius: 20px;
}

.main-slider .swiper-container-horizontal .swiper-scrollbar-drag {
    height: 26px;
    background: #fff;
    border-radius: 20px;
    left: 0;
    top: -3px;
    position: relative;
    box-shadow: 0 5px 25px -10px;
}

.main-slider .swiper-container-horizontal .swiper-scrollbar-drag:after {
    content: "\f0c9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 7px;
    left: 50%;
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #66cdff;
    margin-left: -7px;
    -webkit-transition: color 150ms;
    transition: color 150ms;
}

.main-slider .swiper-container-horizontal .swiper-scrollbar-drag:hover:after {
    color: #ffb45e;
}

.calc-block {
    padding: 90px 0 140px;
    background: #66cdff;
}

.calc-block--small {
    padding-bottom: 70px;
}

.calc-block--smaller {
    padding-bottom: 50px;
}

.calc-block .d-float-block {
    margin-bottom: 80px;
}

.calc-block .d-float-block:last-child {
    margin-bottom: 0;
}

.calc-block__title .h1 {
    font-weight: 600;
    color: #FFF;
    font-size: 81px;
}

.calc-block__img {
    text-align: right;
}

.calc-block__img img {
    max-width: 140px;
}

.calc-block .ui-tabs__body .ui-tabs__item {
    margin-bottom: 0;
}

.calc-block .ui-tabs__body .d-float-block__left {
    min-height: 230px;
    background: #fff;
    padding: 40px;
    border-radius: 0 2px 2px 2px;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.calc-block .ui-tabs__body .d-float-block__left--radius {
    border-radius: 2px;
}

.calc-block--bigger {
    padding-top: 100px;
}

.calc-block--bigger .d-float-block {
    margin-bottom: 68px;
}

.calc-price-block {
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.calc-price-block__head {
    padding: 19px 0 33px;
    text-align: center;
    background: #FFF;
    border-radius: 2px 2px 0 0;
}

.calc-price-block__head p {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.calc-price-block__head p span {
    font-size: 36px;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.calc-price-block__foot {
    text-align: center;
    padding: 30px 0 34px;
    background: #eaf8ff;
    border-top: 1px solid #d4f0ff;
    border-radius: 0 0 2px 2px;
}

.calc-item {
    margin-bottom: 70px;
}

.calc-item:last-child {
    margin-bottom: 0;
}

.calc-item__head {
    color: #3dc0ff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.calc-item__content .ui-ranger {
    width: 460px;
}

.calc-item__content .ui-ttip {
    display: inline-block;
    margin-left: 9px;
}

.calc-item__content .ui-ttip .ui-ttip__btn {
    width: 20px;
    height: auto;
    line-height: 20px;
    background: transparent;
    display: inline-block;
    color: #999999;
    font-size: 20px;
    background: #FFF;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.calc-item__content .ui-ttip .ui-ttip__btn:hover {
    opacity: 1;
    color: #0eaefb;
}

.calc-item__content .ui-ttip .ui-ttip__btn:hover + .ui-ttip__content {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.calc-item__content .ui-ttip .ui-ttip__content {
    width: 230px;
    font-size: 16px;
    line-height: 22px;
    top: -10px;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    white-space: normal;
}

.calc-item__content .ui-ttip .ui-ttip__content:after {
    margin: 0;
    top: 18px;
}

.calc-item__content .ui-ttip .ui-ttip__content b {
    color: #0eaefb;
}

.calc-item__content .ui-form-row {
    margin-bottom: 24px;
}

.radio-list {
    color: #999999;
    font-size: 20px;
}

.radio-list > div {
    margin-right: 5px;
}

.radio-list__item:first-child .radio-list__label {
    border-radius: 2px 0 0 2px;
}

.radio-list__item:last-child .radio-list__label {
    border-radius: 0 2px 2px 0;
    border-right: 1px solid #e1e1e1;
}

.radio-list__input {
    display: none;
}

.radio-list__input:checked + .radio-list__label {
    color: #fff;
    background: #0eaefb;
}

.radio-list__label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 14px 18px 15px;
    border: 1px solid #e1e1e1;
    border-right: none;
    color: #999999;
    font-size: 20px;
    background: #FFF;
}

.contacts {
    padding: 40px 0 80px 0;
}

.contacts .content {
    position: relative;
}

.contacts-tabs {
    position: absolute;
    left: 0;
    top: -120px;
    width: 500px;
    z-index: 2;
}

.contacts-tabs .ui-tabs__btn {
    padding: 11px 11px 16px;
}

.contacts-map:before, .contacts-map:after {
    content: " ";
    display: table;
}

.contacts-map:after {
    clear: both;
}

.contacts-map__inner {
    float: right;
    width: 680px;
    height: 530px;
    background: #f4f0d3;
}

.contact-block {
    background: #fff;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.contact-block__content {
    padding: 80px 40px 90px;
    border-radius: 0 2px 0 0;
}

.contact-block__bottom {
    background: #eaf8ff;
    border-top: 1px solid #d4f0ff;
    padding: 20px 40px;
    border-radius: 0 0 2px 2px;
}

.contact-row {
    margin-bottom: 20px;
}
.contact-row__condensed {
    margin-bottom: 0;
}

.contact-row:before, .contact-row:after {
    content: " ";
    display: table;
}

.contact-row:after {
    clear: both;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-row__icon {
    float: left;
    width: 22px;
    min-height: 1px;
    margin-right: 20px;
    text-align: center;
}

.contact-row__info {
    float: left;
    width: 375px;
    font-size: 20px;
    line-height: 28px;
}

.contact-row__info p {
    font-size: 14px;
    line-height: 21px;
}

.contact-row .fa {
    color: #66cdff;
    font-size: 22px;
    line-height: 28px;
}

.contact-row .fa-envelope {
    font-size: 18px;
}

#fz_wrap a {
    vertical-align: top;
}
.promo-block__blog-article{
    padding-top: 80px;
}
@media screen and (max-width: 1100px) {
    .content {
        padding: 0 15px;
    }

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

    .img-block__content {
        margin-right: 0;
    }

    .img-block .img-block__img {
        width: 280px;
    }

    .feat-item {
        display: block;
        width: 100%;
        text-align: center;
    }

    .feat-item__img {
        float: none;
        width: 80px;
        margin-right: 0;
        display: inline-block;
    }

    .feat-item__content {
        width: 100%;
        float: none;
    }

    .double-col-block__content {
        padding-bottom: 10px;
    }

    .promo-block__icon {
        display: none;
    }

    .promo-block__title {
        text-align: center;
    }

    .promo-block__left {
        width: 100%;
        float: none;
    }

    .promo-block__bottom {
        text-align: center;
    }

    .promo-block__bottom > * {
        display: block;
    }

    .promo-block__bottom > div:first-child {
        margin: 0 auto 30px auto;
    }

    .lb-item {
        width: 100%;
        display: block;
    }

    .double-block--rtl .double-block__left {
        width: 600px;
    }

    .promo-block__reports .promo-block__title {
        text-align: left;
    }

    .eq-block__one {
        float: none;
        width: 90%;
        margin: 0 auto 60px auto;
    }

    .eq-block__one .report {
        margin: 0 auto;
    }

    .eq-block__one:nth-child(2n) {
        margin-right: auto;
    }

    .contacts-tabs {
        position: relative;
        top: 0;
        left: 0;
        margin: -87px 0 60px 0;
        width: 100%;
    }

    .contacts-tabs .ui-tabs {
        text-align: center;
    }

    .contacts-map__inner {
        float: none;
        width: 100%;
    }

    .d-float-block__left {
        width: 90%;
        margin-right: 0;
        margin: 0 auto 50px auto;
        float: none;
    }

    .d-float-block__right {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .ui-tabs {
        width: 90%;
        margin: 0 auto;
    }

    .ui-form-row__no-tuch {
        display: none;
    }

    .ui-form-row_mobile {
        display: block;
    }

    .ui-form-row__input {
        width: 90%;
    }

    .ui-form-row-wr--double .ui-form-row {
        margin-bottom: 30px !important;
        width: 100%;
    }

    .promo-index .content {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .ui-form-row-wr--double .ui-form-row .ui-form-row__input {
        width: auto;
    }

    .header {
        padding-top: 20px;
    }

    .content {
        padding: 0 15px;
    }

    .menu .fa {
        display: none;
    }

    .menu .nav {
        height: auto;
        position: absolute;
        top: 100%;
        left: 0;
        background: #66cdff;
        z-index: 2;
        width: 100%;
        display: none;
        margin-top: -50px;
    }

    .menu .nav ul {
        display: block;
    }

    .menu .nav ul li {
        display: block;
    }

    .menu .nav ul li .menu-dropdown {
        display: none;
    }

    .menu .nav ul li:hover .menu-dropdown {
        display: none;
    }

    .menu .nav ul li a {
        color: #fff;
    }

    .header > .content {
        height: auto;
    }

    .menu__burger {
        display: block;
    }
    .soc-block-header {
        width: 90%;
    }

    .footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .footer__left {
        text-align: center;
    }

    .footer .footer__center {
        display: none;
    }

    .footer .footer__right {
        padding: 0;
        border: 0;
    }

    .footer .footer__right .contacts-small,
    .footer .footer__right .contacts-small__location,
    .footer .footer__right .soc-block {
        text-align: center;
    }

    .footer .footer__right .soc-block {
        margin: 25px 0;
    }

    .promo-index {
        height: auto;
    }

    .promo-index__left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .ui-video-btn:before {
        display: none;
    }

    .promo-index__img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .promo-index {
        overflow: inherit;
    }

    .promo-index__right {
        width: 100%;
        margin-top: -20px;
        text-align: center;
        float: none;
    }

    .square-block {
        margin: 0 auto 20px auto;
    }

    .img-block__title:before, .img-block__title:after {
        display: none;
    }

    .img-block {
        padding-bottom: 0;
    }

    .img-block__content {
        float: none;
        width: 100%;
        margin: 0 0 130px 0;
    }

    .img-block__title {
        padding: 150px 0 30px 0;
    }

    .img-block__img {
        padding-top: 0;
    }

    .img-block .img-block__img {
        width: 100%;
        margin: 140px 0 60px 0;
        text-align: center;
    }

    .imp-bg-block .content {
        height: 100%;
    }

    .imp-bg-block__content {
        width: 90%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .img-block--left .img-block__img {
        margin-top: 0;
    }

    .img-block--left .img-block__content {
        float: none;
        width: 100%;
        margin: 0 0 70px 0;
    }

    .feat-item:last-child {
        margin-bottom: 70px;
    }

    .report {
        width: 52%;
        margin: 0 auto 50px auto;
        display: block;
    }

    .report:nth-child(2n) {
        margin-right: auto;
    }

    .popup__content {
        padding: 60px;
    }

    .promo-block__title {
        text-align: center;
    }

    .services .service {
        float: none;
        width: 90%;
        margin: 0 auto 60px auto;
    }

    .services-big-list .service:nth-child(2n) {
        margin-right: auto;
    }

    .services-list .service:nth-child(3n) {
        margin-right: auto;
    }

    .double-block__left {
        float: none;
        width: 100%;
    }

    .calc-block__img {
        display: none;
    }

    .ui-tabs {
        width: 90%;
        margin: 0 auto;
    }

    .bg-block .double-block {
        padding: 80px 40px;
    }

    .double-block__left,
    .double-block__right {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .house-service__img img {
        width: 100%;
    }

    .house-service {
        overflow: hidden;
    }

    .double-block--rtl .double-block__left,
    .half-block {
        width: 100%;
    }

    .ui-ranger.noUi-target {
        width: 70%;
        margin: 0 auto;
    }

    .calc-item__content .ui-ranger {
        width: 70%;
    }

    .promo-block__bottom > div:first-child {
        width: 100%;
    }

    .double-block--rtl .double-block__right {
        float: none;
        margin: 0 auto 40px auto;
    }

    .double-block--rtl .double-block__title {
        text-align: center;
    }

    .device-small__img {
        float: left;
        width: 20%;
        margin-right: 5.8%;
    }

    .device-small__content {
        float: left;
        width: 70%;
    }

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

    .promo-block__corner {
        position: relative;
        top: 0;
        left: 0;
    }

    .promo-block__corner .round-info {
        margin: 50px auto 0 auto;
    }

    .promo-block__reports .promo-block__title {
        text-align: center;
    }

    .eq-block__one {
        float: none;
        width: 90%;
        margin: 0 auto 60px auto;
    }

    .eq-block__one .report {
        margin: 0 auto;
    }

    .eq-block__one:nth-child(2n) {
        margin-right: auto;
    }

    .devices .info-block {
        width: 90%;
        margin: 0 auto 40px auto;
        text-align: center;
    }

    .devices .info-block__img {
        display: block;
        float: none;
        margin: 0 auto 40px auto;
    }

    .devices .info-block__inner {
        width: 100%;
        float: none;
    }

    .b-block__title,
    .b-block__text {
        text-align: center;
    }

    .services-small .service {
        width: 100%;
        display: block;
        text-align: center;
    }

    .services-small .service__img {
        margin: 0 auto;
    }

    .ui-form-row-wr--double .ui-form-row {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .ui-form-row__input {
        width: auto;
    }

    .popup__important {
        padding: 30px 110px 50px;
    }

    .send-form {
        padding: 0;
    }

    .overlay__wrapper,
    .overlay__popup {
        display: block;
    }

    .popup {
        display: block;
        margin: 0 20px;
    }

    .popup__footer {
        padding: 30px 30px;
    }

    .square-block {
        width: 90%;
    }

    .square-block:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

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

    .slick-dots {
        display: block;
    }

    .gallery-slider .slick-wr {
        width: 100%;
    }

    .gallery-slider .slick-wr .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .promo-index__calculator {
        padding: 20px;
        border-radius: 40px;
        font-size: 28px;
        line-height: 28px;
    }

    .report {
        width: 68%;
    }

    .imp-bg-block__content {
        height: 110%;
        padding: 80px 50px;
    }

    .imp-bg-block__content .h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .popup__footer > div {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }

    .popup__footer > div:last-child {
        float: none;
    }
    .bg-block{
        padding: 0;
    }
    .bg-block .content{
        padding: 0;
    }
    .bg-block .single-block{
        padding: 60px 15px;
    }
    .bg-block .content .single-block h2{
        text-align: left;
    }
    .promo-block__blog-article .promo-block__title .h1{
        text-align: left;
        font-size: 56px;
    }

}

@media screen and (max-width: 620px) {
    .report {
        width: 68%;
    }
}

@media screen and (max-width: 680px) {
    .calc-item__content .ui-ranger {
        width: 55%;
    }
}

@media screen and (max-width: 520px) {
    .report {
        width: 95%;
    }
}

@media screen and (max-width: 480px) {
    .h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .promo-index__calculator {
        padding: 15px;
        border-radius: 25px;
        font-size: 20px;
        line-height: 20px;        
    }

    .h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .p-important {
        font-size: 24px;
        line-height: 30px;
    }

    .imp-bg-block__content {
        padding: 20% 24px 20% 24px;
    }

    .imp-bg-block__content .h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .contacts-small__phone {
        font-size: 21px;
    }

    .ui-btn-changer span {
        font-size: 8px;
    }

    .header .logo {
        width: 100px;
    }

    .header .logo a {
        width: auto;
    }

    .header .logo a img {
        width: 100%;
    }

    .popup__content {
        padding: 60px 30px;
    }

    .service {
        padding: 60px 30px;
    }

    .service__title .h2 {
        line-height: 40px;
        font-size: 34px;
    }

    .services-list .service {
        padding: 60px 30px;
    }

    .services-list {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    .calc-item__content .ui-ranger {
        width: 50%;
        margin-left: 0;
    }

    .ui-switch {
        width: 100%;
        white-space: inherit;
    }

    .ui-switch .ui-switch__label {
        width: 70%;
        font-size: 14px;
    }

    .radio-list {
        font-size: 14px;
    }

    .radio-list__item {
        margin-bottom: 15px;
        display: inline-block;
    }

    .radio-list__label {
        padding: 3px 7px 3px;
        font-size: 14px;
    }

    .calc-block__title .h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .devices .info-block {
        padding: 60px 30px;
    }

    .devices .info-block__img {
        width: 50%;
    }

    .devices .info-block__img img {
        width: 100%;
    }

    .promo-block__title .h1 {
        font-size: 64px;
        line-height: 60px;
        word-wrap: break-word;
    }

    .ui-tabs__btn {
        width: 100%;
    }

    .popup__important {
        padding: 30px 30px 50px;
    }
}

@media screen and (max-width: 400px) {
    .ui-form-row__input,
    .ui-form-row-wr--double .ui-form-row .ui-form-row__input {
        width: 75%;
    }
}

@media screen and (max-width: 380px) {
    .calc-item__content .ui-ranger {
        width: 40%;
    }
}

@media screen and (max-width: 320px) {
    .ui-video-btn i {
        font-size: 12px;
    }
    .report__title{
        font-size: 20px;
        line-height: 24px;
    }
}

.modal .modal-dialog {
    width: 90%;
}

.modal .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    border: none;
}

.modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1 !important;
    text-shadow: none;
    padding: 5px;
    margin-top: -7px;
    margin-right: -5px;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 30px;
    font-weight: lighter;
}

.modal .modal-dialog .modal-content .modal-footer {
    text-align: left;
}

.modal.modal-callback .modal-dialog {
    max-width: 300px;
}
/**
 Новые стили
*/
.double-block .content {
    max-width: 1040px;
    font-size: 20px;
    line-height: 34px;
}
.double-block .content h2 {
    font-weight: 600;
    margin-bottom: 48px;
    width: 650px;
    font-family: "Bebas", sans-serif;
    font-size: 48px;
    line-height: 56px;
}
.double-block .content ul{
    margin-bottom: 44px;
    width: 650px;
}
ul.checkboxed {
    font-size: 18px;
}
.double-block .content ul li,
ul.checkboxed li {
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 26px;
    margin-left: 10px;
}
.double-block .content ul li:before,
ul.checkboxed li:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f046";
    color: #3dc0ff;
    margin-right: 21px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    display: block;
    position: absolute;
    left: 0;
    line-height: 33px;
}
.double-block .content > p {
    width: 650px;
}
.double-block .content p:first-child {
    margin-bottom: 0;
}
.double-block .content img.right {
    position: absolute;
    right: 0;
    width: 270px;
}
.house-service .content ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.house-service .content ul li {
    position: absolute;
    display: block;
    width: 40px;
}
.house-service .content ul li:before {
    content: '+';
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    font-size: 34px;
    color: #FFF;
    background: #ffb45e;
    text-align: center;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    display: block;
}
.house-service .content ul li:hover::before {
    opacity: .5;
}
.house-service .content ul li span {
    padding: 20px;
    min-width: 300px;
    border: none;
    font-size: 18px;
    position: absolute;
    background: #FFF;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    top: 50%;
    left: 55px;
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    box-shadow: 5px 0 30px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
}
.house-service .content ul li span strong {
    font-weight: bold;
}
.house-service .content ul li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.house-service .content ul li:hover span:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ffffff transparent transparent;
}
.bg-block .content div:not(.single-block) h2 {
    width: 320px;
    margin-right: 40px;
    float: left;
    margin-bottom: 48px;
    font-family: "Bebas", sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}
.bg-block .content .single-block h2 {
    font-family: "Bebas", sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin: 20px 0;
}
.bg-block .content .single-block > p {
    font-size: 20px;
    line-height: 34px;
}
.bg-block .content .single-block ul, .bg-block .content .single-block ol {
    position: relative;
    counter-reset: elementcounter;
}
.bg-block .content .single-block ul > li {
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 26px;
    margin-left: 10px;
    font-size: 20px;
}
.bg-block .content .single-block ul > li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f046";
    color: #3dc0ff;
    margin-right: 21px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    display: block;
    position: absolute;
    left: 0;
    line-height: 33px;
}
.bg-block .content .single-block ol > li {
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 25px;
    margin-left: 0px;
    font-size: 20px;
}
.bg-block .content .single-block ol > li:before {
    content: counter(elementcounter) '.';
    counter-increment: elementcounter;
    color: #3dc0ff;
    display: block;
    position: absolute;
    left: 0;
    line-height: 28px;
}
.bg-block .content .single-block li h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
.bg-block.bg-block--orange .content .single-block ul > li:before,
.bg-block.bg-block--orange .content .single-block ol > li:before {
    color: #ffb45e;
}
.bg-block .content > p, .bg-block .content .double-block > p {
    font-size: 20px;
    line-height: 34px;
    padding-left: 360px;
}
.bg-block.bg-block--blue .content > p:first-of-type {
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #0eaefb;
    margin-bottom: 30px;
}
.bg-block .content > p:first-of-type {
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffa033;
    margin-bottom: 30px !important;
}

.double-block:not(.double-block--rtl) .content h2 {
    float: left;
    width: 320px;
    margin-right: 40px;
}
.double-block:not(.double-block--rtl) .content > p {
    width: 100%;
    padding-left: 360px;
}
.double-block:not(.double-block--rtl) .content > p:last-of-type, .bg-block .content .double-block >  p:last-of-type {
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffa033;
}
.b-block--line-top .content > h2 {
    font-family: "Bebas", sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 20px;
}
.b-block--line-top .content > p {
    font-size: 20px;
    line-height: 34px;
}
.b-block--line-top .content i {
    font-style: italic;
}
.b-block--line-top .content ol, .double-block .content ol, .double-block > ol {
    counter-reset: elementcounter;
    font-size: 0;
    padding: 51px 0 0;
}
.double-block > ol {
    padding-left: 360px;
}
.b-block--line-top .content ol li::before, .double-block .content ol li::before, .double-block > ol li::before {
    content: counter(elementcounter);
    counter-increment:elementcounter;
    font-weight: 600;
    color: #FFF;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: #66cdff;
    border-radius: 100%;
    display: block;
    margin-bottom: 25px;
    max-width: 70px;
}
.bg-block--orange .double-block > ol li::before {
    background: #ffb45e;
}
.b-block--line-top .content ol li, .double-block .content ol li, .double-block > ol li {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    width: 315px;
    margin: 0 25px 80px 0;
}
.double-block > ul{
    padding-left: 360px;
}
.double-block > ul li {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    width: 315px;
    margin: 0 20px 80px 0;
}
.double-block > ul li > img {
    margin-bottom: 25px;
    max-width: 70px;
}
.double-block > ul li > p {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 21px;
}
.b-block--line-top .content ol h4, .double-block .content ol h4, .double-block > ol h4 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 21px;
}
.double-block .device-small-list {
    float:right;
    width:  680px;
}
.b-block .content > p:last-of-type:not(:first-child),
.double-block--rtl .content > p:last-of-type:not(:first-child) {
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #0eaefb;
}
.h2-main {
    text-align: center;
}
.ul-main {
    list-style: disc;
    margin-left: 1.75em;
}
.ul-main_li {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.breadcrumbs {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 41px;
    padding-bottom: 80px;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: bottom;
}
.breadcrumbs li a {
    border-bottom: 1px dotted #fff;
}
.breadcrumbs li:not(:last-of-type)::after {
    content: ' > ';
    vertical-align: bottom;
}
.bg-block .content .single-block > ul.faq > li {
    margin-left: 20px;
}
.bg-block .content .single-block > ul.faq > li:not(:last-child) {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 12px;
}
.bg-block .content .single-block > ul.faq > li:before {
    content: "\f059";
    font-size: 36px;
}
.bg-block .content .single-block > ul.faq > li > h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    cursor: pointer;
}
.bg-block .content .single-block > ul.faq > li > h4::after {
    content: " \f107";
    font-family: FontAwesome;
}
.bg-block .content .single-block > ul.faq > li.open > h4::after {
    content: " \f106";
}
.bg-block .content .single-block > ul.faq > li > div {
    display: none;
}
.bg-block.bg-block--orange .content .single-block > ul > li:before {
    color: #ffb45e;
}
.calc-block-2 .d-float-block__left, .calc-block-2 .d-float-block__right {
    width: 45%;
}
.double-block.double-block--rtl {
    padding-bottom: 60px;
}
.flat-state {
    display: none;
}
.nav-bottom {
    display: inline-block;
    margin-right: 5em;
}
.nav-bottom__link {
    font-size: 14px;
}
.ya-badge {
    float: right;
}

.documents-imagewrapper {
    text-align: center;
}
.documents-image {
    max-width: 80vw;
    max-height: 80vh;
}

@media screen and (max-width: 992px) {
    .double-block .content > p {
        width: auto;
    }
    .double-block .content img.right {
        display: block;
        position: static;
        margin: 0 auto 40px auto;
    }
    .double-block .content h2 {
        text-align: center;
        width: auto;
        font-size: 40px;
        line-height: 40px;
    }
    .double-block .content ul {
        width: auto;
    }
    .double-block .content ul li:before {
        left: 28px;
        line-height: 35px;
    }
    .double-block {
        padding-bottom: 50px;
    }
    .bg-block .content h2 {
        width: auto;
        font-size: 40px;
        line-height: 40px;
    }
    .bg-block .content > p, .bg-block .content .double-block > p {
        padding-left: 0;
    }
    .b-block--line-top .content > h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .b-block--line-top .content i {
        text-align: center;
    }
    .b-block {
        padding-bottom: 40px;
    }
    .double-block:not(.double-block--rtl) .content h2 {
        width: auto;
        float: none;
        margin-right: 0px;
    }
    .double-block .device-small-list {
        width: 100%;
    }
    .double-block:not(.double-block--rtl) .content > p {
        padding-left: 0;
    }
    .double-block > ol {
        padding-left: 0;
    }
    .info-block--small .info-block__img {
        position: static;
        padding-top: 20px;
    }
    .contact-row__info {
        width: auto;
    }
}
 @media screen 
and (max-width: 736px)
and (orientation: landscape){
    .header .logo{
        transform: translateY(-40%);
    }  
}
@media screen 
and (max-width: 767px)
and (orientation: portrait){
    .bg-block .content{
        text-align: left !important;
    }
    .header .logo{
        transform: translateY(-65%);
    }
    
}
@media screen 
and (min-width: 768px)
and (max-width: 1023px)
and (orientation: portrait){
     .bg-block{
        padding: 0;
    }
    .bg-block .content{
        padding: 0;
    }
    .bg-block .single-block{
        padding: 60px 15px;
    }
    .header .logo{
        transform: translateY(-50%);
    }
}
 @media screen 
 and (min-width: 768px) 
 and (max-width: 1024px) 
 and (orientation: landscape){
    .header .menu {
        margin-left: 7px;
    }
} 
@media screen 
and (min-width: 1024px) 
and (orientation: portrait){
    .header .menu {
        margin-left: 7px;
    }
}
@media screen and (max-width: 380px) {
    .menu__burger{
        margin: -30px 0 0 -20px;
    }
    .menu__burger:before {
        content: "Меню";
        text-transform: uppercase;
        position: absolute;
        top: 100%;
        left: -15px;
    }
    .soc-block-header {
        width: 85%;
    }
}
@media (max-width: 1110px) {
    .contacts-small__phone {
        font-size: 22px;
        margin-top: 0;
    }
    .menu .nav ul li > a {
        padding: 0 10px;
    }
    .contacts-small__location {
        margin-top: 8px;
    }
    .contacts-small__callme {
        font-size: 12px;
        font-weight: bold;
    }
}
.widecalc {
    background: #fff;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.2);
}
.widecalc__inner {
    padding: 40px 40px 22px;
}
.d-float-block_widecalc {
    margin-bottom: 20px !important;
}
.d-float-block__left_widecalc {
    width: 579px;
    margin-right: 45px;
}
.d-float-block__right_widecalc {
    width: 335px;
}
.ui-form-row__input_widecalc {
    width: 320px;
    height: 45px;
}
.calc-item_wideranger {
    margin-bottom: 60px;
}
.calc-item_widecalc {
    margin-bottom: 44px;
}
.calc-item_slim {
    margin-bottom: 0;
}
.calc-item__head_widecalc {
    margin-bottom: 14px;
}
.radio-list__item_widecalc {
    margin-left: 21px;
}
.radio-list__item_widecalc:first-child {
    margin-left: 0;
}
.radio-list__label_widecalc {
    text-transform: uppercase;
    color: #3dc0ff;
    border-right: 1px solid #e1e1e1;
    font-size: 23px;
}
.widecalc-services_column {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
.widecalc-services_column:first-child {
    margin-left: 0;
}
.widecalc-discount {
    text-align: center;
    position: relative;
    top: 15px;
    width: 215px;
    box-shadow: 0 0 0 2px #e1e1e1;
    border-radius: 1px;
    transition: 150ms;
    background-image: url("/images/discount_30.gif");
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 216px;
    min-height: 161px;
}
.widecalc-discount_note {
    position: absolute;
    bottom: -31px;
    width: 100%;
    font-size: 11px;
    color: #999;
}
.widecalc-services_btn {
    position: absolute;
    top: -20px;
    width: 100%;
}
.img-wrapper {
    text-align: center;
}
.img-wrapper img {
    vertical-align: top;
}
.two-cols {
    font-size: 1.4em;
    line-height: normal;
}
.two-cols dt,
.two-cols dd {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.two-cols div {
    padding-top: 2px;
    padding-bottom: 2px;
}
.two-cols div:nth-child(even) {
    background-color: #f2f2f2;
}