@charset "UTF-8";
#__bs_notify__ {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
}

html,
body {
    min-width: 320px;
}

@media (max-width: 1200px) {
    html.overflow,
    body.overflow {
        overflow: hidden;
    }
}

html.popup-overflow,
body.popup-overflow {
    overflow: hidden;
}

body {
    font-size: 14px;
    font-family: 'Roboto';
    overflow-x: hidden;
    color: #212121;
}

[class^="ic-"], [class*=" ic-"] {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

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

button {
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
}

strong {
    font-weight: bold;
}

.link {
    color: #80d282;
    font-size: 16px;
    padding: 5px 0;
    line-height: 30px;
    position: relative;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

@media (min-width: 769px) {
    .link {
        line-height: 30px;
        font-size: 18px;
    }
}

.link:after {
    content: "";
    height: 2px;
    background: #80d282;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.link:hover {
    color: #61bc63;
}

.link:hover:after {
    opacity: 0;
}

@-webkit-keyframes infiniBounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
    40% {
        -webkit-transform: translateY(-5px) rotate(90deg);
        transform: translateY(-5px) rotate(90deg);
    }
    60% {
        -webkit-transform: translateY(5px) rotate(90deg);
        transform: translateY(5px) rotate(90deg);
    }
}

@keyframes infiniBounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
    40% {
        -webkit-transform: translateY(-5px) rotate(90deg);
        transform: translateY(-5px) rotate(90deg);
    }
    60% {
        -webkit-transform: translateY(5px) rotate(90deg);
        transform: translateY(5px) rotate(90deg);
    }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

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

.container:after {
    clear: both;
}

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

@media (min-width: 993px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1201px) {
    .container {
        width: 1150px;
    }
}

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

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

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

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

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
    width: 81.25%;
}

.col-xs-14 {
    width: 87.5%;
}

.col-xs-15 {
    width: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
    right: 81.25%;
}

.col-xs-pull-14 {
    right: 87.5%;
}

.col-xs-pull-15 {
    right: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
    left: 81.25%;
}

.col-xs-push-14 {
    left: 87.5%;
}

.col-xs-push-15 {
    left: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-13 {
        width: 81.25%;
    }

    .col-sm-14 {
        width: 87.5%;
    }

    .col-sm-15 {
        width: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-13 {
        right: 81.25%;
    }

    .col-sm-pull-14 {
        right: 87.5%;
    }

    .col-sm-pull-15 {
        right: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-push-13 {
        left: 81.25%;
    }

    .col-sm-push-14 {
        left: 87.5%;
    }

    .col-sm-push-15 {
        left: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-13 {
        width: 81.25%;
    }

    .col-md-14 {
        width: 87.5%;
    }

    .col-md-15 {
        width: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-13 {
        right: 81.25%;
    }

    .col-md-pull-14 {
        right: 87.5%;
    }

    .col-md-pull-15 {
        right: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-push-13 {
        left: 81.25%;
    }

    .col-md-push-14 {
        left: 87.5%;
    }

    .col-md-push-15 {
        left: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-13 {
        width: 81.25%;
    }

    .col-lg-14 {
        width: 87.5%;
    }

    .col-lg-15 {
        width: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-13 {
        right: 81.25%;
    }

    .col-lg-pull-14 {
        right: 87.5%;
    }

    .col-lg-pull-15 {
        right: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-push-13 {
        left: 81.25%;
    }

    .col-lg-push-14 {
        left: 87.5%;
    }

    .col-lg-push-15 {
        left: 93.75%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.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: 768px) {
    .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: 768px) {
    .visible-xs-block {
        display: block !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: "icons";
    src: url("../fonts/icons/icons.eot");
    src: url("../fonts/icons/icons.eot?#iefix") format("eot"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype");
}

.ic-apple:before, .ic-arrow:before, .ic-arrowbig:before, .ic-arrowlong:before, .ic-arrowshort:before, .ic-download:before, .ic-draugiem:before, .ic-fb:before, .ic-fruits:before, .ic-gluten:before, .ic-h2o:before, .ic-ig:before, .ic-juice:before, .ic-juicesqueeze:before, .ic-location:before, .ic-mail:before, .ic-manifacture:before, .ic-nocolorants:before, .ic-noconcervants:before, .ic-nosugar:before, .ic-nuts:before, .ic-pack:before, .ic-packagelg:before, .ic-packagesm:before, .ic-packagexl:before, .ic-packagexs:before, .ic-star:before, .ic-tel:before, .ic-top:before, .ic-triangle:before, .ic-vegan:before {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.ic-apple:before {
    content: "";
}

.ic-arrow:before {
    content: "";
}

.ic-arrowbig:before {
    content: "";
}

.ic-arrowlong:before {
    content: "";
}

.ic-arrowshort:before {
    content: "";
}

.ic-download:before {
    content: "";
}

.ic-draugiem:before {
    content: "";
}

.ic-fb:before {
    content: "";
}

.ic-fruits:before {
    content: "";
}

.ic-gluten:before {
    content: "";
}

.ic-h2o:before {
    content: "";
}

.ic-ig:before {
    content: "";
}

.ic-juice:before {
    content: "";
}

.ic-juicesqueeze:before {
    content: "";
}

.ic-location:before {
    content: "";
}

.ic-mail:before {
    content: "";
}

.ic-manifacture:before {
    content: "";
}

.ic-nocolorants:before {
    content: "";
}

.ic-noconcervants:before {
    content: "";
}

.ic-nosugar:before {
    content: "";
}

.ic-nuts:before {
    content: "";
}

.ic-pack:before {
    content: "";
}

.ic-packagelg:before {
    content: "";
}

.ic-packagesm:before {
    content: "";
}

.ic-packagexl:before {
    content: "";
}

.ic-packagexs:before {
    content: "";
}

.ic-star:before {
    content: "";
}

.ic-tel:before {
    content: "";
}

.ic-top:before {
    content: "";
}

.ic-triangle:before {
    content: "";
}

.ic-vegan:before {
    content: "";
}

.ic-nolactose::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../../assets/svg/lactose.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.ic-nogluten::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../../assets/svg/gluten-free.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    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 {
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-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;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

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

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#007aff'/></svg>");
    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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#000000'/></svg>");
}

.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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#ffffff'/></svg>");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#007aff'/></svg>");
    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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#000000'/></svg>");
}

.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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#ffffff'/></svg>");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -o-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;
}

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

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

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

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

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

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

.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);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-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;
}

.swiper-container-3d {
    -webkit-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;
    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));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.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));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.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));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.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));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.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;
    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-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

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

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-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;
    -ms-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;
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-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;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    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);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}

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

.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%;
    -ms-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,<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='#6c6c6c' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='#l' opacity='.27'/><use xlink:href='#l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='#fff' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='#l' opacity='.27'/><use xlink:href='#l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
}

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

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

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

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 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;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(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;
}

@-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;
    -ms-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-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

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

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

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(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, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

.BTN {
    cursor: pointer;
    display: inline-block;
    outline: none;
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    min-width: 160px;
    text-align: center;
}

@media (min-width: 769px) {
    .BTN {
        padding: 20px 45px;
        font-size: 16px;
    }
}

.BTN--borders {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.BTN--borders:hover {
    background: rgba(255, 255, 255, 0.2);
}

.BTN--white {
    background: #ffffff;
    color: #303030;
}

.BTN--white:hover {
    background: #f2f2f2;
}

.BTN--green {
    background: #1fda88;
    color: #ffffff;
}

.BTN--green:hover {
    background: #0fa865;
}

.BTN--apple {
    background: #80d282;
    color: #ffffff;
}

.BTN--apple[disabled="disabled"] {
    background: #97dd99;
    cursor: not-allowed;
}

.BTN--apple[disabled="disabled"]:hover {
    background: #97dd99;
}

.BTN--apple:hover {
    background: #61bc63;
}

.BTN--orange {
    background: #ffb55e;
    color: #ffffff;
}

.BTN--orange:hover {
    background: #ffa53b;
}

.BTN--black {
    background: #212121;
    color: #303030;
}

.BTN--black:hover {
    background: #131313;
}

.BTN--gray {
    background: #f5f5f5;
    color: #212121;
}

.BTN--gray:hover {
    background: gainsboro;
}

.BTN--nobg {
    background: none;
    color: #212121;
}

.BTN--nobg:hover {
    background: none;
    text-decoration: underline;
}

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

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

.LOADER {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.LOADER__spinner {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 60px;
    width: 60px;
    border: 2px solid #ffb55e;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    right: 0;
    bottom: 0;
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
}

.NEWSITEM {
    margin-top: 60px;
}

@media (min-width: 1201px) {
    .NEWSITEM {
        margin-top: 80px;
    }
}

.NEWSITEM__image {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.NEWSITEM__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
}

.NEWSITEM__image > .aspect-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .NEWSITEM__image {
        margin: 0 -8% 20px -8%;
    }
}

.NEWSITEM__image-label {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #a8a8a8;
    text-align: center;
}

@media (min-width: 1201px) {
    .NEWSITEM__image-label {
        margin-bottom: 30px;
    }
}

.NEWSITEM__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

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

.NEWSITEM__text {
    overflow: hidden;
    margin-bottom: 20px;
}

.NEWSITEM__text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

@media (min-width: 1201px) {
    .NEWSITEM__text p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
}

.NEWSITEM__button {
    text-align: center;
}

.PAGINATION {
    text-align: center;
    margin-top: 40px;
}

.PAGINATION ul {
    display: inline-block;
    list-style-type: none !important;
}

.PAGINATION ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    cursor: pointer;
}

.PAGINATION ul li .link {
    font-size: 16px;
    font-weight: normal;
    color: #212121;
    position: relative;
    padding: 0 0 4px 0;
    vertical-align: top;
    line-height: 20px !important;
    margin: 0 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1201px) {
    .PAGINATION ul li .link {
        margin: 0 10px;
    }
}

.PAGINATION ul li .link:hover:after {
    opacity: 1;
}

.PAGINATION ul li .link.nav {
    font-size: 20px;
    padding: 0;
}

.PAGINATION ul li .link.nav:after {
    opacity: 0 !important;
}

.PAGINATION ul li .link:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #80d282;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.PAGINATION ul li .link.prev [class*="ic-"] {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.PAGINATION ul li .link.next [class*="ic-"] {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.PAGINATION ul li .current {
    font-weight: bold;
    cursor: normal;
    pointer-events: none;
}

