@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('../assets/fonts/RobotoCondensed-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('../assets/fonts/RobotoCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('../assets/fonts/icomoon/fonts/icomoon.eot');
  src: url('../assets/fonts/icomoon/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
    url('../assets/fonts/icomoon/fonts/icomoon.woff') format('woff'),
    url('../assets/fonts/icomoon/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-envelope-solid:before {
  content: "\e945"
}

.icon-check-solid:before {
  content: "\ea10"
}

body,
div,
html {
  margin: 0;
  padding: 0
}

body,
html {
  font-family: 'RobotoCondensed-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none
}

body {
  -webkit-font-smoothing: antialiased
}

h1 {
  font-size: 46px
}

h2 {
  font-size: 28px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 15px
}

h6 {
  font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  margin-bottom: 25px
}

sub,
sup {
  font-size: 14px
}

b,
strong {
  font-weight: bold
}

b,
em,
li,
p,
strong {
  font-size: 16px;
  line-height: 23px
}

p {
  margin-bottom: 28px
}

dd li,
dl li,
ol li,
ul li {
  margin-bottom: 27px
}

th {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold
}

td {
  font-size: 15px;
  line-height: 20px
}

a {
  color: #c92d31;
  text-decoration: none;
  outline: none;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

a:hover {
  color: #c92d31;
  text-decoration: underline
}

img {
  vertical-align: bottom
}

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

button,
input,
textarea {
  outline: none
}

.container {
  max-width: 1168px;
  padding: 0
}

@media (max-width:1600px) {
  .container {
    max-width: 1100px
  }
}

@media (max-width:1200px) {
  .container {
    max-width: 900px
  }
}

@media (max-width:992px) {
  .container {
    padding: 0 30px
  }
}

@media (max-width:768px) {
  .container {
    padding: 0 20px
  }
}

.hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 98px;
  padding-right: 6px
}

@media (max-width:1600px) {
  .hint {
    margin-left: 80px
  }
}

@media (max-width:1200px) {
  .hint {
    margin-left: 50px
  }
}

@media (max-width:992px) {
  .hint {
    margin-left: 0
  }
}

.hint p {
  margin-right: 5px;
  margin-bottom: 0;
  text-align: center;
  border-top: 5px solid #c92d31;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width:1600px) {
  .hint p {
    border-top: 4px solid #c92d31
  }
}

@media (max-width:1200px) {
  .hint p {
    border-top: 3px solid #c92d31
  }
}

.hint p a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

.hint a {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.67px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

@media (max-width:1600px) {
  .hint a {
    font-size: 15px
  }
}

@media (max-width:1200px) {
  .hint a {
    font-size: 14px
  }
}

.hint span {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.58px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out;
  display: block
}

@media (max-width:1600px) {
  .hint span {
    font-size: 13px
  }
}

.hint p:first-child {
  padding: 12px 13px 12px 13px
}

.hint p:first-child span {
  margin-bottom: 10px
}

.hint p:nth-child(2) {
  margin-right: 0;
  padding: 12px 15px 13px 15px
}

.hint p:nth-child(2) span {
  margin-bottom: 6px
}

.hint .icon-envelope-solid:before {
  font-family: "icomoon";
  font-size: 24px;
  color: #c92d31
}

.wpcf7-not-valid {
  border: 1px solid #c92d31 !important
}

span.wpcf7-not-valid-tip {
  display: none
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  border: none;
  margin: 30px 0;
  padding: 0
}

div.wpcf7-mail-sent-ok {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  border: none;
  margin: 30px 0;
  padding: 0
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #c92d31;
  border-radius: 50%;
  border-bottom: 2px solid transparent;
  margin-left: 10px;
  -webkit-animation: loading .5s infinite linear;
  animation: loading .5s infinite linear
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
  }
}

@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
  }
}

@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

@media (max-width:1600px) {
  header {
    padding: 25px 0
  }
}

@media (max-width:1200px) {
  header {
    padding: 20px 0
  }
}

