@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
  /* Brand Book Color */

  /* Main color */

  /* Kia Midnight Black */

  --black: #000;

  /* Kia Polar White */

  --white: #fff;

  /* Second color */

  /* Kia Afternoon Yellow */

  --yellow: #ffc107;

  /* Kia Forest Green */

  --green: #28a745;

  /* Kia City Gray */

  --gray: #6c757d;

  /* Accent color */

  --red: #d12519;

  --primary: #000;

  /* Extend color */

  /* Contours */

  --contour: #343a40;

  /* Descriptions */

  --description: #343a40;
}

html {
  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,

aside,

details,

figcaption,

figure,

footer,

https://baic-yaroslavl.ru/personal-data-1/,

hgroup,

main,

menu,

nav,

section,

summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;

  vertical-align: baseline;
}

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

  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;

  margin: 0.67em 0;
}

mark {
  background: #ff0;

  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;

  box-sizing: content-box;

  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;

  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;

  font: inherit;

  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

  cursor: pointer;
}

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

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

  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  padding: 0;
}

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

input[type='search'] {
  -webkit-appearance: textfield;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;

  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

  box-sizing: border-box;
}

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

  box-sizing: border-box;
}

html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  font-size: 14px;

  line-height: 1.42857143;

  color: #333;

  background-color: var(--white);
}

input,
button,
select,
textarea {
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
}

a {
  color: #000;

  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

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

  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;

  max-width: 100%;

  height: auto;

  margin: 0 auto;
}

.img-rounded {
  -webkit-border-radius: 6px;

  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;

  line-height: 1.42857143;

  background-color: var(--white);

  border: 1px solid var(--contour);

  -webkit-border-radius: 4px;

  border-radius: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: inline-block;

  max-width: 100%;

  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;

  border-radius: 50%;
}

hr {
  margin-top: 20px;

  margin-bottom: 20px;

  border: 0;

  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;

  width: 1px;

  height: 1px;

  margin: -1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;

  width: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

.container {
  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;
}

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

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

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

.container-fluid {
  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;
}

.row {
  margin-left: -15px;

  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;

  min-height: 1px;

  padding-left: 15px;

  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';

  display: table;
}

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

.center-block {
  display: block;

  margin-left: auto;

  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1199px) {
  #scrollfix .container .logo-model {
    display: none;
  }
}

@media (min-width: 1199px) {
  .logo-diler {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!

 * animate.css -http://daneden.me/animate

 * Version - 3.5.2

 * Licensed under the MIT license - http://opensource.org/licenses/MIT

 *

 * Copyright (c) 2017 Daniel Eden

 */

.animated {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;

  animation-duration: 2s;
}

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

  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;

  animation-name: bounce;

  -webkit-transform-origin: center bottom;

  -ms-transform-origin: center bottom;

  transform-origin: center bottom;
}

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

  25%,
  75% {
    opacity: 0;
  }
}

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

  25%,
  75% {
    opacity: 0;
  }
}

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

  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

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

  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;

  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;

  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);

    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);

    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);

    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);

    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);

    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);

    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);

    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);

    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-name: headShake;

  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;

  -ms-transform-origin: top center;

  transform-origin: top center;

  -webkit-animation-name: swing;

  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;

  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;

    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;

    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

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

  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;

    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);

    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);

    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;

    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);

    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);

    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;

  animation-name: jello;

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;

  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

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

  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

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

  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;

    transform: none;
  }
}

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

  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;

  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;

  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;

  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;

  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;

  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;

  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;

  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  -webkit-animation-name: flip;

  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInX;

  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInY;

  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;

  animation-name: flipOutX;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipOutY;

  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1;
  }

  to {
    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1;
  }

  to {
    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;

  animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;

  animation-name: lightSpeedOut;

  -webkit-animation-timing-function: ease-in;

  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

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

  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

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

  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

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

  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

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

  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;
  }
}

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

  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;
  }
}

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

  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }
}

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

  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;
  }
}

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

  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;
  }
}

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

  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;
  }
}

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

  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;
  }
}

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

  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;

    -webkit-transform: scale(0.1) rotate(30deg);

    transform: scale(0.1) rotate(30deg);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);

    transform: rotate(3deg);
  }

  to {
    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;

    -webkit-transform: scale(0.1) rotate(30deg);

    transform: scale(0.1) rotate(30deg);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);

    transform: rotate(3deg);
  }

  to {
    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);
  }
}

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

  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

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

  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;

  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;

  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;

  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;

  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;

  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;

  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;

  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;

  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;

  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -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;
}

/*! Flickity v2.0.10

http://flickity.metafizzy.co

---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;

  position: relative;

  height: 100%;
}

.flickity-slider {
  position: absolute;

  width: 100%;

  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;

  tap-highlight-color: transparent;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;

  cursor: -webkit-grab;

  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;

  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;

  top: 50%;

  width: 44px;

  height: 44px;

  border: none;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  background: white;

  background: rgba(255, 255, 255, 0.75);

  cursor: pointer;

  /* vertically center */

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;

  -webkit-box-shadow: 0 0 0 5px #09f;

  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;

  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;

  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;

  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;

  left: 20%;

  top: 20%;

  width: 60%;

  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;

  width: 100%;

  bottom: -25px;

  padding: 0;

  margin: 0;

  list-style: none;

  text-align: center;

  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;

  width: 10px;

  height: 10px;

  margin: 0 8px;

  background: #333;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  opacity: 0.25;

  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

*::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.6);

  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(50, 50, 50, 0.6);

  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(50, 50, 50, 0.6);

  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.6);

  opacity: 1;
}

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

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--white);
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
}

* {
  scrollbar-base-color: #ddd;

  scrollbar-face-color: var(--black);

  scrollbar-3dlight-color: transparent;

  scrollbar-highlight-color: transparent;

  scrollbar-track-color: transparent;

  scrollbar-arrow-color: var(--black);

  scrollbar-shadow-color: transparent;

  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: var(--black);

  background: var(--black);
}

*::selection {
  color: var(--black);

  background: var(--black);
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;

  min-width: 320px;

  position: relative;

  line-height: 1.2em;

  font-family: 'Roboto', sans-serif;

  overflow-x: hidden;

  opacity: 1;

  color: var(--black);
}

.img-responsive {
  display: block;

  max-width: 100%;

  height: auto;
}

* {
  margin: 0;

  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  padding: 0;

  font-size: 'Roboto', sans-serif;

  line-height: 1.2em;
}

select::-ms-expand {
  display: none;
}

a {
  -webkit-text-decoration-skip: ink;

  text-decoration-skip: ink;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  color: var(--black);

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: var(--red);

  border-color: var(--red);

  -webkit-box-shadow: none;

  box-shadow: none;
}

.redput::-webkit-input-placeholder {
  color: var(--red) !important;
}

.redput:-moz-placeholder {
  color: var(--red) !important;
}

.redput::-moz-placeholder {
  color: var(--red) !important;
}

.redput:-ms-input-placeholder {
  color: var(--red) !important;
}

.submit {
  max-width: 270px;

  width: 100%;

  margin: 1rem auto;
}

