@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

p,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

ol {
    margin-left: 15px
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
    z-index: -1
}

.owl-next,
.owl-prev {
    position: absolute;
    font-size: 8rem !important;
    line-height: 1 !important;
    outline: 0
}

.owl-next span,
.owl-prev span {
    display: none
}

.owl-next:before,
.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.owl-prev {
    left: -35px
}

@media (min-width:1366px) {
    .owl-prev {
        left: -65px
    }
}

.owl-prev:before {
    content: '\f053'
}

.owl-next {
    right: -35px
}

@media (min-width:1366px) {
    .owl-next {
        right: -65px
    }
}

.owl-next:before {
    content: '\f054'
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 57vw;
    z-index: 9999999;
    display: flex;
    justify-content: center
}

@media (min-width:576px) {
    .owl-dots {
        top: 60vw
    }
}

@media (min-width:992px) {
    .owl-dots {
        left: calc((100% - 900px)/ 2);
        right: calc((100% - 900px)/ 2);
        top: auto;
        bottom: 10px;
        justify-content: flex-end
    }
}

@media (min-width:1200px) {
    .owl-dots {
        left: calc((100% - 1170px)/ 2);
        right: calc((100% - 1170px)/ 2);
        bottom: 25px
    }
}

.owl-dot {
    width: 15px;
    height: 15px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    outline: 0
}

.owl-dot.active {
    background-color: #73b962 !important
}

.owl-dot:not(:first-of-type) {
    margin-left: 10px
}

.panel__content p {
    font-size: 1.4rem
}

@media (min-width:992px) {
    .panel__content p {
        font-size: 1.6rem
    }
}

.panel__content p:not(:last-of-type) {
    margin-bottom: 5px
}

.panel__content p--bold {
    font-weight: 700
}

.panel__content ul {
    font-size: 1.4rem;
    margin: 10px 0
}

@media (min-width:992px) {
    .panel__content ul {
        font-size: 1.6rem
    }
}

.panel__content ul>li {
    position: relative;
    margin-left: 15px
}

.panel__content ul>li:before {
    display: block;
    position: absolute;
    left: -15px;
    content: '';
    min-width: 7px;
    height: 7px;
    background-color: #929292;
    margin-top: 7px
}

@media (min-width:992px) {
    .panel__content ul>li:before {
        min-width: 8px;
        height: 8px;
        margin-top: 9px
    }
}

.panel__content ul>li>ul>li {
    position: relative;
    margin-left: 15px
}

.panel__content ul>li>ul>li:before {
    display: block;
    position: absolute;
    left: -15px;
    content: '';
    min-width: 6px;
    height: 6px;
    background-color: transparent;
    border: 1px solid #929292;
    margin-top: 7px
}

@media (min-width:992px) {
    .panel__content ul>li>ul>li:before {
        min-width: 7px;
        height: 7px;
        margin-top: 9px
    }
}

.panel__content a {
    display: inline-flex;
    color: #0682b3;
    transition: color .3s ease
}

.panel__content a:hover {
    color: #73b962
}

.panel__content a:not(:last-of-type) {
    margin-bottom: 10px
}

.container {
    padding: 0 15px
}