@media (max-width:992px) {
  header {
    padding: 8px 0 0px 0
  }
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .header .logo {
  padding-left: 5px
}

@media (max-width:1600px) {
  header .header .logo {
    padding-left: 0
  }
}

header .header .logo img {
  width: auto;
  max-width: 100%;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  height: 120px
}

@media (max-width:1600px) {
  header .header .logo img {
    height: 104px
  }
}

@media (max-width:1200px) {
  header .header .logo img {
    height: 90px
  }
}

@media (max-width:992px) {
  header .header .logo img {
    height: 78px
  }
}

@media (max-width:768px) {
  header .header .logo img {
    height: 65px
  }
}

@media (max-width:575px) {
  header .header .logo img {
    height: 52px
  }
}

@media (max-width:992px) {
  header .header nav {
    position: fixed;
    z-index: 1000;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1)
  }
}

@media (max-width:992px) {
  header .header nav .menu {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 30px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto
  }
}

header .header nav .menu .menu-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:992px) {
  header .header nav .menu .menu-c {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

header .header nav .menu .menu-c .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

@media (max-width:992px) {
  header .header nav .menu .menu-c .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

header .header nav .menu .menu-c .menu-list li {
  margin-right: 39px;
  margin-bottom: 0
}

@media (max-width:1600px) {
  header .header nav .menu .menu-c .menu-list li {
    margin-right: 35px
  }
}

@media (max-width:1200px) {
  header .header nav .menu .menu-c .menu-list li {
    margin-right: 25px
  }
}

@media (max-width:992px) {
  header .header nav .menu .menu-c .menu-list li {
    margin-right: 0;
    margin-bottom: 15px
  }
}

header .header nav .menu .menu-c .menu-list li a {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.75px;
  color: #000;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

header .header nav .menu .menu-c .menu-list li a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

@media (max-width:1600px) {
  header .header nav .menu .menu-c .menu-list li a {
    font-size: 17px
  }
}

@media (max-width:1200px) {
  header .header nav .menu .menu-c .menu-list li a {
    font-size: 16px
  }
}

@media (max-width:992px) {
  header .header nav .menu .menu-c .menu-list li a {
    font-size: 15px
  }
}

header .header nav .menu .menu-c .menu-list li.active a {
  color: #c92d31
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 888;
  width: 35px;
  height: 30px;
  visibility: visible !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: none
}

@media (max-width:992px) {
  .hamburger {
    display: block
  }
}

.hamburger.is-active span:first-child {
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.hamburger.is-active span:nth-child(2) {
  background: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hamburger.is-active span:last-child {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hamburger span {
  position: absolute;
  width: 35px;
  height: 2px;
  display: block;
  background: #c92d31;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}

.hamburger span:first-child {
  top: 7px
}

.hamburger span:nth-child(2) {
  top: 12px
}

.hamburger span:last-child {
  top: 17px
}

.hamburger-button {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1000
}

@media (max-width:992px) {
  .hamburger-button {
    top: 25px
  }
}

@media (max-width:768px) {
  .hamburger-button {
    top: 16px
  }
}

@media (max-width:575px) {
  .hamburger-button {
    top: 10px
  }
}

.is-hidden {
  top: 0 !important
}

.body-hidden {
  overflow: hidden;
  position: relative;
  height: 100%
}

.smaller {
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1)
}

@media (max-width:992px) {
  .smaller {
    padding: 8px 0 0 0
  }
}

.smaller .logo img {
  height: 52px !important
}

.smaller nav .menu .menu-c .menu-list li a {
  font-size: 14px
}

.smaller nav .menu .menu-c .hint p {
  border-top: 2px solid #c92d31 !important
}

.smaller nav .menu .menu-c .hint p span {
  font-size: 12px;
  margin-bottom: 1px
}

.smaller nav .menu .menu-c .hint p a {
  font-size: 13px
}

.smaller nav .menu .menu-c .hint p:first-child {
  padding: 6px 13px 6px 13px !important
}

.smaller nav .menu .menu-c .hint p:nth-child(2) {
  padding: 6px 15px 6px 15px !important
}

.smaller nav .menu .menu-c .hint .icon-envelope-solid:before {
  font-size: 20px
}

@media (max-width:992px) {
  .smaller .hamburger-button {
    top: 12px
  }
}

.wrapper-box-top {
  background-position: center;
  background-size: cover;
  margin-top: 180px
}

@media (max-width:1600px) {
  .wrapper-box-top {
    margin-top: 154px
  }
}

@media (max-width:1200px) {
  .wrapper-box-top {
    margin-top: 131px
  }
}

@media (max-width:992px) {
  .wrapper-box-top {
    margin-top: 86px
  }
}

@media (max-width:768px) {
  .wrapper-box-top {
    margin-top: 73px
  }
}

@media (max-width:575px) {
  .wrapper-box-top {
    margin-top: 60px
  }
}

.wrapper-box-top h1 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 46px;
  line-height: 65px;
  letter-spacing: 0.78px;
  color: #c92d31;
  padding-bottom: 25px;
  width: 380px;
  margin-bottom: 0
}

@media (max-width:1600px) {
  .wrapper-box-top h1 {
    font-size: 43px;
    line-height: 60px;
    width: 360px
  }
}

@media (max-width:1200px) {
  .wrapper-box-top h1 {
    font-size: 40px;
    line-height: 55px;
    width: 340px
  }
}

@media (max-width:992px) {
  .wrapper-box-top h1 {
    font-size: 37px;
    line-height: 50px;
    width: 320px
  }
}

@media (max-width:768px) {
  .wrapper-box-top h1 {
    font-size: 34px;
    line-height: 45px;
    width: 290px
  }
}

@media (max-width:575px) {
  .wrapper-box-top h1 {
    font-size: 30px;
    line-height: 40px;
    width: 260px;
    padding-bottom: 20px
  }
}

.wrapper-box-top a {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.78px;
  color: #fff;
  display: inline-block;
  padding: 13px 38px;
  border: 1px solid transparent;
  background: #c92d31;
  border-radius: 25.5px;
  text-align: center;
  margin-left: 5px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-top a:hover {
  background: #fff;
  color: #c92d31;
  border: 1px solid #c92d31;
  text-decoration: none
}

@media (max-width:1600px) {
  .wrapper-box-top a {
    font-size: 17px;
    padding: 14px 35px
  }
}

@media (max-width:1200px) {
  .wrapper-box-top a {
    font-size: 16px;
    padding: 12px 30px
  }
}

@media (max-width:992px) {
  .wrapper-box-top a {
    font-size: 15px;
    padding: 10px 25px
  }
}

@media (max-width:768px) {
  .wrapper-box-top a {
    font-size: 14px;
    padding: 8px 20px
  }
}

.home-title {
  padding: 125px 0 180px 0
}

@media (max-width:1600px) {
  .home-title {
    padding: 110px 0 160px 0
  }
}

@media (max-width:1200px) {
  .home-title {
    padding: 90px 0 130px 0
  }
}

@media (max-width:992px) {
  .home-title {
    padding: 70px 0 100px 0
  }
}

@media (max-width:768px) {
  .home-title {
    padding: 50px 0 70px 0
  }
}

@media (max-width:575px) {
  .home-title {
    padding: 30px 0 45px 0
  }
}

.other-title {
  padding: 95px 0 75px 0
}

@media (max-width:1600px) {
  .other-title {
    padding: 85px 0 65px 0
  }
}

@media (max-width:1200px) {
  .other-title {
    padding: 75px 0 55px 0
  }
}

@media (max-width:992px) {
  .other-title {
    padding: 65px 0 45px 0
  }
}

@media (max-width:768px) {
  .other-title {
    padding: 55px 0 35px 0
  }
}

@media (max-width:575px) {
  .other-title {
    padding: 45px 0 25px 0
  }
}

.wrapper-box-content {
  padding-top: 38px;
  padding-bottom: 34px
}

.wrapper-box-content .content-p {
  position: absolute;
  -webkit-transition: opacity 0.7s cubic-bezier(0.29, 0.53, 0.67, 0.97), top 0.7s cubic-bezier(0.24, 0.95, 0.68, 0.96), -webkit-transform 0.7s cubic-bezier(0.29, 0.53, 0.36, 0.94);
  transition: opacity 0.7s cubic-bezier(0.29, 0.53, 0.67, 0.97), top 0.7s cubic-bezier(0.24, 0.95, 0.68, 0.96), -webkit-transform 0.7s cubic-bezier(0.29, 0.53, 0.36, 0.94);
  -o-transition: opacity 0.7s cubic-bezier(0.29, 0.53, 0.67, 0.97), transform 0.7s cubic-bezier(0.29, 0.53, 0.36, 0.94), top 0.7s cubic-bezier(0.24, 0.95, 0.68, 0.96);
  transition: opacity 0.7s cubic-bezier(0.29, 0.53, 0.67, 0.97), transform 0.7s cubic-bezier(0.29, 0.53, 0.36, 0.94), top 0.7s cubic-bezier(0.24, 0.95, 0.68, 0.96);
  transition: opacity 0.7s cubic-bezier(0.29, 0.53, 0.67, 0.97), transform 0.7s cubic-bezier(0.29, 0.53, 0.36, 0.94), top 0.7s cubic-bezier(0.24, 0.95, 0.68, 0.96), -webkit-transform 0.7s cubic-bezier(0.29, 0.53, 0.36, 0.94)
}

@media (max-width:1200px) {
  .wrapper-box-content .content-p {
    width: 90%
  }
}

.wrapper-box-content .side-left {
  position: relative
}

@media (max-width:992px) {
  .wrapper-box-content .side-left {
    display: none
  }
}

.wrapper-box-content .side-left .open-hours {
  margin-bottom: 44px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .open-hours {
    margin-bottom: 40px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .open-hours {
    margin-bottom: 34px
  }
}

.wrapper-box-content .side-left .open-hours h3 {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.78px;
  color: #000;
  margin-bottom: 16px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .open-hours h3 {
    font-size: 22px;
    margin-bottom: 14px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .open-hours h3 {
    font-size: 20px;
    margin-bottom: 12px
  }
}

.wrapper-box-content .side-left .open-hours .hours {
  width: 70%
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .open-hours .hours {
    width: 75%
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .open-hours .hours {
    width: 85%
  }
}

.wrapper-box-content .side-left .open-hours .hours ul {
  border: 1px solid #ddd;
  padding-left: 0;
  margin-bottom: 0
}

.wrapper-box-content .side-left .open-hours .hours ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 24px 10px 16px;
  margin-bottom: 0
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .open-hours .hours ul li {
    padding: 10px 24px 10px 16px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .open-hours .hours ul li {
    padding: 10px 24px 10px 16px
  }
}

.wrapper-box-content .side-left .open-hours .hours ul li span {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.78px;
  color: #000
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .open-hours .hours ul li span {
    font-size: 15px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .open-hours .hours ul li span {
    font-size: 14px
  }
}

.wrapper-box-content .side-left .open-hours .hours ul li:last-child {
  margin-bottom: 0
}

.wrapper-box-content .side-left .open-hours .hours ul li:nth-child(odd) {
  background: #f9f9f9
}

.wrapper-box-content .side-left .open-hours .hours ul li:nth-child(2n) {
  background: #fff
}

.wrapper-box-content .side-left .download {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.78px;
  text-align: center;
  color: #fff;
  padding: 12px 46px;
  border: 1px solid #c92d31;
  border-radius: 25.5px;
  background: #c92d31;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-left .download:hover {
  color: #c92d31;
  background: #fff;
  border: 1px solid #c92d31;
  text-decoration: none
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .download {
    font-size: 17px;
    padding: 12px 48px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .download {
    font-size: 16px;
    padding: 10px 44px
  }
}

.wrapper-box-content .side-left .addr {
  margin-top: 38px;
  width: 50%
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .addr {
    margin-top: 34px;
    width: 51%
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .addr {
    margin-top: 30px;
    width: 60%
  }
}

.wrapper-box-content .side-left .addr p {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 0
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .addr p {
    font-size: 15px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .addr p {
    font-size: 14px
  }
}

.wrapper-box-content .side-left .addr a {
  display: inline-block;
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #000;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-left .addr a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .addr a {
    font-size: 15px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .addr a {
    font-size: 14px
  }
}

.wrapper-box-content .side-left .contact {
  margin-top: 35px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-left .contact {
    margin-top: 30px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-left .contact {
    margin-top: 25px
  }
}

.wrapper-box-content .side-left .contact p {
  word-wrap: break-word;
  margin-bottom: 0
}

.wrapper-box-content .side-left .contact p a {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out;
  color: #000
}

.wrapper-box-content .side-left .contact p a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

.wrapper-box-content .side-left .contact p a:hover span {
  color: #c92d31
}

.wrapper-box-content .side-left .contact p span:first-child {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  margin-right: 8px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-left .contact p span:nth-child(2) {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-left .contact .email {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1.2px;
  color: #c92d31;
  border-bottom: 1px solid transparent;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-left .contact .email:hover {
  text-decoration: none;
  border-bottom: 1px solid #c92d31
}

.wrapper-box-content .side-right {
  margin-top: -4px
}

@media (max-width:992px) {
  .wrapper-box-content .side-right {
    margin-top: 0
  }
}

.wrapper-box-content .side-right h2 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 28px;
  line-height: 45.3px;
  color: #000;
  width: 98%;
  letter-spacing: 0.91px;
  margin-bottom: 25px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right h2 {
    font-size: 26px;
    line-height: 40px;
    width: 99%;
    margin-bottom: 22px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right h2 {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 18px
  }
}

@media (max-width:992px) {
  .wrapper-box-content .side-right h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
  }
}

.wrapper-box-content .side-right h3 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 18px;
  line-height: 25.9px;
  letter-spacing: 1.13px;
  color: #c92d31;
  margin-bottom: 10px
}

.wrapper-box-content .side-right p {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 28px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 24px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
  }
}

@media (max-width:992px) {
  .wrapper-box-content .side-right p {
    margin-bottom: 16px
  }
}

@media (max-width:768px) {
  .wrapper-box-content .side-right p {
    margin-bottom: 12px
  }
}

.wrapper-box-content .side-right p span {
  display: block
}

.wrapper-box-content .side-right ul {
  padding-left: 0;
  margin-bottom: 0
}

.wrapper-box-content .side-right ul li {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #000;
  padding-left: 4px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right ul li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 24px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
  }
}

@media (max-width:992px) {
  .wrapper-box-content .side-right ul li {
    margin-bottom: 15px
  }
}

@media (max-width:768px) {
  .wrapper-box-content .side-right ul li {
    margin-bottom: 10px
  }
}

.wrapper-box-content .side-right ul li:before {
  font-family: 'icomoon';
  content: "\ea10";
  color: #c92d31;
  padding-right: 8px
}

.wrapper-box-content .side-right ul .icon-check-solid:before {
  font-family: 'icomoon';
  color: #c92d31;
  padding-right: 8px
}

.wrapper-box-content .side-right form {
  width: 468px;
  padding-top: 16px
}

@media (max-width:992px) {
  .wrapper-box-content .side-right form {
    width: 90%
  }
}

@media (max-width:575px) {
  .wrapper-box-content .side-right form {
    width: 100%
  }
}

.wrapper-box-content .side-right form .label {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1.2px;
  color: #000;
  display: block;
  margin-bottom: 4px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right form .label {
    font-size: 15px;
    line-height: 23px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right form .label {
    font-size: 14px;
    line-height: 20px
  }
}

.wrapper-box-content .side-right form .label span {
  color: #c92d31;
  margin-left: 4px
}

.wrapper-box-content .side-right form .input {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  color: #000;
  width: 100%;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-right form .input:focus {
  border: 1px solid #c92d31
}

.wrapper-box-content .side-right form .input:hover {
  border: 1px solid #eee
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right form .input {
    font-size: 15px;
    line-height: 23px;
    padding: 9px 12px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right form .input {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px
  }
}

.wrapper-box-content .side-right form .textarea {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  width: 100%;
  height: 164px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  resize: none;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

.wrapper-box-content .side-right form .textarea:hover {
  border: 1px solid #eee
}

.wrapper-box-content .side-right form .textarea:focus {
  border: 1px solid #c92d31
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right form .textarea {
    font-size: 15px;
    line-height: 23px;
    padding: 9px 12px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right form .textarea {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px
  }
}

.wrapper-box-content .side-right form .submit {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.78px;
  color: #fff;
  background: #c92d31;
  border-radius: 25.5px;
  border: 1px solid transparent;
  padding: 8px 50px;
  margin-top: 16px;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out;
  cursor: pointer
}

.wrapper-box-content .side-right form .submit:hover {
  background: #fff;
  color: #c92d31;
  border: 1px solid #c92d31
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right form .submit {
    font-size: 15px;
    line-height: 23px;
    padding: 7px 45px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right form .submit {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 40px
  }
}

.wrapper-box-content .side-right .all-services {
  margin-bottom: 28px
}

.wrapper-box-content .side-right .all-services ul li {
  margin-bottom: 11px
}

.wrapper-box-content .side-right .all-services ul li:before {
  font-family: 'icomoon';
  content: "\ea10";
  color: #c92d31;
  padding-right: 8px
}

.wrapper-box-content .side-right .teams h2 {
  margin-bottom: 22px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right .teams h2 {
    margin-bottom: 20px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right .teams h2 {
    margin-bottom: 18px
  }
}

@media (max-width:992px) {
  .wrapper-box-content .side-right .teams h2 {
    margin-bottom: 16px
  }
}

@media (max-width:768px) {
  .wrapper-box-content .side-right .teams h2 {
    margin-bottom: 14px
  }
}

.wrapper-box-content .side-right .teams h3 {
  margin-bottom: 4px
}

.wrapper-box-content .side-right .teams p {
  margin-bottom: 30px
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right .teams p {
    margin-bottom: 28px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right .teams p {
    margin-bottom: 26px
  }
}

@media (max-width:992px) {
  .wrapper-box-content .side-right .teams p {
    margin-bottom: 22px
  }
}

@media (max-width:768px) {
  .wrapper-box-content .side-right .teams p {
    margin-bottom: 18px
  }
}

.wrapper-box-content .side-right .teams .team {
  margin-bottom: 26px;
  border-bottom: 1px solid #ddd
}

@media (max-width:1600px) {
  .wrapper-box-content .side-right .teams .team {
    margin-bottom: 23px
  }
}

@media (max-width:1200px) {
  .wrapper-box-content .side-right .teams .team {
    margin-bottom: 18px
  }
}

@media (max-width:992px) {
  .wrapper-box-content .side-right .teams .team {
    margin-bottom: 15px
  }
}

.wrapper-box-content .side-right .box ul li:before {
  font-family: 'icomoon';
  content: "\ea10";
  color: #c92d31;
  padding-right: 8px
}

.wrapper-box-content .side-right .notfound {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

footer {
  position: relative;
  z-index: 3
}

footer .footer {
  background: #f0f0f0;
  padding: 34px 0 66px 0
}

@media (max-width:1600px) {
  footer .footer {
    padding: 34px 0 64px 0
  }
}

@media (max-width:1200px) {
  footer .footer {
    padding: 34px 0 62px 0
  }
}

@media (max-width:992px) {
  footer .footer {
    padding: 34px 0 58px 0
  }
}

@media (max-width:768px) {
  footer .footer {
    padding: 34px 0 54px 0
  }
}

@media (max-width:575px) {
  footer .footer {
    padding: 34px 0 50px 0
  }
}

@media (max-width:768px) {
  footer .footer .footer-services {
    text-align: center
  }
}

@media (max-width:575px) {
  footer .footer .footer-services {
    padding: 0
  }
}

footer .footer .footer-services h3 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 16px
}

@media (max-width:1600px) {
  footer .footer .footer-services h3 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px
  }
}

@media (max-width:1200px) {
  footer .footer .footer-services h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
  }
}

@media (max-width:768px) {
  footer .footer .footer-services h3 {
    margin-bottom: 4px
  }
}

footer .footer .footer-services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

footer .footer .footer-services ul li {
  margin-bottom: 0
}

footer .footer .footer-services ul li a {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 1.2px;
  color: #000;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

footer .footer .footer-services ul li a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

@media (max-width:1600px) {
  footer .footer .footer-services ul li a {
    font-size: 13px;
    line-height: 28px
  }
}

@media (max-width:768px) {
  footer .footer .footer-services ul li a {
    line-height: 24px
  }
}

footer .footer .address {
  padding-left: 10px
}

@media (max-width:768px) {
  footer .footer .address {
    text-align: center;
    padding-left: 0;
    margin-top: 20px
  }
}

footer .footer .address h3 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 15px
}

@media (max-width:1600px) {
  footer .footer .address h3 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px
  }
}

@media (max-width:1200px) {
  footer .footer .address h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
  }
}

@media (max-width:768px) {
  footer .footer .address h3 {
    margin-bottom: 4px
  }
}

footer .footer .address p {
  width: 45%;
  margin-bottom: 0
}

@media (max-width:1200px) {
  footer .footer .address p {
    width: 58%
  }
}

@media (max-width:992px) {
  footer .footer .address p {
    width: 62%
  }
}

@media (max-width:768px) {
  footer .footer .address p {
    width: 100%
  }
}

footer .footer .address p a {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 25.9px;
  letter-spacing: 0.88px;
  color: #000;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

footer .footer .address p a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

@media (max-width:1600px) {
  footer .footer .address p a {
    font-size: 13px;
    line-height: 23px
  }
}

@media (max-width:768px) {
  footer .footer .address p a {
    line-height: 20px
  }
}

footer .footer .contact {
  margin-top: 8px;
  padding-left: 10px
}

@media (max-width:768px) {
  footer .footer .contact {
    text-align: center;
    padding-left: 0
  }
}

footer .footer .contact p {
  word-wrap: break-word;
  margin-bottom: 0
}

footer .footer .contact p a {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 25.9px;
  letter-spacing: 1px;
  margin-right: 5px;
  color: #000;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

footer .footer .contact p a:hover {
  color: #c92d31;
  text-decoration: none;
  border-bottom: none
}

footer .footer .contact p span:first-child {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 25.9px;
  letter-spacing: 1px;
  margin-right: 5px
}

@media (max-width:1600px) {
  footer .footer .contact p span:first-child {
    font-size: 15px;
    line-height: 23px
  }
}

@media (max-width:1200px) {
  footer .footer .contact p span:first-child {
    font-size: 14px;
    line-height: 20px
  }
}

footer .footer .contact p span:nth-child(2) {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 25.9px;
  letter-spacing: 1px
}

@media (max-width:1600px) {
  footer .footer .contact p span:nth-child(2) {
    font-size: 15px;
    line-height: 23px
  }
}

@media (max-width:1200px) {
  footer .footer .contact p span:nth-child(2) {
    font-size: 14px;
    line-height: 20px
  }
}

footer .footer .contact .email {
  font-family: "RobotoCondensed-Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 25.9px;
  letter-spacing: 1px;
  color: #c92d31;
  border-bottom: 1px solid transparent;
  -webkit-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out
}

footer .footer .contact .email:hover {
  text-decoration: none;
  border-bottom: 1px solid #c92d31
}

@media (max-width:1600px) {
  footer .footer .contact .email {
    font-size: 15px;
    line-height: 23px
  }
}

@media (max-width:1200px) {
  footer .footer .contact .email {
    font-size: 14px;
    line-height: 20px
  }
}

footer .footer .footer-hint {
  padding-top: 6px
}

@media (max-width:768px) {
  footer .footer .footer-hint {
    padding-top: 20px
  }
}

footer .footer .footer-hint .hint {
  margin-left: 78px
}

@media (max-width:1600px) {
  footer .footer .footer-hint .hint {
    margin-left: 60px
  }
}

@media (max-width:1200px) {
  footer .footer .footer-hint .hint {
    margin-left: 25px
  }
}

@media (max-width:992px) {
  footer .footer .footer-hint .hint {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

footer .footer-bottom {
  background: #c92d31
}

footer .footer-bottom .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 0 10px 0
}

footer .footer-bottom .bottom span {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.1px;
  color: #fff
}

footer .footer-bottom .bottom a {
  margin-right: 50px
}

@media (max-width:1600px) {
  footer .footer-bottom .bottom a {
    margin-right: 30px
  }
}

@media (max-width:1200px) {
  footer .footer-bottom .bottom a {
    margin-right: 10px
  }
}

@media (max-width:992px) {
  footer .footer-bottom .bottom a {
    margin-right: 0
  }
}

footer .footer-bottom .bottom a img {
  vertical-align: baseline
}

footer .footer-bottom .bottom img {
  width: 33px
}

html.hidden-c .wowo {
  opacity: 0
}

html.hidden-c .wowo.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

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

@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }

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

@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0)
  }

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

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0)
  }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
    transform: translate(0, 0) scale(1.2)
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
    transform: translate(0, 0) scale(1.2)
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

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

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

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

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

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
  animation-name: fadeInBigUp
}

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

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

.rotate.animated {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s
}