.btn {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: var(--primary);

  -webkit-background-size: cover;

  background-size: cover;

  background-position: center center;

  padding: 0 15px;

  color: var(--white);

  font-size: 16px;

  line-height: 1em;

  text-align: center;

  text-decoration: none;

  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  margin: 0 auto;

  max-width: 270px;

  width: 100%;

  min-height: 48px;

  text-decoration: none;
}

.btn2 {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: var(--primary);

  -webkit-background-size: cover;

  background-size: cover;

  background-position: center center;

  padding: 0 40px;

  color: var(--white);

  font-size: 16px;

  line-height: 1em;

  text-align: center;

  text-decoration: none;

  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  margin: 0 auto;

  max-width: 270px;

  width: 100%;

  min-height: 48px;

  text-decoration: none;
}

.btn:hover,
.btn:focus {
  cursor: pointer;

  text-decoration: none;

  background-color: #333;
}

.btn.btn-light {
  background-color: var(--white);

  border: 1px solid var(--black);

  color: var(--black);
}

.btn.btn-light:hover {
  background-color: var(--red);

  border: 1px solid var(--white);

  color: var(--white);
}

.btn.btn-red {
  background-color: var(--red);

  border: 1px solid var(--white);

  color: var(--white);
}

.btn.btn-red:hover {
  background-color: #a12318;

  border: 1px solid #a12318;

  color: var(--white);
}
.btn .text {
  position: relative;

  z-index: 1;
}

.btn .progress {
  position: absolute;

  height: 100%;

  width: 0;

  background-color: #8d1120;

  left: 0;

  top: 0;

  -webkit-border-radius: 2px;

  border-radius: 2px;
}

.btn.sending .progress {
  -webkit-animation-name: sendingPhone;

  animation-name: sendingPhone;

  -webkit-animation-duration: 3s;

  animation-duration: 3s;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: 1;

  animation-iteration-count: 1;
}

#app {
  overflow: hidden;
  background-color: #ececec;
  /* background-image: url('../img/bg.jpg'); */

  -webkit-background-size: 100% 100%;

  background-size: 1900px;

  background-position: center 69px;

  background-repeat: no-repeat;
}

.input-block {
  position: relative;

  overflow-x: hidden;

  width: 100%;

  max-width: 270px;

  margin: 1rem auto;

  text-align: center;
}

.input-block:after {
  content: '';

  width: 100%;

  height: 1px;

  background-color: var(--black);

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 5;

  -webkit-transition: 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  -o-transition: 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  transition: 0.3s cubic-bezier(1, 1, 0.44, 0.92);

  -webkit-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  transform: translateX(-100%);
}

.input-block.active:after {
  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);
}

.input {
  display: block;

  text-align: left;

  font-size: 14px;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  line-height: 1em;

  max-width: 270px;

  width: 100%;

  height: 48px;

  border: 1px solid var(--contour);

  padding-left: 30px;

  position: relative;

  z-index: 2;

  background-color: var(--white);

  color: var(--black);

  position: relative;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

#popup {
  position: fixed;

  top: 0;

  z-index: 10;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0);

  visibility: hidden;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

#popup img.call {
  position: absolute;

  bottom: -160px;

  left: -webkit-calc(50% - 160px);

  left: calc(50% - 160px);
}

#popup p.registrtop {
  padding-top: 50px;

  color: #004282;
}

#popup img.registr {
  position: absolute;

  top: -120px;

  left: -webkit-calc(50% - 220px);

  left: calc(50% - 220px);

  width: 440px;
}

#popup .body {
  max-width: 515px;

  width: 100%;

  margin: 0 auto;

  background-color: #ffffff;

  position: relative;

  top: 50%;

  -webkit-transform: translateY(-50%) scale(0);

  -ms-transform: translateY(-50%) scale(0);

  transform: translateY(-50%) scale(0);

  text-align: center;

  padding: 22px;

  border: 2px solid var(--white);
}

#popup .body .close {
  position: absolute;

  z-index: 100;

  width: 34px;

  height: 34px;

  top: 34px;

  right: 34px;

  cursor: pointer;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  border: 1px solid #dbdfe2;

  -webkit-border-radius: 50%;

  border-radius: 50%;
}

#popup .body .close:before {
  content: '';

  display: block;

  position: absolute;

  width: 40%;

  height: 2px;

  background: #dbdfe2;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  top: 48%;

  left: 30%;
}

#popup .body .close:after {
  content: '';

  display: block;

  position: absolute;

  width: 40%;

  height: 2px;

  background: #dbdfe2;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  top: 48%;

  left: 30%;
}

#popup .body .close:hover:after,
#popup .body .close:hover:before {
  background-color: var(--black);
}

#popup .body .close:hover {
  border-color: var(--black);
}

#popup .body .image {
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.26);

  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.26);

  width: 50%;

  background-image: url('../img/popup.jpg');

  -webkit-border-radius: 10px 0 0 10px;

  border-radius: 10px 0 0 10px;

  -webkit-background-size: cover;

  background-size: cover;

  background-position: 15% bottom;
}

#popup .body .image p:nth-child(2) b:first-child {
  text-decoration: underline;
}

#popup .body .image p:last-child {
  text-transform: none;

  font-size: 18px;

  padding-top: 10px;
}

#popup .body .image p {
  font-size: 23px;

  line-height: 1.2em;

  color: #004282;

  text-transform: uppercase;

  padding: 0 15px;
}

#popup .body .image p.bold {
  font-weight: 700;

  text-transform: uppercase;

  font-size: 23px;

  line-height: 1.2em;

  padding-top: 150px;
}

#popup .body .image p .red {
  color: var(--red);
}

#popup .body .content.tnxpopup {
  display: block;

  max-height: 70vh;

  height: auto;

  -webkit-overflow-scrolling: touch;

  padding: 20px;

  width: 100%;
}

#popup .body .content.tnxpopup .btn:after {
  display: none;
}

#popup .body .content.tnxpopup p {
  text-align: center;
}

#popup .body .content.tnxpopup p.bold {
  font-weight: bold;

  font-size: 23px;
}

#popup .body .content.politicpopup {
  display: block;

  max-height: 50vh;

  height: auto;

  -webkit-overflow-scrolling: touch;

  padding: 20px;

  width: 100%;
}
#popup .body .content.politicpopup h2 {
  font-size: 16px;
  margin: 10px 0;
}
#popup .body .content.politicpopup h3 {
  font-size: 14px;
  margin: 10px 0;
  text-align: left;
}
#popup .body .content.politicpopup p.bold {
  font-weight: bold;

  font-size: 17px;

  text-align: center;
}

#popup .body .content.politicpopup p {
  font-size: 10px;

  text-align: justify;
}

#popup .body .content {
  max-height: 70vh;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  background-color: var(--white);
}

#popup .body .content p {
  line-height: 1.2em;
}

#popup .body .content form {
  text-align: center;

  padding-top: 70px;

  padding-bottom: 30px;

  width: 100%;
}

#popup .body .content form > p {
  font-size: 36px;

  text-transform: uppercase;

  font-weight: 900;

  text-align: center;

  letter-spacing: 0.72px;

  color: var(--black);

  line-height: 1.2em;
}