@media (min-width:576px) {
    .container {
        padding: 0 50px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

.container--flex {
    display: flex;
    flex-wrap: wrap
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999
}

.fixed--top {
    top: 0
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex--direction-column {
    flex-direction: column
}

.flex--justify-start {
    justify-content: flex-start
}

.flex--justify-center {
    justify-content: center
}

.flex--justify-end {
    justify-content: flex-end
}

.flex--justify-around {
    justify-content: space-around
}

.flex--justify-between {
    justify-content: space-between
}

.flex--align-start {
    align-items: flex-start
}

.flex--align-center {
    align-items: center
}

.flex--align-end {
    align-items: flex-end
}

.margin--top {
    margin-top: 15px
}

@media (min-width:992px) {
    .margin--top {
        margin-top: 25px
    }
}

.margin--bottom {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .margin--bottom {
        margin-bottom: 25px
    }
}

.margin--half-top {
    margin-top: 10px
}

@media (min-width:992px) {
    .margin--half-top {
        margin-top: 15px
    }
}

.margin--half-bottom {
    margin-bottom: 10px
}

@media (min-width:992px) {
    .margin--half-bottom {
        margin-bottom: 15px
    }
}

.margin--double-top {
    margin-top: 30px
}

@media (min-width:992px) {
    .margin--double-top {
        margin-top: 50px
    }
}

.margin--double-bottom {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .margin--double-bottom {
        margin-bottom: 50px
    }
}

.padding {
    padding-top: 25px;
    padding-bottom: 25px
}

.padding--double {
    padding-top: 50px;
    padding-bottom: 50px
}

.list {
    font-size: 1.4rem;
    margin: 10px 0
}

@media (min-width:992px) {
    .list {
        font-size: 1.6rem
    }
}

.list__item {
    position: relative;
    margin-left: 15px
}

.list__item:before {
    display: block;
    position: absolute;
    left: -15px;
    content: '';
    min-width: 7px;
    height: 7px;
    background-color: #929292;
    border-radius: 50%;
    margin-top: 7px
}

@media (min-width:992px) {
    .list__item:before {
        min-width: 8px;
        height: 8px;
        margin-top: 9px
    }
}

.list__item--check {
    position: relative;
    margin-left: 25px
}

.list__item--check:before {
    display: block;
    position: absolute;
    left: -25px;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    color: #0682b3;
    font-weight: 900
}

.list__link {
    display: inline-flex;
    color: #0682b3;
    transition: color .3s ease
}

.list__link:hover {
    color: #73b962
}

.list__link:not(:last-of-type) {
    margin-bottom: 10px
}

.list--indent {
    margin-left: 25px
}

.sublist__item {
    position: relative;
    margin-left: 15px
}

.sublist__item:before {
    display: block;
    position: absolute;
    left: -15px;
    content: '';
    min-width: 6px;
    height: 6px;
    border: 1px solid #929292;
    border-radius: 50%;
    margin-top: 7px
}

@media (min-width:992px) {
    .sublist__item:before {
        min-width: 7px;
        height: 7px;
        margin-top: 9px
    }
}

.sublist__link {
    display: inline-flex;
    color: #0682b3;
    transition: color .3s ease
}

.sublist__link:hover {
    color: #73b962
}

.sublist__link:not(:last-of-type) {
    margin-bottom: 10px
}

.extrasublist {
    font-size: 1.4rem
}

@media (min-width:992px) {
    .extrasublist {
        font-size: 1.6rem
    }
}

.extrasublist__item {
    position: relative;
    margin-left: 15px
}

.extrasublist__item:before {
    display: block;
    position: absolute;
    left: -15px;
    content: '';
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #929292;
    margin-top: 7px
}

@media (min-width:992px) {
    .extrasublist__item:before {
        min-width: 8px;
        height: 8px;
        margin-top: 9px
    }
}

.extrasublist__link {
    display: inline-flex;
    color: #0682b3;
    transition: color .3s ease
}

.extrasublist__link:hover {
    color: #73b962
}

.extrasublist__link:not(:last-of-type) {
    margin-bottom: 10px
}

.extraextrasublist {
    font-size: 1.4rem
}

@media (min-width:992px) {
    .extraextrasublist {
        font-size: 1.6rem
    }
}

.extraextrasublist__item {
    position: relative;
    margin-left: 15px
}

.extraextrasublist__item:before {
    display: block;
    position: absolute;
    left: -15px;
    content: '';
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #929292;
    margin-top: 7px
}

@media (min-width:992px) {
    .extraextrasublist__item:before {
        min-width: 7px;
        height: 7px;
        margin-top: 9px
    }
}

.extraextrasublist__link {
    display: inline-flex;
    color: #0682b3;
    transition: color .3s ease
}

.extraextrasublist__link:hover {
    color: #73b962
}

.extraextrasublist__link:not(:last-of-type) {
    margin-bottom: 10px
}

.container--form {
    display: flex;
    justify-content: space-between
}

.form {
    text-align: center;
    margin-top: 50px
}

.form__item {
    margin-bottom: 15px
}

.form__item .form__textarea {
    margin-top: 20px
}

.form__item:last-of-type {
    text-align: center;
    margin-bottom: 30px
}

.form__label {
    position: absolute;
    height: 1px;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0
}

.form__input,
.form__textarea {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: italic;
    width: 100%;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    padding: 10px 15px;
    outline: 0;
    transition: border .3s ease
}

.form__input:focus,
.form__textarea:focus {
    border: 1px solid #73b962
}

.form__textarea {
    resize: none;
    min-height: 175px;
    border: 1px solid #ddd
}

.form__box .form__textarea {
    margin-top: 0;
    min-height: 209px
}

.form__button {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #0682b3;
    border: 0;
    cursor: pointer;
    padding: 15px 30px;
    transition: background-color .3s ease
}

.form__button:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    font-weight: 900;
    margin-left: 7px
}

.form__button:hover {
    background-color: #73b962
}

.form__box .form__button {
    float: right
}

.form__box {
    flex-basis: calc(100% / 2 - 25px);
    margin: 0 25px
}

.form__box:nth-of-type(2n+1) {
    margin-left: 0
}

.form__box:nth-of-type(2n) {
    margin-right: 0
}

::-webkit-input-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic
}

::-moz-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic
}

:-ms-input-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic
}

:-moz-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-family: Lato, sans-serif;
    line-height: 1.5;
    background-color: #f5f5f5;
    overflow-x: hidden;
    margin-top: 158.5px;
    font-size: 1.6rem
}

@media (min-width:425px) {
    body {
        margin-top: 134.5px
    }
}

@media (min-width:992px) {
    body {
        margin-top: 124px
    }
}

a {
    color: inherit;
    text-decoration: none
}

main {
    min-height: calc(100vh - 158.5px - 202px - 50px)
}

@media (min-width:425px) {
    main {
        min-height: calc(100vh - 134.5px - 181px - 50px)
    }
}

@media (min-width:992px) {
    main {
        min-height: calc(100vh - 124px - 160px - 75px)
    }
}

@media (min-width:1200px) {
    main {
        min-height: calc(100vh - 124px - 145px - 75px)
    }
}

.text--thin {
    font-weight: 300
}

.text--semi {
    font-weight: 600
}

.text--bold {
    font-weight: 700
}

.text--extra {
    font-weight: 900
}

.align--center {
    text-align: center
}

.align--right {
    text-align: right
}

.col {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col {
        flex: 1 1 0
    }
}

.col-2 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-2 {
        flex-basis: 20%
    }
}

.col-2-5 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-2-5 {
        flex-basis: 25%
    }
}

.col-3 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-3 {
        flex-basis: 30%
    }
}

.col-3c {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-3c {
        flex-basis: calc(100% / 3)
    }
}

.col-4 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-4 {
        flex-basis: 40%
    }
}

.col-5 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-5 {
        flex-basis: 50%
    }
}

.col-6 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-6 {
        flex-basis: 60%
    }
}

.col-7 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-7 {
        flex-basis: 70%
    }
}

.col-8 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-8 {
        flex-basis: 80%
    }
}