.PAGINATION ul li .current:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #80d282;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.TOTHETOP {
    cursor: pointer;
    color: #909090;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.TOTHETOP [class*="ic-"] {
    vertical-align: middle;
    font-size: 20px;
    color: #909090;
    margin-left: 10px;
}

.TEXT h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (min-width: 993px) {
    .TEXT h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

.TEXT h2 {
    font-size: 36px;
    font-weight: 300;
}

.TEXT p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 24px;
}

@media (min-width: 993px) {
    .TEXT p {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 24px;
    }
}

.TEXT strong {
    font-weight: bold;
}

.TEXT ul {
    list-style-type: none !important;
    margin-top: 30px;
}

.TEXT ul li {
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 30px;
}

@media (min-width: 993px) {
    .TEXT ul li {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 30px;
    }
}

.TEXT ul li:after {
    font-family: "icons";
    content: "\E001";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #80d282;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.TEXT ol {
    margin-top: 30px;
    list-style-position: inside;
}

.TEXT ol li {
    margin: 0 0 20px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 30px;
}

@media (min-width: 993px) {
    .TEXT ol li {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 30px;
    }
}

.TEXT img {
    margin: 0 0 30px;
    max-width: 100%;
    height: auto;
}

@media (min-width: 993px) {
    .TEXT img {
        margin: 0 0 60px;
    }
}

.TEXT img.fullwidth {
    width: 100%;
}

.TEXT iframe {
    max-width: 100%;
}

.TEXT__video {
    position: relative;
    margin: 0 0 60px;
    position: relative;
}

.TEXT__video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.TEXT__video > .aspect-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.TEXT__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.RADIO {
    vertical-align: top;
    overflow: hidden;
    display: block;
}

@media (min-width: 993px) {
    .RADIO {
        display: inline-block;
    }
}

.RADIO label {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #eeeeee;
    vertical-align: top;
    padding: 20px 40px 20px 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

.RADIO label:hover {
    background: #e1e1e1;
}

@media (min-width: 993px) {
    .RADIO label {
        display: inline-block;
    }
}

.RADIO input[type="radio"] {
    display: none;
}

.RADIO input[type="radio"] + .RADIO__btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    display: block;
}

.RADIO input[type="radio"]:checked + .RADIO__btn {
    background: #80d282;
    border: 1px solid #80d282;
}