#popup .body .content form > p span {
  display: block;

  font-size: 15px;

  font-weight: 300;

  letter-spacing: 0.3px;

  color: var(--black);

  text-transform: none;

  line-height: 1.2em;

  padding-top: 10px;
}

#popup .body .content form p.green {
  font-size: 18px;

  padding-top: 10px;

  line-height: 1.2em;

  font-weight: 400;

  color: var(--black);

  text-transform: none;
}

#popup .body .content .form-elements {
  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  margin: 0 auto;

  width: 273px;
}

#popup .body .content .form-elements .input-block {
  margin: 20px 0;
}

#popup .body .content .form-elements .submit {
  margin-top: 20px;
}

#popup .body .content .form-elements p.politic {
  font-size: 12px;

  margin-top: 30px;
}

#popup .body .content .form-elements p.politic a {
  color: #dbdfe2;

  text-decoration: underline;
}

#popup .body p.form_disclamer.callbot {
  padding-bottom: 50px;
}

#popup .body p.form_disclamer {
  margin-top: 40px;

  letter-spacing: 0.12px;

  font-size: 12px;

  color: #dbdfe2;
}

#popup .body p.form_disclamer a {
  color: #dbdfe2;

  text-decoration: underline;
}

#popup.open {
  visibility: visible;

  background: rgba(0, 0, 0, 0.8);
}

#popup.open .body {
  -webkit-transform: translateY(-45%) scale(1);

  -ms-transform: translateY(-45%) scale(1);

  transform: translateY(-45%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);

  border-left-color: var(--black);

  -webkit-animation-name: loader-spin;

  animation-name: loader-spin;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  position: relative;

  display: inline-block;

  vertical-align: top;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  width: 20px;

  height: 20px;

  position: absolute;

  right: 10px;

  bottom: 17px;

  opacity: 0;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  z-index: 2;
}

.circle-loader:after {
  -webkit-border-radius: 50%;

  border-radius: 50%;

  width: 20px;

  height: 20px;
}

.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;

  animation: none;

  border-color: #299926;

  -webkit-transition: border 500ms ease-out;

  -o-transition: border 500ms ease-out;

  transition: border 500ms ease-out;
}

.load-complete.wrong {
  border-color: var(--black);

  cursor: pointer;
}

.load-complete.wrong:before {
  content: '';

  display: block;

  height: 2px;

  width: 8px;

  background: var(--black);

  display: block;

  position: absolute;

  top: 7px;

  left: 4px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;
}

.load-complete.wrong:after {
  content: '';

  display: block;

  height: 2px;

  width: 8px;

  background: var(--black);

  display: block;

  position: absolute;

  top: 7px;

  left: 4px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;
}

.checkmark {
  display: none;
}

.checkmark:after {
  opacity: 1;

  height: 11px;

  width: 7px;

  -webkit-transform-origin: left top;

  -ms-transform-origin: left top;

  transform-origin: left top;

  border-right: 2px solid #299926;

  border-top: 2px solid #299926;

  content: '';

  left: 2px;

  top: 8px;

  position: absolute;
}

.checkmark.draw:after {
  -webkit-animation-duration: 800ms;

  animation-duration: 800ms;

  -webkit-animation-timing-function: ease;

  animation-timing-function: ease;

  -webkit-animation-name: checkmark;

  animation-name: checkmark;

  -webkit-transform: scaleX(-1) rotate(135deg);

  -ms-transform: scaleX(-1) rotate(135deg);

  transform: scaleX(-1) rotate(135deg);
}

.checkmark.checked {
  display: block;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;

    width: 0;

    opacity: 1;
  }

  20% {
    height: 0;

    width: 7px;

    opacity: 1;
  }

  40% {
    height: 11px;

    width: 7px;

    opacity: 1;
  }

  100% {
    height: 11px;

    width: 7px;

    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;

    width: 0;

    opacity: 1;
  }

  20% {
    height: 0;

    width: 7px;

    opacity: 1;
  }

  40% {
    height: 11px;

    width: 7px;

    opacity: 1;
  }

  100% {
    height: 11px;

    width: 7px;

    opacity: 1;
  }
}

@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  40% {
    width: 30%;
  }

  50% {
    width: 45%;
  }

  55% {
    width: 50%;
  }

  65% {
    width: 80%;
  }

  100% {
    width: 100%;
  }
}

@keyframes sendingPhone {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  40% {
    width: 30%;
  }

  50% {
    width: 45%;
  }

  55% {
    width: 50%;
  }

  65% {
    width: 80%;
  }

  100% {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.btngreen {
  background-color: var(--black);
}

.accent {
  color: var(--black);
}
.red {
  color: var(--red);
}

.success {
  width: 60%;

  margin: 40px auto 0;

  text-align: center;

  padding: 10px;

  cursor: pointer;

  display: block;
}

.success svg {
  width: 35px;

  height: 28px;
}

.success svg path {
  fill: var(--white);
}

.burger .x,
.burger .y,
.burger .z {
  background-color: var(--black);
}

.burger {
  display: none !important;
}

h3 {
  font-size: 36px;

  line-height: 1.2em;

  text-transform: uppercase;

  color: var(--black);

  text-align: center;
}

p.h3des {
  font-size: 23px;

  color: var(--black);

  line-height: 1.2em;

  text-align: center;
}

#header {
  background-color: var(--white);

  width: 100%;

  position: relative;

  z-index: 1;
}

#header {
  background-color: var(--white);

  height: 69px;
}

#header .container {
  height: inherit;

  /*padding-left: 216px;*/

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

#header .container .logos {
  display: flex;

  align-items: center;

  margin-right: auto;
}

#header .container .logo-model {
  width: 200px;

  margin-right: 12px;
}

#header .container .logo-diler {
  margin-left: 0;

  margin-right: auto;

  margin-left: 12px;

  width: 180px;

  font-size: 14px;

  margin-top: 3px;

  color: #000;
}

#header .container .right {
  height: inherit;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;
}

#header .container .right .contact-block {
  margin-right: 30px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

#header .container .right .contact-block img {
  margin-right: 30px;

  width: 27px;

  height: 27px;

  display: block;
}

#header .container .right .contact-block .myphone {
  text-align: right;
}

#header .container .right .contact-block .myphone a {
  color: #1d1d1d;

  text-decoration: underline;

  text-transform: uppercase;

  font-size: 12px;
}

#header .container .right .contact-block .myphone a:hover {
  color: var(--black);
}

#header .container .right .contact-block .myphone span a {
  font-size: 18px;

  letter-spacing: 0.36px;

  font-weight: bold;

  text-decoration: none;

  color: #1d1d1d;
}

#header .container .right .contact-block .myphone > p {
  font-size: 12px;

  font-weight: 300;

  letter-spacing: 0.26px;

  line-height: 1.2em;

  color: #1d1d1d;
}

#header .container .right .logo-dealer {
  min-width: 169px;

  width: 169px;
}

#header .header-address {
  margin-right: 20px;
}

#scrollfix {
  position: fixed;

  left: 0;

  top: 0;

  background-color: var(--white);

  z-index: -10;

  opacity: 0;

  width: 100%;

  height: 70px;

  -webkit-transition: 0.6s ease-in-out;

  -o-transition: 0.6s ease-in-out;

  transition: 0.6s ease-in-out;
}