.col-9 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col-9 {
        flex-basis: 90%
    }
}

.col-10 {
    flex-basis: 100%
}

@media (min-width:768px) {
    .col3--space {
        margin: 0 15px
    }
}

@media (min-width:992px) {
    .col3--space {
        margin: 0 25px
    }
}

@media (min-width:768px) {
    .col3--space:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .col3--space:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .col3--space-min {
        margin: 0 3px
    }

    .col3--space-min:nth-of-type(3n+1) {
        margin-left: 0
    }

    .col3--space-min:nth-of-type(3n) {
        margin-right: 0
    }
}

.bg--primary {
    background-color: #73b962
}

.bg--accent {
    background-color: #171514
}

.bg--white {
    background-color: #fff
}

.svg--horizontal {
    min-width: 40px;
    max-height: 40px
}

.svg--vertical {
    min-width: 40px;
    max-height: 45px
}

.svg--white {
    fill: #fff
}

.svg--black {
    fill: #000
}

.image--fluid {
    display: block;
    max-width: 100%;
    height: auto
}

.image--center {
    margin-left: auto;
    margin-right: auto
}

.image--news {
    float: right;
    margin-left: 50px;
    margin-bottom: 30px
}

.image--clearmb {
    margin-bottom: 0
}

.section {
    margin: 50px 0
}

@media (min-width:992px) {
    .section {
        margin: 75px 0
    }
}

.section__title {
    font-family: Merriweather, serif;
    font-size: 2.2rem;
    color: #73b962;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .section__title {
        font-size: 2.6rem;
        margin-bottom: 50px
    }
}

.section__title--center {
    text-align: center
}

.section__title--news {
    margin-bottom: 0
}

.section__title--bmt {
    margin-top: 25px
}

.section__subtitle {
    font-family: Merriweather, serif;
    font-size: 1.6rem;
    color: #73b962;
    margin: 10px 0
}

@media (min-width:992px) {
    .section__subtitle {
        font-size: 1.8rem;
        margin: 15px 0
    }
}

.section__subtitle--bold {
    font-weight: 700
}

.section__subtitle--big {
    font-size: 1.8rem
}

@media (min-width:992px) {
    .section__subtitle--big {
        font-size: 2.2rem
    }
}

.section__subtitle--bmt {
    margin-top: 25px
}

@media (min-width:992px) {
    .section__subtitle--bmt {
        margin-top: 50px
    }
}

.section--news {
    margin: 25px 0
}

.section--news:after {
    content: '';
    display: table;
    clear: both
}

.section--padding {
    padding: 25px 0
}

@media (min-width:992px) {
    .section--padding {
        padding: 50px 0
    }
}

@media (min-width:1366px) {
    .section--padding {
        padding: 75px 0
    }
}

.section--clearmargin {
    margin: 0
}

.container--header {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:992px) {
    .container--header {
        flex-direction: row
    }
}

.header {
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .25)
}

.logo {
    display: none
}

@media (min-width:992px) {
    .logo {
        display: initial;
        margin: 0 50px 0 0
    }
}

.logo--mobile {
    display: inline;
    max-width: 100px;
    margin: 15px 0
}

@media (min-width:992px) {
    .logo--mobile {
        display: none
    }
}

.burger {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    transform: rotate(0);
    transition: all .3s cubic-bezier(.4, .01, .165, .99);
    user-select: none
}

.burger__icon {
    position: relative;
    width: 25px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.burger__bar {
    width: 100%;
    height: 2px;
    background-color: #73b962;
    transition: transform .3s cubic-bezier(.4, .01, .165, .99)
}

.burger__bar--top {
    transform: translateY(0) rotate(0)
}

.burger__bar--bottom {
    transform: translateY(6px) rotate(0)
}

@media (min-width:992px) {
    .burger {
        display: none
    }
}

.menu--opened .burger {
    transform: rotate(90deg)
}

.menu--opened .burger__bar {
    transition: transform .4s cubic-bezier(.4, .01, .165, .99) .2s
}

.menu--opened .burger__bar--top {
    transform: translateY(5px) rotate(45deg)
}

.menu--opened .burger__bar--bottom {
    transform: translateY(3px) rotate(-45deg)
}

.navigation {
    width: 100%
}

.navigation__top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #73b961;
    padding: 5px 15px;
    margin: 0 -15px
}

@media (min-width:576px) {
    .navigation__top {
        margin: 0 -50px
    }
}

@media (min-width:992px) {
    .navigation__top {
        justify-content: flex-end;
        padding: 5px 0;
        margin: 0 20px 0 0
    }
}

@media (min-width:1200px) {
    .navigation__top {
        margin-right: 38px
    }
}

@media (min-width:992px) {
    .navigation__top:after {
        position: absolute;
        top: 0;
        height: 100%;
        right: -75%;
        width: 75%;
        content: '';
        background-color: #73b961
    }
}

.navigation__item {
    color: #fff
}

.navigation__item:not(:last-of-type) {
    margin-right: 25px
}

@media (min-width:992px) {
    .navigation__item:not(:last-of-type) {
        margin-right: 50px
    }
}

.navigation__icon {
    margin-right: 3px
}

.navigation__icon--rotate {
    transform: rotate(270deg)
}

.navigation__link {
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s ease
}

@media (min-width:992px) {
    .navigation__link {
        font-size: 1.6rem
    }
}

.navigation__link:hover {
    color: #171514
}

.navigation__text {
    cursor: pointer;
    transition: color .3s ease
}

.navigation__text:hover {
    color: #171514
}

