@charset "UTF-8";
@font-face {
  font-family: 'DINProBold';
  src: url("../fonts/dinpro-bold-webfont.eot");
  src: url("../fonts/dinpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro-bold-webfont.woff") format("woff"), url("../fonts/dinpro-bold-webfont.ttf") format("truetype"), url("../fonts/dinpro-bold-webfont.svg#DINProBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: 'Conv_DINPro-Black';
  src: url("../fonts/DINPro-Black.eot");
  src: local("☺"), url("../fonts/DINPro-Black.woff") format("woff"), url("../fonts/DINPro-Black.ttf") format("truetype"), url("../fonts/DINPro-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*reset*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
  color: #414141;
}

body {
  font: 14px/24px 'DINProRegular', sans-serif;
}

.bone {
  position: relative;
  min-height: 100%;
}

a {
  color: #414141;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

form,
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  color: #414141;
  font: 14px/24px 'DINProRegular', sans-serif;
  vertical-align: middle;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

q {
  quotes: none;
}

p {
  margin: 24px 0 0;
}

h1 {
  margin: 25px 0 0;
  color: #303030;
  font: 36px/38px 'Conv_DINPro-Black', sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  h1 {
    margin: 15px 0 0;
  }
}

.page-width {
  max-width: 1170px;
  margin: auto;
}

.page-space {
  padding: 0 15px;
}

@media only screen and (min-width: 480px) {
  .page-space {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 960px) {
  .page-space {
    padding: 0 15px;
  }
}

.content {
  padding-top: 52px;
  padding-bottom: 75px;
}

@media only screen and (min-width: 960px) {
  .content {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.column--main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 960px) {
  .column--main {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.column--text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 960px) {
  .column--text {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.column--navbar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 960px) {
  .column--navbar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.column--calendar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 960px) {
  .column--calendar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.column--contacts {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media only screen and (min-width: 960px) {
  .column--contacts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  z-index: 102;
  background-color: #ffffff;
}

header .page-space {
  position: relative;
}

@media only screen and (min-width: 960px) {
  header {
    position: static;
    box-shadow: none;
    padding-bottom: 10px;
  }
}

.header__email {
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
}

.header__email a {
  background: url(/images/bg/header-mail.svg) 0 no-repeat;
  text-decoration: none;
  padding-left: 32px;
  color: #303030;
}

.header__email a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 960px) {
  .header__email {
    text-align: left;
    padding: 24px 0;
  }
}

.menu {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 720px) {
  .menu {
    position: relative;
    left: auto;
    top: auto;
  }
}

.menu--opened {
  z-index: 2;
}

.menu--opened:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.8);
}

@media only screen and (min-width: 960px) {
  .menu--opened {
    z-index: 1;
  }
  .menu--opened:before {
    display: none;
  }
}

.menu__opener {
  position: fixed;
  left: 15px;
  top: 18px;
  width: 25px;
  height: 16px;
  background: url(/images/bg/sandwich.svg) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}

@media only screen and (min-width: 720px) {
  .menu__opener {
    left: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .menu__opener {
    display: none;
    left: 15px;
  }
}

.menu--opened .menu__opener {
  background-image: url(/images/bg/sandwich-open.svg);
}

.menu__list {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 175px;
  background-color: #4085b1;
  color: #ffffff;
}

.menu--opened .menu__list {
  display: block;
}

.menu__list:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 92px;
  height: 24px;
  background: url(/images/bg/4x4.png) 0 0 no-repeat;
}

@media only screen and (min-width: 960px) {
  .menu__list {
    display: block;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(29, 29, 29, 0.25);
    background-color: #ffffff;
  }
  .menu__list:before {
    display: none;
  }
}

.menu__list ul {
  margin: 0;
  padding: 54px 0 0;
  list-style: none;
}

@media only screen and (min-width: 960px) {
  .menu__list ul {
    display: table;
    padding: 0;
    width: 100%;
  }
}

.menu__list ul li {
  border-top: 1px solid #64a6cf;
  font: 14px/16px 'DINProMedium', sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .menu__list ul li {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    font-size: 18px;
    line-height: 20px;
    border-top: none;
    text-align: center;
    border-left: 1px solid #a3a3a3;
    width: 20%;
  }
  .menu__list ul li:first-child {
    border-left-width: 0;
  }
  .menu__list ul li:first-child a {
    border-radius: 5px 0 0 5px;
  }
  .menu__list ul li:last-child a {
    border-radius: 0 5px 5px 0;
  }
}

.menu__list ul a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .25s linear, background-color .25s linear;
  transition: color .25s linear, background-color .25s linear;
}

.menu__list ul a:active {
  background-color: #64a6cf;
}

@media only screen and (min-width: 960px) {
  .menu__list ul a {
    color: #303030;
  }
  .menu__list ul a:hover, .menu__list ul a.current {
    color: #ffffff;
    background-color: #2c9ae0;
  }
  .menu__list ul a.current {
    cursor: default;
  }
}

@media only screen and (min-width: 720px) {
  .search {
    position: absolute;
    right: 24px;
    top: 10px;
    width: 240px;
  }
}

@media only screen and (min-width: 960px) {
  .search {
    right: 15px;
    top: 20px;
  }
}

.search--opened {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px 0 9px;
  background-color: #2f2d2b;
  z-index: 3;
}

@media only screen and (min-width: 720px) {
  .search--opened {
    background: none;
    padding: 0;
    left: auto;
  }
}

.search__opener {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 19px;
  height: 19px;
  background: url(/images/bg/search.svg) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.search--opened .search__opener {
  display: none;
}

@media only screen and (min-width: 720px) {
  .search__opener {
    display: none;
  }
}

.search__button {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
  border: none;
  box-shadow: 0 1px 5px rgba(61, 172, 243, 0.7);
  border-radius: 5px;
  background: #2c9ae0 url(/images/bg/search-button.svg) 50% no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.search__form {
  display: none;
  position: relative;
  margin: 0 38px 0 45px;
}

.search--opened .search__form {
  display: block;
}

@media only screen and (min-width: 720px) {
  .search__form {
    display: block;
    margin: 0;
  }
}

.search__field {
  display: block;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0 0 0 53px;
  font: 14px/16px 'DINProRegular', sans-serif;
  color: #c2c2c2;
  background: none;
  border: 1px solid #777;
  border-radius: 5px;
}

.search__field:focus {
  outline: none;
}

.search__close {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  background: url(/images/bg/search-close.svg) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.search--opened .search__close {
  display: block;
}

.panel {
  margin-top: 35px;
  box-shadow: 0 3px 11px rgba(34, 34, 34, 0.2);
  background-color: #ffffff;
}

.panel--simple {
  box-shadow: none;
}

@media only screen and (min-width: 720px) {
  .panel {
    border-radius: 5px;
    margin: 30px 24px 0;
  }
}

@media only screen and (min-width: 960px) {
  .panel {
    margin: 15px 15px 0;
  }
  .panel--simple {
    box-shadow: 0 3px 11px rgba(34, 34, 34, 0.2);
  }
}

.panel__heading {
  margin: 0;
  padding: 9px;
  background-color: #2c9ae0;
  color: #ffffff;
  text-align: center;
  font: 18px/25px 'Conv_DINPro-Black', sans-serif;
}

@media only screen and (min-width: 720px) {
  .panel__heading {
    border-radius: 5px 5px 0 0;
  }
}

.panel__heading--desktop {
  background: none;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 960px) {
  .panel__heading--desktop {
    background-color: #2c9ae0;
    color: #ffffff;
    font: 18px/25px 'Conv_DINPro-Black', sans-serif;
  }
}

.promo {
  position: relative;
  height: 385px;
  background: url(/images/bg/preloader.gif) center center no-repeat #f3f3f3;
}

@media only screen and (min-width: 720px) {
  .promo {
    height: 250px;
    margin: 0 24px;
  }
}

@media only screen and (min-width: 960px) {
  .promo {
    margin: 5px 15px 0;
  }
}

@media only screen and (min-width: 1170px) {
  .promo {
    margin: 5px auto 0;
    max-width: 1140px;
  }
}

.promo__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: 80% 0;
  background-repeat: no-repeat;
}

.promo__slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 /* background-color: rgba(32, 32, 32, 0.7);*/
}

@media only screen and (min-width: 720px) {
  .promo__slide:before {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .promo__slide {
    background-position: 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .promo__slide {
    background-size: cover;
  }
}

.promo__text {
  position: relative;
  z-index: 2;
  padding: 60px 15px 0;
  font: 14px/24px 'DINProRegular', sans-serif;
  color: #ffffff;
}

@media only screen and (min-width: 720px) {
  .promo__text {
    padding: 50px 25px 0;
    max-width: 470px;
  }
}

@media only screen and (min-width: 720px) {
  .promo__text {
    padding: 50px 68px 0;
    max-width: 575px;
  }
}

.promo__logo {
  display: block;
  margin: 0 0 30px;
}

@media only screen and (min-width: 720px) {
  .promo__logo {
    margin-bottom: 10px;
  }
}

.promo__link {
  display: block;
  vertical-align: middle;
  font: 18px/26px 'DINProRegular', sans-serif;
  padding: 10px;
  margin: 35px auto 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #ffffff;
  width: 225px;
  -webkit-transition: color .25s linear, background-color .25s linear;
  transition: color .25s linear, background-color .25s linear;
}

.promo__link:active {
  background-color: #ffffff;
  color: #000000;
}

@media only screen and (min-width: 720px) {
  .promo__link {
    margin: 25px 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .promo__link:hover {
    background-color: #ffffff;
    color: #000000;
  }
}

.promo__pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 101;
}

.promo__pager span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 7px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 10px;
}

.promo__pager span.cycle-pager-active {
  background-color: #ffffff;
}

.promo__pager span:first-child {
  margin-left: 0;
}

.articles__item {
  border: 1px solid #d5d5d5;
  padding: 20px 25px 25px;
  margin-top: 16px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}

@media only screen and (min-width: 720px) {
  .articles__item {
    padding: 20px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .articles__item:hover {
    box-shadow: 0 2px 7px rgba(29, 29, 29, 0.25);
  }
}

.articles__item p {
  margin: 0;
}

.articles__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 720px) {
  .articles__img {
    width: 280px;
  }
}

@media only screen and (min-width: 960px) {
  .articles__img {
    width: 235px;
  }
}

.articles__heading {
  margin: 0 0 10px;
  font: 18px/20px 'Conv_DINPro-Black', sans-serif;
}

.articles__heading a {
  text-decoration: underline;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}

.articles__heading a:hover {
  color: #2c9ae0;
}

.articles__text {
  margin-top: 20px;
}

@media only screen and (min-width: 720px) {
  .articles__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}

.contacts a {
  text-decoration: none;
}

.contacts a:hover {
  text-decoration: underline;
}

.contacts__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 720px) {
  .contacts__columns {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 960px) {
  .contacts__columns {
    padding: 0;
    display: block;
  }
}

.contacts__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px 0;
}

@media only screen and (min-width: 720px) {
  .contacts__column {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 960px) {
  .contacts__column {
    padding: 20px 30px 0;
  }
}

.contacts__logo {
  display: block;
  margin: 0 auto;
}

.contacts__heading {
  margin: 0;
  font: 14px/24px 'Conv_DINPro-Black', sans-serif;
}

.contacts__dealers {
  display: block;
  margin-top: 30px;
  background-color: #efefef;
  text-align: center;
  font: 14px/17px 'DINProMedium', sans-serif;
  padding: 15px;
}

@media only screen and (min-width: 720px) {
  .contacts__dealers {
    margin-top: 15px;
  }
}

.contacts__dealers:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 8px;
  border: outset transparent;
  border-width: 3px 3px 0;
  border-top-color: #303030;
  border-top-style: solid;
}

.social {
  margin-top: 45px;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .social {
    margin-top: 30px;
  }
}

.social__item {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  border: 1px solid #616161;
  margin-left: 35px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
}

.social__item:first-child {
  margin-left: 0;
}

.social__item--vk {
  background-image: url(/images/bg/vk.svg);
}

.social__item--fb {
  background-image: url(/images/bg/fb.svg);
}

.social__item--insta {
  background-image: url(/images/bg/insta.svg);
}

.social__item--twi {
  background-image: url(/images/bg/twi.svg);
}

@media only screen and (min-width: 720px) {
  .social__item {
    width: 28px;
    height: 28px;
    margin-left: 22px;
    background-size: auto 50%;
  }
  .social__item:first-child {
    background-size: 70% auto;
    margin-left: 0;
  }
}

.news__article {
  margin: 20px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 20px 24px;
}

@media only screen and (min-width: 720px) {
  .news__article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 15px 24px 0;
  }
}

@media only screen and (min-width: 960px) {
  .news__article {
    margin: 15px 0 0;
  }
}

.news__article p {
  margin: 0;
}

.news__title {
  margin: 0;
  padding: 15px 0;
  font: 18px/20px 'DINProBold', sans-serif;
}

@media only screen and (min-width: 720px) {
  .news__title {
    padding: 0 0 5px;
  }
}

@media only screen and (min-width: 720px) {
  .news__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.news__pic img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .news__pic img {
    width: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 720px) {
  .news__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 15px;
  }
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}

@media only screen and (min-width: 720px) {
  .news__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

@media only screen and (min-width: 960px) {
  .news__list {
    display: block;
  }
}

.news__item {
  font-size: 12px;
  line-height: 16px;
  padding: 30px 15px 0;
}

@media only screen and (min-width: 720px) {
  .news__item {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media only screen and (min-width: 960px) {
  .news__item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.news__img {
  display: block;
  width: 100%;
}

.news__heading {
  margin: 0;
  padding: 10px 0;
  font: 15px/21px 'DINProBold', sans-serif;
  text-align: center;
}

.news__heading a {
  text-decoration: none;
}

.news__heading a:hover {
  text-decoration: underline;
}

.news__more {
  margin-top: 15px;
  font: 14px/16px 'DINProBold', sans-serif;
  text-transform: uppercase;
}

.news__more a {
  color: #2c9ae0;
  text-decoration: none;
}

.news__more a:hover {
  text-decoration: underline;
}

.calendar__select {
  position: relative;
  background-color: #329de1;
  text-align: center;
  border-radius: 5px;
  margin: 0 15px;
}

.calendar__select:before, .calendar__select:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: outset transparent;
  border-width: 6px 6px 0;
  border-top-style: solid;
  border-top-color: #fff;
}

.calendar__select:before {
  left: 12px;
}

.calendar__select:after {
  right: 12px;
}

.calendar__select select {
  display: inline-block;
  vertical-align: top;
  background: none;
  border: none;
  color: #ffffff;
  font: 18px/21px 'DINProBold', sans-serif;
  height: 36px;
}

.calendar__select select:focus {
  outline: none;
  text-decoration: underline;
}

@media only screen and (min-width: 720px) {
  .calendar__select {
    display: none;
  }
}

.calendar__list {
  display: none;
}

@media only screen and (min-width: 720px) {
  .calendar__list {
    background-color: #2a99dd;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 960px) {
  .calendar__list {
    padding: 0;
    display: block;
    background: none;
  }
}

.calendar__year {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px;
  padding: 5px 0;
  font: 14px/21px 'DINProRegular', sans-serif;
  text-decoration: none;
  text-align: center;
  border: solid transparent;
  border-width: 2px 0;
  color: #ffffff;
}

@media only screen and (min-width: 720px) {
  .calendar__year {
    margin: 0;
  }
}

@media only screen and (min-width: 960px) {
  .calendar__year {
    display: block;
    border-width: 0;
    color: #303030;
    font-size: 18px;
    padding: 10px 0 11px;
    border-top: 1px solid #c4c4c4;
  }
  .calendar__year:first-child {
    border-top-width: 0;
  }
}

.calendar__year--current {
  font-family: 'DINProBold', sans-serif;
  border-color: #124b6e;
}

@media only screen and (min-width: 960px) {
  .calendar__year--current {
    background-color: #efefef;
  }
}

.market__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 720px) {
  .market__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.market__title {
  margin: 30px 15px 0;
  font: 19px/27px 'Conv_DINPro-Black', sans-serif;
  text-align: center;
}

.market__subtitle {
  margin: 0 15px;
  font: 16px/27px 'DINProRegular', sans-serif;
  text-align: center;
}

.market__item {
  margin: 16px 15px 0;
  padding: 25px 30px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 12px;
  line-height: 19px;
  -webkit-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}

@media only screen and (min-width: 720px) {
  .market__item {
    margin: 30px 9px 0;
    width: calc(50% - 18px);
  }
}

.market__item:hover {
  box-shadow: 0 2px 7px rgba(29, 29, 29, 0.25);
}

.market__heading {
  margin: 0;
  padding: 20px 0;
  font: 14px/16px 'DINProBold', sans-serif;
  color: #2c9ae0;
  text-align: center;
}

.market__heading a {
  color: #2c9ae0;
}

.market__img {
  height: 180px;
  display: table;
  width: 100%;
}

.market__img-hold {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.market__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 720px) {
  .gallery__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gallery__item {
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .gallery__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .gallery__item {
    padding: 15px 0;
  }
}

.gallery__space {
  padding: 0 15px;
}

.gallery__img {
  display: block;
  width: 100%;
}

.gallery__heading {
  margin: 0;
  padding: 15px 0 20px;
  font: 18px/20px 'Conv_DINPro-Black', sans-serif;
  text-transform: uppercase;
}

.gallery__heading a {
  text-decoration: none;
}

.gallery__heading a:hover {
  text-decoration: underline;
}

.pagination {
  margin: 25px 15px 0;
  text-align: center;
  position: relative;
  padding: 0 30px;
}

@media only screen and (min-width: 720px) {
  .pagination {
    margin: 35px 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .pagination {
    margin: 25px 0 0;
  }
}

.pagination__prev, .pagination__next {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 14px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
}

.pagination__prev--disabled, .pagination__next--disabled {
  cursor: default;
}

.pagination__prev {
  left: 0;
  background: url(/images/bg/pagination-prev.svg) 0 0 no-repeat;
}

.pagination__prev--disabled {
  background-image: url(/images/bg/pagination-prev-disabled.svg);
}

.pagination__next {
  right: 0;
  background: url(/images/bg/pagination-next.svg) 0 0 no-repeat;
}

.pagination__next--disabled {
  background-image: url(/images/bg/pagination-next-disabled.svg);
}

.pagination__list {
  display: inline-block;
  vertical-align: middle;
}

.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
  min-width: 28px;
  text-align: center;
  color: #4c4d4e;
  text-decoration: none;
  font: 16px/27px 'DINProLight', sans-serif;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.pagination__item--current, .pagination__item:active {
  color: #ffffff;
  cursor: default;
  background-color: #2a99dd;
  border-color: #2a99dd;
  font-family: 'DINProBold',sans-serif;
}

.text-page {
  margin: 25px 15px 0;
}

.text-page h1 {
  font-size: 24px;
}

@media only screen and (min-width: 720px) {
  .text-page h1 {
    font-size: 30px;
  }
}

.text-page ul {
  margin: 10px 20px 0 0;
  list-style-position: outside;
}

.text-page li {
  line-height: 25px;
  padding: 0 0 0 10px;
}

.text-page h2 {
  margin: 30px 0 0;
  font: 22px/24px 'Conv_DINPro-Black', sans-serif;
  text-transform: uppercase;
}

.text-page h2:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 26px;
  height: 2px;
  background-color: #969595;
}

.text-page img {
  display: block;
  
}

.gallery__list img {
  display: block;
  width: 100%;
}

.gallery__pw img {
  display: inline;
  width: 33%;
}

.gallery__pw2 img {
  display: inline;
  width: 48%;
}

.gallery__pw3 img {
  display: inline;
  width: 24%;
}

.text-page img[align="left"], .text-page img[align="right"] {
  width: auto;
}

@media only screen and (min-width: 720px) {
  .text-page img[align="right"] {
    float: right;
    margin: 15px 0 30px 30px;
  }
}

@media only screen and (min-width: 720px) {
  .text-page img[align="left"] {
    float: left;
    margin: 15px 30px 30px 0;
  }
}

@media only screen and (min-width: 720px) {
  .text-page {
    margin: 25px 24px 0;
  }
}

@media only screen and (min-width: 960px) {
  .text-page {
    margin: 10px 15px 0;
  }
}

.picture {
  position: relative;
}

.picture img {
  display: block;
  width: 100%;
}

.picture:before {
  content: "";
  position: absolute;
  /*background-color: rgba(82, 82, 82, 0.5);*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.picture-info {
  margin: 15px 0 0;
  color: #464451;
  font: 12px/14px 'DINProRegular', sans-serif;
  text-transform: uppercase;
}

.picture-info:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}

.picture__views {
  float: right;
  background: url(/images/bg/views.svg) 0 0 no-repeat;
  padding: 0 0 0 30px;
}

.back {
  padding: 0 0 15px;
  font: 12px/14px 'DINProMedium', sans-serif;
  text-transform: uppercase;
}

.back a {
  color: #2c9ae0;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background-color: #2d2d2d;
  line-height: 50px;
  text-align: center;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-ms-clear {
  display: none;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

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

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

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 2px 5px 10px #000;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Tab Content - menucool.com */

ul.tabs
{
    padding: 20px 0 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
	line-height: 0px;
	padding: 0 0 0 0px;
}
        
ul.tabs li a
{
    font: normal 13px DINProRegular;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 15px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}