#scrollfix.active {
  z-index: 20;

  opacity: 1;
}

#scrollfix .container {
  height: inherit;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

#scrollfix .container .logo-fifa {
  display: none;
}

#scrollfix .container .logo-model {
  max-width: 200px;

  width: 100%;

  color: #000;

  font-size: 14px;
}

#scrollfix .container .diler-logo {
  max-width: 180px;

  width: 100%;

  color: #000;

  font-size: 14px;
}

#scrollfix .container .diler-logo img {
  display: block;

  width: 100%;

  height: auto;
}

#scrollfix .container .nav {
  width: 100%;

  height: inherit;
}

#scrollfix .container .nav nav {
  height: inherit;
}

#scrollfix .container .nav nav ul {
  height: inherit;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

#scrollfix .container .nav nav ul li {
  list-style-type: none;

  margin: 0 25px;

  padding: 0;

  position: relative;
}

#scrollfix .container .nav nav ul li a {
  color: #1d1d1d;

  letter-spacing: 0.3px;

  font-size: 13px;

  font-weight: 300;

  text-decoration: none !important;
}

#scrollfix .container .nav nav ul li a:hover {
  color: var(--black);

  text-decoration: none;
}

#scrollfix .container .nav nav ul li:after {
  position: absolute;

  content: '';

  height: 2px;

  width: 100%;

  background-color: var(--black);

  left: 0;

  bottom: 0;

  -webkit-transform: translateY(15px);

  -ms-transform: translateY(15px);

  transform: translateY(15px);

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;

  opacity: 0;
}

#scrollfix .container .nav nav ul li:hover:after {
  -webkit-transform: translateY(13px);

  -ms-transform: translateY(13px);

  transform: translateY(13px);

  opacity: 1;
}

#scrollfix .container .right {
  height: inherit;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;
}

#scrollfix .container .right .contact-block {
  margin-right: 30px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

#scrollfix .container .right .contact-block img {
  margin-right: 30px;

  width: 27px;

  height: 27px;

  display: block;
}

#scrollfix .container .right .contact-block .myphone {
  text-align: right;
}

#scrollfix .container .right .contact-block .myphone a {
  color: #1d1d1d;

  text-decoration: underline;

  text-transform: uppercase;

  font-size: 12px;
}

#scrollfix .container .right .contact-block .myphone a:hover {
  color: var(--black);
}

#scrollfix .container .right .contact-block .myphone span a {
  font-size: 18px;

  letter-spacing: 0.36px;

  font-weight: bold;

  text-decoration: none;

  color: #1d1d1d;
}

#scrollfix .container .right .contact-block .myphone > p {
  font-size: 12px;

  font-weight: 300;

  letter-spacing: 0.26px;

  line-height: 1.2em;

  color: #1d1d1d;
}

#scrollfix .container .right .logo-dealer {
  min-width: 169px;

  width: 169px;
}

#main {
  /* padding-top: 35px; */
}

#main h1 {
  text-align: center;

  color: var(--black);
}

#main h2 {
  text-align: center;

  color: var(--black);
}

.main-form {
  width: 600px;
}