.navigation__text:not(:last-of-type):after {
    content: '|';
    color: #fff;
    font-size: 1.8rem;
    margin-left: 5px
}

.navigation__text--small {
    font-size: 1rem
}

.navigation__text--medium {
    font-size: 1.4rem
}

.navigation__text--large {
    font-size: 1.8rem
}



.filter__btn {
  display: block;      /* zachowuje się jak li */
  width: 100%;         /* pełna szerokość rodzica (ul/li) */
  background: none;    /* reset tła */
  border: 0;           /* reset ramki */
  padding: 0;          /* żeby nie dopchało */
  font: inherit;       /* dziedziczy krój i rozmiar */
  color: inherit;
  text-align: left;    /* tekst wyrównany jak było */
  cursor: pointer;
}

/* Fokus tylko w trybie wysokiego kontrastu */
body.high-contrast .filter__btn:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}




.menu {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media (min-width:992px) {
    .menu:after {
        position: absolute;
        top: 0;
        height: 100%;
        right: calc(-75% + 1px);
        width: 75%;
        content: '';
        background-color: #fff
    }
}

.menu__list {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px
}

@media (min-width:576px) {
    .menu__list {
        left: -50px;
        right: -50px
    }
}

@media (min-width:992px) {
    .menu__list {
        display: flex;
        position: initial
    }
}

.menu--opened .menu__list {
    display: initial
}

.menu__sublist {
    display: none;
    background-color: #73b962
}

@media (min-width:992px) {
    .menu__sublist {
        position: absolute;
        top: 100%;
        left: -1px;
        display: initial;
        transform: translateY(-15em);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, z-index 0s ease-in-out
    }
}

@media (min-width:992px) {
    .menu__item:hover .menu__sublist {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 0;
        transition: transform .3s ease, opacity .3s ease, visibility 1s ease, z-index 12s ease
    }
}

.menu__sublist--opened {
    display: block
}

.menu__item {
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid transparent;
    background-color: #fff;
    transition: background-color .3s ease, border-color .3s ease
}

.menu__item:last-of-type {
    border-color: #ddd
}

.menu__item--active {
    background-color: #ddd
}

.menu__item--image:hover {
    background-color: #ddd
}

.menu__item:not(.menu__item--image):hover {
    background-color: #73b962;
    border-color: #73b962
}

.menu__item:not(.menu__item--image):hover+.menu__item {
    border-left-color: transparent
}

.menu__subitem {
    border-top: 1px solid rgba(221, 221, 221, .3)
}

.menu__link {
    display: block;
    font-family: Merriweather, serif;
    font-size: 1.6rem;
    color: #73b962;
    padding: 10px 15px;
    transition: color .3s ease
}

@media (min-width:576px) {
    .menu__link {
        padding: 10px 50px
    }
}

@media (min-width:992px) {
    .menu__link {
        padding: 32px 20px
    }
}

@media (min-width:1200px) {
    .menu__link {
        font-size: 1.8rem;
        padding: 30px 38px
    }
}

.menu__link--image {
    display: none
}

@media (min-width:992px) {
    .menu__link--image {
        display: block;
        padding: 11.5px 15px
    }
}

@media (min-width:1200px) {
    .menu__link--image {
        padding: 11.5px 30px
    }
}

.menu__item:hover .menu__link {
    color: #fff
}

.menu__sublink {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 9px 20px;
    transition: background-color .3s ease
}

@media (min-width:992px) {
    .menu__sublink {
        min-width: 225px;
        white-space: nowrap
    }
}

.menu__sublink--active,
.menu__sublink:hover {
    background-color: #73b961
}

.breadcrumbs {
    background-color: #ddd;
    padding: 15px 0
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs__item:not(:last-of-type):after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-size: 1.2rem;
    font-weight: 900;
    color: #000;
    margin: 0 8px
}

.breadcrumbs__link {
    color: #0682b3;
    transition: color .3s ease
}

.breadcrumbs__link:hover {
    color: #000
}

.slider {
    position: relative
}

.slider__description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 265px;
    background-color: #73b962;
    padding: 30px 15px
}

@media (min-width:576px) {
    .slider__description {
        min-height: 250px;
        padding: 30px 50px
    }
}

@media (min-width:992px) {
    .slider__description {
        position: absolute;
        right: calc((100% - 900px)/ 2);
        top: 25px;
        max-width: 350px;
        background-color: transparent;
        padding: 0
    }
}

@media (min-width:1200px) {
    .slider__description {
        right: calc((100% - 1170px)/ 2);
        top: 50px;
        max-width: 425px
    }
}

@media (min-width:1366px) {
    .slider__description {
        max-width: 370px
    }
}

@media (min-width:1600px) {
    .slider__description {
        top: 100px
    }
}

.slider__title {
    font-family: Merriweather, serif;
    font-size: 2rem;
    color: #fff;
    line-height: 1.25;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    margin-bottom: 10px
}

@media (min-width:576px) {
    .slider__title {
        font-size: 2.4rem
    }
}

@media (min-width:1366px) {
    .slider__title {
        font-size: 3.2rem;
        margin-bottom: 15px
    }
}

@media (min-width:1600px) {
    .slider__title {
        margin-bottom: 20px
    }
}

.slider__text {
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    margin-bottom: 20px
}

@media (min-width:576px) {
    .slider__text {
        font-size: 1.7rem
    }
}

@media (min-width:1366px) {
    .slider__text {
        font-size: 1.8rem;
        margin-bottom: 30px
    }
}

@media (min-width:1600px) {
    .slider__text {
        margin-bottom: 40px
    }
}

.slider__button {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    padding: 10px 25px;
    transition: color .3s ease, background-color .3s ease
}