.RADIO input[type="radio"]:checked + .RADIO__btn:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.RADIO__text {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media (min-width: 993px) {
    .RADIO__text {
        min-width: 140px;
    }
}

.CHECKBOX {
    vertical-align: top;
    overflow: hidden;
    display: block;
}

@media (min-width: 993px) {
    .CHECKBOX {
        display: inline-block;
    }
}

.CHECKBOX label {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #eeeeee;
    vertical-align: top;
    padding: 20px 40px 20px 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

.CHECKBOX label:hover {
    background: #e1e1e1;
}

@media (min-width: 993px) {
    .CHECKBOX label {
        display: inline-block;
    }
}

.CHECKBOX input[type="checkbox"] {
    display: none;
}

.CHECKBOX input[type="checkbox"] + .CHECKBOX__btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    display: block;
}

.CHECKBOX input[type="checkbox"]:checked + .CHECKBOX__btn {
    background: #80d282;
    border: 1px solid #80d282;
}

.CHECKBOX input[type="checkbox"]:checked + .CHECKBOX__btn:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.CHECKBOX__text {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media (min-width: 993px) {
    .CHECKBOX__text {
        min-width: 140px;
    }
}

.INPUT input {
    width: 100%;
    padding: 10px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bcbcbc;
    color: #212121;
    font-size: 16px;
    font-weight: normal;
}

.INPUT ::-webkit-input-placeholder {
    color: #bcbcbc;
    font-size: 16px;
    font-weight: normal;
}

.INPUT ::-moz-placeholder {
    color: #bcbcbc;
    font-size: 16px;
    font-weight: normal;
}

.INPUT :-ms-input-placeholder {
    color: #bcbcbc;
    font-size: 16px;
    font-weight: normal;
}

.INPUT :-moz-placeholder {
    color: #bcbcbc;
    font-size: 16px;
    font-weight: normal;
}

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

.PRODUCTSITEM__image {
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.PRODUCTSITEM__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
}

.PRODUCTSITEM__image > .aspect-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.PRODUCTSITEM__image:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

@media (max-width: 992px) {
    .PRODUCTSITEM__image {
        position: relative;
    }

    .PRODUCTSITEM__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 120%;
    }

    .PRODUCTSITEM__image > .aspect-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.PRODUCTSITEM__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    color: #212121;
    font-weight: 300;
}

@media (min-width: 769px) {
    .PRODUCTSITEM__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 993px) {
    .PRODUCTSITEM__title {
        line-height: 34px;
        margin-bottom: 20px;
        font-size: 28px;
    }
}

.PRODUCTSITEM__vol {
    color: #a6a6a6;
    display: block;
}

.PRODUCTSITEM__vol span {
    font-size: 16px;
    line-height: 22px;
    height: 20px;
    overflow: hidden;
    height: 22px;
}

@media (min-width: 993px) {
    .PRODUCTSITEM__vol span {
        font-size: 18px;
    }
}

.PRODUCTSITEM__vol span:not(:first-child) {
    margin-left: 5px;
    padding-left: 7px;
    border-left: 2px solid #a6a6a6;
}

@media (min-width: 993px) {
    .PRODUCTSITEM__vol span:not(:first-child) {
        margin-left: 10px;
        padding-left: 12px;
    }
}

.POPUP {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    padding: 140px 0;
    display: none;
}

.POPUP.active {
    display: block;
}

.POPUP__inner {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.POPUP__inner img {
    max-width: 100%;
    display: block;
    vertical-align: top;
}

.POPUP__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: border 200ms;
    -o-transition: border 200ms;
    transition: border 200ms;
}

.POPUP__close:hover {
    border: 2px solid #fff;
}

.POPUP__close:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 8px;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.POPUP__close:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 8px;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.ABOUTSHORT {
    text-align: center;
    padding: 60px 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .ABOUTSHORT {
        padding: 80px 0;
    }
}

.ABOUTSHORT__bump {
    position: absolute;
    bottom: -webkit-calc(100% - 2px);
    bottom: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 270px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.ABOUTSHORT__bump [class*="ic-"] {
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: -webkit-calc(50% - 6px);
    left: calc(50% - 6px);
    font-size: 12px;
    opacity: 1;
    color: #212121;
    -webkit-animation: infiniBounce 2s infinite;
    animation: infiniBounce 2s infinite;
}

@media (min-width: 769px) {
    .ABOUTSHORT__bump [class*="ic-"] {
        opacity: 0.6;
        color: #2e2e2e;
    }
}

.ABOUTSHORT__title {
    color: #212121;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 300;
}

@media (min-width: 769px) {
    .ABOUTSHORT__title {
        margin-bottom: 40px;
        font-size: 48px;
    }
}

.ABOUTSHORT p {
    font-size: 16px;
    color: #212121;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .ABOUTSHORT p {
        line-height: 30px;
        font-size: 18px;
    }
}

.ABOUTSHORT__button {
    margin-top: 60px;
}

.ABOUTSHORT__arrow [class*="ic-"] {
    font-size: 35px;
    margin: 20px 0 40px 0;
    color: #212121;
}

.ABOUTSHORT__arrow p {
    font-size: 18px;
    font-weight: 300;
}

@media (min-width: 993px) {
    .ABOUTSHORT__arrow p {
        font-size: 24px;
    }
}

.ACCORDION {
    position: relative;
    overflow: hidden;
}

.ACCORDION--inverted .ACCORDION__images {
    left: 0;
    right: 0;
}

.ACCORDION.expanded .ACCORDION__toggler-text {
    display: none;
}

.ACCORDION.expanded .ACCORDION__toggler-icon [class*="ic-"] {
    color: #80d282;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ACCORDION.expanded .ACCORDION__content {
    display: block;
    position: relative;
    z-index: 9;
    top: -70px;
}

.ACCORDION__toggler {
    border-top: 1px solid #d3d3d3;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 10;
    min-height: 126px;
}

.ACCORDION__toggler-text {
    width: 100%;
    padding: 25px 70px 25px 0;
}

.ACCORDION__toggler-text .title {
    font-size: 24px;
    font-weight: 300;
    color: #212121;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 769px) {
    .ACCORDION__toggler-text .title {
        font-size: 36px;
    }
}

.ACCORDION__toggler-text .subtitle {
    font-size: 16px;
    color: #212121;
    display: block;
}

@media (min-width: 769px) {
    .ACCORDION__toggler-text .subtitle {
        font-size: 18px;
    }
}

.ACCORDION__toggler-icon {
    width: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

.ACCORDION__toggler-icon [class*="ic-"] {
    font-size: 30px;
    color: #212121;
    font-size: 25px;
    width: 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 25px;
}

.ACCORDION__content {
    display: none;
}

.ACCORDION__text {
    padding: 40px 0 20px;
}

.ACCORDION__text .title {
    font-size: 24px;
    font-weight: 300;
    color: #212121;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 769px) {
    .ACCORDION__text .title {
        font-size: 36px;
    }
}

.ACCORDION__text .subtitle {
    font-size: 16px;
    color: #212121;
    margin-bottom: 40px;
    display: block;
    display: block;
    font-weight: 400;
}

@media (min-width: 769px) {
    .ACCORDION__text .subtitle {
        font-size: 18px;
    }
}

.ACCORDION__text p {
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
    display: block;
    line-height: 30px;
}

@media (min-width: 769px) {
    .ACCORDION__text p {
        font-size: 18px;
        line-height: 30px;
    }
}

.ACCORDION__aspect {
    overflow: hidden;
    max-width: 600px;
    position: relative;
}

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

.ACCORDION__aspect > .aspect-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ACCORDION .scene {
    width: 100%;
    height: 100%;
}

.ACCORDION__images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ACCORDION__images-img {
    width: 100%;
    height: 100%;
}

.ACCORDION__images-img:first-child {
    padding: 10px;
}

.ACCORDION__images-img > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

.FOOTER {
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
    position: relative;
    padding: 20px;
}

@media (min-width: 881px) {
    .FOOTER {
        border-bottom: 100px solid #fff;   
    }
}

@media (max-width: 880px) {
    .FOOTER {
        border-bottom: 70px solid #fff;   
    }
}

@media (max-width: 576px) {
    .FOOTER {
        border-bottom: 50px solid #fff;   
    }
}


@media (min-width: 993px) {
    .FOOTER {
        padding: 50px 60px;
    }
}

.FOOTER__left {
    position: relative;
}

@media (max-width: 992px) {
    .FOOTER__left {
        overflow: hidden;
        margin-bottom: 25px;
    }
}

@media (min-width: 993px) {
    .FOOTER__left {
        float: left;
        width: 120px;
    }
}

.FOOTER__left-social {
    width: 120px;
    min-height: 24px;
}

@media (max-width: 992px) {
    .FOOTER__left-social {
        float: left;
    }
}

.FOOTER__left-social a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}

.FOOTER__left-social a:last-child {
    margin-right: 0;
}

.FOOTER__left-social a:hover [class*="ic-"] {
    color: #80d282;
}

.FOOTER__left-social a [class*="ic-"] {
    font-size: 24px;
    color: #212121;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

@media (max-width: 992px) {
    .FOOTER__left-contacts {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        text-align: right;
        float: right;
    }
}

@media (min-width: 993px) {
    .FOOTER__left-contacts {
        position: absolute;
        float: none;
        top: 0;
        left: 100%;
        width: 550px;
    }
}

.FOOTER__left-contacts > * {
    margin-left: 0;
    display: block;
}

@media (min-width: 481px) {
    .FOOTER__left-contacts > * {
        margin-left: 15px;
        display: inline-block;
    }
}

.FOOTER__left-contacts a {
    color: #80d282;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}

.FOOTER__left-contacts a:hover {
    color: #61bc63;
    text-decoration: underline;
}

.FOOTER__copyright {
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

@media (max-width: 992px) {
    .FOOTER__copyright {
        margin-bottom: 25px;
    }
}

@media (min-width: 993px) {
    .FOOTER__copyright {
        float: left;
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        padding-left: 340px;
    }
}

@media (min-width: 1201px) {
    .FOOTER__copyright {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}

@media (max-width: 1700px) {
    .FOOTER__copyright {
        text-align: right;
    }
}

@media (min-width: 1441px) {
    .FOOTER__copyright {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .FOOTER__copyright {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .FOOTER__left {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
    }

    .FOOTER__left-social {
        float: left;
        width: 50px;
    }

    .FOOTER__left-contacts {
        position: relative;
        float: right;
        width: calc(100% - 70px);
        top: auto;
        left: auto;
        text-align: right;
    }

    /*.FOOTER__design {*/
    /*float: none!important;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*}*/
}

.FOOTER__design {
    text-align: center;
}

@media (min-width: 993px) {
    .FOOTER__design {
        text-align: right;
        width: 120px;
        float: right;
    }
}

.FOOTER__design-brand {
    display: inline-block;
    padding-right: 75px;
    position: relative;
    line-height: 28px;
}

.FOOTER__design-brand img {
    max-width: 70px;
    position: absolute;
    top: -4px;
    right: 0px;
}

@media (max-width: 1200px) {
    .FOOTER__design {
        float: none !important;
        text-align: center;
        width: 100%;
    }
}

.HEADER {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

@media (min-height: 500px) {
    .HEADER {
        position: fixed;
    }
}

.HEADER__slider-slide {
    position: relative;
    min-height: 400px;
}

.HEADER__slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media (min-width: 769px) {
    .HEADER__slider-bg.mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .HEADER__slider-bg.desktop {
        display: none;
    }
}

.HEADER__slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.HEADER__slider-title {
    display: block;
    color: #ffffff;
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 48px;
}

@media (min-width: 769px) {
    .HEADER__slider-title {
        margin-bottom: 40px;
        font-size: 86px;
        line-height: 64px;
    }
}

.HEADER__slider-subtitle {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .HEADER__slider-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

.HEADER__slider-button {
    font-size: 16px;
}

.HEADER__bottom {
    width: 100%;
    bottom: 20px;
    left: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
}

@media (min-width: 769px) {
    .HEADER__bottom {
        padding: 0 50px;
        bottom: 40px;
    }
}

.HEADER__bottom-progress {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
}

.HEADER__bottom-progress-text {
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

.HEADER__bottom-progress svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.HEADER__bottom-progress-circle1 {
    fill: none;
}

.HEADER__bottom-progress-circle2 {
    fill: none;
    stroke: #ffffff;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 1.2;
    -webkit-transition: stroke-dashoffset 200ms;
    -o-transition: stroke-dashoffset 200ms;
    transition: stroke-dashoffset 200ms;
}

.HEADER__bottom-nav {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: right;
    z-index: 1;
    position: relative;
}

@media (max-width: 992px) {
    .HEADER__bottom-nav {
        display: none;
    }
}

.HEADER__bottom-nav-next, .HEADER__bottom-nav-prev {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.HEADER__bottom-nav-next.swiper-button-disabled, .HEADER__bottom-nav-prev.swiper-button-disabled {
    opacity: 0.3;
}

.HEADER__bottom-nav-next [class*="ic-"], .HEADER__bottom-nav-prev [class*="ic-"] {
    font-size: 28px;
    color: #fff;
}

.HEADER__bottom-nav-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.HEADER__bottom-nav-next {
    right: 0;
}

.HEADER__links {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 992px) {
    .HEADER__links {
        text-align: right;
        bottom: 40px;
    }
}

.HEADER__links-link a {
    position: relative;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 0;
    pointer-events: all;
}

.HEADER__links-link a:hover:after {
    opacity: 0;
}

.HEADER__links-link a:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.MENU {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1999;
    padding: 20px 20px;
    background: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateZ(0);
}

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

.MENU:after {
    clear: both;
}

@media (min-width: 1201px) {
    .MENU {
        padding: 20px 50px;
    }
}

.MENU.dark .MENU__toggler-line {
    background: #212121;
}

.MENU.dark .MENU__items a {
    color: #212121;
}

.MENU.dark .MENU__right a {
    color: #212121;
}

.MENU.dark .MENU__right-lang {
    color: #212121;
}

.MENU.dark .MENU__right-lang:before {
    background: #212121;
}

@media (min-width: 1201px) {
    .MENU.dark .MENU__right-lang:hover {
        background: #f2f2f2;
        color: #212121;
    }

    .MENU.dark .MENU__right-lang:hover .MENU__right-lang-other {
        background: #f2f2f2;
    }
}

.MENU.dark .MENU__right [class*="ic-"] {
    color: #212121;
}

.MENU.fixed {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
    .MENU.fixed {
        padding: 10px 20px;
    }
}

.MENU.fixed .MENU__toggler-line {
    background: #212121;
}

.MENU.fixed .MENU__items a {
    color: #212121;
}

.MENU.fixed .MENU__right a {
    color: #212121;
}

.MENU.fixed .MENU__right-lang {
    color: #212121;
}

.MENU.fixed .MENU__right-lang:before {
    background: #212121;
}

@media (min-width: 1201px) {
    .MENU.fixed .MENU__right-lang:hover {
        background: #f2f2f2;
        color: #212121;
    }

    .MENU.fixed .MENU__right-lang:hover .MENU__right-lang-other {
        background: #f2f2f2;
    }
}

.MENU.fixed .MENU__right [class*="ic-"] {
    color: #212121;
}

@media (max-width: 1200px) {
    .MENU.active {
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        background: #f6f6f3;
    }

    .MENU.active .MENU__toggler-line {
        background: #212121;
        width: 20px;
    }

    .MENU.active .MENU__toggler-line.line-a {
        top: 7px;
        left: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .MENU.active .MENU__toggler-line.line-b {
        opacity: 0;
    }

    .MENU.active .MENU__toggler-line.line-c {
        bottom: 8px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .MENU.active .MENU__content {
        display: block;
        width: 100%;
    }

    .MENU.active .MENU__items {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }

    .MENU.active .MENU__items a {
        color: #212121;
        display: block;
        margin: 0;
        font-size: 20px;
        font-weight: 300;
        border-bottom: 1px solid #d3d3d3;
    }

    .MENU.active .MENU__items a span {
        display: inline-block;
        position: relative;
        padding: 10px 0;
    }

    .MENU.active .MENU__items a span:after {
        bottom: -2px;
    }

    .MENU.active .MENU__right {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) and (max-width: 992px) {
    .MENU.active .MENU__right {
        padding: 0 0 20px 0;
    }
}

@media (max-width: 1200px) {
    .MENU.active .MENU__right a {
        color: #212121;
        margin-right: 10px;
    }

    .MENU.active .MENU__right-lang {
        float: right;
        color: #212121;
        border-left: none;
        font-size: 18px;
        font-weight: 500;
    }

    .MENU.active .MENU__right-lang [class*="ic-"] {
        font-size: 10px;
    }
}

.MENU__logo {
    float: left;
    max-width: 75px;
}

@media (min-width: 1201px) {
    .MENU__logo {
        max-width: 100px;
    }
}

.MENU__logo img {
    width: 100%;
}

.MENU__toggler {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    overflow: hidden;
}

.MENU__toggler-line {
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.MENU__toggler-line.line-a {
    top: 6px;
}

.MENU__toggler-line.line-b {
    top: 14px;
}

.MENU__toggler-line.line-c {
    bottom: 6px;
}

@media (min-width: 1201px) {
    .MENU__toggler {
        display: none;
    }
}

.MENU__content {
    float: right;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-top: 20px;
    display: none;
}

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

.MENU__content:after {
    clear: both;
}

@media (min-width: 1201px) {
    .MENU__content {
        display: block;
    }
}

.MENU__items {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    text-align: right;
}

.MENU__items a {
    color: #fff;
    position: relative;
    margin-right: 40px;
    display: inline-block;
    line-height: 30px;
}

.MENU__items a span:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    background: #80d282;
}

.MENU__items a.active span:after, .MENU__items a:hover span:after {
    opacity: 1;
}

.MENU__right {
    float: right;
    width: 200px;
}

.MENU__right a {
    color: #fff;
    margin-right: 18px;
    line-height: 30px;
    display: inline-block;
}

.MENU__right a:hover [class*="ic-"] {
    color: #80d282 !important;
}

.MENU__right a [class*="ic-"] {
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
    font-size: 23px;
}

.MENU__right-lang {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    position: relative;
    padding: 0 10px;
    cursor: default;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1200px) {
    .MENU__right-lang.active [class*="ic-"] {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .MENU__right-lang.active .MENU__right-lang-other {
        display: inline-block;
    }
}

@media (min-width: 1201px) {
    .MENU__right-lang:before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        bottom: 0;
        height: 100%;
        width: 2px;
        pointer-events: none;
        background: #fff;
    }
}

@media (min-width: 1201px) {
    .MENU__right-lang:hover {
        background: #fff;
        color: #212121;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .MENU__right-lang:hover [class*="ic-"] {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        color: #212121;
    }

    .MENU__right-lang:hover .MENU__right-lang-other {
        display: block;
    }
}

.MENU__right-lang-current {
    position: relative;
}

@media (max-width: 1200px) {
    .MENU__right-lang-current {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1200px) {
    .MENU__right-lang-current:after {
        content: "";
        height: 2px;
        background: #212121;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 5px;
    }
}

@media (max-width: 1200px) {
    .MENU__right-lang-other {
        display: none;
    }
}

@media (min-width: 1201px) {
    .MENU__right-lang-other {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        color: #212121;
        background: #ffffff;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }

    .MENU__right-lang-other a {
        color: #212121;
        display: block;
        margin: 0;
        padding: 0 10px;
        background: none;
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        position: relative;
    }

    .MENU__right-lang-other a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
        height: 1px;
        background: #dedede;
    }

    .MENU__right-lang-other a:hover {
        background: #e6e6e6;
    }
}

.MENU__right-lang [class*="ic-"] {
    font-size: 10px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

@media (max-width: 1200px) {
    .MENU__right-lang [class*="ic-"] {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.OTHERPROCUCT {
    overflow: hidden;
    display: block;
    color: #212121;
}

.OTHERPROCUCT__image {
    padding: 0 10px;
    display: block;
}

@media (min-width: 1201px) {
    .OTHERPROCUCT__image {
        float: left;
        width: 50%;
        padding: 0 20px;
    }
}

.OTHERPROCUCT__image img {
    max-height: 180px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 1201px) {
    .OTHERPROCUCT__image img {
        max-height: 360px;
    }
}

.OTHERPROCUCT__image:nth-child(2) {
    border-left: 1px solid red;
}

.OTHERPROCUCT__text {
    padding: 20px 10px;
    display: block;
}

@media (max-width: 1200px) {
    .OTHERPROCUCT__text {
        text-align: center;
    }
}

@media (min-width: 1201px) {
    .OTHERPROCUCT__text {
        padding: 60px 20px;
        float: right;
        width: 50%;
    }
}

.OTHERPROCUCT__text-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 10px 0;
    overflow: hidden;
}

@media (min-width: 769px) {
    .OTHERPROCUCT__text-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 1201px) {
    .OTHERPROCUCT__text-title {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 30px 0;
    }
}

@media (min-width: 1441px) {
    .OTHERPROCUCT__text-title {
        font-size: 36px;
    }
}

.OTHERPROCUCT__text-vol {
    display: block;
    line-height: 22px;
    height: 22px;
}

.OTHERPROCUCT__text-vol-item {
    font-size: 18px;
    font-weight: normal;
    color: #a6a6a6;
    display: inline-block;
}

.OTHERPROCUCT__text-vol-item:not(:first-child) {
    border-left: 2px solid #a6a6a6;
    margin-left: 10px;
    padding-left: 10px;
}

.PARALLAXCONTENT {
    position: relative;
}

@media (max-width: 992px) {
    .PARALLAXCONTENT {
        padding: 0 0 40px 0;
    }
}

.PARALLAXCONTENT--inverted .PARALLAXCONTENT__images {
    left: -40px;
    right: 0;
}

.PARALLAXCONTENT--inverted .PARALLAXCONTENT__images-img > div.sidehidden {
    background-position: left center;
}

.PARALLAXCONTENT--inverted .PARALLAXCONTENT__text-counter {
    padding: 0 60px 0 0 !important;
}

@media (min-width: 993px) {
    .PARALLAXCONTENT--inverted .PARALLAXCONTENT__text-counter {
        left: -76px;
    }
}

.PARALLAXCONTENT--inverted .PARALLAXCONTENT__text-counter:after {
    right: 0;
    left: auto !important;
}

.PARALLAXCONTENT__aspect {
    min-height: 300px;
}

@media (min-width: 769px) {
    .PARALLAXCONTENT__aspect {
        min-height: 400px;
    }
}

@media (min-width: 993px) {
    .PARALLAXCONTENT__aspect {
        position: relative;
        min-height: 600px;
    }

    .PARALLAXCONTENT__aspect:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }

    .PARALLAXCONTENT__aspect > .aspect-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.PARALLAXCONTENT .scene {
    width: 100%;
    height: 100%;
}

.PARALLAXCONTENT__images {
    position: absolute;
    top: 0;
    left: 0;
    right: -40px;
    bottom: 0;
}

.PARALLAXCONTENT__images-img {
    width: 100%;
    height: 100%;
}

.PARALLAXCONTENT__images-img > div {
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.PARALLAXCONTENT__images-img > div.sidehidden {
    background-position: right center;
}

.PARALLAXCONTENT__text {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .PARALLAXCONTENT__text {
        padding: 20px 0;
    }
}

.PARALLAXCONTENT__text-counter {
    display: inline-block;
    color: #a6a6a6;
    width: 76px;
    position: relative;
    padding: 0 0 0 60px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .PARALLAXCONTENT__text-counter {
        padding: 0 60px 0 0;
    }
}

@media (min-width: 769px) {
    .PARALLAXCONTENT__text-counter {
        margin-bottom: 40px;
    }
}

.PARALLAXCONTENT__text-counter:after {
    content: "";
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: 0;
    height: 2px;
    background: #a6a6a6;
    width: 40px;
}

@media (max-width: 992px) {
    .PARALLAXCONTENT__text-counter:after {
        right: 0;
        left: auto;
    }
}

.PARALLAXCONTENT__text-title {
    font-size: 30px;
    font-weight: 300;
    color: #212121;
    clear: both;
    margin-bottom: 20px;
}
.PARALLAXCONTENT__text ul li {
    line-height: 30px;
    font-size: 18px;
}
.PARALLAXCONTENT__text ul{
	margin-bottom: 30px;
	padding-left: 30px;
}
@media (max-width: 992px) {
    .PARALLAXCONTENT__text-title {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .PARALLAXCONTENT__text-title {
        font-size: 44px;
        margin-bottom: 20px;
    }
}

.PARALLAXCONTENT__text hr {
    width: 40px;
    color: #80d282;
    background: #80d282;
    font-size: 0;
    border: 0;
    height: 2px;
    margin-bottom: 40px;
    text-align: left;
}

@media (max-width: 992px) {
    .PARALLAXCONTENT__text hr {
        width: 60px;
        margin: 0 auto 20px auto;
    }
}

.PARALLAXCONTENT__text p {
    color: #212121;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

@media (min-width: 769px) {
    .PARALLAXCONTENT__text p {
        margin-bottom: 30px;
        line-height: 30px;
        font-size: 18px;
    }
}

.PARALLAXCONTENT__text a {
    color: #80d282;
    font-size: 16px;
    padding: 5px 0;
    line-height: 30px;
    position: relative;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

@media (min-width: 769px) {
    .PARALLAXCONTENT__text a {
        line-height: 30px;
        font-size: 18px;
    }
}

.PARALLAXCONTENT__text a:after {
    content: "";
    height: 2px;
    background: #80d282;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.PARALLAXCONTENT__text a:hover {
    color: #61bc63;
}

.PARALLAXCONTENT__text a:hover:after {
    opacity: 0;
}

.PARALLAXCONTENT__arrow {
    position: absolute;
    bottom: 40px;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    cursor: pointer;
}

.PARALLAXCONTENT__arrow [class*="ic-"] {
    color: #212121;
    font-size: 40px;
}

.PREFOOTER {
    text-align: center;
    padding: 140px 0 120px;
    position: relative;
    min-height: 500px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #f4f5ef;
    z-index: 2;
}

@media (min-width: 481px) {
    .PREFOOTER {
        background-position: center 80%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

.PREFOOTER.centerbg {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.PREFOOTER__bump {
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 270px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.PREFOOTER__bump-bgleft {
    position: absolute;
    top: -2px;
    right: 100%;
    width: 1000%;
    height: 30px;
    background: #ffffff;
}

.PREFOOTER__bump-bgright {
    position: absolute;
    top: -2px;
    left: 100%;
    width: 1000%;
    height: 30px;
    background: #ffffff;
}

.PREFOOTER__title {
    display: block;
    color: #212121;
    font-weight: 300;
    font-size: 36px;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

@media (min-width: 769px) {
    .PREFOOTER__title {
        font-size: 48px;
    }
}

.PREFOOTER__subtitle {
    display: block;
    font-size: 16px;
    color: #212121;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

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

.FACTSBLOCK {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 40px 0;
}

@media (min-width: 993px) {
    .FACTSBLOCK {
        padding: 80px 0;
    }
}

.FACTSBLOCK:first-child {
    padding: 40px 0 80px 0;
}

.FACTSBLOCK__image {
    text-align: center;
}

@media (max-width: 480px) {
    .FACTSBLOCK__image {
        text-align: right;
    }
}

.FACTSBLOCK__image-content {
    padding: 50px 140px 40px 0;
    display: inline-block;
    position: relative;
}

@media (min-width: 993px) {
    .FACTSBLOCK__image-content {
        padding: 40px 140px 0 0;
    }
}

.FACTSBLOCK__image img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

@media (min-width: 769px) {
    .FACTSBLOCK__image img {
        max-width: 140px;
    }
}

@media (min-width: 993px) {
    .FACTSBLOCK__image img {
        max-width: 200px;
    }
}

.FACTSBLOCK__image-label {
    position: absolute;
    padding: 5px 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    color: #909090;
}

.FACTSBLOCK__image-label-inner {
    overflow: hidden;
}

.FACTSBLOCK__image-label-inner .text {
    display: block;
}

.FACTSBLOCK__image-label--one {
    top: 0;
    right: 0;
}

@media (min-width: 993px) {
    .FACTSBLOCK__image-label--one {
        right: 0;
    }
}

.FACTSBLOCK__image-label--one .text {
    max-width: 190px;
}

.FACTSBLOCK__image-label--two {
    top: 50%;
    right: 20px;
}

@media (min-width: 993px) {
    .FACTSBLOCK__image-label--two {
        right: 20px;
    }
}

.FACTSBLOCK__image-label--two .text {
    max-width: 120px;
}

.FACTSBLOCK__image-label .line1 {
    position: absolute;
    bottom: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1px;
    background: #909090;
    right: 100%;
    width: 40px;
}

@media (min-width: 769px) {
    .FACTSBLOCK__image-label .line1 {
        width: 60px;
    }
}

@media (min-width: 993px) {
    .FACTSBLOCK__image-label .line1 {
        width: 70px;
    }
}

.FACTSBLOCK__image-label .line2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #909090;
}

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

.FACTSBLOCK__text-title {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .FACTSBLOCK__text-title {
        text-align: center;
    }
}

@media (min-width: 993px) {
    .FACTSBLOCK__text-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.FACTSBLOCK__text-subtitle {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}

@media (min-width: 993px) {
    .FACTSBLOCK__text-subtitle {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

.FACTSBLOCK__text-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.FACTSBLOCK__text-item-img {
    float: left;
    width: 60px;
    height: 80px;
}

.FACTSBLOCK__text-item-img img {
    width: 60px;
    height: 80px;
}

.FACTSBLOCK__text-item ul {
    list-style-type: none !important;
    float: right;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.FACTSBLOCK__text-item li {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.FACTSBLOCK__moreinfo {
    position: relative;
    z-index: 1;
    margin: 10px 0 20px 0;
}

@media (min-width: 993px) {
    .FACTSBLOCK__moreinfo {
        margin: 20px 0 20px 0;
    }
}

.FACTSBLOCK__moreinfo ul {
    list-style-type: none !important;
}

.FACTSBLOCK__moreinfo li {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.FACTSBLOCK__quality {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.FACTSBLOCK__fruitimg {
    display: none;
}

@media (min-width: 993px) {
    .FACTSBLOCK__fruitimg {
        display: block;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        bottom: 0;
        right: 100px;
        width: 460px;
        height: 260px;
        z-index: 0;
    }
}

.PRODUCT__image img {
    display: none;
}

@media (min-width: 993px) {
    .PRODUCT__image img {
        margin: 0 auto;
        display: block;
        max-height: 500px;
    }

    .PRODUCT__image img.smaller-image {
        max-height: 300px !important;
        margin: 100px auto 0 !important;
    }
}

@media (max-width: 992px) {
    .PRODUCT__content {
        text-align: center;
    }
}

.PRODUCT__content h1 {
    text-align: left;
}

.PRODUCT__content h2 {
    text-align: left;
}

.PRODUCT__content-type {
    font-weight: 300;
    color: #212121;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}

@media (min-width: 993px) {
    .PRODUCT__content-type {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }
}

.PRODUCT__content-title {
    font-size: 36px;
    font-weight: 300;
    color: #212121;
    margin-bottom: 40px;
    text-align: left;
}

@media (min-width: 993px) {
    .PRODUCT__content-title {
        font-size: 48px;
        text-align: center;
    }
}

.PRODUCT__content-image img {
    margin: 0 auto;
    display: block;
    max-height: 200px;
    height: auto;
}

@media (min-width: 993px) {
    .PRODUCT__content-image img {
        display: none;
    }
}

.PRODUCT__content-image img.smaller-image {
    max-height: 160px;
    margin: 20px auto 0 auto;
}

.PRODUCT__content-buttons {
    margin: 0 -10px 20px -12px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .PRODUCT__content-buttons {
        margin: 40px 0;
        display: inline-block;
    }
}

.PRODUCT__content-buttons-item {
    float: left;
    display: block;
    cursor: pointer;
    text-align: center;
}

.PRODUCT__content-buttons-item.active .label:after, .PRODUCT__content-buttons-item:hover .label:after {
    opacity: 1;
}

.PRODUCT__content-buttons-item [class*="ic-"] {
    font-size: 60px;
    display: block;
    margin-bottom: 10px;
}

.PRODUCT__content-buttons-item .label {
    display: inline-block;
    position: relative;
    padding: 0 0 5px 0;
    color: #909090;
}

.PRODUCT__content-buttons-item .label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #80d282;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.PRODUCT__content p {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

@media (min-width: 993px) {
    .PRODUCT__content p {
        line-height: 30px;
        font-size: 18px;
    }
}

.PRODUCT__content-pros {
    padding: 20px 0 40px;
    overflow: hidden;
}

@media (min-width: 993px) {
    .PRODUCT__content-pros {
        padding: 20px 0 60px;
    }
}

.PRODUCT__content-pros-item {
    float: left;
    display: block;
    margin: 20px 0 0 0;
    width: 50%;
}

@media (min-width: 993px) {
    .PRODUCT__content-pros-item {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .PRODUCT__content-pros-item {
        width: 33.3333%;
    }
}

@media (min-width: 1600px) {
    .PRODUCT__content-pros-item {
        width: 25%;
    }
}

.PRODUCT__content-pros-item [class*="ic-"] {
    color: #80d282;
    font-size: 50px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
}

.PRODUCT__content-pros-item .label {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

.PRODUCT__content-dropdown {
    overflow: hidden;
    font-size: 18px;
    clear: both;
    border-bottom: 1px solid #cbcccd;
}

.PRODUCT__content-dropdown.active .PRODUCT__content-dropdown-button [class*="ic-"] {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.PRODUCT__content-dropdown-button {
    display: block;
    background: none;
    padding: 10px 0;
    position: relative;
    font-size: 22px;
    color: #212121;
    text-align: left;
    width: 100%;
    font-weight: 300;
}

.PRODUCT__content-dropdown-button [class*="ic-"] {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 20px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.PRODUCT__content-dropdown-table {
    display: none;
    padding: 0 0 40px;
    overflow: hidden;
}

@media (min-width: 993px) {
    .PRODUCT__content-dropdown-table {
        margin: 0 -5px;
    }
}

.PRODUCT__content-dropdown-table-info {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 20px 0 0;
}

@media (min-width: 993px) {
    .PRODUCT__content-dropdown-table-info {
        padding: 20px 5px 0;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

.PRODUCT__content-dropdown-table-info-title {
    font-size: 18px;
}

.PRODUCT__content-dropdown-table-info-smalltxt {
    font-size: 14px;
    margin-top: 10px;
}

.PRODUCT__content-dropdown-table-info ul {
    list-style-type: none !important;
    margin-top: 10px;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.PRODUCT__content-dropdown-table-info ul li {
    overflow: hidden;
    display: table-row;
    width: 100%;
}

.PRODUCT__content-dropdown-table-info ul li span {
    width: 50%;
    border: 1px solid #cbcccd;
    padding: 5px 10px;
    height: 100%;
    font-size: 14px;
    display: table-cell;
}

.PROMO {
    background: #5a1c6f;
    padding: 20px 0;
    overflow: hidden;
}

@media (min-width: 993px) {
    .PROMO {
        padding: 45px 0;
    }
}

.PROMO__text-title {
    font-size: 24px;
    color: #ffca16;
    margin-bottom: 20px;
    display: block;
}

@media (min-width: 993px) {
    .PROMO__text-title {
        font-size: 60px;
    }
}

.PROMO__text p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

@media (min-width: 993px) {
    .PROMO__text p {
        font-size: 18px;
    }
}

@media (min-width: 993px) {
    .PROMO__button {
        margin-top: 20px;
        text-align: right;
    }
}

.VIDEO {
    position: relative;
    overflow: hidden;
}

.VIDEO__content {
    position: relative;
    margin-top: 0px;
}

.VIDEO__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.VIDEO__text-title {
    font-weight: 300;
    font-size: 32px;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

@media (min-width: 993px) {
    .VIDEO__text-title {
        font-size: 48px;
    }
}

.VIDEO__text p {
    margin-bottom: 40px;
    font-weight: normal;
    line-height: 30px;
}

@media (min-width: 993px) {
    .VIDEO__text p {
        font-size: 18px;
    }
}

.VIDEO__button {
    padding-top: 60px;
}

.VIDEO__poster {
    background-color: #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    z-index: -110;
    max-height: 100%;
}

.VIDEO video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    opacity: 0;
    max-height: 100%;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}

.VIDEO video.started {
    opacity: 1;
}

.VIDEO .stopfade {
    opacity: .5;
}

.NOTFOUND__title {
    padding: 100px 0;
    text-align: center;
    font-size: 20px;
}

@media (min-width: 993px) {
    .NOTFOUND__title {
        padding: 140px 0;
        font-size: 60px;
        font-weight: 300;
    }
}

.NOTFOUND__title span {
    font-size: 34px;
    display: block;
}

@media (min-width: 993px) {
    .NOTFOUND__title span {
        font-size: 100px;
    }
}

.ABOUTJUICE__fruitsplash {
    position: relative;
}

.ABOUTJUICE__fruitsplash-image {
    position: absolute;
    top: -200px;
    right: 200px;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    pointer-events: none;
    background-position: center;
    width: 50%;
}

@media (max-width: 1200px) {
    .ABOUTJUICE__fruitsplash-image {
        display: none;
    }
}

.ABOUTJUICE__manifacture {
    position: relative;
}

@media (min-width: 1201px) {
    .ABOUTJUICE__manifacture {
        padding: 0 0 200px 0;
    }
}

.ABOUTJUICE__manifacture-diagram {
    min-width: 700px;
    overflow: hidden;
    text-align: center;
    padding: 200px 40px 40px;
    position: relative;
    width: 100%;
}

@media (max-width: 992px) {
    .ABOUTJUICE__manifacture-diagram {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 700px) {
    .ABOUTJUICE__manifacture-diagram {
        min-width: 100%;
    }

    .ABOUTJUICE__manifacture-diagram .ABOUTJUICE__manifacture-diagram-item {
        float: none;
        width: 100%;
        min-height: auto;
        padding: 0 20px 60px 20px;
    }
}

@media (max-width: 700px) and (max-width: 992px) {
    .ABOUTJUICE__manifacture-diagram .ABOUTJUICE__manifacture-diagram-item:last-child {
        padding: 0 20px;
    }
}

@media (max-width: 700px) {
    .ABOUTJUICE__manifacture-diagram .ABOUTJUICE__manifacture-diagram-item-arrow {
        display: none;
    }

    .ABOUTJUICE__manifacture-diagram .ABOUTJUICE__manifacture-diagram-item-smallarrow {
        color: #80d282 !important;
        font-size: 20px !important;
        display: block !important;
        position: absolute !important;
        bottom: 5px !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
}

.ABOUTJUICE__manifacture-diagram-item {
    float: left;
    width: 50%;
    min-height: 160px;
    position: relative;
}

.ABOUTJUICE__manifacture-diagram-item [class*="ic-"] {
    font-size: 60px;
    color: #ffa53b;
    margin-bottom: 20px;
}

.ABOUTJUICE__manifacture-diagram-item-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #212121;
    max-width: 200px;
    margin: 0 auto;
}

.ABOUTJUICE__manifacture-diagram-item-smallarrow {
    display: none;
}

.ABOUTJUICE__manifacture-diagram-item-arrow {
    position: absolute;
}

.ABOUTJUICE__manifacture-diagram-item-arrow.arrow2 {
    top: 34px;
    left: -65px;
}

.ABOUTJUICE__manifacture-diagram-item-arrow.arrow3 {
    top: 40px;
    right: 0;
}

.ABOUTJUICE__manifacture-diagram-item-arrow.arrow4 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 24px;
    left: -65px;
}

.ABOUTJUICE__manifacture-diagram-item-arrow.arrow5 {
    bottom: -webkit-calc(100% - 40px);
    bottom: calc(100% - 40px);
    left: 0;
}

.ABOUTJUICE__manifacture-diagram-item-arrow.arrow6 {
    top: 20px;
    left: -90px;
}

.CALCULATORSTART__accordion {
    padding: 0 0 30px;
}

@media (min-width: 993px) {
    .CALCULATORSTART__accordion {
        padding: 0 0 100px;
    }
}

.INDEX {
    position: relative;
    z-index: 2;
    background: #ffffff;
    min-height: 100%;
}

.INDEX__smalltitle {
    font-size: 18px;
    color: #212121;
    text-align: center;
}

@media (max-width: 992px) {
    .INDEX__smalltitle {
        margin-top: 40px;
    }
}

.PRODUCTS__buttons-current {
    position: relative;
}

@media (max-width: 992px) {
    .PRODUCTS__buttons-current {
        display: block;
        border-bottom: 1px solid #cbcccd;
        cursor: pointer;
    }

    .PRODUCTS__buttons-current:hover .PRODUCTS__buttons-current-text {
        background: #f2f2f2;
    }

    .PRODUCTS__buttons-current .PRODUCTS__buttons-current-text {
        padding: 10px;
        display: block;
    }

    .PRODUCTS__buttons-current [class*="ic-"] {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 993px) {
    .PRODUCTS__buttons-current {
        display: none;
    }
}

@media (max-width: 992px) {
    .PRODUCTS__buttons-selections {
        display: none;
    }
}

@media (max-width: 992px) {
    .PRODUCTS__buttons-selections.active {
        display: block;
    }

    .PRODUCTS__buttons-selections.active a {
        width: 100%;
        margin: 0;
        color: #212121;
        text-align: left;
        display: block;
        padding: 10px;
        background: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-weight: normal;
    }

    .PRODUCTS__buttons-selections.active a.active {
        display: none;
    }

    .PRODUCTS__buttons-selections.active a:hover {
        background: #f2f2f2;
    }
}

@media (min-width: 993px) {
    .PRODUCTS__buttons-selections {
        margin-bottom: 40px;
    }

    .PRODUCTS__buttons-selections a {
        display: inline-block;
        margin: 0 10px 20px 10px;
    }

    .PRODUCTS__buttons-selections a.active {
        background: #80d282;
        cursor: nomrmal;
        pointer-events: none;
    }
}

.PRODUCTS__container {
    overflow: hidden;
    margin-bottom: 60px;
}

.PRODUCTS__table {
    overflow: hidden;
}

@media (min-width: 993px) {
    .PRODUCTS__table {
        margin: -1px;
    }
}

.PRODUCTS__table-item {
    width: 50%;
    float: left;
    display: none;
    padding: 20px 10px;
}

.PRODUCTS__table-item.active {
    display: block;
}

@media (min-width: 993px) {
    .PRODUCTS__table-item {
        padding: 20px;
        width: 33.3333%;
        border-right: 1px solid #cbcccd;
        border-bottom: 1px solid #cbcccd;
    }
}

.PRODUCTS__pagination {
    margin-bottom: 30px;
}

@media (min-width: 993px) {
    .PRODUCTS__pagination {
        margin-bottom: 60px;
    }
}

.NEWS {
    overflow: hidden;
}

.NEWS__title {
    font-weight: 300;
    font-size: 36px;
    color: #212121;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1201px) {
    .NEWS__title {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

.NEWS__image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2f2f2;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 20px 0;
}

.NEWS__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
}

.NEWS__image > .aspect-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 992px) {
    .NEWS__image {
        margin: 0 -8% 20px;
    }
}

@media (min-width: 1201px) {
    .NEWS__image {
        position: relative;
    }

    .NEWS__image:before {
        display: block;
        content: "";
        width: 100%;
        /*padding-top: 37.5%;*/
        padding-top: 34%;
    }

    .NEWS__image > .aspect-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.NEWS__image-label {
    font-weight: normal;
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 1201px) {
    .NEWS__image-label {
        margin-bottom: 30px;
    }
}

.NEWS__subtitle {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1201px) {
    .NEWS__subtitle {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

.NEWS__description {
    text-align: center;
    margin-bottom: 30px;
}

.NEWS__description p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

@media (min-width: 1201px) {
    .NEWS__description p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }
}

.NEWS__items {
    padding: 0 0 20px 0;
    clear: both;
}

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

.NEWS__items:after {
    clear: both;
}

@media (min-width: 993px) {
    .NEWS__items {
        margin: 0 -20px;
    }
}

@media (min-width: 769px) {
    .NEWS__items-item {
        float: left;
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 0 20px;
    }
}

@media (min-width: 1201px) {
    .NEWS__items-item {
        width: -webkit-calc(33.333% - 40px);
        width: calc(33.333% - 40px);
    }
}

.NEWS__button {
    text-align: center;
}

.CALCULATOR {
    padding: 0 0 40px;
}

.CALCULATOR__steps {
    position: relative;
}

.CALCULATOR__steps ul {
    list-style-type: none !important;
    margin-bottom: 40px;
    text-align: center;
}

.CALCULATOR__steps li {
    display: inline-block;
    position: relative;
}

.CALCULATOR__steps li.active .CALCULATOR__steps-circle2 {
    stroke-dashoffset: 0;
}

.CALCULATOR__steps li:last-child:after {
    display: none;
}

.CALCULATOR__steps li:last-child .CALCULATOR__steps-text {
    padding: 0;
}

.CALCULATOR__steps li:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #d3d3d3;
}

@media (min-width: 993px) {
    .CALCULATOR__steps li:after {
        width: 40px;
        right: 20px;
    }
}

.CALCULATOR__steps svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 4px;
    left: -6px;
    width: 30px;
    height: 30px;
}

@media (min-width: 993px) {
    .CALCULATOR__steps svg {
        top: 0;
        left: -9px;
        width: 40px;
        height: 40px;
    }
}

.CALCULATOR__steps-circle1 {
    fill: none;
}

.CALCULATOR__steps-circle2 {
    fill: none;
    stroke: #80d282;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 1.6;
    -webkit-transition: stroke-dashoffset 200ms;
    -webkit-transition: stroke-dashoffset 1s;
    -o-transition: stroke-dashoffset 1s;
    transition: stroke-dashoffset 1s;
}

.CALCULATOR__steps-text {
    font-size: 16px;
    font-weight: normal;
    padding: 0 40px 0 0;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

.CALCULATOR__steps-text a {
    color: #212121;
}

@media (min-width: 993px) {
    .CALCULATOR__steps-text {
        font-size: 20px;
        padding: 0 80px 0 0;
    }
}

.CALCULATOR__question {
    display: none;
}

.CALCULATOR__question.active {
    display: block;
}

.CALCULATOR__title {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    max-width: 880px;
    margin: 0 auto 40px;
}

@media (min-width: 993px) {
    .CALCULATOR__title {
        font-size: 36px;
    }
}

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

.CALCULATOR__radio-item {
    margin: 0 10px 20px;
}

@media (min-width: 993px) {
    .CALCULATOR__radio-item {
        display: inline-block;
    }
}

.CALCULATOR__input {
    margin-bottom: 40px;
    display: none;
}

@media (min-width: 993px) {
    .CALCULATOR__input {
        margin-bottom: 60px;
    }
}

.CALCULATOR__buttons-submit {
    display: block;
    max-width: 220px;
    margin: 0 auto 20px;
}

.CALCULATOR__buttons-back {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    color: #bcbcbc;
}

.FACTS__title {
    display: block;
    font-weight: 300;
    color: #212121;
    font-size: 48px;
    margin-bottom: 40px;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 993px) {
    .FACTS__title {
        font-size: 40px;
    }
}

.FACTS__text {
    margin-bottom: 20px;
}

@media (min-width: 993px) {
    .FACTS__text {
        text-align: center;
    }
}

.FACTS__text ul {
    list-style-type: none !important;
}

.FACTS__text li {
    font-size: 16px;
    line-height: 30px;
}

@media (min-width: 993px) {
    .FACTS__text li {
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
    }
}

.FACTS__factsblocks {
    padding: 0 0 40px 0;
}

.PRODUCTS__buttons-current {
    position: relative;
}

@media (max-width: 992px) {
    .PRODUCTS__buttons-current {
        display: block;
        border-bottom: 1px solid #cbcccd;
        cursor: pointer;
    }

    .PRODUCTS__buttons-current:hover .PRODUCTS__buttons-current-text {
        background: #f2f2f2;
    }

    .PRODUCTS__buttons-current .PRODUCTS__buttons-current-text {
        padding: 10px;
        display: block;
    }

    .PRODUCTS__buttons-current [class*="ic-"] {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 993px) {
    .PRODUCTS__buttons-current {
        display: none;
    }
}

@media (max-width: 992px) {
    .PRODUCTS__buttons-selections {
        display: none;
    }
}

@media (max-width: 992px) {
    .PRODUCTS__buttons-selections.active {
        display: block;
    }

    .PRODUCTS__buttons-selections.active a {
        width: 100%;
        margin: 0;
        color: #212121;
        text-align: left;
        display: block;
        padding: 10px;
        background: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-weight: normal;
    }

    .PRODUCTS__buttons-selections.active a.active {
        display: none;
    }

    .PRODUCTS__buttons-selections.active a:hover {
        background: #f2f2f2;
    }
}

@media (min-width: 993px) {
    .PRODUCTS__buttons-selections {
        margin-bottom: 40px;
    }

    .PRODUCTS__buttons-selections a {
        display: inline-block;
        margin: 0 10px 20px 10px;
    }

    .PRODUCTS__buttons-selections a.active {
        background: #80d282;
        cursor: nomrmal;
        pointer-events: none;
    }
}

.PRODUCTS__container {
    overflow: hidden;
    margin-bottom: 60px;
}

.PRODUCTS__table {
    overflow: hidden;
}

@media (min-width: 993px) {
    .PRODUCTS__table {
        margin: -1px;
    }
}

.PRODUCTS__table-item {
    width: 50%;
    float: left;
    display: none;
    padding: 20px 10px;
}

.PRODUCTS__table-item.active {
    display: block;
}

@media (min-width: 993px) {
    .PRODUCTS__table-item {
        padding: 20px;
        width: 33.3333%;
        border-right: 1px solid #cbcccd;
        border-bottom: 1px solid #cbcccd;
    }
}

.PRODUCTS__pagination {
    margin-bottom: 30px;
}

@media (min-width: 993px) {
    .PRODUCTS__pagination {
        margin-bottom: 60px;
    }
}

.CALCULATORRESULTS {
    padding: 0 0 40px 0;
}

.CALCULATORRESULTS__title {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

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

.CALCULATORRESULTS__subtitle {
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 22px;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__subtitle {
        font-size: 45px;
    }
}

.CALCULATORRESULTS h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin: 40px 0 20px;
    text-align: center;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS h3 {
        font-size: 24px;
    }
}

.CALCULATORRESULTS__glasses {
    overflow: hidden;
    margin: 0 -20px;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.CALCULATORRESULTS__glasses img {
    max-width: 120px;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__glasses {
        padding: 20px 0 40px 0;
    }
}

.CALCULATORRESULTS__glasses-recommendation {
    margin-top: 20px;
    font-size: 18px;
    color: #626262;
}

.CALCULATORRESULTS__glasses.no-border .CALCULATORRESULTS__glasses-content {
    border: none;
}

.CALCULATORRESULTS__glasses.no-border .CALCULATORRESULTS__glasses-icon:before {
    display: none;
}

.CALCULATORRESULTS__glasses-content {
    padding-bottom: 40px;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__glasses-content {
        border-bottom: 1px solid #d3d3d3;
        display: inline-block;
        position: relative;
    }

    .CALCULATORRESULTS__glasses-content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 8px;
        width: 1px;
        background: #d3d3d3;
    }

    .CALCULATORRESULTS__glasses-content:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 8px;
        width: 1px;
        background: #d3d3d3;
    }
}

@media (max-width: 992px) {
    .CALCULATORRESULTS__glasses:after {
        content: "\E003";
        position: absolute;
        top: 10px;
        left: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
        font-size: 20px;
        font-family: "icons";
    }
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__glasses {
        padding: 20px 0 40px 0;
    }
}

.CALCULATORRESULTS__glasses-group {
    display: inline-block;
    margin-top: 40px;
    position: relative;
}

.CALCULATORRESULTS__glasses-group-images {
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d3d3d3;
}

.CALCULATORRESULTS__glasses-group-images:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 1px;
    background: #d3d3d3;
}

.CALCULATORRESULTS__glasses-group-images:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 8px;
    width: 1px;
    background: #d3d3d3;
}

.CALCULATORRESULTS__glasses-group-images img {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 992px) {
    .CALCULATORRESULTS__glasses-group-images img {
        max-width: 80px;
    }
}

.CALCULATORRESULTS__glasses-group-title {
    position: relative;
    padding: 20px 0 0 0;
}

.CALCULATORRESULTS__glasses-group-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d3d3d3;
    width: 1px;
    height: 8px;
}

.CALCULATORRESULTS__glasses-group-title ul {
    list-style-type: none;
    font-size: 18px;
    color: #626262;
}

.CALCULATORRESULTS__glasses-group-icon {
    position: absolute;
    top: -20px;
    right: 0;
    color: #212121;
    width: 26px;
    height: 26px;
}

@media (max-width: 992px) {
    .CALCULATORRESULTS__glasses-group-icon {
        width: 20px;
        height: 20px;
    }
}

.CALCULATORRESULTS__glasses-group-icon img {
    width: auto;
    height: 100%;
}

.CALCULATORRESULTS__glasses-icon {
    margin-top: 20px;
    position: relative;
}

.CALCULATORRESULTS__glasses-icon:before {
    content: "";
    height: 8px;
    width: 1px;
    position: absolute;
    top: -20px;
    left: 50%;
    background: #d3d3d3;
}

.CALCULATORRESULTS__text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__text p {
        font-size: 18px;
        line-height: 30px;
    }
}

.CALCULATORRESULTS__text .SmallText {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.CALCULATORRESULTS__text-buttons {
    text-align: center;
    padding: 0 0 20px 0;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__text-buttons {
        padding: 0 0 40px 0;
    }
}

.CALCULATORRESULTS__text-buttons a {
    margin-bottom: 20px;
}

.CALCULATORRESULTS__text-buttons a.share {
    display: block;
    max-width: 330px;
    margin: 0 auto 20px auto;
    position: relative;
}

.CALCULATORRESULTS__text-buttons a.share [class*="ic-"] {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
}

.CALCULATORRESULTS__text-hrtext {
    position: relative;
    text-align: center;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__text-hrtext {
        padding: 0 0 40px 0;
    }
}

.CALCULATORRESULTS__text-hrtext.active .CALCULATORRESULTS__text-hrtext-hidden {
    display: block;
}

.CALCULATORRESULTS__text-hrtext.active [class*="ic-"] {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.CALCULATORRESULTS__text-hrtext-hidden {
    display: none;
    border-bottom: 1px solid #d3d3d3;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__text-hrtext-hidden {
        padding: 40px 0;
    }
}

.CALCULATORRESULTS__text-hrtext:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
}

.CALCULATORRESULTS__text-hrtext-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    background: #ffffff;
    display: inline-block;
}

.CALCULATORRESULTS__text-hrtext [class*="ic-"] {
    font-size: 30px;
    color: #212121;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin: 0 auto 40px auto;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.CALCULATORRESULTS__download {
    text-align: center;
    margin: 4px 0 0 0;
}

@media (min-width: 993px) {
    .CALCULATORRESULTS__download {
        text-align: right;
    }
}

.CALCULATORRESULTS__download--mob {
    margin-bottom: 60px;
    position: relative;
}

.CALCULATORRESULTS__download--mob:after {
    content: "\E003";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    font-size: 20px;
    font-family: icons;
}

.CALCULATORRESULTS__download a {
    color: #949494;
    font-size: 16px;
    display: inline-block;
}

.CALCULATORRESULTS__download a [class*="ic-"] {
    color: #949494;
    font-size: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.PRODUCTINNER__other {
    padding: 60px 0;
}

@media (min-width: 993px) {
    .PRODUCTINNER__other > .container-fluid .row > div:not(:first-child) .OTHERPROCUCT {
        border-left: 1px solid #cbcccd;
    }
}

.PRODUCTINNER__other-title {
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: 300;
    margin: 0 0 70px 0;
}

.PRODUCTINNER__other-carousel {
    overflow: hidden;
    padding: 0 0 80px 0;
}

.PRODUCTINNER__other-carousel .swiper-container {
    margin: 0 -2px;
    overflow: visible;
}

.PRODUCTINNER__other-carousel .swiper-pagination {
    bottom: -80px !important;
}

@media (max-width: 992px) {
    .PRODUCTINNER__other-carousel .swiper-pagination {
        display: none;
    }
}

.PRODUCTINNER__other-carousel .PRODUCTINNER__other-prev,
.PRODUCTINNER__other-carousel .PRODUCTINNER__other-next {
    position: absolute;
    top: -webkit-calc(50% - 14px);
    top: calc(50% - 14px);
    left: -5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 999;
}

@media (max-width: 1200px) {
    .PRODUCTINNER__other-carousel .PRODUCTINNER__other-prev,
    .PRODUCTINNER__other-carousel .PRODUCTINNER__other-next {
        top: -webkit-calc(30% - 14px) !important;
        top: calc(30% - 14px) !important;
    }
}

.PRODUCTINNER__other-carousel .PRODUCTINNER__other-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.PRODUCTINNER__other-carousel .PRODUCTINNER__other-next {
    right: -5px;
    left: auto;
}

.PRODUCTINNER__other-carousel [class*="ic-"] {
    font-size: 28px;
    color: #212121;
}

.PRODUCTINNER__other-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d3d3d3;
    opacity: 1;
}

.PRODUCTINNER__other-carousel .swiper-pagination-bullet-active {
    background: #80d282;
}

.PRODUCTINNER__other-carousel .swiper-slide {
    border-right: 1px solid #cbcccd;
}

.NEWSINNER .TEXT hr {
    background: #80d282;
    margin: 0 0 60px 0;
}

.NEWSINNER__back a {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 20px 0;
}

.NEWSINNER__back a:hover {
    text-decoration: underline;
}

.NEWSINNER__back a:hover [class*="ic-"] {
    text-decoration: none;
}

.NEWSINNER__back a [class*="ic-"] {
    margin-right: 10px;
    font-size: 20px;
    color: #a8a8a8;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .NEWSINNER__image {
        margin: 0 -8%;
    }
}

.NEWSINNER__title {
    text-align: left;
}

.NEWSINNER__list {
    padding-bottom: 30px;
    position: relative;
}

@media (min-width: 993px) {
    .NEWSINNER__list {
        padding-bottom: 40px;
        margin-top: 60px;
    }
}

.NEWSINNER__share {
    text-align: center;
}

@media (min-width: 993px) {
    .NEWSINNER__share {
        text-align: right;
    }
}

.NEWSINNER__share a {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 20px 20px;
    vertical-align: top;
    color: #7098d4;
    text-align: center;
}

.NEWSINNER__share a [class*="ic-"] {
    color: #7098d4;
    margin: 0 10px 0 0;
    font-size: 20px;
    vertical-align: middle;
}

.NEWSINNER__share a:hover {
    text-decoration: underline;
}

.NEWSINNER__share a:hover [class*="ic-"] {
    text-decoration: none;
}

.NEWSINNER__next {
    text-align: right;
}

.NEWSINNER__next a {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 20px 20px;
    vertical-align: top;
}

.NEWSINNER__next a:hover {
    text-decoration: underline;
}

.NEWSINNER__next a:hover [class*="ic-"] {
    text-decoration: none;
}

.NEWSINNER__next a [class*="ic-"] {
    margin: 0 0 0 10px;
    font-size: 20px;
    vertical-align: middle;
    color: #a8a8a8;
}

.NEWSINNER__items {
    padding: 0 0 40px 0;
    clear: both;
}

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

.NEWSINNER__items:after {
    clear: both;
}

@media (min-width: 993px) {
    .NEWSINNER__items {
        margin: 0 -20px;
    }
}

@media (min-width: 769px) {
    .NEWSINNER__items-item {
        float: left;
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 0 20px;
    }
}

@media (min-width: 1201px) {
    .NEWSINNER__items-item {
        width: -webkit-calc(33.333% - 40px);
        width: calc(33.333% - 40px);
    }
}

.NEWSINNER__morenews {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    display: block;
}

@media (min-width: 993px) {
    .NEWSINNER__morenews {
        font-size: 48px;
    }
}

.NEWSINNER__tothetop {
    text-align: right;
    margin-top: 30px;
}

.NEWSINNER hr {
    width: 40px;
    background: #a6a6a6;
    height: 2px;
    border: none;
    margin: 60px auto;
}

.CONTACTS {
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    min-height: 600px;
    background-color: #f4f5ef;
}

@media (max-width: 1440px) {
    .CONTACTS {
        min-height: 900px;
    }
}

@media (max-width: 992px) {
    .CONTACTS {
        min-height: 1000px;
    }
}

@media (max-width: 768px) {
    .CONTACTS {
        min-height: 900px;
    }
}

@media (min-width: 769px) {
    .CONTACTS {
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 993px) {
    .CONTACTS .border-right {
        border-right: 1px solid #c9c9c5;
    }
}

.CONTACTS__title {
    font-weight: 300;
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

@media (min-width: 993px) {
    .CONTACTS__title {
        font-size: 48px;
        margin-bottom: 80px;
    }
}

.CONTACTS__subtitle {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .CONTACTS__subtitle {
        max-width: 320px;
        margin: 0 auto 40px;
    }
}

@media (min-width: 993px) {
    .CONTACTS__subtitle {
        font-size: 30px;
    }
}

.CONTACTS__social {
    padding: 0 0 30px 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    .CONTACTS__social {
        max-width: 320px;
        margin: 0 auto;
    }
}

.CONTACTS__social a {
    line-height: 30px;
    margin: 0 0 20px 0;
    white-space: nowrap;
    display: block;
    float: left;
    width: 50%;
}

@media (max-width: 1600px) {
    .CONTACTS__social a {
        width: 100%;
        float: none;
    }
}

.CONTACTS__social a:nth-child(odd) {
    clear: left;
}

.CONTACTS__social a:nth-child(even) {
    clear: right;
}

.CONTACTS__social a:hover .CONTACTS__social-info {
    color: #80d282;
}

.CONTACTS__social a:hover [class*="ic-"] {
    color: #80d282;
}

.CONTACTS__social [class*="ic-"] {
    font-size: 24px;
    display: inline-block;
    color: #212121;
    margin-right: 5px;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

.CONTACTS__social-info {
    color: #212121;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

.CONTACTS__location {
    position: relative;
    padding: 0 0 0 50px;
}

@media (max-width: 992px) {
    .CONTACTS__location {
        max-width: 320px;
        margin: 0 auto;
    }
}

.CONTACTS__location-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 20px;
    font-size: 30px;
    color: #212121;
}

.CONTACTS__location-info ul {
    list-style-type: none !important;
}

.CONTACTS__location-info li {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

@media (min-width: 993px) {
    .CONTACTS__location-info li {
        font-size: 18px;
        line-height: 30px;
    }
}

.CONTACTS__location-info li a {
    color: #212121;
}

.CONTACTS__location-info li a:hover {
    text-decoration: underline;
}

.CONTACTS__location-info li a.gmap {
    color: #80d282;
    position: relative;
}

.CONTACTS__location-info li a.gmap:hover {
    color: #61bc63;
}

.CONTACTS__location-info li a.gmap:hover [class*="ic-"] {
    text-decoration: none;
}

.CONTACTS__location-info li a [class*="ic-"] {
    margin-left: 10px;
    font-size: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.PAGE {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.PAGE .PADDING {
    padding-top: 100px;
}

@media (min-width: 993px) {
    .PAGE .PADDING {
        padding-top: 140px;
    }
}

.PAGE .PADDING-results {
    padding-top: 100px;
}

@media (min-width: 993px) {
    .PAGE .PADDING-results {
        padding-top: 140px;
    }
}

.cookie_bar {
    height: 100px;
    background: #f3f3ee url("../../assets/cookie.png") no-repeat right center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    /*font-family: Roboto;*/
    font-size: 15px;
    line-height: 24px;
    -webkit-box-shadow: 0px -8px 48px -15px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px -8px 48px -15px rgba(0,0,0,0.64);
    box-shadow: 0px -8px 48px -15px rgba(0,0,0,0.64);
}

.cookie_bar > .cookie_bar_text > span {

    /*width: calc(100% - 436px);*/
    /*margin-right: 50px;*/
    /*float: left;*/
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.cookie_bar > .cookie_bar_text > span > span {
    width: calc(100% - 436px);
    display: inline-block;
}

.cookie_bar > .cookie_bar_text {
    width: 90%;
    margin: 0 auto;
    /*margin-top: 33px;*/
    display: table;
}

.lang-ru .cookie_bar > .cookie_bar_text {
    width: 85%;
}

.cookie_bar_actions {
    /*display: inline-block;*/
    position: absolute;
    right: 85px;
    top: 34px;
    

}

.cookie_bar_actions > a {
    /*float: left;*/
    /*margin-top: -14px;*/
    margin-right: 10px;
    /*margin-bottom: 5px;*/
}

.cookie_bar_actions .BTN {
    padding: 7px 15px;
    font-size: 14px;
    min-width: 145px;
}
.cookie_bar_actions .BTN--gray {
    background: #cecece
}

.cookie_bar_actions .BTN--gray:hover {
    background: #e1e1e1
}

@media (max-width: 1300px) {
    .cookie_bar {
        height: auto;
        background: #f3f3ee url("../../assets/cookie2.png") no-repeat right bottom;

    }
    .cookie_bar_actions > a {
        margin: 5px 10px;
    }
    .cookie_bar_actions {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .cookie_bar > .cookie_bar_text > span > span {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}


@media (max-width: 400px) {
    .cookie_bar > .cookie_bar_text > span > span {
        text-align: left;
    }
    .cookie_bar_actions {
        text-align: left;
    }
    .cookie_bar_actions > a {
        padding: 7px 10px;
        min-width: 110px;
        font-size: 12px;
        margin-left: 0;
    }
}

.SIMPLEPAGE h1 {
font-size: 36px;
    font-family: Roboto;
    font-weight: 300;
    margin-top: 70px;
    margin-bottom: 25px;
}

.SIMPLEPAGE table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.SIMPLEPAGE table td, .SIMPLEPAGE table th {
    border-bottom: 1px solid #e1e1e1;
}

.SIMPLEPAGE table td, .SIMPLEPAGE table th {
    text-align: left;
    padding: 25px 5px;
    /*width: 25%;*/
}
.SIMPLEPAGE table td:nth-child(1) {
    width: 20%;

}
.SIMPLEPAGE table td:nth-child(2) {
    width: 20%;

}
.SIMPLEPAGE table td:nth-child(3) {
    width: 40%;

}
.SIMPLEPAGE table td:nth-child(4) {
    width: 20%;
}
.text-right {
    text-align: right;
}

.sep-line {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 25px;
    margin-bottom: 25px;
}

.links-list a {
    /*display: b;*/
}

.links-list {
    margin-bottom: 120px;
}
.titlepagePopup {
  z-index:3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  overflow: hidden;
}
.titlepagePopup:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 110%;
  z-index: -1;
} 
.titlepagePopup__imageCont {
  position: relative;
  z-index:5000;
}
.titlepagePopup__closeCont {
    z-index:5000;
    cursor:pointer;
    position: absolute;
    top: -30px;
    margin: 0;
    padding: 0;
    right: 0;
    /*border: 2px solid rgba(255,255,255,0.28);*/
    border-radius:50%;    
    width: 24px;
    height: 24px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    }
.titlepagePopup__closeCont:before{
   content:"\d7";
   color:#fff;   
   font-size:45px;
}

@media only screen and (max-width: 600px) {
    .titlepagePopup__closeCont {
        width: 35px;
        height: 35px;
        top: -40px;
    }
    .titlepagePopup__closeCont:before{
        font-size:30px;
    }
}

.titlepagePopup picture,
.titlepagePopup img {
  max-width:98vw;
  max-height: 80vh;
  border-radius:10px;
}
/*.links-list a {*/
    /*color: #5ea3d7;*/
/*}*/

 .PARALLAXCONTENT__text .links-list a {
    color: #5ea3d7;

}

.PARALLAXCONTENT__text .links-list a:after {
    background: #5ea3d7;
}

.cookie_bar_actions {

}