.main-form .form-elements {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

form .politic {
  /*display: block;*/

  margin: 1rem auto;

  color: var(--gray);

  font-size: 11px;

  font-weight: 400;

  max-width: 100%;

  width: 100%;

  letter-spacing: 0.22px;

  line-height: 1.2em;
}

form .politic a {
  color: var(--gray);

  line-height: 1.2em;
}

h1 {
  font-weight: bold;

  line-height: 1.2em;

  text-transform: uppercase;

  font-size: 50px;
}

h2 {
  font-size: 48px;

  text-transform: uppercase;

  line-height: 1.2em;
}

.main-timer-wrapper {
  margin-top: 30px;

  border: 2px solid var(--black);

  position: relative;

  padding: 50px 70px 25px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: end;

  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;
}

.main-timer-wrapper:after {
  content: '';

  position: absolute;

  top: 0;

  left: 70px;

  background-color: var(--black);

  width: 170px;

  height: 5px;
}

.timer {
  width: 330px;
}

.timer-title {
  color: var(--black);

  font-weight: 300;

  font-size: 22px;

  text-transform: uppercase;

  line-height: 1.2em;

  text-align: center;
}

.counter {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-top: 20px;
}

.counter .cell {
  position: relative;
}

.counter .cell:not(:last-child):after {
  content: ':';

  position: absolute;

  right: -8px;

  top: 0;

  color: var(--black);

  text-transform: uppercase;

  font-size: 48px;

  line-height: 1.2em;

  text-align: center;
}

.counter p {
  color: var(--black);

  text-transform: uppercase;

  font-size: 48px;

  line-height: 1.2em;

  text-align: center;

  margin: 0 20px;

  position: relative;
}

.counter p span {
  font-size: 14px;

  font-weight: 300;

  line-height: 1.2em;

  display: block;
}
.newCars {
  margin-top: 140px;
}

.newCars h2 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.newCars__list {
  margin-top: 40px;
}

.newCars__item {
  background: #ffffff;
  border-radius: 33px;
  padding: 65px 70px;
  margin-bottom: 90px;
  transition: all 0.3s;
}

.newCars__item:hover {
  box-shadow: 0px 11px 31.5px 3.5px rgba(0, 0, 0, 0.14);
}

.newCars__wrapper {
  display: flex;
  justify-content: space-between;
}
.newCars__images {
  width: 600px;
  position: relative;
}
.newCars__info {
  width: 351px;
}
.newCars__logo {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.newCars__logo--hover {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.newCars__item:hover .newCars__logo--hover {
  opacity: 1;
}

.newCars__image {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.newCars__colors {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.newCars__color {
  width: 17px;
  height: 17px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
}
.newCars__color:before {
  content: '';
  border: 1px solid #313131;
  width: 27px;
  height: 27px;
  position: absolute;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  display: none;
}
.newCars__color.active:before {
  display: block;
}

.newCars__color.red {
  background-color: #f00;
}
.newCars__color.white {
  background-color: #dddddd;
}
.newCars__color.grey {
  background-color: #7f7f83;
}
.newCars__color.blue {
  background-color: #1c61d0;
}
.newCars__color.brown {
  background-color: #480808;
}
.newCars__color.black {
  background-color: #000000;
}
.newCars__color.yellow {
  background-color: #d7d8a3;
}
.newCars__color.green {
  background-color: #479128;
}
.newCars__color.yellow-black {
  background: linear-gradient(
    90deg,
    rgba(161, 153, 7, 1) 49%,
    rgba(0, 0, 0, 1) 51%
  );
}
.newCars__color.red-black {
  background: linear-gradient(
    90deg,
    rgba(201, 17, 18, 1) 49%,
    rgba(0, 0, 0, 1) 51%
  );
}
.newCars__color.white-black {
  background: linear-gradient(
    90deg,
    rgba(193, 193, 193, 1) 49%,
    rgba(0, 0, 0, 1) 51%
  );
}
.newCars__color.grey-black {
  background: linear-gradient(
    90deg,
    rgba(94, 104, 96, 1) 49%,
    rgba(0, 0, 0, 1) 51%
  );
}
.newCars__color.silver-black {
  background: linear-gradient(
    90deg,
    rgba(157, 166, 171, 1) 49%,
    rgba(0, 0, 0, 1) 51%
  );
}
.newCars__color.silver {
  background-color: #479128;
}
.newCars__name {
  font-size: 55px;
  white-space: nowrap;
  line-height: 90%;
  margin-bottom: 40px;
}
.newCars__name .btn {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.newCars__text p {
  display: flex;
  align-items: center;
  min-height: 45px;
  border-left: 1px solid #d1291a;
  padding-left: 17px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  max-width: 230px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.help {
  background-image: url(../img/helpIcon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  padding-left: 30px;
}

.newCars__benefits {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.newCars__benefit {
  box-sizing: border-box;
  width: 31.3%;
  display: flex;
  align-items: center;
  min-height: 45px;
  position: relative;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

.newCars__benefit--icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  background: #313131;
  transition: all 0.3s;
  margin-right: 20px;
}

.newCars__benefit .newCars__benefit--icon:hover {
  background-color: var(--red);
}
.newCars__benefit--icon.black-icon {
  background: #ececec;
}
.newCars__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.newCars__button {
  width: 31.3%;
}
.newCars__button .btn {
  margin: 0;
  max-width: 100%;
}

.newCompls {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}
.newCompls h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.newCompls__tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 45px;
}
.newCompls__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  color: #ffffff;
  background: #242424;
  height: 85px;
  border-radius: 33px;
  font-size: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
.newCompls__tab.active {
  background-color: #000;
}

.newCompls .flickity-prev-next-button.previous {
  left: -50px;
}
.newCompls .flickity-prev-next-button.next {
  right: -50px;
}
.newCompls__card {
  width: 400px;
  margin-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 25px 30px;
  background: #ececec;
  border-radius: 33px;
  min-height: 510px;
}
.newCompls__name {
  font-size: 30px;
  color: #313131;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
.newCompls__infos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.newCompls__info {
  padding: 10px 15px;
  background: #ffffff;
  margin-right: 7px;
  border-radius: 11px;
  font-size: 13px;
  flex-grow: 1;
  line-height: 1.2;
}
.newCompls__info b {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.newCompls__buttons {
  margin-top: 20px;
}
.newCompls__buttons .newCompls__button:nth-child(1) {
  margin-bottom: 10px;
}

#cars {
  margin-top: 120px;
}

.cars__filters {
  display: flex;

  justify-content: center;

  margin-top: 30px;
}

.cars__filter {
  margin: 0px 30px;

  padding: 25px;

  border-radius: 26px;

  background-color: #f3f3f3;

  text-align: center;

  cursor: pointer;

  border: 3px solid #fff;
}

.cars__filter img {
  mix-blend-mode: multiply;

  display: block;

  margin-left: auto;

  margin-right: auto;
}

.cars__filter span {
  font-weight: bold;

  display: block;

  text-align: center;

  margin-top: 10px;

  font-size: 18px;
}

.cars__filter.active {
  border: 3px solid #000;
}

.cars-list {
  align-items: stretch !important;

  margin-top: 40px;
}

.form__titleTop {
  color: #8f8f8f;
}

.cars-list-item {
  width: 500px;

  position: relative;

  margin-bottom: 100px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.cars__mark {
  position: absolute;

  top: 0px;

  left: 0;
}

.cars-list-item:before {
  content: '';

  width: 170px;

  height: 5px;

  background-color: var(--black);

  display: block;
}

.cars-list-item-slider {
  margin: 20px 0;
}

.flickity-prev-next-button {
  padding: 0;

  background: transparent;
}

.cars-list-item-slide {
  height: 300px;

  width: 100%;

  background-size: cover;

  background-position: center center;
}

.cars-list-item-price {
  position: absolute;

  right: 0;

  top: -5px;

  padding: 10px 18px 10px 35px;

  z-index: 2;
}

.cars-list-item-price svg {
  position: absolute;

  right: 0;

  top: 0;

  z-index: -1;

  display: block;

  height: 100%;

  width: auto;
}

.cars-list-item-price svg .chery {
  fill: #a6192e;
}

.cars-list-item-price svg .geely {
  fill: #002d96;
}

.cars-list-item-price svg .kaiyi {
  fill: #000000;
}

.cars-list-item-price svg .changan {
  fill: #0066b5;
}

.cars-list-item-price span {
  font-size: 13px;

  font-weight: 300;

  line-height: 1.2em;

  color: var(--white);
}

.cars-list-item-price span b {
  display: block;

  line-height: 1.2em;

  font-weight: bold;

  font-size: 23px;
}

.cars-list-item-title {
  width: 50%;

  margin: 10px 0;

  color: var(--black);
}

.cars-list-item-title span:first-child {
  text-transform: uppercase;

  font-size: 24px;

  font-weight: 300;

  white-space: nowrap;
}

.cars-list-item-title span {
  font-size: 14px;

  font-weight: 300;

  line-height: 24px;

  text-transform: uppercase;
}

.cars-list-item-image {
  /* margin-top: 35px; */

  position: relative;
}

.cars-list-item-image > img {
  /* max-width: 400px; */

  width: 100%;

  margin-left: auto;

  margin-right: auto;
}

.car-list-item-spec {
  width: 129px;

  position: absolute;

  right: 0;

  top: 100px;
}

.cars-list-item-prices {
  margin: 10px 0px;

  border-top: 1px dashed #838383;

  border-bottom: 1px dashed #838383;

  padding: 10px 0;
}

.cars-list-item-prices-item span {
  color: var(--black);

  font-size: 14px;

  font-weight: 300;

  line-height: 1.2em;
}

.cars-list-item-prices-item span.benefit {
  margin-top: 15px;

  display: block;
}

.cars-list-item-prices-item span b {
  font-size: 24px;

  font-weight: 700;

  line-height: 1.2em;

  display: block;

  color: var(--black);
}

.cars-list-item-prices-item.price {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 270px;

  background-image: url('../img/price_bg.svg');

  -webkit-background-size: contain;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center center;

  min-height: 86px;
}

.cars-list-item-info-power-item i {
  height: 47px;

  display: block;

  width: 47px;

  margin-right: 25px;
}

.cars-list-item-info-power-item i img {
  height: 100%;

  width: auto;

  display: block;
}

.cars-list-item-info-power-item {
  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  -webkit-box-pack: start !important;

  -webkit-justify-content: flex-start !important;

  -ms-flex-pack: start !important;

  justify-content: flex-start !important;

  margin-bottom: 25px;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.cars-list-item-info-power-item span {
  color: var(--black);

  font-size: 14px;

  font-weight: 300;

  line-height: 1.2em;
}

.cars-list-item-info-power-item span b {
  font-size: 22px;

  font-weight: 700;

  line-height: 1.2em;

  display: block;
}

.cars-list-item-info {
  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;
}

.flex-wrapper {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.cars-list-item-info-buttons {
  width: 270px;
}

.cars-list-item-info-buttons a {
  margin: 6px 0;
}

.cars-list-item-benefits {
  min-height: 41px;

  margin-top: auto;

  margin-bottom: 30px;
}

.cars-list-item-benefits p {
  font-size: 15px;

  font-weight: 300;

  line-height: 1.2em;

  margin: 5px 0;

  padding-left: 35px;

  position: relative;
}

.cars-list-item-benefits p:before {
  content: '';

  position: absolute;

  left: 0;

  width: 14px;

  height: 100%;

  top: 3px;

  background-image: url('../img/ok.svg');

  -webkit-background-size: contain;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;
}

.cars-list-item-benefits p b {
  font-size: 23px;

  line-height: 1.2em;

  color: var(--black);
}

#credit {
  background-image: url('../img/bg_credit.jpg');

  -webkit-background-size: cover;

  background-size: cover;

  background-position: center 90%;

  padding: 52px 0px 290px;
}

#credit h2 {
  text-align: left;

  color: var(--black);
}

#credit h3 {
  text-align: left;

  color: var(--black);
}

#credit h3 sup {
  color: var(--black);
}

.credit-form {
  width: 600px;

  margin-top: 65px;

  margin-bottom: 1rem;
}

.credit-form .form-elements {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  grid-gap: 1rem;

  flex-wrap: wrap;
}

.credit-form .form-elements .politic {
  margin-top: 0;
}

.credit-form .form-elements .politic a {
  color: #000;
}

#compl-list {
  margin-top: 200px;
}

#compl-list h2 {
  position: relative;

  font-size: 36px;

  line-height: 1.2em;

  text-align: left;
}

#compl-list h2:after {
  content: '';

  position: absolute;

  left: 0;

  top: -16px;

  width: 170px;

  height: 5px;

  background-color: var(--black);
}

.compl-list-subtitle {
  font-size: 18px;

  line-height: 1.2em;

  text-transform: uppercase;

  font-weight: bold;

  margin-top: 10px;
}

.copl-list-item {
  list-style-type: none;

  margin-top: 55px;
}

.copl-list-item li {
  height: auto;

  padding: 25px 70px 34px 113px;

  border: 1px solid var(--contour);

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  z-index: 1;
}

.car-image {
  max-width: 320px;
}

.car-image img {
  display: block;

  width: 100%;

  height: auto;
}

.compl-car-name {
  text-transform: uppercase;

  font-size: 24px;

  font-weight: 300;

  margin-bottom: 10px;
}

.compl-info {
  width: 600px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.compl-info a {
  height: 46px;

  margin: 1rem auto;
}

select {
  width: 268px;

  height: 46px;

  border: 1px solid var(--contour);

  background-color: var(--white);

  padding: 5px 30px;

  color: #666665;

  font-size: 13px;

  font-weight: 300;

  margin: 1rem auto;
}

.compl-info-name {
  font-weight: bold;

  font-size: 30px;

  text-transform: uppercase;

  width: 100%;

  line-height: 1.2em;

  margin-bottom: 15px;
}

.show-more {
  margin-top: 50px;
}

button {
  padding: 18px 40px;

  color: var(--black);

  font-weight: 300;

  font-size: 17px;

  letter-spacing: 0.34px;

  background-color: #f6f7f8;

  border: none;

  outline: 0;

  margin-left: auto;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  margin-right: auto;
}

button:hover {
  background-color: var(--black);

  color: var(--white);
}

button:hover img {
  -webkit-transform: rotate(360deg);

  -ms-transform: rotate(360deg);

  transform: rotate(360deg);
}

button img {
  margin-right: 30px;

  -webkit-transition: 1s ease;

  -o-transition: 1s ease;

  transition: 1s ease;
}

.about {
  background-image: url('../img/about.jpg');

  padding: 100px 0;

  background-size: cover;

  background-position: center 60%;
}

.about h2 {
  font-size: 58px;

  line-height: 1.4;
}

.about__content p {
  line-height: 1.4;

  font-size: 22px;
}

.about__content .btn {
  margin-left: 0;

  margin-top: 20px;

  display: none !important;
}

.about__wrapper {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.about__form {
  width: 390px;

  padding: 35px;

  background-color: #e2e2e2;
}

.about__form-title {
  font-size: 22px;

  font-weight: bold;

  line-height: 1.4;
}

.about__form .input-block,
.about__form .submit,
.about__form .input-block .input,
.about__form .submit .btn {
  max-width: 100%;
}

.about__form-subtitle {
  font-size: 16px;

  line-height: 1.4;

  margin-top: 5px;

  color: #777;
}

.about__content {
  padding: 20px;

  max-width: 730px;

  color: #fff;

  width: 100%;

  background: rgba(0, 0, 0, 0.4);
}

.videos {
  margin: 50px 0;
}

.videos__wrapper {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.video {
  height: 318px;

  width: 48%;
}

.video iframe {
  display: block;

  width: 100%;

  height: 100%;

  border: none;
}

.video__image {
  display: block;

  width: 100%;

  height: 100%;

  background-size: cover;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  position: relative;
}

.video__image:after {
  content: '';

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  opacity: 0;
}

.video__play {
  transform: translateX(0.8%);

  width: 80px;
}

#contacts {
  position: relative;

  margin-top: 20px;
}

#contacts .container {
  position: relative;
}

.map-dilerlogo {
  color: #003b70;

  font-weight: bold;

  width: 200px;

  text-align: left;
}

#contacts #map {
  height: 600px;
}

#contacts .mapdes {
  position: absolute;

  top: 100px;

  left: 0;

  background-color: var(--white);

  padding: 60px 100px 60px 70px;

  text-align: center;

  width: 470px;

  z-index: 1;
}

#contacts .mapdes p.name {
  font-size: 14px;

  /* text-transform: uppercase; */

  /* letter-spacing: 0.5px; */

  /* font-weight: bold; */

  line-height: 1.2em;

  text-align: left;

  margin-top: 5px;
}

.contact-footer-info p {
  margin-top: 20px;

  font-size: 13px;

  text-align: left;
}

.contact-footer-info p b {
  font-size: 16px;

  display: block;
}

.contact-footer-info p b span a {
  font-size: 18px;

  color: var(--black);
}

.contact-footer-info p > a {
  /*padding-top: 5px;

  text-transform: uppercase;

  font-weight: bold;

  display: block;

  font-size: 15px;

  color: var(--description);*/

  margin: 15px 0;
}

.footer-bottom {
  padding: 20px;
}

.footer .container .toggleBlock {
  display: none;
}

.footer .container .toggleBlock p {
  font-size: 13px;
}

.footer .container .flex p {
  color: var(--black);

  font-size: 13px;

  font-weight: 300;
}

.footer .container .flex p.slideToggle {
  color: var(--black);

  font-weight: 300;

  text-decoration: underline;

  font-size: 13px;

  cursor: pointer;
}

.footer .container .flex .diler-logo {
  position: relative;

  top: -16px;

  z-index: 1;

  height: 69px;

  /*width: 152px;*/
}

.footer .container .flex .diler-logo:after {
  content: '';

  position: absolute;

  width: 202px;

  height: 47px;

  background-image: url('../img/bg-logo.png');

  -webkit-background-size: contain;

  background-size: contain;

  background-position: bottom center;

  top: -30px;

  right: -60px;

  z-index: -1;
}
@media only screen and (max-width: 1780px) {
  #app {
    background-size: 1500px;
  }
  /* #main {
    padding-top: 25px;
  } */
  /* .main-timer-wrapper {
    margin-top: 440px;
  } */
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer .container .flex {
    padding-right: 8rem;
  }
}

@media only screen and (max-width: 990px) {
  .footer .container .flex {
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer .container .flex {
    padding-right: 0;
  }

  .footer .container .flex .diler-logo {
    display: none;
  }

  .footer .container .flex p {
    height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .flex p {
    height: auto;

    width: 100%;

    text-align: center;
  }
}

.footer .bglight {
  background-color: #f1f1f1;

  padding-top: 20px;

  padding-bottom: 15px;
}

.footer .bglight .container {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.footer .bglight .container p.accept {
  width: 100%;

  max-width: 840px;

  font-size: 13px;

  font-weight: 300;

  line-height: 1.2em;

  color: var(--black);
}

.xs-visible {
  display: none;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  -webkit-transition: opacity 0.5s ease-in-out;

  -o-transition: opacity 0.5s ease-in-out;

  transition: opacity 0.5s ease-in-out;
}

.fade-leave-active {
  opacity: 0;

  -webkit-transition: opacity 0.5s ease-in-out;

  -o-transition: opacity 0.5s ease-in-out;

  transition: opacity 0.5s ease-in-out;
}

/*========== First  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1400px) {
  /**/
  #app {
    background-size: 1300px;
  }
  /* #main {
    padding-top: 15px;
  } */
}
@media only screen and (max-width: 1300px) {
  /**/
  #app {
    background-size: 1250px;
  }
  /* #main {
    padding-top: 15px;
  } */
}

/* Medium Devices, */

@media only screen and (max-width: 1200px) {
  /**/
  #main {
    padding-top: 70px;
  }
  #app {
    background-size: 768px;
    background-position: center 70px;
  }

  h1 {
    font-size: 24px;
  }
  /* .main-timer-wrapper {
    margin-top: 260px;
  } */

  #scrollfix .container .right .logo-diler {
    max-width: 150px;

    margin-right: auto;
  }

  #scrollfix .container .right .logo-diler img {
    display: block;

    max-width: 100%;

    height: 100%;
  }

  .ios {
    overflow-scrolling: touch !important;

    overflow: auto !important;

    height: 100% !important;
  }

  h2 {
    font-size: 24px;
  }

  .main-timer-wrapper {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .main-timer-wrapper .timer {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 20px;
  }

  .compl-info {
    width: 270px;
  }

  .main-form {
    margin-left: auto;

    margin-right: auto;
  }

  .cars-list.flex-wrapper {
    -webkit-justify-content: space-around;

    -ms-flex-pack: distribute;

    justify-content: space-around;
  }

  #header {
    display: none;
  }

  #scrollfix {
    z-index: 20;

    opacity: 1;
  }

  #scrollfix .container .diler-logo {
    /*display: none; */
  }

  #scrollfix .container .logo-fifa {
    display: block;
  }

  #scrollfix .container .nav {
    position: absolute;

    left: 0;

    top: 67px;

    background-color: var(--white);

    width: 100%;

    height: -webkit-calc(100vh - 67px);

    height: calc(100vh - 67px);

    -webkit-transform: translateX(100vw);

    -ms-transform: translateX(100vw);

    transform: translateX(100vw);

    -webkit-transition: 0.4s ease-in-out;

    -o-transition: 0.4s ease-in-out;

    transition: 0.4s ease-in-out;
  }

  #scrollfix .container .nav.open {
    -webkit-transform: translateX(0vw);

    -ms-transform: translateX(0vw);

    transform: translateX(0vw);
  }

  .burger {
    display: block !important;
  }

  #scrollfix .container .nav nav ul {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
  }

  #scrollfix .container .nav nav ul li {
    margin: 15px 0px;
  }

  #scrollfix .container .nav nav ul li a {
    font-size: 21px;
  }

  #scrollfix .container .right .logo-dealer {
    margin-right: 30px;

    width: 154px;
  }

  #scrollfix .container .right {
    width: 100%;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;
  }

  #scrollfix .container .right .contact-block {
    margin-right: 30px;
  }

  .footer .bglight .container p.accept {
    max-width: 550px;
  }

  .video {
    height: 250px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 996px) {
  /**/

  .about__content .btn {
    display: block !important;
  }

  .about__content {
    width: 100%;
  }

  .about__form {
    display: none;
  }

  .video {
    height: 200px;
  }

  .copl-list-item li {
    padding: 20px;
  }

  .footer .bglight .container p.accept {
    max-width: 500px;
  }

  .footer .bglight .container p.accept {
    max-width: 380px;

    margin-left: 30px;
  }
  .newCars__wrapper {
    display: block;
  }
  .newCars__image {
    margin-top: 0;
  }
  .newCars__info {
    width: 100%;
    margin-top: 30px;
  }
  .newCars__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .newCars__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  .newCars__benefit {
    width: 100%;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 760px) {
  /**/

  .about {
    padding: 50px 0;
  }

  .about h2 {
    font-size: 24px;
  }

  .about__content p {
    font-size: 14px;

    margin-top: 15px;
  }

  .videos {
    margin: 30px 0;
  }

  .videos__wrapper {
    display: block;
  }

  .video {
    height: 150px;

    width: 290px;

    margin: 15px auto;
  }

  .cars__filters {
    flex-wrap: wrap;
  }

  .cars__filter {
    margin: 7px;
  }

  #scrollfix {
    height: 65px;
  }

  #scrollfix .container .nav {
    top: 65px;

    height: -webkit-calc(100vh - 65px);

    height: calc(100vh - 65px);
  }

  #scrollfix .container .diler-logo {
    display: block;
  }

  #scrollfix .container .right .contact-block .myphone > a {
    display: none;
  }

  #scrollfix .container .right .contact-block .myphone span a {
    font-size: 14px;
  }

  #scrollfix .container .right .contact-block img {
    margin-right: 4px;

    width: 23px;

    height: 23px;
  }

  #scrollfix .container .right .contact-block {
    margin-right: 20px;
  }

  #scrollfix .container .diler-logo img {
    height: 30px;
  }

  #scrollfix .container .right .logo-dealer {
    display: none;
  }

  .footer .bglight .container p.accept {
    display: none;
  }

  .footer .container .flex .diler-logo {
    position: absolute;

    right: 0px;

    padding-top: 5px;
  }

  .footer .container .flex .diler-logo img {
    width: 51px;

    height: 34px;

    margin-left: auto;

    display: block;

    margin-right: 34px;
  }

  .footer .container .flex .diler-logo:after {
    width: 101px;

    background-repeat: no-repeat;
  }

  .footer .container .flex p,
  .footer .container .flex a {
    font-size: 11px;
  }

  .footer .container .flex {
    padding-top: 39px;

    padding-bottom: 17px;

    position: relative;
  }

  #popup .body .content form > p {
    font-size: 24px;
  }

  #popup .body .content form {
    padding-top: 50px;
  }

  .input {
    /*height: 44px;*/
  }

  #popup .body .content .form-elements {
    /* width: 75%;*/

    margin: 0 auto;
  }

  #popup .body .content .form-elements .btn {
    width: 100%;

    padding: 15px;
  }

  #popup .body .content .form-elements .input {
    width: 100%;
  }

  .input-block p.placholder_text {
    bottom: 15px;
  }

  .input-block.active p.placholder_text {
    -webkit-transform: translateX(-20px) translateY(-35px);

    -ms-transform: translateX(-20px) translateY(-35px);

    transform: translateX(-20px) translateY(-35px);
  }

  #popup .body .content form > p span {
    padding-top: 0;

    font-size: 11px;

    width: 90%;

    margin: 0 auto;
  }

  .circle-loader {
    bottom: 12px;
  }

  #popup .body .content .form-elements p.politic {
    margin-top: 5px;

    font-size: 11px;
  }

  .xs-hidden {
    display: none;
  }

  .xs-visible {
    display: inline-block;
  }

  #popup .body .close {
    top: 10px;

    right: 10px;
  }

  #popup .body {
    padding: 5px;
  }

  #contacts .mapdes {
    top: 120px;
  }

  .flickity-prev-next-button.previous,
  .flickity-prev-next-button.next {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    top: -webkit-calc(50% - 27px);

    top: calc(50% - 27px);
  }

  .flickity-prev-next-button.previous {
    left: 0;
  }

  .flickity-prev-next-button.next {
    right: 0;

    left: auto;
  }

  #app {
    -webkit-background-size: 378px 378px;

    background-size: 378px;
  }

  #main {
    padding-top: 55px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 19px;
  }

  .main-timer-wrapper {
    margin-top: 20px;

    padding: 20px 15px;
  }

  .timer-title {
    font-size: 15px;
  }

  .timer {
    width: 100%;
  }

  .counter p {
    font-size: 38px;

    margin: 0 10px;
  }

  .counter .cell:not(:last-child):after {
    font-size: 38px;
  }

  .input {
    /*width: 260px;*/

    display: block;

    margin: 0 auto;
  }

  .btn {
    /*min-width: 260px;*/
  }

  form .input-block {
    margin-bottom: 15px;

    width: 100%;
  }

  #cars {
    margin-top: 50px;
  }

  .counter p span {
    font-size: 11px;
  }

  .cars-list-item {
    width: 100%;
  }

  .cars-list-item-price span b {
    font-size: 19px;
  }

  .cars-list-item-price span {
    font-size: 13px;
  }

  .cars-list-item-price {
    padding: 10px 13px 13px 23px;
  }

  .cars-list-item:before {
    width: 100px;
  }

  .car-list-item-spec {
    position: relative;

    top: 0;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

    margin-top: 20px;
  }

  .cars-list-item-info {
  }

  #credit h2,
  #credit h3 {
    text-align: center;
  }

  .cars-list-item-info-power {
    max-width: 70%;

    width: 100%;

    margin: 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }

  .cars-list-item-info-power-item i {
    width: 37px;

    margin-right: 15px;
  }

  .cars-list-item-info-power-item span {
    font-size: 11px;
  }

  .cars-list-item-info-power-item span b {
    font-size: 15px;
  }

  .cars-list-item-info-buttons {
    margin-left: auto;

    margin-right: auto;
  }

  .cars-list-item-info-buttons2 {
    margin-right: auto;
  }

  .cars-list-item-title span:first-child {
    font-size: 24px;

    white-space: normal;
  }

  .cars-list-item {
    margin-bottom: 50px;
  }

  .cars-list-item-title {
    /*width: 48px;*/
  }

  #credit {
    -webkit-background-size: contain;

    background-size: contain;

    background-repeat: no-repeat;

    background-position: 0 130px;

    padding-bottom: 0;
  }

  h3 {
    font-size: 21px;
  }

  .credit-form {
    margin-top: 11rem;

    margin-bottom: 0;
  }

  .credit-form .form-elements {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    grid-gap: 1rem;
  }

  .credit-form {
    width: 100%;
  }

  #compl-list {
    margin-top: 80px;
  }

  #compl-list h2 {
    font-size: 25px;
  }

  .compl-list-subtitle {
    font-size: 15px;
  }

  .copl-list-item li {
    display: block;
  }

  .copl-list-item li .car-image img {
    display: block;

    max-width: max-content;

    width: 100%;

    height: auto;

    margin: 0 auto;
  }

  .compl-info {
    width: 100%;

    margin-top: 20px;

    justify-content: center;
  }

  select {
    margin-bottom: 15px;
  }

  .compl-info a {
    /*margin-top: 0;*/
  }

  #contacts .mapdes {
    width: 290px;

    margin-left: auto;

    margin-right: auto;

    top: 0;

    position: relative;

    padding: 0;

    margin-bottom: 20px;
  }

  #contacts #map {
    height: 264px;
  }

  .footer .container .flex {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
  .newCars__item {
    padding: 20px;
  }
  .newCars__images {
    width: 100%;
  }
  .newCars__logo {
    width: 50%;
  }
  .newCars__logo img {
    display: block;
    height: auto;
    width: 100%;
  }
  .newCars__colors {
    position: static;
  }
  .newCars__name {
    font-size: 35px;
  }
  .newCars__text {
    display: block;
  }
  .newCars__benefits {
    display: block;
  }
  .newCars__benefit {
    margin-bottom: 15px;
  }
  .newCars__buttons {
    display: block;
  }
  .newCars__button {
    width: 100%;
    margin-bottom: 15px;
  }
  .newCars h2 {
    font-size: 24px;
  }
  .newCars {
    margin-top: 50px;
  }
  .newCars__item {
    margin-bottom: 30px;
  }
  .newCars__text p {
    margin-bottom: 15px;
  }
  .newCompls {
    padding: 50px 0;
  }
  .newCompls h2 {
    font-size: 36px;
  }
  .newCompls__tabs {
    display: block;
  }
  .newCompls__tab {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    height: auto;
    padding: 20px;
  }
  .newCompls__card {
    width: 290px;
    min-height: 560px;
  }
  .newCompls__infos {
    display: block;
  }
  .newCompls__info {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .newCompls .flickity-prev-next-button.previous {
    left: -20px;
  }
  .newCompls .flickity-prev-next-button.next {
    right: -20px;
  }
  .newCompls__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 480px) {
  .cars-list-item-info-power {
    max-width: 290px;
  }

  #scrollfix {
    height: 55px;
  }

  #scrollfix .container {
    flex-wrap: wrap;

    justify-content: flex-start;
  }

  #scrollfix .container .right {
    justify-content: space-between;

    height: auto;

    flex-wrap: wrap;
  }

  #scrollfix .container .nav {
    top: 80px;

    height: -webkit-calc(100vh - 80px);

    height: calc(100vh - 80px);
  }

  #scrollfix .container .right .logo-diler {
    margin-left: 0;

    margin-right: auto;

    height: 25px;

    position: relative;

    top: 0px;
  }

  #scrollfix .container .right .contact-block {
    margin-right: 10px;
  }

  h1 {
    font-size: 22px;
  }

  .cars-list-item-price svg {
    left: 0;

    right: auto;
  }

  .cars-list-item-slide {
    height: 170px;
  }

  /**/
}

/*==========  Mobile First  ==========*/

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, */

@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  /**/
}