@media (min-width:576px) {
    .slider__button {
        font-size: 1.3rem
    }
}

@media (min-width:1366px) {
    .slider__button {
        font-size: 1.4rem
    }
}

.slider__button:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: 7px
}

@media (min-width:1366px) {
    .slider__button:after {
        font-size: 1.4rem
    }
}

.slider__button:hover {
    color: #73b962;
    background-color: #fff
}

.container--filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.filter__menu {
    flex-basis: 100%;
    display: none
}

@media (min-width:992px) {
    .filter__menu {
        flex-basis: 25%;
        display: block
    }
}

@media (min-width:1200px) {
    .filter__menu {
        flex-basis: 21%
    }
}

.filter__item {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease
}

@media (min-width:992px) {
    .filter__item {
        font-size: 1.1rem;
        padding: 14px 15px
    }
}

@media (min-width:1200px) {
    .filter__item {
        font-size: 1.2rem;
        padding: 15px
    }
}

.filter__item--green {
    color: #73b962
}

.filter__item--green.filter__item--active,
.filter__item--green:hover {
    color: #fff;
    background-color: #73b962;
    border-bottom-color: #73b962
}

.filter__item--yellow {
    color: #c28b0a
}

.filter__item--yellow.filter__item--active,
.filter__item--yellow:hover {
    color: #fff;
    background-color: #c28b0a;
    border-bottom-color: #c28b0a
}

.filter__item--blue {
    color: #0682b3
}

.filter__item--blue.filter__item--active,
.filter__item--blue:hover {
    color: #fff;
    background-color: #0682b3;
    border-bottom-color: #0682b3
}

.filter__item--clear-padding {
    padding: 0
}

.filter__list {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .filter__list {
        flex-basis: 72%
    }
}

@media (min-width:1200px) {
    .filter__list {
        flex-basis: 77%
    }
}

.filter__list-object {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:992px) {
    .filter__list-object {
        width: 75%;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .filter__list-object {
        width: 78%
    }
}

.filter__object {
    position: relative;
    flex-basis: 100%;
    overflow: hidden;
    max-width: 260px;
    margin: 15px auto
}

@media (min-width:576px) {
    .filter__object {
        flex-basis: calc(100% / 2 - 16px);
        margin: 15px
    }
}

@media (min-width:768px) {
    .filter__object {
        flex-basis: calc(100% / 3 - 15px);
        margin: 10px
    }
}

@media (min-width:992px) {
    .filter__object {
        flex-basis: calc(100% / 3 - 15px);
        margin: 0 10px 10px
    }
}

@media (min-width:1200px) {
    .filter__object {
        flex-basis: calc(100% / 4 - 16px);
        margin: 0 10px 20px
    }
}

@media (min-width:576px) {
    .filter__object:nth-of-type(2n+1) {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .filter__object:nth-of-type(2n+1) {
        margin-left: 10px
    }
}

@media (min-width:576px) {
    .filter__object:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .filter__object:nth-of-type(2n) {
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .filter__object:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .filter__object:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .filter__object:nth-of-type(3n+1) {
        margin-left: 10px
    }
}

@media (min-width:768px) {
    .filter__object:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .filter__object:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .filter__object:nth-of-type(3n) {
        margin-right: 10px
    }
}

@media (min-width:1200px) {
    .filter__object:nth-of-type(2n+1) {
        margin-left: 10px
    }
}

@media (min-width:1200px) {
    .filter__object:nth-of-type(2n) {
        margin-right: 10px
    }
}

@media (min-width:1200px) {
    .filter__object:nth-of-type(4n+1) {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .filter__object:nth-of-type(4n) {
        margin-right: 0
    }
}

.filter__object:hover .filter__box {
    transform: translateY(0)
}

.filter__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(68%);
    transition: transform .3s ease;
    font-size: 1.4rem;
    color: #fff;
    padding: 11px 15px
}

@media (min-width:576px) {
    .filter__box {
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    .filter__box {
        transform: translateY(65%)
    }
}

@media (min-width:992px) {
    .filter__box {
        font-size: 1.3rem;
        transform: translateY(63%)
    }
}

.filter__box--long .filter__text-list {
    padding-top: 15px;
    margin-top: 20px
}

.filter__box--green {
    background-color: rgba(115, 185, 97, .8)
}

.filter__box--yellow {
    background-color: rgba(194, 139, 10, .8)
}

.filter__box--blue {
    background-color: rgba(6, 130, 179, .8)
}

.filter__text-list {
    border-top: 1px solid rgba(221, 221, 221, .3);
    padding-top: 30px;
    margin-top: 40px
}

@media (min-width:576px) {
    .filter__text-list {
        padding-top: 20px;
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .filter__text-list {
        padding-top: 25px;
        margin-top: 30px
    }
}

.filter__text-item {
    font-size: 1.4rem
}

@media (min-width:576px) {
    .filter__text-item {
        font-size: 1.1rem
    }
}

@media (min-width:992px) {
    .filter__text-item {
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .filter__text-item {
        font-size: 1.1rem
    }
}

.filter__text-item:not(:last-of-type) {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .filter__text-item:not(:last-of-type) {
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .filter__text-item:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.filter__text-item:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 900;
    margin-right: 7px
}

.filter__link {
    display: block;
    padding: 15px
}

@media (min-width:992px) {
    .filter__link {
        padding: 14px 15px
    }
}

@media (min-width:1200px) {
    .filter__link {
        padding: 15px
    }
}

.offer__item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd
}

.offer__image {
    display: none
}

@media (min-width:768px) {
    .offer__image {
        display: initial
    }
}

@media (min-width:992px) {
    .offer__image {
        flex-basis: 37%
    }
}

.offer__box {
    position: relative;
    padding: 40px 25px
}

@media (min-width:992px) {
    .offer__box {
        flex-basis: 63%;
        padding: 50px
    }
}

.offer__title {
    font-family: Merriweather, serif;
    font-size: 2rem;
    color: #73b962;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .offer__title {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    .offer__title {
        font-size: 2.6rem;
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .offer__title {
        margin-bottom: 30px
    }
}

.offer__object {
    font-size: 1.6rem;
    color: #73b962;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .offer__object {
        font-size: 1.4rem;
        margin-bottom: 5px
    }
}

@media (min-width:992px) {
    .offer__object {
        font-size: 1.8rem;
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .offer__object {
        margin-bottom: 20px
    }
}

.offer__text {
    font-size: 1.6rem
}

@media (min-width:768px) {
    .offer__text {
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    .offer__text {
        font-size: 1.8rem
    }
}

.offer__button {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #0682b3;
    padding: 10px 25px;
    margin-top: 10px;
    transition: background-color .3s ease
}

@media (min-width:768px) {
    .offer__button {
        padding: 7px 25px
    }
}

@media (min-width:992px) {
    .offer__button {
        position: absolute;
        bottom: 50px;
        left: 50px;
        font-size: 1.4rem;
        padding: 10px 35px;
        margin-top: 0
    }
}

.offer__button:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.4rem;
    margin-left: 7px
}

.offer__button:hover {
    background-color: #73b962
}

.offer .owl-dots {
    position: relative;
    top: 10px
}

@media (min-width:992px) {
    .offer .owl-dots {
        position: absolute;
        left: auto;
        right: calc(100% - 900px / 2 + 25px);
        top: auto;
        bottom: 50px
    }
}

@media (min-width:1200px) {
    .offer .owl-dots {
        right: calc(100% - 1170px / 2 + 50px)
    }
}

.offer .owl-dot {
    background-color: transparent !important;
    border-color: #73b962 !important
}

.offer .owl-dot.active {
    background-color: #73b962 !important
}

.container--news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ddd
}

.container--news:last-of-type {
    padding-bottom: 70px
}

.container--news-subpage {
    border-bottom: 0
}

.news__item {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px
}

@media (min-width:768px) {
    .news__item {
        flex-basis: calc(100% / 2 - 15px);
        margin: 0 15px 30px
    }
}

@media (min-width:1200px) {
    .news__item {
        flex-basis: calc(100% / 2 - 30px);
        margin: 0 30px 60px
    }
}

@media (min-width:1366px) {
    .news__item {
        flex-basis: calc(100% / 2 - 50px);
        margin: 0 50px 100px
    }
}

@media (min-width:768px) {
    .news__item:nth-of-type(2n+1) {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .news__item:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .news__item--subpage {
        flex-basis: calc(100% / 2 - 10px);
        margin: 0 10px 20px
    }
}

@media (min-width:1200px) {
    .news__item--subpage {
        flex-basis: calc(100% / 2 - 15px);
        margin: 0 15px 30px
    }
}

@media (min-width:1366px) {
    .news__item--subpage {
        flex-basis: calc(100% / 2 - 25px);
        margin: 0 25px 50px
    }
}

.news__date {
    flex-basis: 100%;
    font-family: Merriweather, serif;
    color: #929292;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

@media (min-width:768px) {
    .news__date {
        flex-basis: calc(100% / 6 - 35px);
        border-bottom: 0;
        border-right: 1px solid #ddd;
        padding-bottom: 0;
        padding-right: 10px
    }
}

@media (min-width:992px) {
    .news__date {
        flex-basis: calc(100% / 6 - 25px)
    }
}

@media (min-width:1200px) {
    .news__date {
        flex-basis: calc(100% / 6 - 10px)
    }
}

@media (min-width:1366px) {
    .news__date {
        padding-right: 0
    }
}

.news__date--page {
    border: 0
}

@media (min-width:992px) {
    .news__item--subpage .news__date {
        padding-right: 5px
    }
}

@media (min-width:1200px) {
    .news__item--subpage .news__date {
        flex-basis: calc(100% / 6 - 25px);
        padding-right: 10px
    }
}

.news__day {
    font-size: 2.4rem
}

@media (min-width:768px) {
    .news__day {
        font-size: 4.8rem;
        line-height: 1.25
    }
}

.news__month-year {
    font-size: 2.4rem
}

@media (min-width:768px) {
    .news__month-year {
        font-size: 1.6rem
    }
}

.news__box {
    flex-basis: 100%;
    margin-top: 10px
}

@media (min-width:768px) {
    .news__box {
        flex-basis: calc(100% / 6 * 5 - 35px);
        margin-top: 0;
        margin-left: 10px
    }
}

@media (min-width:992px) {
    .news__box {
        flex-basis: calc(100% / 6 * 5 - 25px)
    }
}

@media (min-width:1200px) {
    .news__box {
        flex-basis: calc(100% / 6 * 5 - 10px)
    }
}

@media (min-width:992px) {
    .news__item--subpage .news__box {
        margin-left: 5px
    }
}

@media (min-width:1200px) {
    .news__item--subpage .news__box {
        flex-basis: calc(100% / 6 * 5 - 25px);
        margin-left: 10px
    }
}

.news__title {
    font-family: Merriweather, serif;
    color: #73b962;
    margin-bottom: 10px
}

.news__text {
    font-size: 1.4rem;
    margin-bottom: 10px
}

.news__link {
    display: block;
    font-size: 1.4rem;
    color: #0682b3;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    transition: color .3s ease
}

.news__link:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    font-weight: 900;
    margin-left: 7px
}

.news__link:hover {
    color: #73b962
}

.news__button {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #0682b3;
    padding: 10px 35px;
    margin: 0 auto;
    transition: background-color .3s ease
}

.news__button:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    font-weight: 900;
    margin-left: 7px
}

.news__button:hover {
    background-color: #73b962
}

.container--contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact__box {
    flex-basis: 100%
}

@media (min-width:992px) {
    .contact__box {
        flex-basis: calc(100% / 2 - 25px);
        margin: 0 25px
    }

    .contact__box:nth-of-type(2n+1) {
        margin-left: 0
    }

    .contact__box:nth-of-type(2n) {
        margin-right: 0
    }
}

.contact__box-object:not(:last-of-type) {
    margin-bottom: 40px
}

.contact__title {
    font-family: Merriweather, serif;
    font-size: 2.6rem;
    color: #73b962;
    margin-bottom: 30px
}

.contact__object {
    font-family: Merriweather, serif;
    font-size: 1.6rem;
    color: #73b962;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .contact__object {
        font-size: 1.8rem
    }
}

.contact__object--smb {
    margin-bottom: 5px
}

.contact__item:not(:last-of-type) {
    margin-bottom: 5px
}

.contact__icon {
    min-width: 16px;
    color: #73b962;
    text-align: center;
    margin-right: 5px
}

.contact__text {
    font-size: 1.4rem
}

.contact__link {
    font-size: 1.4rem;
    transition: color .3s ease
}

.contact__link:hover {
    color: #73b962
}

.contact__link:not(a[href^=tel]):not(a[href^='mailto:']) {
    text-decoration: underline
}

.map {
    min-height: 350px;
    max-height: 681px;
    border: 1px solid #ddd;
    margin-top: 35px
}

@media (min-width:768px) {
    .map {
        min-height: 600px
    }
}

@media (min-width:992px) {
    .map {
        margin-top: 0
    }
}

.map--contact {
    flex-basis: 100%;
    margin: 50px 0
}

.sidebar {
    flex-basis: 100%
}

@media (min-width:992px) {
    .sidebar {
        flex-basis: 25%
    }
}

.sidebar__list {
    display: none
}

@media (min-width:992px) {
    .sidebar__list {
        display: block
    }
}

.sidebar__sublist {
    display: none
}

.sidebar__item--active .sidebar__sublist {
    display: block
}

.sidebar__item {
    text-align: right;
    border-bottom: 1px solid #ddd;
    transition: border-color .3s ease
}

.sidebar__item--active:not(.sidebar__item--dropdown),
.sidebar__item:not(.sidebar__item--active):hover {
    border-color: #73b962
}

.sidebar__link {
    display: block;
    font-size: 1.4rem;
    color: #73b962;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 15px;
    transition: color .3s ease, background-color .3s ease
}

.sidebar__item--dropdown .sidebar__link:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 5px
}

.sidebar__item--dropdown.sidebar__item--active .sidebar__link:after {
    content: '\f077'
}

.sidebar__item:not(.sidebar__item--active) .sidebar__link:hover,
.sidebar__link--active {
    color: #fff;
    background-color: #73b962
}

.sidebar__sublink {
    display: block;
    color: #73b962;
    padding: 8px 15px;
    transition: color .3s ease, background-color .3s ease
}

.sidebar__sublink--active,
.sidebar__sublink:hover {
    color: #fff;
    background-color: #73b962
}

.container--section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content {
    flex-basis: 100%;
    margin-bottom: 50px
}

@media (min-width:992px) {
    .content {
        flex-basis: 70%;
        min-height: 100vh
    }
}

.paragraph {
    font-size: 1.4rem
}

@media (min-width:992px) {
    .paragraph {
        font-size: 1.6rem
    }
}

.paragraph:not(:last-of-type) {
    margin-bottom: 5px
}

.paragraph--bold {
    font-weight: 700
}

.paragraph--primary {
    color: #73b962
}

.paragraph--mt {
    margin-top: 15px
}

@media (min-width:992px) {
    .paragraph--mt {
        margin-top: 25px
    }
}

.paragraph--bmt {
    margin-top: 25px
}

@media (min-width:992px) {
    .paragraph--bmt {
        margin-top: 50px
    }
}

.box__image {
    position: relative;
    max-width: 260px;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .box__image {
        margin-bottom: 20px
    }
}

.box__image:after,
.box__image:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    z-index: 1
}

.box__image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1)
}

.box__image:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0)
}

.box__image:hover:after,
.box__image:hover:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .2s
}

.box__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(115, 185, 97, .8);
    transition: opacity .3s ease
}

.box__hover:after,
.box__hover:before {
    opacity: 0;
    transition: opacity .3s ease
}

.box__image:hover .box__hover:after,
.box__image:hover .box__hover:before {
    opacity: 1;
    transition-delay: .2s
}

.box__hover:before {
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 3.6rem;
    color: #fff
}

.box__hover:after {
    content: 'Powiększ';
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase
}

.box__image:hover .box__hover {
    opacity: 1
}

.box--flex {
    display: flex;
    flex-wrap: wrap
}

.box--gallery {
    width: 100%
}

.box--gallery-col3 {
    flex-basis: calc(100% / 2 - 5px);
    margin: 0 5px
}

@media (min-width:768px) {
    .box--gallery-col3 {
        flex-basis: calc(100% / 3 - 10px);
        margin: 0 7px
    }
}

@media (min-width:1200px) {
    .box--gallery-col3 {
        flex-basis: calc(100% / 3 - 14px);
        margin: 0 10px
    }
}

.box--gallery-col3:nth-of-type(2n+1) {
    margin-left: 0
}

@media (min-width:768px) {
    .box--gallery-col3:nth-of-type(2n+1) {
        margin-left: 7px
    }
}

@media (min-width:1200px) {
    .box--gallery-col3:nth-of-type(2n+1) {
        margin-left: 10px
    }
}

.box--gallery-col3:nth-of-type(2n) {
    margin-right: 0
}

@media (min-width:768px) {
    .box--gallery-col3:nth-of-type(2n) {
        margin-right: 7px
    }
}

@media (min-width:1200px) {
    .box--gallery-col3:nth-of-type(2n) {
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .box--gallery-col3:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .box--gallery-col3:nth-of-type(3n) {
        margin-right: 0
    }
}

.box--table {
    justify-content: space-between
}

.box--col2 {
    flex-basis: calc(100% / 2 - 15px)
}

.panel {
    position: relative;
    border-bottom: 1px solid #ddd
}

.panel:not(:last-of-type) {
    margin-bottom: 10px
}

.panel__header {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #73b962;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 20px;
    transition: background-color .3s ease, color .3s ease
}

@media (min-width:992px) {
    .panel__header {
        font-size: 1.6rem
    }
}

.panel__title {
    font-family: Merriweather, serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.panel__icon:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.panel__content {
    display: none;
    padding-bottom: 25px
}

.panel__list {
    font-size: 1.4rem;
    overflow-x: hidden
}

.panel__item {
    display: flex;
    justify-content: space-between;
    color: #73b962
}

.panel__item:not(:last-of-type) {
    margin-bottom: 3px
}

.panel__item-title {
    padding-right: 3px
}

.panel__item-title:after {
    position: relative;
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    z-index: -1
}

.panel__item-price {
    padding-left: 3px
}

.panel__info {
    position: absolute;
    right: 15px;
    cursor: pointer
}

.panel__info:before {
    content: '\f129';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.panel__info:after {
    position: absolute;
    top: 50%;
    right: 125%;
    transform: translateY(-50%);
    min-width: 225px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #73b962;
    padding: 10px
}

@media (min-width:1366px) {
    .panel__info:after {
        top: auto;
        bottom: 100%;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

@media (min-width:1600px) {
    .panel__info:after {
        min-width: 250px
    }
}

.panel__info:hover:after {
    content: attr(data-info)
}

.panel.panel--opened .panel__header {
    color: #73b962
}

.panel.panel--opened .panel__icon:before {
    content: '\f077'
}

.panel.panel--opened .panel__content {
    display: block
}

.download {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0
}

@media (min-width:992px) {
    .download {
        margin: 25px 0
    }
}

.download:last-of-type {
    margin-bottom: 0
}

.download__link {
    display: inline-flex;
    color: #0682b3;
    transition: color .3s ease
}

.download__link:hover {
    color: #73b962
}

.download__link:not(:last-of-type) {
    margin-bottom: 10px
}

.download__icon {
    font-size: 1.8rem;
    margin-right: 10px
}

@media (min-width:992px) {
    .download__icon {
        font-size: 2rem
    }
}

.download__name {
    font-size: 1.4rem;
    text-transform: uppercase
}

@media (min-width:992px) {
    .download__name {
        font-size: 1.6rem
    }
}

.select {
    position: relative;
    width: 100%;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .select {
        display: none
    }
}

.select__box {
    display: none
}

.select__list {
    position: absolute;
    background-color: #73b962;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.select__list--hide {
    display: none
}

.select__item {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer
}

.select__item--blue {
    background-color: #0682b3
}

.select__selected {
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    background-color: #73b962
}

.select__selected:after {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.select__selected--opened:after {
    content: '\f077'
}

.table {
    width: 100%;
    font-size: 1.4rem;
    background-color: #fff
}

.table__header {
    background-color: #ddd
}

.table__col {
    vertical-align: middle;
    text-align: center;
    max-width: 450px;
    border: 1px solid rgba(221, 221, 221, .5);
    padding: 9px
}

.table__col--header {
    border: 1px solid #fff
}

.legend {
    font-size: 1.4rem;
    color: #929292;
    margin-top: 5px
}

.container--footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.footer {
    background-color: #171514;
    padding: 50px 0
}

.footer__copyright {
    font-size: 1.4rem;
    color: #ddd
}

.social-media {
    margin-top: 15px
}

@media (min-width:1200px) {
    .social-media {
        margin-top: 0
    }
}

.social-media__icon {
    font-size: 2rem;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    transition: border-color .3s ease, background-color .3s ease
}

.social-media__icon.fa-facebook-f:hover {
    border-color: #3b5998;
    background-color: #3b5998
}

.social-media__icon.fa-twitter:hover {
    border-color: #55acee;
    background-color: #55acee
}

.social-media__icon.fa-google-plus-g:hover {
    border-color: #dd4b39;
    background-color: #dd4b39
}

.social-media__icon:not(:first-of-type) {
    margin-left: 10px
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.logo__svg {
    width: 150px;
}

.logo__umwd {
    transform: scale(.75);
}





.color {
font-size: 14px;
border-collapse: collapse;
text-align: center;
width: 100%;
margin: 30px 0;
}
.color th, .color td:first-child {
background: #73b961;
color: #fff;
padding: 10px 20px;
}
.color th, .color td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #ddd;
}
.color td {
background: #fff;
}
.color th:first-child, .color td:first-child {
min-width: 160px;
}


.color--line th {
	background: #73b961;
}
.color--line td:first-child  {
	background: #fff;
	color: #000;
}
.navigation {
	position: relative;
}



