/*
  Your custom styles
  No preprocessor
*/
* {
  margin: 0;
  padding: 0
}

html, body, div, button, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  outline: none;
  text-decoration: none
}

html * {
  max-height: 999999px
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

input, textarea, button {
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0
}

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

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

::-webkit-file-upload-button {
  cursor: pointer
}

input {
  -webkit-appearance: none;
  border-radius: 0
}

select {
  border: none
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans Semibold"), local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: local("Lora-Italic"), local("LoraItalic"), url("../fonts/Lora-Italic.woff2") format("woff2"), url("../fonts/Lora-Italic.woff") format("woff"), url("../fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FreightDispPro';
  src: local("FreightDispProLight-Italic"), local("FreightDispProLight Italic"), url("../fonts/FreightDispProLight-Italic.woff2") format("woff2"), url("../fonts/FreightDispProLight-Italic.woff") format("woff"), url("../fonts/FreightDispProLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FreightDispPro';
  src: local("FreightDispProMedium-Italic"), local("FreightDispProMedium Italic"), url("../fonts/FreightDispProMedium-Italic.woff2") format("woff2"), url("../fonts/FreightDispProMedium-Italic.woff") format("woff"), url("../fonts/FreightDispProMedium-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FreightDispPro';
  src: local("FreightDispProMedium-Regular"), local("FreightDispProMedium Regular"), url("../fonts/FreightDispProMedium-Regular.woff2") format("woff2"), url("../fonts/FreightDispProMedium-Regular.woff") format("woff"), url("../fonts/FreightDispProMedium-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media only screen and (max-width: 1000px) {
  .hide-on-mobile {
    display: none !important
  }
}

@media only screen and (max-width: 700px) {
  .hide-on-mobile-small {
    display: none !important
  }
}

@media only screen and (min-width: 701px) {
  .show-on-mobile-small {
    display: none !important
  }
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "OpenSans";
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2px
}

@media only screen and (max-width: 1100px) {
  body {
    font-size: 16px
  }
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 16px
  }
}

footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 100px;
  background: #3c3c3c
}

.title-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width: 700px) {
  .title-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.title-wrap.small {
  margin-bottom: 25px
  margin-top: 80px;
}
}

.title-wrap.lines > h1, .title-wrap.lines > h2, .title-wrap.lines > h3, .title-wrap.lines > h4, .title-wrap.lines > h5, .title-wrap.lines > h6 {
  position: relative
}

.title-wrap.lines > h1::before, .title-wrap.lines > h1::after, .title-wrap.lines > h2::before, .title-wrap.lines > h2::after, .title-wrap.lines > h3::before, .title-wrap.lines > h3::after, .title-wrap.lines > h4::before, .title-wrap.lines > h4::after, .title-wrap.lines > h5::before, .title-wrap.lines > h5::after, .title-wrap.lines > h6::before, .title-wrap.lines > h6::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: #c2c2c2;
  margin-top: 115px;
}

@media only screen and (max-width: 1000px) {
  .title-wrap.lines > h1::before, .title-wrap.lines > h1::after, .title-wrap.lines > h2::before, .title-wrap.lines > h2::after, .title-wrap.lines > h3::before, .title-wrap.lines > h3::after, .title-wrap.lines > h4::before, .title-wrap.lines > h4::after, .title-wrap.lines > h5::before, .title-wrap.lines > h5::after, .title-wrap.lines > h6::before, .title-wrap.lines > h6::after {
    display: none
  }
}

.title-wrap.lines > h1::before, .title-wrap.lines > h2::before, .title-wrap.lines > h3::before, .title-wrap.lines > h4::before, .title-wrap.lines > h5::before, .title-wrap.lines > h6::before {
  right: auto;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%)
}

.title-wrap.lines > h1::after, .title-wrap.lines > h2::after, .title-wrap.lines > h3::after, .title-wrap.lines > h4::after, .title-wrap.lines > h5::after, .title-wrap.lines > h6::after {
  left: auto;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%)
}

.title-wrap._white h1, .title-wrap._white h2, .title-wrap._white h3, .title-wrap._white h4, .title-wrap._white h5, .title-wrap._white h6 {
  color: #fff
}

.title-wrap._white .subtitle {
  color: #fff
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  line-height: 1;
  font-family: "OpenSans";
  letter-spacing: 2px;
  font-style: normal
}

.subtitle {
  font-size: 25px;
  color: #b39049;
  letter-spacing: 1.5px;
  font-family: "OpenSans";
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic
}

.subtitle_up {
  font-size: 30px;
  margin-bottom: 15px
}

.subtitle_big {
  font-size: 30px;
  font-family: "OpenSans";
  text-align: center;
  font-weight: 300
}

@media only screen and (max-width: 1000px) {
  .subtitle_big {
    font-size: 30px
  }
}

@media only screen and (max-width: 700px) {
  .subtitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  .subtitle_up {
    font-size: 20px
  }

  .subtitle_big {
    font-size: 22px
  }
}

h1 {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.5px
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 35px
  }
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 22px;
    line-height: 1.2
  }
}

h2 {
  font-size: 29px;
  font-weight: 400;
  text-align: left
}

@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 25px
  }
}

@media only screen and (max-width: 700px) {
  h2 {
    font-size: 25px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 25px
  }
}

@media only screen and (max-width: 700px) {
  h3 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
}

h5 {
  font-size: 16px;
  font-weight: 400
}

h6 {
  font-size: 14px;
  font-weight: 400
}

.content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative
}

.content .menu-overlay {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: -200vw;
  left: auto;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  z-index: 999;
  transition: -webkit-transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  -webkit-transform: scale(0.2) translateX(100vw);
  -ms-transform: scale(0.2) translateX(100vw);
  transform: scale(0.2) translateX(100vw)
}

.content .header, .content .main {
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.content._menu-active .menu-overlay {
  left: 0;
  right: 0;
  opacity: .5;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0)
}

.content._menu-active .header, .content._menu-active .main {
  -webkit-transform: scale(0.7) translateX(-10vw);
  -ms-transform: scale(0.7) translateX(-10vw);
  transform: scale(0.7) translateX(-10vw)
}

@media only screen and (max-width: 1400px) {
  .content._menu-active .header, .content._menu-active .main {
    -webkit-transform: scale(0.65) translateX(-10vw);
    -ms-transform: scale(0.65) translateX(-10vw);
    transform: scale(0.65) translateX(-10vw)
  }
}

@media only screen and (max-width: 1100px) {
  .content._menu-active .header, .content._menu-active .main {
    -webkit-transform: scale(0.65) translateX(-4.5vw);
    -ms-transform: scale(0.65) translateX(-4.5vw);
    transform: scale(0.65) translateX(-4.5vw)
  }
}

@media only screen and (max-width: 1000px) {
  .content._menu-active .header, .content._menu-active .main {
    -webkit-transform: scale(0.55) translateX(-5vw);
    -ms-transform: scale(0.55) translateX(-5vw);
    transform: scale(0.55) translateX(-5vw)
  }
}

@media only screen and (max-width: 700px) {
  .content._menu-active .header, .content._menu-active .main {
    -webkit-transform: scale(0.5) translateX(-5vw);
    -ms-transform: scale(0.5) translateX(-5vw);
    transform: scale(0.5) translateX(-5vw)
  }
}

.content__wrapper {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  transition: 0.6s ease;
  transition-delay: 0.3s
}

.block-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto
}
.block-wrapper.video-treat {
  padding-top: 180px;
}

@media only screen and (max-width: 1400px) {
  .block-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.block-wrapper__content, .block-wrapper .content-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  box-sizing: border-box
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 5;
  position: relative
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 900px
  }
}

.container._small {
  max-width: 700px
}

@media only screen and (max-width: 1400px) {
  .container._small {
    max-width: 680px
  }
}

@media only screen and (max-width: 1100px) {
  .container._small {
    max-width: 660px
  }
}

@media only screen and (max-width: 1100px) {
  .container._small {
    max-width: none
  }
}

.container._med {
  max-width: 1000px
}

.container._big {
  max-width: 1300px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container._wide {
  max-width: 1620px
}

.container._full-p {
  max-width: none
}

@media only screen and (max-width: 1400px) {
  .container._full-p {
    padding: 0
  }
}

.container._full {
  max-width: none;
  padding: 0
}

.row {
  margin-bottom: 30px
}

.row_around {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.clear {
  display: block;
  clear: both
}

.hide {
  display: none
}

.fade {
  opacity: 0
}

._index-up {
  z-index: 9999
}

.inline-wrapper {
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
  line-height: 0;
  font-size: 1px
}

.inline-wrapper > div {
  display: inline-block;
  vertical-align: top
}

.inline-wrapper:after {
  content: "";
  display: inline-block;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 0
}

.center_img {
  position: relative;
  overflow: hidden
}

.center_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

ul li a::before, a.underline-link::before {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -6px;
  left: 0;
  margin: auto;
  height: 1px;
  width: 0;
  background: #0d1f2d;
  transition: width .3s ease
}

ul li a:hover::before, a.underline-link:hover::before {
  width: 100%
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  position: relative;
  color: #000000;
  transition: color .2s ease
}

strong {
  font-weight: 700
}

em {
  font-style: italic
}

li {
  position: relative;
  font-size: 18px;
  font-weight: 400
}

.bg-smoke {
  background: #e9edf0
}

.bg-smoke_med {
  background: #
}

.common-paddings {
  padding-top: 60px;
  padding-bottom: 20px
}

.content-block {
  padding-top: 35px;
  padding-bottom: 35px
}

.content-block h2 {
  margin-bottom: 30px;
  margin-top: 40px
}

.content-block label {
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0
}

.content-block p {
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -.17px;
  margin-bottom: 20px
}

.content-block p img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  top: 10px
}

.content-block p:last-child {
  margin-bottom: 30px
}

.content-block a {
  color: #919191
}

.content-block a::before {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -6px;
  left: 0;
  margin: auto;
  height: 1px;
  bottom: 2px;
  background: #919191;
  width: 0%;
  transition: background .3s ease
}

.content-block a:hover {
  color: #211e1e
}

.content-block a:hover::before {
  background: #211e1e
}

.content-block ul, .content-block ol {
  margin-bottom: 50px
}

.content-block ul:last-child, .content-block ol:last-child {
  margin-bottom: 0
}

.content-block ul li, .content-block ol li {
  display: list-item;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin-bottom: 5px
}

.content-block ul li:last-child, .content-block ol li:last-child {
  margin-bottom: 0
}

.content-block ul li {
  display: list-item;
  padding-left: 27px
}

.content-block ul li:before {
  content: '\f00c';
  position: ;
  top: 2px;
  left: 5px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #0d1f2d;
}

.content-block ol li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 21px;
  padding-left: 7px
}

.content-block._big-ul-icons ul li {
  padding-left: 35px;
  line-height: 1.2;
  margin-bottom: 19px
}

.content-block._big-ul-icons ul li::before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  background: url("/wp-content/themes/recore/assets/images/svg/check.svg") center center no-repeat;
  background-size: contain;
  opacity: .5
}

.content-block._2lvl-ul ul li {
  margin-bottom: 15px;
  padding-left: 35px;
  letter-spacing: .2px;
  font-weight: 300
}

.content-block._2lvl-ul ul li::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  background: url("/wp-content/themes/recore/assets/images/svg/check.svg") center center no-repeat;
  background-size: contain;
  opacity: .5
}

.content-block._2lvl-ul ul li > ul {
  margin-top: 20px
}

.content-block._2lvl-ul ul li > ul li {
  margin-bottom: 10px
}

.content-block._2lvl-ul ul li > ul li:before {
  content: "—";
  background: none;
  top: 0
}

.content-block._p60 {
  padding: 60px 0
}

.content-block._p30 {
  padding: 30px 0
}

p {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px
}

p:last-child {
  margin-bottom: 0
}

.btn-style {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  min-width: 220px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 0 20px;
  z-index: 5;
  background: transparent;
  border: 2px solid #0d1f2d;
  box-sizing: border-box
}

.btn-style:hover .btn-style__text {
  color: #fff
}

.btn-style__text {
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  color: #000000;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-transform: none;
  font-weight: 300;
  background: none;
  cursor: pointer;
}

.btn-style__text::before {
  display: none
}

@media only screen and (max-width: 1000px) {
  .btn-style__text {
    font-size: 14px
  }
}

.btn-style_circle {
  transition: all .4s ease-in-out
}

.btn-style_circle .btn-bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0d1f2d;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.btn-style_circle:hover .btn-bg {
  width: 225%;
  height: 500%;
  z-index: 1
}

.btn-style_white {
  height: 30px;
  border: 2px solid #fff
}

.btn-style_white .btn-style__text {
  color: #fff
}

.btn-style_white .btn-style .btn-bg {
  background: #fff
}

.btn-style_fill {
  background: #0d1f2d;
  border: none;
  transition: background .3s ease;
  letter-spacing: 2px;
  font-size: 16px;
}

.btn-style_fill .btn-style__text {
  color: #fff
}

.btn-style_fill:hover {
  background: #7e97a3
}

.btn-style_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-width: 1px;
  z-index: 17
}

.btn-style_center {
  margin-left: auto;
  margin-right: auto
}

.btn-style_auto-w {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box
}

.checkbox * {
  transition: 0.5s ease-in
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  opacity: 0
}

.checkbox__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 17px;
  background-color: gray;
  border: 2px solid #eee;
  color: #eee;
  box-sizing: border-box;
  font-size: 0
}

.checkbox__label:before {
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: inherit
}

.checkbox__input:checked + .checkbox__label {
  border: 2px solid orange;
  font-size: 16px;
  color: orange
}

.checkbox__input:disabled + .checkbox__label {
  opacity: 0.7
}

.checkbox__input:checked:disabled + .checkbox__label {
  border: 2px solid #eee;
  font-size: 16px;
  color: #eee !important
}

.radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box
}

.radio * {
  transition: 0.5s ease-in
}

.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0
}

.radio__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 17px;
  background-color: grey;
  border: 2px solid #eee;
  border-radius: 50%;
  color: #eee;
  box-sizing: border-box;
  font-size: 0
}

.radio__label:before {
  content: '\f111';
  font-family: "FontAwesome";
  font-size: inherit
}

.radio__input:checked + .radio__label {
  border: 2px solid orange;
  font-size: 10px;
  color: orange
}

.radio__input:checked._incorrect + .radio__label {
  border: 1px solid red;
  font-size: 10px;
  color: red
}

.radio__input:checked._correct + .radio__label {
  border: 1px solid #;
  font-size: 10px;
  color: green
}

.radio__input:disabled + .radio__label {
  opacity: 0.7
}

.radio__input:checked:disabled + .radio__label {
  border: 2px solid #eee;
  font-size: 10px;
  color: #eee !important
}

.form, #mc4wp-form-1 {
  text-align: justify;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.wpcf7 {
  width: 100%;
}
.wpcf7-form-control.js-hidden-input + *,
.wpcf7-form-control.date-picker,
.wpcf7-form-control.wpcf7-text.input-style__input{
  border-bottom: 1px solid #;
}
.wpcf7-form-control.js-hidden-input.valid._selected + *,
.wpcf7-form-control.date-picker._active.valid,
.wpcf7-form-control.wpcf7-text.input-style__input._active{
  border-bottom: 1px solid mediumseagreen;
}
#treatment + * {
  /*border-bottom: 1px solid #858585;*/
  border-bottom: 1px solid mediumseagreen;
}
.form .btn-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 20px;
}

.form .btn-row .btn-style {
  margin-top: 0;
  margin-bottom: 0
}

.form .btn-row .btn-style + .btn-style {
  margin-left: 20px
}

.form .select-wrapper,
.select-wrapper {
  width: 100%;
  /*letter-spacing: 0*/
}
.select-wrapper {
  letter-spacing: 2;
}

.form .inputs-row {
  height: 42px
}

.form._disable::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 8
}

.form._disable > *:not(button) {
  transition: opacity 1s ease;
  opacity: .5
}

.form__forgot-pass {
  margin: 10px 0 15px
}

.form__select._active ~ .form__inner {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: calc(100% + 20px);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width: 1000px) {
  .form__select._active ~ .form__inner {
    top: calc(100% + 10px)
  }
}

.form__inner {
  z-index: 30;
  width: 100%;
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  transition: all 1s ease;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 1px 5px transparent
}

.form__inner .scroll-wrap {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 200px
}

.form__inner .scroll-wrap > div {
  overflow: hidden
}

.form__inner .option {
  width: 100%;
  height: 40px;
  display: block;
  font-weight: 400;
  line-height: 40px;
  margin-right: 0;
  transition: 0.3s ease;
  box-sizing: border-box;
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
  color: #eee
}

.form__inner .option:nth-child(odd) {
  background: #eee
}

.form__inner .option:hover, .form__inner .option._active {
  color: #211e1e
}

.form__inner .option .type {
  margin-left: 10px;
  font-size: 12px;
  opacity: .6
}

.form .btn-style {
  margin-top: 20px;
  margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
  .form .btn-style {
    max-width: none
  }
}

.form._add-scroll-space {
  padding: 0 6px;
  box-sizing: border-box
}

.form .upload-wrap {
  margin-top: 20px;
  margin-bottom: 45px
}

.form .inf {
  margin: 30px 0
}

.form__or {
  text-align: center;
  text-transform: lowercase;
  margin: 20px 0;
  font-size: 24px
}

.form__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form__cell {
  width: calc(50% - 10px)
}

.form__row {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  margin-top: 10px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form__row_confidentiality {
  margin-top: 20px;
  text-align: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.form__row_radio {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.form__row_radio .radio {
  margin-right: 20px
}

.form__row_3-col .form__col {
  width: calc(100% / 3 - 40px / 3)
}

.form__col {
  width: calc(50% - 10px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.form__placeholder {
  font-weight: 300;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 11;
  font-size: 16px;
  font-family: "OpenSans";
  color: #000000;
  cursor: default;
  transition: 0.5s ease-in;
  left: 20px;
  right: 20px;
  letter-spacing: 0
}

@media only screen and (max-width: 1000px) {
  .form__placeholder {
    font-size: 16px
  }
}

.form__select ~ .form__placeholder {
  z-index: 1
}

.form__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 15;
  cursor: text
}

.form__select-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #eee
}

.form__select-wrap_menu .form__inner a {
  white-space: normal;
  line-height: 1.2
}

.form__select-wrap_menu .form__inner .option {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px
}

.form__input {
  background: transparent
}

.form__input, .form__select {
  position: relative;
  z-index: 9;
  transition: 0.5s ease-in;
  background-position: 19px center;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 40px;
  border: 1px solid #858585;
  padding: 0 20px;
  color: #000000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300
}

.form__input:focus ~ .form__placeholder, .form__input._active ~ .form__placeholder, .form__input._selected ~ .form__placeholder, .form__select:focus ~ .form__placeholder, .form__select._active ~ .form__placeholder, .form__select._selected ~ .form__placeholder {
  top: -16px;
  font-size: 14px;
  color: #000000
}

.form__input:focus ~ .form__label, .form__input._active ~ .form__label, .form__input._selected ~ .form__label, .form__select:focus ~ .form__label, .form__select._active ~ .form__label, .form__select._selected ~ .form__label {
  height: 0
}

.form__input.error, .form__select.error {
  border-bottom-color: red
}

.form__input.valid, .form__select.valid {
  border-bottom-color: mediumseagreen
}

.form .error-text {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  color: red;
  display: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -5px;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.form .error ~ .error-text {
  display: block
}

.form__select {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.form__select::after {
  content: '\f107';
  font-family: "FontAwesome";
  font-size: 18px;
  color: #eee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: -webkit-transform 1s ease, color 1s ease;
  transition: transform 1s ease, color 1s ease;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto
}

.form__select._active::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.form textarea {
  resize: none;
  overflow: hidden;
  padding-top: 15px;
  transition: none;
  background-color: white;
}

.form_search {
  position: relative;
  padding: 0 20px;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto
}

.form_search .search-button {
  background: green
}

.form_search .checkbox {
  min-width: 145px
}
.form_search .form__col {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto
}

.form-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}

.form-label p {
  width: 100%;
  color: #eee;
  text-align: center
}

.form-label a {
  color: #000000
}

.form-label a:hover {
  text-decoration: underline
}

.input-style {
  position: relative;
  width: 100%
}

.input-style_require-icon::before, .input-style_check-icon::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
  color: #211e1e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  font-family: "FontAwesome"
}

.input-style__input {
  position: ;
  z-index: 16;
  transition: 0.5s ease-in;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  color: #000000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300;
  background-color: white;
  height: 40px;
  border: 1px solid #858585
}

.input-style__input.error {
  border-bottom-color: red
}

.input-style__input.valid {
  border-bottom-color: mediumseagreen
}

.input-style__placeholder {
  font-weight: 300;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 11;
  font-size: 16px;
  font-family: "OpenSans";
  color: #000000;
  cursor: default;
  transition: 0.5s ease-in;
  left: 20px;
  letter-spacing: 0
}

.input-style__input:focus ~ .input-style__placeholder, .input-style__input._again_active ~ .input-style__placeholder {
  top: -16px;
  font-size: 14px
}

.input-style__input:focus ~ .input-style__label, .input-style__input._again_active ~ .input-style__label {
  height: 0
}

@media only screen and (max-width: 1000px) {
  .input-style__placeholder {
    font-size: 16px
  }
}

.input-style__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 15;
  cursor: text;
  color: #eee;
  font-size: 16px;
  font-weight: 300
}

.input-style.error::-webkit-input-placeholder {
  color: #eee
}

.input-style.error::-moz-placeholder {
  color: #eee
}

.input-style.error:-ms-input-placeholder {
  color: #eee
}

.input-style.error:-moz-placeholder {
  color: #eee
}

.select-wrapper {
  position: relative
}

.select-wrapper__input,
.select-wrapper__select,
.select-wrapper  .jq-selectbox {
  position: relative;
  z-index: 9;
  transition: 0.5s ease-in;
  background-position: 19px center;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0 60px 0 20px;
  color: #000000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  height: 40px;
  border: 1px solid #858585
}
.select-wrapper  .jq-selectbox {
  overflow: visible;
  padding: 0;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  padding-left: 20px;
}
.jq-selectbox__select-text:after {
  content: "▼";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.select-wrapper .jq-selectbox select {
  padding-left: 20px;
  display: none;
}
.select-wrapper select option {

}
.select-wrapper  .jq-selectbox {
  height: auto;
}
.jq-selectbox__select-text  {
  line-height: 40px;
}

.select-wrapper__input:focus, .select-wrapper__input._active, .select-wrapper__input._selected, .select-wrapper__select:focus, .select-wrapper__select._active, .select-wrapper__select._selected {
  color: #211e1e
}

.select-wrapper__input:focus ~ .select-wrapper__placeholder, .select-wrapper__input._active ~ .select-wrapper__placeholder, .select-wrapper__input._selected ~ .select-wrapper__placeholder, .select-wrapper__select:focus ~ .select-wrapper__placeholder, .select-wrapper__select._active ~ .select-wrapper__placeholder, .select-wrapper__select._selected ~ .select-wrapper__placeholder {
  top: -16px;
  font-size: 14px;
  color: #000000
}

.select-wrapper__input:focus ~ .select-wrapper__label, .select-wrapper__input._active ~ .select-wrapper__label, .select-wrapper__input._selected ~ .select-wrapper__label, .select-wrapper__select:focus ~ .select-wrapper__label, .select-wrapper__select._active ~ .select-wrapper__label, .select-wrapper__select._selected ~ .select-wrapper__label {
  height: 0
}

.select-wrapper__input.error, .select-wrapper__select.error {
  border-bottom-color: red
}

.select-wrapper__input.valid, .select-wrapper__select.valid {
  border-bottom-color: mediumseagreen
}

.select-wrapper .pseudo-hidden.error + * {
  border-bottom: 1px solid red
}

.select-wrapper .pseudo-hidden.valid + * {
  border-bottom: 1px solid mediumseagreen
}

.select-wrapper__select:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 50px;
  height: 100%;
  padding-top: 3px;
  color: #000000;
  font-family: "FontAwesome";
  font-size: 16px
}

.select-wrapper__select._active:after {
  content: "\f106"
}

.select-wrapper__select span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300
}

.select-wrapper__select._active ~ .select-wrapper__inner {
  display: block
}

.select-wrapper__inner {
  z-index: 30;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 1s ease;
  display: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  height: 330px
}

.select-wrapper__inner .scroll-wrap {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 40px);
  width: 100%;
  top: 20px;
  padding-left: 20px
}

.select-wrapper__inner .scroll-wrap > div {
  overflow: hidden
}

.select-wrapper__inner .option, .jq-selectbox li {
  width: 100%;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  transition: 0.3s ease;
  box-sizing: border-box;
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300
}

.select-wrapper__inner .option .type {
  margin-left: 10px;
  font-size: 12px;
  opacity: .6
}

.select-wrapper__placeholder {
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 11;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  cursor: default;
  transition: 0.5s ease-in;
  left: 20px;
  letter-spacing: 0
}

@media only screen and (max-width: 1000px) {
  .select-wrapper__placeholder {
    font-size: 16px
  }
}

.select-wrapper__select ~ .select-wrapper__placeholder {
  z-index: 1
}

.select-wrapper__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 15;
  cursor: text
}

.inline-wrapper {
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
  line-height: 0;
  font-size: 1px
}

.inline-wrapper > div {
  display: inline-block;
  vertical-align: top
}

.inline-wrapper:after {
  content: "";
  display: inline-block;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 0
}

.center_img {
  position: relative;
  overflow: hidden
}

.center_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.soc-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative
}

.soc-icons__icon {
  border: none;
  cursor: pointer;
  transition: opacity .3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  width: 25px;
  height: 25px
}

@media only screen and (max-width: 700px) {
  .soc-icons__icon {
    width: 44px;
    height: 44px
  }
}

.soc-icons__icon_fb::before {
  content: '\f09a'
}

.soc-icons__icon_lin::before {
  content: '\f0e1'
}

.soc-icons__icon_tw::before {
  content: '\f099'
}

.soc-icons__icon_inst::before {
  content: '\f16d'
}

.soc-icons__icon_yt::before {
  content: '\f16a'
}

.soc-icons__icon_vk::before {
  content: '\f189'
}

.soc-icons__icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #000000;
  transition: opacity .3s ease;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.soc-icons__icon:hover {
  border: none
}

.soc-icons__icon:hover::before {
  opacity: .5
}

.contact_svg_ico {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.items-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}

.items-list__item {
  width: calc(100% / 3 - 40px / 3);
  text-align: left;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0
}

.items-list._animate .items-list__item {
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.items-list._animate .items-list__item:nth-child(1n) {
  transition-delay: 0ms !important
}

.items-list._animate .items-list__item:nth-child(2n) {
  transition-delay: 100ms !important
}

.items-list._animate .items-list__item:nth-child(3n) {
  transition-delay: 200ms !important
}

.items-list._animate .items-list__item:nth-child(4n) {
  transition-delay: 300ms !important
}

.items-list._animate .items-list__item:nth-child(5n) {
  transition-delay: 400ms !important
}

.items-list._animate .items-list__item:nth-child(6n) {
  transition-delay: 500ms !important
}

.items-list._animate .items-list__item:nth-child(7n) {
  transition-delay: 600ms !important
}

.items-list._animate .items-list__item:nth-child(8n) {
  transition-delay: 700ms !important
}

.items-list._animate .items-list__item:nth-child(9n) {
  transition-delay: 800ms !important
}

.items-list._animate .items-list__item:nth-child(10n) {
  transition-delay: 900ms !important
}

.items-list__img-wrap {
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  max-height: 300px;
  max-width: 100%;
}

.items-list__img-wrap img {
  width: 100%;
  display: block;
  height: auto;
  min-height: 181px;
}

.items-list__big-title {
  position: relative;
  font-size: 30px
}

@media only screen and (max-width: 700px) {
  .items-list__big-title {
    font-size: 20px
  }
}

.items-list__title {
  text-align: center
}

.items-list__text {
  text-align: left;
  font-size: 16px
}

.items-list__item_text-only .items-list__title {
  margin-top: 40px
}

.items-list .title-wrap {
  margin-bottom: 20px
}

.items-list__date {
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px
}

.items-list__description {
  padding: 15px 20px 25px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.items-list_news {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.items-list_news .link-btn {
  margin-top: 45px
}

.items-list_news .items-list__item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #eceff2
}

.items-list_news .items-list__item:nth-child(4n) {
  margin-right: 0
}

.items-list_news .items-list__title {
  text-align: left;
  text-transform: none;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  min-height: 54px;
  width: 100%;
}
.items-list_news p {
  width: 100%;
}
.items-list_news .items-list__text {
  font-size: 18px
}
.items-list_news p.items-list__text {
  width: 100%;
}

.items-list_news .items-list__img-wrap {
  margin-bottom: 0
}

.items-list_categories {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.items-list_categories .items-list__item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 40px
}

.items-list_categories .items-list__item:nth-child(4n) {
  margin-right: 0
}

.items-list_categories .items-list__img-wrap {
  margin-bottom: 20px
}

.items-list_categories .items-list__title {
  min-height: 40px;
  font-size: 20px;
  text-transform: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.items-list_categories .items-list__text {
  margin-top: 20px
}

.items-list_categories .items-list__text.ta-center {
  margin-top: 0;
  text-align: center
}

.items-list_horizontal {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.items-list_horizontal .items-list__item {
  width: calc(50% - 10px);
  margin-right: 0;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff
}

.items-list_horizontal .items-list__img-wrap {
  width: calc(50% - 10px);
  margin: 0
}

.items-list_horizontal .items-list__img-wrap img {
  min-width: 100%;
  display: block;
  min-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.items-list_horizontal .items-list__title {
  width: calc(50% - 10px);
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
  text-align: left;
  text-transform: none
}

.items-list_white .items-list__item {
  background: #fff
}

.more-info {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-family: "OpenSans";
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  cursor: pointer
}

.more-info::after {
  content: '\f105';
  font-size: inherit;
  display: inline-block;
  margin-left: 10px;
  color: inherit;
  font-family: "FontAwesome"
}

.sticky {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #848484
}

.sticky__container {
  width: 500px;
  text-align: center;
  display: block;
  position: relative;
  background: #676767
}

.sticky__container._sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 20
}

.parallax__wrap {
  width: 100%;
  height: 300px;
  position: relative;
  background: #b9b9b9
}

.parallax__content {
  width: 50%;
  height: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: green
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.overlay._show {
  z-index: 85
}

.overlay:not(._show) {
  pointer-events: none
}

.overlay._show .overlay__bg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.overlay__bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  transition: 1s ease;
  background: rgba(255, 255, 255, 0.4)
}

.overlay__bg_left {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%)
}

.overlay__bg_right {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%)
}

.popups-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0;
  width: 100%
}

.popups-wrap .container {
  position: relative
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.popup {
  z-index: -90;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: fixed;
  display: none;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -110vh);
  -ms-transform: translate(-50%, -110vh);
  transform: translate(-50%, -110vh);
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  -webkit-animation: none;
  animation: none;
  max-width: 650px;
  text-align: center
}

@media only screen and (max-width: 1000px) {
  .popup {
    padding: 0
  }
}

@media only screen and (max-width: 700px) {
  .popup .popup-subtitle {
    font-size: 16px !important;
    line-height: 1.2
  }
}

@media only screen and (max-width: 1100px) {
  .popup .form__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .popup .form__col, .popup .form .textarea-wrap {
    width: 100% !important;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
  }

  .popup .form__col:not(:first-child) {
    margin-top: 30px
  }
}

.popup .form__row_3-col .form__col {
  width: calc(100% / 3 - 40px / 3)
}

.popup .form__row_2-col .form__col {
  width: calc(50% - 10px)
}

.popup._show {
  display: block
}

.popup._animate {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999
}

.popup .close-button {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #211e1e
}

.popup .close-button::before, .popup .close-button::after {
  background: #fff
}

@media only screen and (max-width: 1000px) {
  .popup .close-button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent
  }

  .popup .close-button::before, .popup .close-button::after {
    background: #eee
  }
}

.popup__content {
  height: calc(100% - 50px);
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 50px 20px;
  max-width: 1000px;
  margin: auto
}

.popup__content p {
  font-size: 14px;
  line-height: 1.8
}

.popup__content p.bold {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0
}

.popup__content .scroll-container {
  display: block;
  position: relative
}

.popup__content .scroll-wrap {
  display: block;
  position: relative;
  height: calc(100% - 165px);
  overflow: hidden;
  max-width: 790px;
  margin: auto;
  margin-right: 15px;
  padding-right: 10px;
  box-sizing: border-box
}

.popup_text .popup__content {
  height: calc(100% - 230px);
  top: 230px
}

.popup_text .popup__title {
  height: 230px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.popup__wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: rotateX(81deg);
  transform: rotateX(81deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  transition: -webkit-transform 1s ease, opacity .5s ease, top .5s ease;
  transition: transform 1s ease, opacity .5s ease, top .5s ease;
  margin-top: 50px
}

@media only screen and (max-width: 1000px) {
  .popup__wrapper {
    margin-top: 0
  }
}

.popup_center {
  position: fixed;
  top: -100vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.popup_center._animate {
  top: 50%
}

.popup._animate {
  -webkit-animation: show-popup 0s linear both;
  animation: show-popup 0s linear both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.popup._animate .popup__wrapper {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1
}

.popup_ty h3 {
  font-size: 80px;
  padding-bottom: 20px;
  color: #eee
}

.popup_ty .popup__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  top: 0
}

.popup_ty .popup__content p {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  color: #eee
}

.close-button {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: auto;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10
}

.close-button::before, .close-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #211e1e;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  will-change: transform;
  border-radius: 2px
}

@media only screen and (max-width: 1000px) {
  .close-button::before, .close-button::after {
    height: 2px
  }
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.close-button:hover::before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg)
}

.close-button:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

#ytvideo {
  width: 100%
}

.ps-container .ps-scrollbar-y-rail {
  opacity: 1 !important;
  width: 5px !important;
  background: rgba(49, 95, 116, 0.1) !important;
  right: 5px !important
}

.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  right: 0 !important;
  background: #0d1f2d !important;
  border-radius: 0 !important;
  width: 5px !important;
  cursor: pointer !important
}

.ps-container:hover .ps-scrollbar-y-rail {
  opacity: 1 !important
}

.confidentiality {
  max-width: 450px;
  text-align: center;
  margin: 20px auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300
}

.confidentiality a {
  text-decoration: underline
}

.confidentiality a:hover {
  text-decoration: none
}

.pseudo-hidden {
  position: absolute;
  left: -200vw;
  opacity: 0;
  z-index: -999;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.sorting {
  position: relative;
  display: block;
  width: 100%;
  z-index: 15
}

.sorting .select-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: 0
}

.breadcrumbs {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  max-width: 620px
}

.breadcrumbs .container {
  text-align: center
}

.breadcrumbs span {
  font-size: 16px;
  letter-spacing: 0;
}

.breadcrumbs a {
  color: #eee;
  transition: all .5s ease;
  font-size: 16px;
  font-family: "OpenSans";
  font-weight: 300;
  letter-spacing: 0;
  padding-right: 5px;
}

.breadcrumbs a:hover {
  opacity: .5
}

.breadcrumbs a::before {
  display: none
}

.breadcrumbs a::after {
  content: '\f105';
  font-family: "FontAwesome";
  color: inherit;
  font-size: inherit;
  display: inline-block;
  margin-left: 8px;
  margin-right: 2px
}

.hamburger-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  width: auto;
  height: 50px;
  z-index: 801
}

.hamburger-wrapper__label {
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 300;
  margin-right: 10px;
  font-family: "OpenSans"
}

.hamburger-wrapper__label .help {
  display: block
}

.hamburger-wrapper__label .close {
  display: none
}

.hamburger-wrapper__hamburger {
  width: 29px;
  height: 18px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  transition: 0.4s ease-in-out
}

.hamburger-wrapper__bar {
  width: 24px
}

.hamburger-wrapper__bar:before {
  width: 24px
}

.hamburger-wrapper__bar:after {
  width: 24px
}

.hamburger-wrapper__bar, .hamburger-wrapper__bar:after, .hamburger-wrapper__bar:before {
  height: 2px;
  will-change: transform
}

.hamburger-wrapper__bar {
  position: relative;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  background: #ffffff;
  transition: all 0ms 300ms;
  margin: auto
}

.hamburger-wrapper__bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #ffffff;
  transition: width 0ms 300ms, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0ms 300ms, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper__bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #ffffff;
  transition: width 0ms 300ms, top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0ms 300ms, top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._active .hamburger-wrapper__bar {
  background-color: transparent;
  width: 24px
}

.hamburger-wrapper._active .hamburger-wrapper__bar::after, .hamburger-wrapper._active .hamburger-wrapper__bar::before {
  width: 24px
}

.hamburger-wrapper._active .hamburger-wrapper__bar:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: width 0ms 300ms, top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0ms 300ms, top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._active .hamburger-wrapper__bar:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: width 0ms 300ms, bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0ms 300ms, bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._active .hamburger-wrapper__label .help {
  display: none
}

.hamburger-wrapper._active .hamburger-wrapper__label .close {
  display: block
}

.help-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 300px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  z-index: 999;
  overflow: hidden;
  background: #fff
}

.help-popup li:not(:last-child) {
  margin-bottom: 10px
}

@media only screen and (max-width: 700px) {
  .help-popup li:not(:last-child) {
    margin-bottom: 13px
  }
}

.help-popup a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0
}

.help-popup__label {
  margin-top: 20px;
  font-size: 14px;
  color: #7e97a3;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 5px
}

@media only screen and (max-width: 700px) {
  .help-popup__label {
    margin-top: 15px
  }
}

.help-popup__row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative
}

@media only screen and (max-width: 700px) {
  .help-popup__row {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}

.help-popup__row_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.help-popup__row_separate::after {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 260px;
  height: 1px;
  background: #c2c2c2
}

.help-popup__content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 60px);
  top: 30px;
  opacity: 0;
  box-sizing: border-box;
  padding-right: 15px
}

@media only screen and (max-width: 700px) {
  .help-popup__content {
    height: calc(100% - 60px);
    top: 30px;
    padding-left: 0
  }
}

.help-popup .container {
  z-index: 2;
  height: 100%;
  padding: 0 0 0 20px
}

.help-popup._menu-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition-delay: .4s
}

.help-popup._menu-active .help-popup__content {
  transition: opacity .5s ease;
  transition-delay: .8s;
  opacity: 1
}

.close-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 20px;
  cursor: pointer
}

.close-wrap .text {
  position: relative;
  margin-left: 10px
}

.close-wrap .close-button {
  position: relative
}

.close-wrap:hover .close-button::before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg)
}

.close-wrap:hover .close-button::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.welcome {
  padding: 100px 0 55px
}

.welcome__content {
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px)
}

.welcome__content._animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 1s ease
}

@media only screen and (max-width: 700px) {
  .welcome {
    margin-bottom: 0px;
    padding: 40px 0 0
  }

  .welcome__content._animate {
    padding: 0 20px !important
  }
}

.ui-datepicker {
  padding: 0 !important;
  border: 1px solid #c2c2c2 !important;
  border-radius: 0 !important;
  -webkit-transform: translateY(-40px) !important;
  -ms-transform: translateY(-40px) !important;
  transform: translateY(-40px) !important;
  box-sizing: border-box !important;
  width: calc(960px / 3 - 20px) !important
}

@media only screen and (max-width: 1100px) {
  .ui-datepicker {
    width: auto !important
  }
}

@media only screen and (max-width: 1000px) {
  .ui-datepicker {
    width: calc(410px / 2 - 10px) !important
  }
}

@media only screen and (max-width: 450px) {
  .ui-datepicker {
    width: calc(100% - 40px) !important
  }
}

.ui-datepicker .ui-datepicker-year {
  display: none
}

.ui-datepicker .ui-datepicker-prev {
  right: auto !important
}

.ui-datepicker .ui-datepicker-prev::after {
  content: '\f104'
}

.ui-datepicker .ui-datepicker-next {
  left: auto !important
}

.ui-datepicker .ui-datepicker-next::after {
  content: '\f105'
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: none !important;
  background: transparent !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 5;
  cursor: pointer
}

.ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
  display: none
}

.ui-datepicker .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-next::after {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
  color: #7e97a3;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ui-datepicker .ui-datepicker-month {
  font-family: "OpenSans";
  font-size: 16px;
  text-transform: uppercase;
  color: #000000
}

.ui-datepicker .ui-datepicker-header {
  padding: 0 !important;
  border: none;
  background: transparent;
  border-bottom: 1px solid #c2c2c2
}

.ui-datepicker .ui-state-default {
  padding: 0;
  background: transparent !important;
  border: none !important
}

.ui-datepicker .ui-datepicker-calendar {
  letter-spacing: 0
}

.ui-datepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid #c2c2c2
}

.ui-datepicker .ui-datepicker-calendar span {
  color: #000000;
  text-align: center;
  font-size: 14px
}

.ui-datepicker .ui-datepicker-calendar a {
  text-align: center;
  font-size: 14px
}

.ui-datepicker .ui-datepicker-calendar a::before, .ui-datepicker .ui-datepicker-calendar a::after {
  display: none
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 5px 0 0 0
}

.ui-datepicker .ui-state-default {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  transition: background .3s ease
}

.ui-datepicker .ui-state-default:hover {
  background: #7e97a3 !important;
  color: #fff
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  color: #000000
}

.ui-datepicker .ui-state-default.ui-state-active {
  background: #0d1f2d !important;
  color: #fff
}

.video-overlay::before, .video-overlay::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition-delay: 1s
}

.video-overlay::before {
  /*background-image: url(../images/video/overlay.png);*/
  background: #211e1e;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 0.4;
}

.video-overlay::after {
  background: rgba(0, 0, 0, 0.55);
  opacity: 0
}

._menu-active .video-overlay::before {
  opacity: 0;
  transition-delay: 0s
}

._menu-active .video-overlay::after {
  opacity: 1;
  transition-delay: 0s
}

.btn {
  padding: 0 30px;
  min-width: 135px;
  height: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  z-index: 4;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase
}

.btn__text, .btn a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-family: "OpenSans";
  font-weight: 400
}

.btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1
}
header .btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1
}

@-webkit-keyframes buttons-animations {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

@keyframes buttons-animations {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

.btn:hover {
  z-index: 5
}

.btn:hover:before {
  -webkit-animation: buttons-animations 2s ease infinite;
  animation: buttons-animations 2s ease infinite
}

.btn_white {
  background: #fff
}

.btn_blue {
  background: #0d1f2d
}

@-webkit-keyframes buttons-animations-tr {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

@keyframes buttons-animations-tr {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

.btn_transparent::before {
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 0
}

.btn_transparent:hover::before {
  -webkit-animation: buttons-animations-tr 2s ease infinite;
  animation: buttons-animations-tr 2s ease infinite
}

.btn_small {
  height: 40px;
  font-size: 16px;
  font-family: "OpenSans";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px
}

.btn_small .btn__text {
  font-family: "OpenSans";
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 300;
  width: 100%;
  text-align: center
}
.wpcf7-form .btn_small {
  margin: 0 auto;
}
.btn_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-width: 1px;
  z-index: 10
}

.contacts {
  margin: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width: 1100px) {
  .contacts {
    margin-left: 0
  }
}

@media only screen and (max-width: 700px) {
  .contacts {
    margin-right: 10px
  }
}

.contacts__link {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0px
}
.contacts__link {
  display: none;
}
.header .contacts__link svg {
  width: 55px;
}
.contacts__link.contacts__link_phone {
  width: 100%;
  display: flex;
  max-width: 330px;
}
.contacts__link.contacts__link_phone span {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding-top: 3px;
  letter-spacing: 0.7px;
}
.header._sticky .contacts__link.contacts__link_phone span {
color: #000000;
}
/*.contacts__link.contacts__link_phone_desc {*/
  /*display: block;*/
  /*width: 100%;*/
  /*color: #ffffff;*/
  /*font-size: 14px;*/
  /*line-height: 1;*/
  /*padding-top: 5px;*/
  /*letter-spacing: 0.7px;*/
/*}*/
/*.header._sticky .contacts__link.contacts__link_phone_desc {*/
  /*color: #0d1f2d;*/
/*}*/
@media only screen and (max-width: 1200px) {
  /*.contacts__link.contacts__link_phone_desc {*/
    /*font-size: 12px;*/
    /*padding-top: 8px;*/
  /*}*/
  .contacts__link.contacts__link_phone span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .contacts__link {
    margin-right: 0px
  }
}

@media only screen and (max-width: 1000px) {
  /*.contacts__link.contacts__link_phone_desc {*/
    /*display: none;*/
  /*}*/
  .contacts__link.contacts__link_phone span {
    display: none
  }
  .contacts__link {
    display: block;
  }
  .contacts__link_mail {
    display: none
  }
}

.contacts__link:last-child {
  margin-right: 0
}

.contacts__link:hover svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.contacts__link::before {
  display: none
}

.contacts__link svg {
  width: 100%;
  height: 100%;
  fill: #211e1e;
  transition: all .3s ease
}

.link-btn {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px
}

@media only screen and (max-width: 1100px) {
  .link-btn {
    font-size: 14px
  }
}

.link-btn::before {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0d1f2d;
  transition: all .3s ease
}

.link-btn:hover::before {
  opacity: .3
}

.big-menu ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "OpenSans";
  font-weight: 500;
  color: #000000
}
.big-menu ul li .sub-menu li a {
  font-size: 13px;
  padding-left: 5px;
}

@media only screen and (max-width: 700px) {
  .big-menu ul li a {
    font-size: 16px
  }
}

@-webkit-keyframes block-show {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes block-show {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.pagination {
  width: 100%;
  padding-top: 45px;
  margin-bottom: 70px
}

.pagination .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.pagination__link,
.page-numbers {
  box-sizing: border-box;
  height: 35px;
  min-width: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #858585;
  transition: all .3s ease;
  color: #858585;
  letter-spacing: 0
}

.pagination__link:first-child {
  margin-left: 0
}

.pagination__link:last-child {
  margin-right: 0
}

.pagination__link_prev, .pagination__link_next,
.prev.page-numbers, .next.page-numbers {
  padding: 0 20px;
  border: 1px solid #211e1e;
  color: #0f172b
}

.pagination__link_prev::before {
  content: '\f100';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  margin-right: 8px
}

.pagination__link_next::after {
  content: '\f101';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  margin-left: 8px
}

.page-numbers:hover, .page-numbers.current,
.pagination__link:hover, .pagination__link._active {
  color: #fff;
  background: #0f172b;
  border-color: #0f172b
}

.pagination__separate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px
}

.pagination__separate::before {
  content: '...';
  position: relative;
  display: block;
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 18px;
  color: #858585
}

.pagination_separate-top {
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
  padding: 45px 0;
  margin-bottom: 0
}

.textarea {
  width: 100%
}

.textarea_big {
  height: 150px
}

.categories__description {
  margin-bottom: 60px
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

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

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

.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

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

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

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

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

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

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutXnew {
  -webkit-animation-name: flipOutXnew;
  animation-name: flipOutXnew;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutXnew {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  50% {
    opacity: 1
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
  to {
    opacity: 0
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! jQuery UI - v1.12.1 - 2016-12-11
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

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

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  direction: rtl;
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

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

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0%;
  border: none;
  outline: none;
  z-index: 3;
  opacity: 1;
  font-size: 0;
  line-height: 0
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #6cc
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
  color: white;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 20px 18px;
  opacity: 1;
  color: #ccc
}

.slick-prev {
  right: 58px
}

.slick-prev:before {
  content: "\f104"
}

.slick-next {
  right: 6px
}

.slick-next:before {
  content: "\f105"
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 20px
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  color: transparent;
  display: block;
  cursor: pointer;
  outline: none;
  padding: 10px;
  line-height: 0
}

.slick-dots li button:before {
  width: 14px;
  height: 14px;
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  transition: 0.3s ease-in-out
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

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

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold
}

.ui-widget-header a {
  color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3)
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666
}

#pbOverlay {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFEQ0Y1MjQ1QTg4MTFFMkFCRjFCRDZEQjFDMTJDNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFEQ0Y1MjU1QTg4MTFFMkFCRjFCRDZEQjFDMTJDNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQURDRjUyMjVBODgxMUUyQUJGMUJENkRCMUMxMkM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQURDRjUyMzVBODgxMUUyQUJGMUJENkRCMUMxMkM0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj9rBBcAAAASSURBVHjaYmRgYNgMxAwAAQYAA5EAtcchicsAAAAASUVORK5CYII=")
}

#pbOverlay .prevNext {
  filter: alpha(opacity=0)
}

#pbOverlay.on .prevNext:hover {
  filter: alpha(opacity=60)
}

#pbOverlay.on .prevNext:active {
  filter: alpha(opacity=100)
}

#pbPrevBtn b:before {
  content: 'тА╣'
}

#pbNextBtn b:after {
  content: 'тА║'
}

#pbOverlay *, #pbOverlay *:before, #pbOverlay *:after {
  box-sizing: content-box
}

#pbOverlay.show {
  opacity: 1;
  pointer-events: auto
}

#pbOverlay {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  text-align: center;
  pointer-events: none;
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
  -webkit-transform: translate3d(0);
  transition: opacity 300ms ease
}

#pbOverlay.msie {
  background-color: rgba(0, 0, 0, 0.6)
}

.msie.pbLoading .pbWrapper {
  background: url("../images/loading.gif") no-repeat center center
}

@keyframes pbLoaderFrames {
  50% {
    height: 5px
  }
}

@-webkit-keyframes pbLoaderFrames {
  50% {
    height: 5px
  }
}

.pbLoader {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 100%;
  box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;
  transition: .3s
}

.thumbs .pbLoader {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}

.pbLoading:not(.msie):not(.error) .pbLoader {
  display: block
}

.pbLoader b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 8px;
  height: 60px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-animation: .9s pbLoaderFrames infinite linear;
  animation: .9s pbLoaderFrames infinite linear
}

.pbLoader b:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.pbLoader b:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.mobile.pbLoading .pbLoader {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: 0s
}

.pbWrapper:after, #pbCaption .pbThumbs ul:after, #pbOverlay .prevNext:after, #pbOverlay .pbLoader:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle
}

@keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
  }
}

@-webkit-keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0.85)
  }
}

#pbOverlay button {
  outline: 0 !important;
  box-shadow: 0
}

.pbWrapper {
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  height: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  position: relative
}

.video > .pbWrapper {
  z-index: 11;
  display: inline-block
}

.pbLoading .pbWrapper {
  display: inline-block \9;
  width: 100%
}

.pbWrapper:before {
  content: '\2716';
  color: transparent;
  text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
  font-size: 0;
  vertical-align: middle;
  cursor: default;
  transition: text-shadow .7s ease-out
}

.error .pbWrapper:before {
  font-size: 22em;
  text-shadow: 0 0 0 #FFF;
  -webkit-animation: 2s 1s deadImage infinite linear;
  animation: 2s 1s deadImage infinite linear
}

.thumbs .pbWrapper {
  padding: 0;
  margin: 0
}

.error .pbWrapperr img {
  width: 0
}

.pbWrapper > div {
  display: none;
  width: 624px;
  height: 351px;
  vertical-align: middle;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5)
}

.video > .pbWrapper > div {
  display: inline-block
}

#pbOverlay iframe, #pbOverlay embed, #pbOverlay object {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .5s
}

.pbWrapper .pbHide iframe {
  opacity: 0
}

.pbWrapper > div, .pbWrapper > img {
  transition: 0.5s 0.5s cubic-bezier(0.1, 0.87, 0.48, 1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 20px #000;
  opacity: 1
}

.mobile.show .pbWrapper > div, .mobile.show .pbWrapper > img {
  transition: 30ms
}

.pbWrapper > *, .pbHide .pbWrapper > .prepare {
  opacity: 0;
  vertical-align: middle;
  -webkit-transform: scale(0.2) rotateX(80deg);
  -ms-transform: scale(0.2) rotateX(80deg);
  transform: scale(0.2) rotateX(80deg);
  border-radius: 6px;
  border: none;
  max-height: 95%;
  max-width: 100%
}

.on .pbWrapper > * {
  transition-delay: 0s
}

.pbWrapper .zoomable {
  transition: 0s;
  position: relative;
  z-index: 9
}

.pbWrapper .rotating {
  transition: 0.25s cubic-bezier(0.4, 0.04, 0, 1)
}

.pbHide .pbWrapper > * {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: none \9;
  -ms-transform: none \9;
  transform: none \9;
  opacity: 0;
  transition: .4s ease-out
}

#pbCloseBtn, #pbAutoplayBtn {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 999;
  display: block;
  padding: 0 0 20px 20px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  transition: .3s .3s ease-out
}

.pbHide #pbCloseBtn {
  top: -50px;
  right: -50px
}

.on #pbCloseBtn {
  top: -2px;
  right: -2px
}

#pbCloseBtn:before {
  content: '\00D7';
  font: bold 1em/1 arial
}

#pbCloseBtn:before, #pbAutoplayBtn:before {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 8px 8px 12px 12px;
  font-size: 2em;
  opacity: .8;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0 70px;
  transition: .1s ease-out
}

#pbCloseBtn:hover:before {
  padding: 15px 10px 24px 24px;
  background: rgba(255, 100, 100, 0.4)
}

#pbAutoplayBtn {
  display: none;
  right: auto;
  left: -50px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 13px
}

.hasAutoplay #pbAutoplayBtn {
  display: block
}

#pbAutoplayBtn:hover {
  width: 60px;
  height: 60px
}

.on #pbAutoplayBtn {
  top: 0px;
  left: 0px;
  transition: .1s ease-out
}

#pbAutoplayBtn:before {
  content: '\2016';
  width: 100%;
  height: 100%;
  border-radius: 0 0 70px 0;
  font-weight: bold;
  padding: 0;
  text-indent: -6px;
  line-height: 1.6
}

#pbAutoplayBtn:active:before {
  text-shadow: 0 0 3px #FFF, 0 0 6px #FFF
}

#pbAutoplayBtn.play:before {
  content: '\25BA'
}

#pbAutoplayBtn .pbProgress {
  display: none \9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  opacity: .2;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: .3s
}

.mobile #pbAutoplayBtn .pbProgress {
  transition: 0s
}

#pbAutoplayBtn.playing .pbProgress {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg)
}

#pbAutoplayBtn .pbProgress:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #FFF inset
}

#pbCaption, .pbHide #pbCaption {
  position: absolute;
  z-index: 999;
  margin-bottom: 5px;
  bottom: -120px;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  transition: .4s
}

.show.on #pbCaption {
  bottom: 0;
  transition-delay: .5s
}

#pbOverlay.thumbs #pbCaption label {
  display: block
}

#pbCaption label {
  display: none;
  position: relative;
  z-index: 1;
  top: 6px;
  float: right;
  width: 60px;
  margin-right: 10px;
  color: #FFF;
  opacity: .3;
  transition: .2s;
  cursor: pointer
}

#pbCaption label:after {
  background: #FFF;
  box-shadow: 12px 0 #FFF, -12px 0 #FFF;
  content: "";
  display: inline-block;
  height: 0;
  padding: 10px 5px;
  text-align: right;
  vertical-align: top;
  width: 0
}

#pbCaption label:hover {
  opacity: 1
}

#pbCaption .title, #pbCaption .counter {
  display: inline-block;
  color: #FFF;
  margin: 0 6px
}

#pbCaption .counter {
  display: none;
  opacity: .55
}

.hasCounter #pbCaption .counter {
  display: inline-block
}

.pbCaptionText {
  display: inline-block;
  transition: .3s;
  opacity: .9;
  font-weight: bold;
  vertical-align: middle;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding-left: 60px
}

.pbCaptionText.change {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0
}

#pbCaption .rotateBtn {
  display: none;
  background: none;
  border: 0;
  font: 800 1.7em/0 Arial;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  width: 1.1em;
  height: 1.1em;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .15s ease-out
}

#pbCaption .rotateBtn.show {
  display: block;
  float: right
}

#pbCaption .rotateBtn:hover {
  color: rgba(255, 255, 255, 0.7)
}

#pbCaption .rotateBtn:active {
  color: white;
  background: rgba(0, 0, 0, 0.4)
}

.mobile #pbCaption label {
  display: none;
  z-index: -1;
  color: red
}

.mobile .pbCaptionText {
  padding: 0
}

#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {
  margin: 0
}

#pbThumbsToggler:checked ~ .pbWrapper {
  margin-top: -50px;
  padding: 50px 0
}

.pbThumbs {
  display: none;
  transition: .35s;
  -webkit-overflow-scrolling: touch
}

.thumbs .pbThumbs {
  display: block;
  width: 100%;
  padding: 5px 0 2px;
  margin-bottom: -100px;
  overflow: hidden
}

.mobile .pbThumbs {
  overflow: auto
}

.pbThumbs:hover {
  clear: both
}

.pbThumbs ul {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 80px;
  padding: 0 5px;
  margin: 0;
  white-space: pre;
  transition: .2s
}

.pbThumbs ul:after {
  vertical-align: bottom
}

.pbThumbs li {
  display: inline-block;
  vertical-align: bottom;
  height: 70%;
  opacity: .6;
  text-align: center;
  position: relative;
  transition: .15s
}

.pbThumbs li.active {
  height: 100%;
  opacity: 1
}

.pbThumbs li:hover {
  height: 100%;
  opacity: 1
}

.pbThumbs li.video::before {
  content: '\25BA';
  color: #FFF;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: .9;
  position: absolute;
  bottom: 4px;
  left: 7px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 0 3px 0 0;
  pointer-events: none
}

.pbThumbs a {
  height: 100%;
  padding: 0 2px;
  display: block;
  -moz-user-select: none
}

.pbThumbs img {
  height: 96%;
  min-height: 95.9%;
  border: 2px solid #FFF;
  max-width: none;
  border-radius: 0;
  transition: .15s
}

.pbThumbs li:hover img {
  min-height: 96%
}

.pbThumbs li.fast a img {
  transition: none
}

.pbThumbs li.active a img {
  border-color: #D8FF16;
  min-height: 96%
}

#pbOverlay .prevNext {
  display: none;
  background: transparent;
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 35%;
  padding: 80px 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  transition: .2s ease-out;
  text-shadow: 0 0 12px #000, 0 0 10px #FFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: alpha(opacity=0);
  cursor: pointer
}

#pbOverlay.hasArrows .prevNext {
  display: block
}

#pbOverlay .prevNext.pbHide {
  display: none
}

#pbOverlay.on .prevNext:hover {
  opacity: .5;
  filter: alpha(opacity=50)
}

#pbOverlay.on .prevNext:hover:active {
  transition: 80ms;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 0 16px #FFF, 0 0 10px #000
}

.prevNext b {
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in
}

.prevNext:hover b {
  transition: 0.2s cubic-bezier(0.095, 0.87, 0.485, 0.985)
}

#pbPrevBtn b {
  -ms-transform: scale(0.4) translateX(350px);
  transform: scale(0.4) translateX(350px);
  -webkit-transform: scale(0.4) translateX(350px)
}

#pbNextBtn b {
  -ms-transform: scale(0.4) translateX(-350px);
  transform: scale(0.4) translateX(-350px);
  -webkit-transform: scale(0.4) translateX(-350px)
}

#pbPrevBtn b:before, #pbNextBtn b:after {
  display: inline;
  line-height: .3;
  font-size: 18em;
  font-weight: normal;
  color: #FFF;
  font-family: Arial
}

#pbPrevBtn b:before {
  content: '\2039'
}

#pbNextBtn b:after {
  content: '\203A'
}

.on #pbPrevBtn:hover b {
  -ms-transform: scale(1) translateX(20px);
  transform: scale(1) translateX(20px);
  -webkit-transform: scale(1) translateX(20px)
}

.on #pbNextBtn:hover b {
  -ms-transform: scale(1) translateX(-20px);
  transform: scale(1) translateX(-20px);
  -webkit-transform: scale(1) translateX(-20px)
}

.show #pbPrevBtn {
  left: 0;
  text-align: left
}

.show #pbNextBtn {
  right: 0;
  text-align: right
}

@media all and (max-width: 700px) {
  .pbWrapper img, .pbHide .pbWrapper img.prepare {
    max-height: 100%
  }

  .thumbs .pbWrapper {
    padding: 0;
    margin: 0
  }

  .pbThumbs {
    margin-bottom: -60px
  }

  .pbThumbs.show {
    margin: 0
  }

  .pbThumbs ul {
    height: 50px
  }

  .pbThumbs li {
    height: 100%;
    opacity: 1
  }

  .pbThumbs li img {
    min-height: 96.5%
  }
}

@media all and (max-width: 710px) {
  .pbThumbs li.active a img {
    min-height: 96%
  }
}

.footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.footer__top {
  border-top: 1px solid #dddcdc;
  background: #fff
}

.footer__bottom {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e9edf0;
  min-height: 100px
}

@media only screen and (min-width: 701px) {
  .footer__bottom .soc-icons {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 700px) {
  .footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer .container .footer-logo {
    width: 55px
  }

  .footer .container .copyright {
    width: 230px;
    margin: 0
  }

  .footer .container .copyright__text, .footer .container .copyright__icon {
    font-size: 12px
  }

  .footer .container .soc-icons {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .footer .container .soc-icons__icon::before {
    font-size: 18px
  }
}

@media only screen and (max-width: 700px) and (max-width: 700px) {
  .footer .container .soc-icons__icon::before {
    font-size: 26px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.logo-footer {
  width: 20%;
  border: none
}

.logo-footer:hover {
  border: none
}

.footer-nav-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
  margin-top: 12px
}

.footer-nav-wrapper__item {
  padding-left: 0;
  margin-bottom: 0
}

.footer-nav-wrapper__item:before {
  content: none
}

.footer-nav-list__item {
  padding-left: 0;
  margin-bottom: 3px
}

.footer-nav-list__item:before {
  content: none
}

.footer-nav-list__link {
  transition: 0.3s ease;
  padding: 5px 0;
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 300;
  border: none
}

.footer-nav-list__link:hover {
  color: #fff;
  border: none;
  text-decoration: underline
}

.footer-contacts .link-tel {
  margin-top: 13px;
  margin-right: 0;
  padding-bottom: 4px;
  padding-right: 0
}

.footer-contacts .link-tel__text {
  color: #000000
}

.footer-contacts .link-tel__icon svg .cls-1 {
  stroke: #fff
}

.footer-contacts .link-tel:hover {
  border: none
}

.footer-contacts .link-tel:hover svg .cls-1 {
  stroke: orange
}

.footer-contacts__timing {
  padding: 0;
  margin: 0;
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 300;
  text-align: right
}

.footer-contacts .btn-style {
  width: 200px;
  height: 40px;
  border: 2px solid #ff8400;
  box-sizing: border-box;
  margin: 10px 0 11px auto
}

.footer-contacts .btn-style__text {
  color: #ffffff
}

.footer-contacts__email, .footer-contacts__skype {
  padding: 3px 0;
  margin-bottom: 4px;
  border: none;
  display: block;
  text-align: right;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300
}

.footer-contacts__email:hover, .footer-contacts__skype:hover {
  border: none
}

.copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: 5%
}


.hidden footer {
  display: none;
}
.insights.block-wrapper .container._big {
  z-index: 0;

}
.insights.block-wrapper .jq-selectbox__dropdown {
  z-index: 999999;
  width: 100%;
  background: #fff;
  top: 0 !important;
  position: relative;
}
.jq-selectbox__dropdown ul {
  box-shadow: 0px 0px 0px 1px grey;
  background: #fff;
  border-top: none;
  width: 100%;
  position: absolute;
  top: 0;
}
.glossary.block-wrapper {
  margin: 50px 0;
}
.private-spa .items-table__descr-title {
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .copyright {
    margin-left: 20px;
    width: 120px
  }
}

.copyright__icon, .copyright__wrapper {
  display: inline-block;
  vertical-align: baseline
}

.copyright__icon {
  margin-right: 5px;
  line-height: 1;
  color: #000000;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400
}

.copyright__text, .copyright__link {
  display: block;
  color: #000000;
  font-size: 14px;
  font-family: "OpenSans";
  font-weight: 300;
  letter-spacing: 0
}

.copyright__link {
  text-decoration: underline;
  border: none;
  margin-top: 2px
}

.copyright__link:hover {
  border: none
}

.app-link-list {
  width: 448px;
  margin-right: 34px
}

.app-link-list__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 134px;
  height: 46px;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 6px;
  background-color: #000000
}

.app-link-list__item:before {
  content: none
}

.app-link-list__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  width: 100%;
  height: 100%
}

.app-link-list__link:hover {
  border: none
}

.app-link-list__img {
  width: 100%;
  height: 100%
}

.tutmee {
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width: 700px) {
  .tutmee {
    margin-top: 15px;
    width: 100%
  }
}

.tutmee::before {
  display: none
}

.tutmee__text, .tutmee__svg {
  display: inline-block;
  vertical-align: middle
}

.tutmee__text {
  transition: 0.3s ease;
  margin-right: 11px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media only screen and (max-width: 700px) {
  .tutmee__text {
    font-size: 11px;
    line-height: 1
  }
}

.tutmee__svg {
  width: 45px;
  height: 69px
}

@media only screen and (max-width: 700px) {
  .tutmee__svg {
    width: 35px;
    height: 55px
  }
}

.tutmee:hover {
  border: none
}

.footer-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative
}

.footer-table .search {
  max-width: 320px;
}

.footer-table .input-style__input {
  color: #000000;
  padding-right: 70px;
}

.footer-table .input-style__placeholder {
  color: #000000;
}

.footer-table ul li {
  margin-bottom: 5px;
}

.footer-table h6, .footer-table__label {
  color: #000000;
}

.footer-table a, .footer-table__label {
  font-size: 14px;
  letter-spacing: 0;
}

.footer-table__label {
  margin-bottom: 10px;
}

.footer-table a {
  color: #000000;
  font-size: 14px;
}

.footer-table a.big {
  font-size: 17px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .footer-table a.big {
    font-size: 14px;
  }
}

.footer-table p {
  color: #000000;
  font-size: 14px;
}

.footer-table__title {
  min-height: 40px;
}
#menu-footer-menu {
  flex-wrap: wrap;
}
.footer-table__col {
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-table__col_small {
  width: calc(135% / 12);
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.footer-table__col_med {
  width: calc(100% / 12 * 2)
}
.footer-table__col_med.sw-address {
  min-width: 280px;
}

.footer-table__col_big {
  min-width: 300px
}

@media only screen and (max-width: 700px) {
  .footer-table__col_big {
    min-width: 100%
  }
}

@media only screen and (max-width: 1100px) {
  .footer-table__col {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto
  }

  .footer-table__col_big {
    width: 100%
  }
}

@media only screen and (max-width: 700px) {
  .footer-table__col {
    width: calc(50% - 10px);
    padding: 0;
    margin-bottom: 20px
  }

  .footer-table__col_search-wrap {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }
}

.search {
  width: 100%
}

.search__title {
  margin-bottom: 20px
}

.footer-logo {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  background: url("../images/svg/emblem1.svg") center center no-repeat;
  background-size: contain
}

@media only screen and (max-width: 700px) {
  .footer-logo {
    width: 55px;
    height: 55px
  }
}

.schweiz-tourismus {
  position: relative;
  display: block;
  height: 60px
}

@media only screen and (max-width: 700px) {
  .schweiz-tourismus {
    height: 55px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
  }
}

.schweiz-tourismus img {
  position: relative;
  display: block;
  height: 100%
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  z-index: 123;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.header .btn__text, .header .header__right-corner a, .header .hamburger-wrapper__label, .header .lang a {
  font-family: "OpenSans";
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700
}

@media only screen and (max-width: 700px) {
  .header {
    height: 58px
  }

  .header .btn__text, .header .header__right-corner a, .header .hamburger-wrapper__label, .header .lang a {
    left: -15px
  }
}

.header .contacts__link svg {
  fill: #fff
}

.header:not(._sticky) .header-menu {
  height: calc(100vh - -20px);
  position: absolute
}

@media only screen and (max-width: 700px) {
  .header:not(._sticky) .header-menu {
    height: 100vh
  }
}

.header:not(._sticky) .sticky-nav {
  display: none
}

.header._sticky {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-animation: show-sticky-header .1s ease both;
  /*animation: show-sticky-header .1s ease both;*/
  animation: unset;
}

.header._sticky .header__right-corner ul li a {
  color: #000000
}

@media only screen and (min-width: 701px) {
  .header._sticky .header-logo {
    display: block
  }
}

.header._sticky .contacts__link svg {
  fill: #211e1e
}

.header._sticky .btn_transparent {
  color: #000000
}

.header._sticky .btn_transparent::before {
  border-color: #0d1f2d
}

.header._sticky .lang a, .header._sticky .menu a {
  color: #000000
}

.header._sticky .lang a::before, .header._sticky .menu a::before {
  background: #0d1f2d
}

.header::before {
  content: '';
  width: 200%;
  height: 300px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -60px);
  -ms-transform: translate(-50%, -60px);
  transform: translate(-50%, -60px);
  z-index: 9;
  background: #fff
}

@-webkit-keyframes show-sticky-header {
  0% {
    opacity: 0;
    top: -60px
  }
  100% {
    opacity: 1;
    top: 0
  }
}

@keyframes show-sticky-header {
  0% {
    opacity: 0;
    top: -60px
  }
  100% {
    opacity: 1;
    top: 0
  }
}

.header .btn {
  width: 135px
}
.header .btn2 {
  width: 442px
}

@media only screen and (max-width: 700px) {
  .header .btn {
    width: 120px;
    min-width: 120px;
    height: 50px
  }
}

.header .container {
  padding: 0;
  max-width: none
}

.header a {
  color: #fff
}

.header .checkbox {
  background: #f7f8f8;
  height: 100%
}

.header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.header._active .search-button_hide {
  display: none
}

.header:not(._active) .form_search {
  display: none
}

.header__right-corner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.header__right-corner ul li {
  padding: 0 0px;
  min-width: 100px;
  height: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  z-index: 4;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase
}

.header__right-corner ul li__text, .header__right-corner ul li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-family: "OpenSans";
  font-weight: 400
}

.header__right-corner ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1
}

@keyframes buttons-animations {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

.header__right-corner ul li:hover {
  z-index: 5
}

.header__right-corner ul li:hover::before {
  -webkit-animation: buttons-animations 2s ease infinite;
  animation: buttons-animations 2s ease infinite
}

.header__right-corner ul li_white {
  background: #fff
}

.header__right-corner ul li_blue {
  background: #0d1f2d
}

@keyframes buttons-animations-tr {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

.header__right-corner ul li_transparent::before {
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 0
}

.header__right-corner ul li_transparent:hover::before {
  -webkit-animation: buttons-animations-tr 2s ease infinite;
  animation: buttons-animations-tr 2s ease infinite
}

.header__right-corner ul li_small {
  height: 40px;
  font-size: 16px;
  font-family: "OpenSans";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px
}

.header__right-corner ul li_small .header__right-corner ul li__text {
  font-family: "OpenSans";
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 300;
  width: 100%;
  text-align: center
}

.header__right-corner ul li_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-width: 1px;
  z-index: 10
}

@keyframes buttons-animations-tr {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0
  }
}

.header__right-corner ul li::before {
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 0
}

.header__right-corner ul li:hover::before {
  -webkit-animation: buttons-animations-tr 2s ease infinite;
  animation: buttons-animations-tr 2s ease infinite
}

.header__right-corner ul li a::before {
  display: none
}

.header__right-corner .btn-style {
  transition: none
}

.logo {
  background: url("../images/svg/logo.svg") left center no-repeat;
  background-size: contain;
  width: 147px;
  height: 47px;
  position: relative
}

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: auto
}

.menu a {
  color: #fff
}

.menu a::before {
  background: #fff
}

.menu__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu__container > li {
  height: 100%;
  padding: px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background .5s ease
}

.menu__container > li.has-inner {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.menu__container > li ul {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 290px;
/*   height: 285px; */
  background: #f7f8f8;
  padding: 20px 0;
  box-sizing: border-box
}

.menu__container > li ul li {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left
}

.menu__container > li ul li a {
  text-align: left
}

.menu__container > li._active {
  background: #f7f8f8
}

.menu__container > li > a {
  font-weight: 300;
  font-size: 14px;
  position: relative;
  transition: color .3s ease
}

.menu__container li._active ul {
  -webkit-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  transform: rotatex(0deg);
  opacity: 1
}

.menu__container .has-inner:hover .desk-sub-nav {
  -webkit-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  transform: rotatex(0deg);
  opacity: 1
}

.menu__container  .desk-sub-nav a {
	color: rgb(33, 30, 30);
}

.menu__container  .desk-sub-nav a:before{
	background: rgb(13, 31, 45);
}

.menu__container ul {
  position: absolute;
  top: -100vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotatex(91deg);
  -ms-transform: rotatex(91deg);
  transform: rotatex(91deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 1s ease, opacity .5s ease;
  transition: transform 1s ease, opacity .5s ease
}

.call {
  min-width: 180px
}

.call .btn-style {
  margin-left: auto;
  margin-right: 0
}

.call a {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff
}

.search-button {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 30px
}

.search-button_m-r {
  margin-right: 20px
}

.search-button:hover::before {
  color: #000000
}

.search-button::before {
  content: '\f002';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #eee;
  display: block;
  position: relative;
  transition: all .3s ease
}

.lang {
  font-family: "OpenSans";
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-left: 0px;
  margin-right: 20px;
  padding-bottom: 5px;
}

.lang a {
  margin: 0 0px;
  color: #fff
}

.lang a::before {
  background: #fff
}

@media only screen and (max-width: 700px) {
  .lang a {
    font-size: 14px;
    margin-right: 0px
  }
}

@media only screen and (max-width: 1100px) {
  .lang {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .lang {
    margin-left: 8px
  }

  .lang a {
    margin: 0 5px 0 0
  }
}

.header-menu {
  width: 320px;
  height: calc(100% - 60px);
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: fixed;
  left: 0;
  right: auto;
  top: 20px;
  bottom: 0;
  background: #0d1f2d;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  transition: all 0.3s ease;
  height: 325px;
  width: 768px;
  position: absolute;
  top: 58px;
  z-index: 9;
}

.header-menu__scroll-wrap {
  position: relative;
  height:100%;
  top: 45px;
  left: 0;
  padding: 0 10px 0 25px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media only screen and (max-width: 1000px) {
  .header-menu__scroll-wrap {
    height: calc(100% - 100px);
    top: 70px
  }
}

@media only screen and (max-width: 700px) {
  .header-menu__scroll-wrap {
    top: 75px
  }
}

.header-menu .close-wrap {
  position: absolute;
  top: 30px;
  left: 20px
}

.header-menu .close-wrap .text {
  position: relative;
  margin-left: 10px;
  font-weight: 400
}

.header-menu .close-wrap .close-button::before, .header-menu .close-wrap .close-button::after {
  background: #fff
}

@media only screen and (max-width: 700px) {
  .header-menu {
    height: 100%;
    top: 0;
    z-index: 999
  }
}

.header-menu .ps-scrollbar-y-rail .ps-scrollbar-y {
  background: #fff !important
}

.header-menu._active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.header-menu__link {
  color: #fff;
  opacity: .7;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 16px;
  font-family: "OpenSans";
  margin-bottom: 15px;
  font-weight: 300
}

.header-menu__link:hover {
  opacity: 1
}

.header-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background: url(../images/svg/emblem1.svg) center center no-repeat;
  display: none;
  cursor: pointer
}

.header-logo:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 1s ease
}

@media only screen and (max-width: 700px) {
  .treatments-btn {
    background-image: url("../images/svg/emblem2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px
  }
}

.sticky-nav {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: #fff
}

.sticky-nav ul {
  width: 100%;
  max-width: 960px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sticky-nav ul li {
  margin: 0 10px;
  width: calc(100% / 3);
  text-align: center
}

.sticky-nav ul li a {
  font-family: "OpenSans";
  font-weight: 400;
  color: #878b95;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer
}

.sticky-nav ul li a:hover {
  color: #211e1e
}

.default-slider {
  overflow: hidden;
  width: 100%;
  position: relative
}

.default-slider__list {
  position: relative;
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: auto;
  width: 1000px;
  height: 200px
}

.default-slider__item {
  display: inline-block;
  width: 245px;
  margin: 0 40px;
  position: relative;
  outline: none;
  cursor: pointer
}

.default-slider__img-wrap {
  margin: auto;
  width: 100px;
  height: 100px;
  background: green
}

.default-slider__img {
  position: relative
}

.default-slider__text {
  margin: 20px auto
}

.default-slider .slick-arrow {
  height: 65px;
  width: 65px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0
}

.default-slider .slick-arrow::before {
  font-family: FontAwesome, sans-serif;
  font-size: 50px;
  color: green
}

.default-slider .slick-arrow:hover::before {
  color: #211e1e
}

.default-slider .slick-prev:not(.slick-arrow), .default-slider .slick-next:not(.slick-arrow) {
  display: none
}

.default-slider .slick-prev {
  left: 0;
  margin-left: 0
}

.default-slider .slick-prev::before {
  content: '\f104';
  float: left
}

.default-slider .slick-next {
  right: 0;
  margin-right: 0
}

.default-slider .slick-next::before {
  content: '\f105';
  float: right
}

.map-wrap {
  width: 100%;
  position: relative;
  height: 445px
}

.map-wrap__title-wrap {
  position: absolute;
  /*top: 0;*/
  top: -20px;
  right: 0;
  bottom: auto;
  left: -20px;
  margin: auto;
  width: calc(100% + 40px);
  height: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10
}

.map-wrap__title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-animation: slide-down2-map 1s ease forwards;
  animation: slide-down2-map 1s ease forwards;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.map-wrap__title._active {
  -webkit-animation: slide-down-map 1s ease forwards;
  animation: slide-down-map 1s ease forwards
}

.map-wrap .map {
  z-index: 8
}

.map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  height: 100%;
  width: calc(100% + 40px);
  -webkit-animation: slide-down2-map 1s ease forwards;
  animation: slide-down2-map 1s ease forwards;
  pointer-events: none
}

.map._active {
  -webkit-animation: slide-down-map 1s ease forwards;
  animation: slide-down-map 1s ease forwards;
  pointer-events: all;
  overflow: hidden;
}

/*.map div {*/
/*height: calc(100% + 75px) !important*/
/*}*/



/*.grid-item {*/
/*visibility: hidden;*/
/*height: 0;*/
/*}*/
/*.grid-item.visible {*/
/*visibility: visible;*/
/*height: auto;*/
/*}*/

@-webkit-keyframes slide-down-map {
  0% {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
  }
}

@keyframes slide-down-map {
  0% {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
  }
}

@-webkit-keyframes slide-down2-map {
  0% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0
  }
}

@keyframes slide-down2-map {
  0% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0
  }
}

.banner {
  position: relative;
  height: 100vh;
  width: 100%
}

.banner h1, .banner .subtitle {
  color: #fff
}


.banner h1 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  position: relative;
  letter-spacing: 4px;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .banner h1 {
    font-size: 35px
  }
}

@media only screen and (max-width: 1000px) {
  .banner h1 {
    font-size: 35px
  }
}

@media only screen and (max-width: 700px) {
  .banner h1 {
    font-size: 35px
  }
}

.banner__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  z-index: 1
}

.banner__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box
}

.banner__content > * {
  opacity: 0;
  -webkit-animation: fade-in 3s ease forwards;
  animation: fade-in 3s ease forwards
}

.banner__content > *:nth-child(1) {
  -webkit-animation-delay: 0ms !important;
  animation-delay: 0ms !important
}

.banner__content > *:nth-child(2) {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important
}

.banner__content > *:nth-child(3) {
  -webkit-animation-delay: 1000ms !important;
  animation-delay: 1000ms !important
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  100% {
    opacity: 1
  }
}
.banner__wrap.banner__wrap_center.container {
  max-width: 90%;
}
.banner__wrap {
  position: relative;
  width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 480px) {
  .banner__wrap .banner__wrap_center {
    padding: 0 0px;
  }
  .banner__wrap {
    width: 100%;
  }
  .banner__wrap .banner__wrap_center .subtitle_big {
    display: block;
  }
}
.banner__wrap._big .subtitle {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-top: 20px;
  width: 50%
}

.banner__wrap_top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.banner__wrap_bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.banner__logo {
  display: block;
  position: relative;
  width: 235px;
  height: 205px
}

@media only screen and (min-width: 701px) {
  #home .banner__logo {
    margin-top: 0px
  }
}

@media only screen and (min-width: 701px) {
  .banner__logo {
    margin-top: 0px
  }
}

@media only screen and (max-width: 1100px) {
  .banner__logo {
    width: 200px;
    height: 175px
  }
}

@media only screen and (max-width: 700px) {
  .banner__logo {
    width: 130px;
    height: 115px
  }
}

.banner__logo svg {
  width: 100%;
  height: 100%
}

.banner__scroll-down {
  margin-bottom: 0px;
  position: relative;
  cursor: pointer
}

@media only screen and (max-width: 1000px) {
  .banner__scroll-down {
    font-size: 14px
  }
}

@media only screen and (max-width: 700px) {
  .banner__scroll-down {
    margin-bottom: 0px
  }
}

.banner__scroll-down::after, .banner__scroll-down::before {
  content: '';
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  background: url(../images/svg/back.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease
}

@-webkit-keyframes arr-animation {
  0% {
    bottom: 0;
    opacity: 1
  }
  50% {
    bottom: 0;
    opacity: 1
  }
  100% {
    bottom: -10px;
    opacity: 0
  }
}

@keyframes arr-animation {
  0% {
    bottom: 0;
    opacity: 1
  }
  50% {
    bottom: 0;
    opacity: 1
  }
  100% {
    bottom: -10px;
    opacity: 0
  }
}

@-webkit-keyframes arr-animation2 {
  0% {
    bottom: 0;
    opacity: 1
  }
  100% {
    bottom: -10px;
    opacity: 0
  }
}

@keyframes arr-animation2 {
  0% {
    bottom: 0;
    opacity: 1
  }
  100% {
    bottom: -10px;
    opacity: 0
  }
}

.banner__scroll-down::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: arr-animation 2s ease infinite;
  animation: arr-animation 2s ease infinite
}

.banner__scroll-down:hover::before, .banner__scroll-down:hover::after {
  -webkit-transform: rotate(-90deg) scale(1.2);
  -ms-transform: rotate(-90deg) scale(1.2);
  transform: rotate(-90deg) scale(1.2)
}

.banner__scroll-down:hover::before {
  -webkit-animation: arr-animation2 .9s ease infinite;
  animation: arr-animation2 .9s ease infinite
}

#controlBar_bgndVideo {
	display: none!important;
}

/* .html5lightbox-video iframe { */
	/* margin: 0px; */
	/* padding: 0px; */
	/* border: 0px; */
	/* position: fixed; */
	/* min-width: 0px; */
	/* max-width: none; */
	/* min-height: 0px; */
	/* max-height: none; */
	/* width: 100%; */
	/* height: 100%; */
	/* left: 0px; */
	/* top: 0px; */
/* } */

/* #html5-close-fullscreen { */
	/* display:block!important; */
	/* height: 45px!important; */
	/* width: 45px!important; */
	/* z-index:1000000!important; */
	/* opacity: 1!important; */
	/* top:1%!important; */
	/* right: 1%!important; */
	/* background-color: transparent!important; */
	/* border-radius: 5px!important; */
	/* background-image: url('https://balanceluxuryrehab.com/wp-content/themes/recore/assets/scripts/skins/default/lightbox-close-fullscreen.png')!important; */
/* } */

/* #html5-close-fullscreen img{ */
	/* opacity:0!important; */
/* } */

@media only screen and (min-width: 860px) {
	#html5-lightbox-box {
		width: 860px!important;
	}
	.html5-elem-wrap {
		width: 860px!important;
		height: 490px!important;
	}
	.html5-elem-box {
		max-height: 490px!important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 860) {
	#html5-lightbox-box {
		width: 600px!important;
	}
	.html5-elem-wrap {
		width: 600px!important;
		height: 340px!important;
	}
	.html5-elem-box {
		max-height: 340px!important;
	}
}
.html5-elem-wrap, .html5-elem-box {
	background: none !important;
}

#html5lightbox-watermark, .html5-elem-data-box {
    display: none !important;
	visibility: hidden;
}
.html5-image {
	padding: 0 !important;
}

.fullscreen-bg {
  overflow: hidden;
  z-index: -100;
  position: relative;
  transform: scale(1)!important;
  height: 100%;
  width: 100%
}

.fullscreen-bg__main-page .fullscreen-bg__overlay {
	width: 100%;
	height: 100%;
}

.fullscreen-bg__main-page .inline-YTPlayer {
	width: 100%;
	max-width: 100%!important;
	height:100%;
}

.fullscreen-bg__video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateX(0%);
  z-index: 1
}

.fullscreen-bg__main-page .fullscreen-bg__video {
  background-image: url('/wp-content/uploads/SV7-scaled.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 0!important;
}

.fullscreen-bg__main-page #iframe_bgndVideo {
	height: 100%!important;
	margin-top: 0!important;
	margin-left: 0!important;
	width: 100%!important;
	max-width: 100%!important;
}

.fullscreen-bg__main-page .vimeo-wrapper {
	position: fixed;
	top: 0;
	left: -1px;
	width: 101%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.fullscreen-bg__main-page .vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg__main-page #wrapper_bgndVideo { height: 300%!important; top: -100%!important; }
}
@media (max-aspect-ratio: 16/9) {
	.fullscreen-bg__main-page #wrapper_bgndVideo { width: 300%!important; left: -100%!important; }
}

.items-table .slick-prev, .items-table .slick-next {
  width: 45px;
  height: 42px;
  background: #0d1f2d;
  transition: all .5s ease
}

@media only screen and (max-width: 1000px) {
  .items-table .slick-prev, .items-table .slick-next {
    width: 34px;
    height: 32px
  }
}

.items-table .slick-prev:hover, .items-table .slick-next:hover {
  opacity: .8
}

.items-table .slick-prev::before, .items-table .slick-next::before {
  content: '';
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../images/svg/back.svg") center center no-repeat;
  background-size: 70%
}

.items-table .slick-prev {
  right: 45px
}

@media only screen and (max-width: 1000px) {
  .items-table .slick-prev {
    right: 34px
  }
}

.items-table .slick-next {
  right: 0
}

.items-table .slick-next::before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.items-table__content-block {
  position: relative;
  margin-bottom: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.items-table__content-block > .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 1100px) {
  .items-table__content-block {
    margin-bottom: 100px
  }
}

@media only screen and (max-width: 1000px) {
  .items-table__content-block {
    margin-bottom: 50px
  }
}

@media only screen and (max-width: 700px) {
  .items-table__content-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.items-table__col {
  width: calc(50% - 10px);
  padding: 50px 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto
}

@media only screen and (max-width: 1000px) {
  .items-table__col {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (max-width: 700px) {
  .items-table__col {
    width: 100%
  }

  .items-table__col_left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .items-table__col_right {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.items-table .slide-animation {
  opacity: 0
}

.items-table .slide-animation._animate {
  transition: all 1s ease;
  opacity: 1;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.items-table__bg-wrap {
  width: 100%;
  max-width: 610px
}

.items-table__bg-wrap_clear-top {
  top: 0 !important
}

.items-table__bg-wrap img {
  max-width: 100%;
  max-height: 100%:none
}

.items-table__bg-wrap a::after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  left: auto;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../images/svg/zoom-in.svg) center center no-repeat;
  background-size: contain;
  opacity: .5;
  transition: all 1s ease;
  pointer-events: none
}

@media only screen and (max-width: 1000px) {
  .items-table__bg-wrap a::after {
    width: 32px;
    height: 32px
  }
}

.items-table__bg-wrap a:hover::after {
  opacity: 1
}

.items-table__bg {
  max-height: 400px;
  transition: all 1s ease
}

.items-table__bg.zoom:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.items-table__img-wrap {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}

.items-table__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  padding: 0 25px !important;
  background: transparent;
  z-index: 3;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 640px
}

.items-table__description .link-btn {
  margin-top: 40px;
  margin-bottom: 40px
}

@media only screen and (max-width: 700px) {
  .items-table__description .link-btn {
    margin-bottom: 25px
  }
}

@media only screen and (max-width: 1100px) {
  .items-table__description {
    padding: 70px 0
  }

  .items-table__description p {
    font-size: 16px
  }
}

@media only screen and (max-width: 700px) {
  .items-table__description {
    padding: 30px 0
  }
}

.items-table__description p {
  text-align: left
}

.items-table__description > * {
  max-width: 100%;
  margin-right: auto;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left
  margin-top: 50px;
}

.items-table__description .btn-style {
  margin-top: 25px
}

.items-table__description.content-block {
  padding: 0;
  width: 100%;
  max-width: none
}

.items-table__description:not(.content-block) ul {
  width: 100%;
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c2c2c2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.items-table__description:not(.content-block) ul li {
  width: calc(50% - 10px);
  font-family: "OpenSans";
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  margin-top: 25px;
  box-sizing: border-box;
  padding-left: 30px;
  letter-spacing: 0.1px;
  line-height: 1.2
}

.items-table__description:not(.content-block) ul li::before {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  background: url("/wp-content/themes/recore/assets/images/svg/check.svg") center center no-repeat;
  background-size: contain;
  opacity: .2
}

@media only screen and (max-width: 700px) {
  .items-table__description:not(.content-block) ul li::before {
    height: 25px;
    width: 25px
  }
}

.items-table_min .title-wrap.small {
  margin-bottom: 15px
}

.items-table_min .link-btn {
  margin-top: 25px
}

.items-table_min .subtitle {
  font-size: 18px;
  letter-spacing: 1.9px;
  margin-top: 15px
}

.items-table_min h2 {
  font-size: 27px;
  letter-spacing: 1px
}

.items-table_min .items-table__content-block {
  margin-bottom: 85px
}

.items-table_min .items-table__col {
  width: calc(50% - 10px);
  padding: 0
}

.items-table_min .items-table__description {
  padding: 0
}

.items-table_shuffle .items-table__content-block:nth-child(odd) {
  background: #
}

.items-table_shuffle .items-table__content-block:nth-child(odd) .slide-animation {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px)
}

.items-table_shuffle .items-table__content-block:nth-child(odd) .items-table__bg-wrap {
  position: relative
}

@media only screen and (min-width: 1001px) {
  .items-table_shuffle .items-table__content-block:nth-child(odd) .items-table__bg-wrap {
    top: -100px
  }
}

.items-table_shuffle .items-table__content-block:nth-child(even) .slide-animation {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px)
}

.items-table_shuffle .items-table__content-block:nth-child(even) .items-table__bg-wrap {
  position: relative
}

.items-table_shuffle .items-table__content-block:nth-child(even) .items-table__description {
  right: 0;
  left: auto
}

.items-table_shuffle .items-table__content-block:nth-child(even) .items-table__col_left {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.items-table_shuffle .items-table__content-block:nth-child(even) .items-table__col_right {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(even) {
  background: #
}
@media screen and (max-width: 480px){
  .items-table_reverse-shuffle .items-table__content-block:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(even) .slide-animation {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px)
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(even) .items-table__bg-wrap {
  position: relative
}

@media only screen and (min-width: 1001px) {
  .items-table_reverse-shuffle .items-table__content-block:nth-child(even) .items-table__bg-wrap {
    top: -100px
  }
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(odd) .slide-animation {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px)
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(odd) .items-table__bg-wrap {
  position: relative
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(odd) .items-table__description {
  right: 0;
  left: auto
  margin-bottom: 80px;
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(odd) .items-table__col_left {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.items-table_reverse-shuffle .items-table__content-block:nth-child(odd) .items-table__col_right {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.items-table_reverse-colors .items-table__content-block:nth-child(even) {
  background: #e9edf0
}

.items-table_reverse-colors .items-table__content-block:nth-child(odd) {
  background: #fff
}

.items-table_normal-colors .items-table__content-block:nth-child(even) {
  background: #fff
}

.items-table_normal-colors .items-table__content-block:nth-child(odd) {
  background: #eee
}

.items-table_narrow-img .items-table__descr-title {
  text-align: left
}

@media only screen and (max-width: 700px) {
  .items-table_narrow-img .items-table__descr-title {
  text-align: center
  }
}

.items-table_narrow-img .items-table__col_left {
  width: calc(100% / 6 * 4 - 20px)
}

.items-table_narrow-img .items-table__col_right {
  width: calc(100% / 6 * 2 - 20px)
}

.items-table_narrow-img .items-table__content-block {
  padding: 60px 0
}

.items-table_clear .items-table__col {
  padding: 0
}

.items-table_clear .items-table__description {
  padding: 0
}

.items-table_mb-0 .items-table__content-block {
  margin-bottom: 100px;
  margin-top: 100px;
}

.items-table_small-paddings .items-table__content-block {
  padding: 30px 0;
  margin: 0
}

.offer {
  padding-bottom: 80px
}

@media only screen and (max-width: 1000px) {
  .offer {
    padding-top: 30px;
    padding-bottom: 0px
  }
}

@media only screen and (max-width: 700px) {
  .offer {
    padding-bottom: 0px;
    padding-top: 80px
  }
}

.offer .items-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.offer .items-list._animate .items-list__item {
  transition: all 1s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.offer .items-list._animate .items-list__item:nth-child(1) {
  transition-delay: 150ms !important
}

.offer .items-list._animate .items-list__item:nth-child(2) {
  transition-delay: 300ms !important
}

.offer .items-list._animate .items-list__item:nth-child(3) {
  transition-delay: 450ms !important
}

.offer .items-list .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background: #211e1e;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  overflow: hidden;
  z-index: 1
}

@media only screen and (max-width: 700px) {
  .offer .items-list .overlay {
  width: 100%;
  }
}

.offer .items-list .overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/svg/emblem2.svg) center center repeat;
  background-size: 54px;
  opacity: 0.2
}

@media only screen and (max-width: 1000px) {
  .offer .items-list__img-wrap {
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 700px) {
  .offer .items-list__img-wrap {
    position: relative;
    overflow: hidden;
    height: 22px;
  }
  .items-list_team .items-list__title,
  .items-list_team .items-list__subtitle,
  .items-list_team .items-list__text {
    text-align: center !important;
  }

  .offer .items-list__img-wrap img {
    height: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative
  }
}

.offer .items-list__title {
  transition: all 1s ease;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
  top: 0;
  font-size: 22px;
}

@media only screen and (max-width: 1000px) {
  .offer .items-list__title {
    font-size: 25px;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 700px) {
  .offer .items-list__title {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2
  }
}

.offer .items-list__item {
  width: calc(100% / 3 - 40px / 3);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

@media only screen and (max-width: 700px) {
  .offer .items-list__item {
    width: 100%;
  }
  .offer .items-list__item a {
    margin: 0 auto;
    display: block;
  }
  .offer .items-list__img-wrap img {

  }
}

.offer .items-list__item .link-btn {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 50%;
  margin: auto;
  min-width: 1px;
  -webkit-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  white-space: nowrap;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  z-index: 3;
  color: #fff;
  font-size: 14px
}

.offer .items-list__item .link-btn::before {
  background: #fff
}

@media only screen and (max-width: 700px) {
  .offer .items-list__item .link-btn {
    font-size: 14px;
    padding-bottom: 5px;
    bottom: 50px
  }
}

.offer .items-list__item:hover .link-btn {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.offer .offer__content .items-list__item:hover .items-list__title {
  top: -50%;
  color: #fff
}
.about-us.offer .offer__content .items-list__item:hover .items-list__title {
  top: -33%;
}
.about-us.offer .offer__content .items-list__item .items-list__text {
  position: relative;
  top: 0;
  transition: all 1s ease;
}
.about-us.offer .offer__content .items-list__item:hover .items-list__text {
  top: -14%;
}
.offer .items-list__item:hover .overlay {
  opacity: .6
}

.video {
  margin-top: 30px;
  padding-bottom: 200px
}

@media only screen and (max-width: 700px) {
  .video {
    margin-top: -50px;
    margin-bottom: -150px;
  }
}

.video__container {
  position: relative;
  display: block
}

.video .video-wrap {
  position: relative;
  z-index: 1;
  width: 100%
}

.video .video-wrap .close-button {
  width: 60px;
  height: 60px;
  background: #211e1e;
  z-index: 950
}

.video .video-wrap .close-button::before, .video .video-wrap .close-button::after {
  width: 70%;
  background: #fff
}

.video .video-wrap video {
  position: relative;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  z-index: 900
}

.video .video-wrap .close-button {
  display: none
}

.video .video-wrap._show {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: 999999;
  margin: 0;
  background: rgba(0, 0, 0, 0.8)
}

.video .video-wrap._show .close-button {
  display: block
}

.video .video-wrap._show video {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto
}

.video._hide-overlay .video__overlay {
  display: none
}

.video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3
}

.video__overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  z-index: 1
}

.video__play-button {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/svg/play.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  z-index: 5
}

@media only screen and (max-width: 700px) {
  .video__play-button {
    width: 55px;
    height: 55px
  }
}

.video__play-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.video__text {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  z-index: 4
}

@media only screen and (max-width: 700px) {
  .video__text {
    font-size: 16px;
    line-height: 1.2
  }
}

:-webkit-full-screen {
  background: red
}

:-moz-full-screen {
  background: red
}

:-webkit-full-screen video {
  width: 100%;
  height: 100%
}

:-moz-full-screen video {
  width: 100%;
  height: 100%
}

.methods {
  padding: 30px 0;
  background: #f9f2e8;
  position: relative;

}
.methods h1 {
  color: #b39049;
}
.methods h3 {
  color: #b39049;
}
.methods .subtitle {
  color: #000000;
}
.methods h1:before,
.methods h1:after {
  display: none;
}
.methods h3:before,
.methods h3:after {
  display: none;
}

.methods .title-wrap {
  margin-bottom: 80px
}

@media only screen and (max-width: 700px) {
  .methods {
    padding: 50px 0
  }

  .methods .title-wrap {
    margin-bottom: 50px
  }
}

.methods::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: url(../images/svg/emblem2.svg) center center repeat;
  background-size: 74px;
  opacity: .6
}

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs__col {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px)
}

.tabs._animate .tabs__col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 1s ease
}

.tabs._animate .tabs__col:nth-child(1) {
  transition-delay: 0ms !important
}

.tabs._animate .tabs__col:nth-child(2) {
  transition-delay: 500ms !important
}

.tabs__tab {
  box-sizing: border-box;
  position: relative
}

.tabs__title {
  color: #000000;
  font-family: "OpenSans";
  cursor: pointer;
  transition: all .5s ease
}

.tabs__inner {
  display: none;
  padding: 20px;
  box-sizing: border-box
}

.tabs_common .tabs__tab {
  padding-left: 55px;
  margin-left: 25px;
  margin-bottom: 25px
}
.tabs_common .tabs__tab:nth-child(1) .tabs__title {
  border-top: 1px solid #b39049;
  padding-top: 35px;
}
.tabs_common .tabs__tab:nth-child(1)::before {
  top: 30px;
}
@media only screen and (max-width: 1000px) {
  .tabs_common .tabs__tab {
    margin-left: 0
  }
}

@media only screen and (max-width: 700px) {
  .tabs_common .tabs__tab {
    padding-left: 40px
  }
}

.tabs_common .tabs__tab::before {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  background: url("../images/svg/emblem1.svg") center center no-repeat;
  background-size: contain;
  opacity: .5
}

@media only screen and (max-width: 700px) {
  .tabs_common .tabs__tab::before {
    height: 25px;
    width: 25px
  }
}

.tabs_common .tabs__col {
  width: calc(50% - 10px)
}

@media only screen and (max-width: 1000px) {
  .tabs_common .tabs__col {
    width: 100%
  }
}

.tabs_common .tabs__title {
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #b39049;
  min-height: 40px;
  font-weight: 400
}

@media only screen and (max-width: 1100px) {
  .tabs_common .tabs__title {
    font-size: 18px
  }
}

@media only screen and (max-width: 700px) {
  .tabs_common .tabs__title {
    font-size: 16px;
    padding-top: 0;
    line-height: 1.2;
  }
}

.tabs_common .tabs__text {
  font-size: 16px;
  font-weight: 300
}

.tabs_faq strong {
  font-weight: 600
}

.tabs_faq p {
  margin-bottom: 20px
}

.tabs_faq .tabs__inner {
  background: #f6f6f6
}

.tabs_faq .tabs__col {
  width: calc(50% - 10px)
}
.glossary .tabs_faq .tabs__col {
  width: 100%;
}
.glossary .tabs_faq .tabs__tab {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.glossary .tabs_faq .tabs__tab:nth-child(even) {
  float: right;
}
.glossary .tabs_faq .tabs__tab:nth-child(odd) {
  float: left;
}

.tabs_faq .tabs__title {
  height: 60px;
  width: 100%;
  background: #eee;
  transition: background .3s ease;
  padding: 0 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  font-family: "OpenSans";
  font-weight: 300
}

.tabs_faq .tabs__title::after {
  content: '+';
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  font-family: "OpenSans";
  font-weight: 800;
  color: #0f172b;
  opacity: .5
}

.tabs_faq .tabs__title:hover, .tabs_faq .tabs__title._active {
  background: #0f172b;
  color: #fff
}

.tabs_faq .tabs__title:hover::after, .tabs_faq .tabs__title._active::after {
  color: #fff
}

.tabs_faq .tabs__title._active::after {
  content: '−';
  color: #fff
}

.tabs_faq .tabs__tab {
  width: 100%;
  margin-bottom: 10px;
}
.tabs_faq .tabs__tab.current {
  /*display: block;*/
}
/*.glossary .tabs_faq .tabs__title ~ .tabs__inner {*/
/*position: absolute;*/
/*z-index: 99;*/
/*}*/

.tabs_faq .tabs__tab:last-child {
  margin-bottom: 0
}

.tabs_faq .tabs__tab a {
  color: #919191
}

.tabs_faq .tabs__tab a::before {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -6px;
  left: 0;
  margin: auto;
  height: 1px;
  bottom: 2px;
  background: #919191;
  width: 100%;
  transition: background .3s ease
}

.tabs_faq .tabs__tab a:hover {
  color: #211e1e
}

.tabs_faq .tabs__tab a:hover::before {
  background: #211e1e
}

.request {
  margin: 100px 0
}
.treatment .request.block-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .request {
    margin: 100px 0
  }
}

@media only screen and (max-width: 700px) {
  .request {
    margin: 100px 0
  }
}

.request .btn-row {
  margin-top: 50px
}

.request .btn {
  min-width: 200px;
  width: calc(100% / 3 - 40px / 3)
}

.request .container {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px)
}

.request .container._animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 1s ease
}

@-webkit-keyframes buttons-animations-wide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.6);
    transform: scale(1.1, 1.6);
    opacity: 0
  }
}

@keyframes buttons-animations-wide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.1, 1.6);
    transform: scale(1.1, 1.6);
    opacity: 0
  }
}

.request .btn:hover::before {
  -webkit-animation: buttons-animations-wide 2s ease infinite;
  animation: buttons-animations-wide 2s ease infinite
}

@media only screen and (max-width: 1000px) {
  .request .form__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  .request .form__col {
    width: 100%;
    margin-top: 20px
  }

  .request .form__row_3-col .form__col {
    width: calc(50% - 10px)
  }

  .request .form__row_3-col .form__col:nth-child(3) {
    width: 100%
  }

  .request .container {
    max-width: 450px
  }
}

@media only screen and (max-width: 700px) {
  .request .form__row_3-col .form__col {
    width: 100%
  }
}

.free {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 700px) {
  .free {
    margin-bottom: 50px
  }
}

.free .items-list__item {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0
}

.free .items-list._animate .items-list__item {
  transition: all 1s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.free .items-list._animate .items-list__item:nth-child(1) {
  transition-delay: 0ms !important
}

.free .items-list._animate .items-list__item:nth-child(2) {
  transition-delay: 250ms !important
}

.free .items-list._animate .items-list__item:nth-child(3) {
  transition-delay: 500ms !important
}

@media only screen and (max-width: 700px) {
  .free .items-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .free .items-list__item {
    width: 100%;
    margin-bottom: 25px
  }
}

@media only screen and (max-width: 700px) {
  .free .items-list .title-wrap {
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 1000px) {
  .free .title-wrap {
    margin-bottom: 65px
  }
}

@media only screen and (max-width: 700px) {
  .free .title-wrap {
    margin-bottom: 30px;
    width: 90%
}
  }
}

.testimonials {
  padding-top: 90px;
  background: #e9edf0;
}

@media only screen and (max-width: 700px) {
  .testimonials {
    padding-top: 50px
  }

  .testimonials > .container > .title-wrap {
    padding: 60px 0 10px;
    margin: 0;
    background: #e9edf0;
  }
}

@media only screen and (min-width: 1001px) {
  .testimonials .items-table__content-block-wrap {
    margin-top: -45px
  }
}

.testimonials-slider {
  height: 450px;
  position: relative
}

.testimonials-slider__img {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  transition: -webkit-transform 1s ease, opacity .5s ease !important;
  transition: transform 1s ease, opacity .5s ease !important
}

.testimonials-slider__img.slick-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.testimonials-slider__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto
}

.testimonials-slider__slider:not(.slick-initialized) .testimonials-slider__img:not(:first-child), .testimonials-slider__slider:not(.slick-initialized) .description:not(:first-child) {
  display: none
}

.testimonials-slider__slider:not(.slick-initialized):not(:first-child) {
  display: none
}

.testimonials-slider__slider .slick-dots {
  text-align: left;
  padding: 10px
}

.testimonials-slider__slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  background-color: #fff;
  transition: all .5s ease;
  opacity: 1
}

.testimonials-slider__slider .slick-dots li button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #e9edf0;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all .5s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  opacity: 0
}

.testimonials-slider__slider .slick-dots li.slick-active button::before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0
}

.testimonials-slider__slider .slick-dots li.slick-active button::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.testimonials-slider__slider_left {
  width: 460px;
  right: auto
}

.testimonials-slider__slider_right {
  width: 530px;
  top: 70px;
  left: auto
}

.testimonials-slider__slider_right .slick-dots {
  text-align: center
}

.testimonials-slider__slider_right .slick-dots li button::before {
  background: #e9edf0;
}

.testimonials-slider__slider_right .slick-dots li button::after {
  background: #e9edf0;
}

.description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 70px 25px;
  background: #f7f8f8;
  overflow: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0s !important;
  opacity: 0
}

.description.slick-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 1s ease, opacity 1s ease !important;
  transition: transform 1s ease, opacity 1s ease !important;
  opacity: 1
}

.description__title {
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 25px
}

.description::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  display: block;
  background: url("../images/svg/emblem2.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.description p {
  text-align: center
}

.description > * {
  max-width: 100%
}

.description .btn-style {
  margin-top: 25px
}

.block-wrapper .gallery {
  padding-top: 0
}

.gallery {
  padding: 135px 0 110px
}

.gallery .container {
  max-width: 1670px
}

.gallery__show-more {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  width: auto;
  display: inline-block;
  margin-top: 150px
}

.gallery__show-more .close {
  display: none
}

.gallery__show-more._close .close {
  display: block
}

.gallery__show-more._close .show {
  display: none
}

.gallery__items-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.gallery__gallery-block {
  position: relative;
  display: block
}

.gallery__gallery-block:nth-child(n+2) {
  display: none
}

.gallery__wrap {
  padding-top: 20px
}

.gallery__col {
  width: calc(54% - 40px / 3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.gallery__col:first-child, .gallery__col:last-child {
  width: calc(23% - 40px / 3)
}

.gallery__item {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0
}

.gallery__item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  z-index: 1;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease
}

.gallery__item.width-2 {
  width: calc(100% / 2 - 10px)
}

.gallery__item.width-3 {
  width: calc(100% / 3 - 40px / 3)
}

.gallery__item.height-2 {
  height: 520px
}

.gallery__item.height-3 {
  height: 200px
}

.gallery__item.height-4 {
  height: 300px
}

.gallery__items-list._animate .gallery__item {
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.gallery__items-list._animate .gallery__item:nth-child(1n) {
  transition-delay: 0ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(2n) {
  transition-delay: 100ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(3n) {
  transition-delay: 200ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(4n) {
  transition-delay: 300ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(5n) {
  transition-delay: 400ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(6n) {
  transition-delay: 500ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(7n) {
  transition-delay: 600ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(8n) {
  transition-delay: 700ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(9n) {
  transition-delay: 800ms !important
}

.gallery__items-list._animate .gallery__item:nth-child(10n) {
  transition-delay: 900ms !important
}

@-webkit-keyframes opacity-toggle {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes opacity-toggle {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.banner_404 .banner__bg_text {
  -webkit-animation: opacity-toggle 5s ease infinite;
  animation: opacity-toggle 5s ease infinite
}

.banner_404 .subtitle {
  font-family: "OpenSans";
  font-size: 25px;
  margin-bottom: 60px
}
@media screen and (max-width: 480px) {
  .banner_404 .subtitle {
    margin-bottom: 20px;
  }
}

.banner__wrap {
  top: -50px
}

.banner__wrap_center .btn-style {
  min-width: 0;
  background: #fff
}

.banner__wrap_center .btn-style::before {
  display: none
}

.banner__wrap_center .btn-style__text {
  text-transform: uppercase;
  color: #211e1e;
  font-weight: 400
}

.banner__wrap_center .btn-style:hover {
  background: #0d1f2d
}

.banner__wrap_center .btn-style:hover__text {
  color: #fff
}

.items-list_team {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.items-list_team .items-list__item {
  width: calc(100% / 3 - 40px / 3);
  margin-bottom: 20px;
  margin-right: 20px
}

.items-list_team .items-list__item:nth-child(3n) {
  margin-right: 0
}

.items-list_team .items-list__img-wrap {
  margin-bottom: 26px
}

.items-list_team .items-list__title {
  font-family: "OpenSans";
  font-size: 20px;
  text-align: left;
  margin-bottom: 12px
}

.items-list_team .items-list__subtitle {
  font-family: "OpenSans";
  font-style: italic;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.2
}

.items-list_team .items-list__text {
  font-size: inherit;
}

.faq .filter {
  z-index: 20
}

.faq > .container {
  z-index: 15
}

.faq .pagination {
  z-index: 19
}

.filter {
  position: relative;
  display: block;
  padding: 100px 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddcdc
}

.filter .container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.filter__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.filter__col_left {
  width: calc(100% / 6 * 3 - 10px);
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.filter__col_right {
  width: calc(100% / 6 * 2 - 10px);
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.filter .search__title h6 {
  font-size: 20px
}

.accommodation .items-table {
  padding: 80px 0 0;
  position: relative;
  display: block;
  overflow: hidden
}

.admission-request {
  padding: 150px 0 0
}
.admission-request.block-wrapper .form .btn-row {
  margin-top: 50px;
}
.admission-request > .container {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px)
}

.admission-request > .container._animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 1s ease
}

.admission-request .steps__items-list {
  padding: 20px 0 160px
}

.admission-request .steps__description h3 {
  padding: 0 40px;
  box-sizing: border-box
}

.admission-request .steps__item {
  width: 25%
}
.admission-request .steps__item:hover,
.steps {
  cursor: pointer;
}
.admission-request .steps__item._active::before {
  background: #0d1f2d
}

.admission-request .steps__item._active .steps__step::before {
  border-color: #0d1f2d
}

.admission-request .steps__item._active .steps__step::after {
  background: #0d1f2d
}

.admission-request .steps__item._active .steps__step .wrap {
  background: #0d1f2d;
  color: #fff
}

.glossary .filter {
  margin-bottom: 0;
  border-bottom: none
}

.glossary__navigation {
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  margin-bottom: 45px;
  background: #eee;
  padding: 10px 0;
  border-top: 1px solid #ababab;
  padding-top: 70px;
}

.glossary__navigation .separate {
  position: relative;
  display: block;
  width: 1px;
  background: #ababab
}

.glossary__navigation .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.glossary__link {
  color: #ababab;
  transition: color .3s ease;
  cursor: pointer
}

.glossary__link:hover {
  color: #211e1e
}

.welcome-to-switzerland .gallery {
  padding-top: 0
}

.how-you-stay .items-table {
  margin-top: 40px
}

.insights .btn-style:not(.btn-style_inner) {
  width: 100%;
  max-width: 300px;
  margin-top: 20px
}

.contacts .contacts-list {
  margin: 135px 0 80px
}

.contacts .contacts-container {
  z-index: 10
}

.contacts .map-wrap {
  z-index: 5
}

.contacts .request {
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}

.contacts-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.contacts-list .link-btn {
  margin-top: 30px;
  transition: opacity 1s ease
}

.contacts-list .link-btn._active {
  opacity: .5
}

.contacts-list__item {
  width: calc(25% - 15px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.contacts-list__img-wrap {
  width: 45px;
  height: 45px;
  margin-bottom: 25px
}

.contacts-list__img-wrap svg {
  width: 100%;
  height: 100%;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500
}

@-webkit-keyframes draw-svg {
  0% {
    stroke-dasharray: 810;
    stroke-dashoffset: 810
  }
  100% {
    stroke-dasharray: 810;
    stroke-dashoffset: 0
  }
}

@keyframes draw-svg {
  0% {
    stroke-dasharray: 810;
    stroke-dashoffset: 810
  }
  100% {
    stroke-dasharray: 810;
    stroke-dashoffset: 0
  }
}

.contacts-list._animate .contacts-list__img-wrap svg {
  transition: stroke-dashoffset 5s linear;
  stroke-dashoffset: 0
}

.contacts-list__title {
  font-size: 23px;
  margin-bottom: 13px
}

.contacts-list__text {
  text-align: center;
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 1.2
}
p.contacts-list__text {
  width: 100%;
}
.contacts-list__link {
  transition: opacity .3s ease;
  font-family: "OpenSans";
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px
}

.contacts-list__link:hover {
  opacity: .5
}
.contact-form-wr .contacts-list__link.link-underline {
  margin-top: 0;
  padding-bottom: 10px;
}
.contact-form-wr .wpcf7 .btn-row {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.contact-form-wr .form__row {
  flex-direction: column;
}
.contact-form-wr  .form__col {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
.contact-form-wr .form__row {
  flex-direction: column;
}
.search-results .content-block {
  padding-bottom: 0
}

.search-results__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddcdc
}

.search-results__item .btn-style__text {
  font-family: "OpenSans";
  font-weight: 600;
  text-transform: uppercase
}

.search-results__item:last-child {
  margin-bottom: 0
}

.search-results__item h3 {
  font-family: "OpenSans";
  font-weight: 800;
  font-size: 22px;
  font-style: italic;
  text-transform: none;
  position: relative;
  margin-bottom: 7px
}

.search-results__item h3::before {
  content: attr(data-id);
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 30px;
  color: inherit;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -10px;
  margin: auto;
  top: -7px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.search-results__item a {
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 17px;
  word-break: break-all;
}
.search-results__item a.btn-style {
  max-width: 157px;
}

.search-results__item a::before {
  bottom: -1px
}

.search-results__item p {
  margin-bottom: 20px
}

.search-label {
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 10px
}

.search-request {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase
}

.how-we-treat .request {
  margin-top: 55px
}

.steps {
  padding: 30px 0 20px;
  margin-top: 0px;
  background: #0d1f2d;
}

.steps__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  max-width: 656px;
  padding: 0 20px;
  box-sizing: border-box
}

.steps__text p {
  text-align: center;
  color: #fff
}

.steps__text .link-btn {
  color: #fff;
  margin-top: 42px
}

.steps__text .link-btn::before {
  background: #fff
}

.steps__items-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 260px 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.steps__item {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.steps__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: auto
}

.steps__item:last-child::before {
  display: none
}

.steps__item._active .steps__step {
  width: 125px;
  height: 125px
}

.steps__item._active .steps__step::before {
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  border-width: 3px
}

.steps__step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  line-height: 1;
  position: relative
}

.steps__step::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
  background: #0d1f2d
}

.steps__step::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 35px;
  background: #fff;
  margin: auto;
  z-index: 1;
  bottom: auto;
  top: calc(100% + 20px)
}

.steps__step span {
  top: -5px;
  position: relative
}

.steps__step .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 3
}

.steps__step .num {
  font-size: 40px
}

.steps__step .label {
  font-size: 20px
}

.steps__description {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  top: calc(100% + 75px);
  bottom: auto
}

.steps__description h3 {
  font-family: "OpenSans";
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 2px
}

.steps__description p {
  font-size: 16px;
  opacity: .5;
  text-align: center;
  margin-top: 5px
}

.steps_shuffle .steps__item:nth-child(even) .steps__description {
  bottom: calc(100% + 75px);
  top: auto
}

.steps_shuffle .steps__item:nth-child(even) .steps__step::after {
  top: auto;
  bottom: calc(100% + 20px)
}

.steps_gray {
  background: #e9edf0
}

.steps_gray .steps__item::before {
  background: #c1c1c1
}

.steps_gray .steps__step::before {
  background: #eee;
  border-color: #c1c1c1
}

.steps_gray .steps__step::after {
  background: #c1c1c1
}

.steps_gray .steps__description p {
  color: #211e1e;
  opacity: 1;
  text-align: center;
  font-size: 18px;
  max-width: 260px;
  margin: auto
}

.steps_gray .steps__description h3 {
  color: #000000
}

.steps_min-padding .steps__items-list {
  padding: 180px 0 200px
}

.steps_min-padding-row .steps__items-list {
  padding: 50px 0 180px
}

.steps_mb {
  margin-bottom: 0px
}

.recore-free-your .steps {
  padding-top: 60px;
  margin-top: 0;
}

.recore-free-your .steps__items-list {
  padding: 80px 0 170px
}

.recore-free-your .insights {
  padding: 100px 0;
  border-bottom: 1px solid #dddcdc
}

.recore-free-your .btn-style {
  margin-top: 30px
}

.recore-free-your .slide-inners-list {
  padding-bottom: 60px
}

.admission .steps {
  padding: 0;
  margin-top: 0
}

.admission .steps__items-list {
  padding: 70px 0 180px
}

.admission .steps__description h3 {
  padding: 0 40px;
  box-sizing: border-box
}

.choose {
  position: relative;
  display: block;
  width: 100%
}

.choose__items-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.choose__item {
  width: calc(100% / 3 - 10px);
  transition: all 1s ease;
  position: relative;
  margin-bottom: 40px
}

.choose__content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 100%;
  transition: border .3s ease
}

.choose__item._active .choose__content {
  border: 1px solid rgba(0, 0, 0, 0.8)
}

.choose__item._active .choose__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8)
}

.choose__item._active .btn-style {
  background: #211e1e
}

.choose__item._active .btn-style .choose {
  display: none
}

.choose__item._active .btn-style .choosed {
  display: block
}

.choose__img-wrap {
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box
}

.choose__img {
  width: 100%
}

.choose__description {
  padding: 30px 20px 20px
}

.choose__title {
  color: #0f172b;
  font-weight: 800;
  letter-spacing: 1.5px
}

.choose__info .choose__row:not(:first-child) {
  display: none
}

.choose__row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: border-bottom .3s ease
}

.choose__label {
  font-size: 14px
}

.choose__more-info {
  font-size: 16px;
  display: inline-block;
  letter-spacing: 0;
  cursor: pointer;
  position: relative
}

.choose__more-info:not(._close) .close {
  display: none
}

.choose__more-info._close .show {
  display: none
}

.choose__more-info._close::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.choose__more-info::before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 1px;
  background: #211e1e;
  transition: width .3s ease
}

.choose__more-info::after {
  content: '\f107';
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  font-size: inherit;
  color: inherit;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease
}

.choose__more-info:hover::before {
  width: 100%
}

.choose .btn-style {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  transition: background .3s ease
}

.choose .btn-style .choosed {
  display: none
}

.choose_big .subtitle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 2px
}

.choose_big .choose__img-wrap {
  padding: 0
}

.choose_big .choose__item {
  width: calc(50% - 10px)
}

.choose_big .choose__title {
  font-family: "OpenSans";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px
}

.private-spa .categories {
  padding-bottom: 55px
}

.message {
  padding: 55px 0;
  background: #0f172b
}

.message p {
  color: #fff;
  opacity: .5
}

.message .btn-style {
  margin-top: 30px;
  background: #fff
}

.message .btn-style__text {
  color: #0f172b;
  font-weight: 400
}

.message .btn-style:hover {
  background: rgba(255, 255, 255, 0.5)
}

.message .title-wrap h2 {
  color: #fff
}

.therapies .categories {
  padding-bottom: 55px
}

.self-test .request {
  background: #eee;
  width: 100%;
  margin: 0;
  padding: 100px 0
}

.categories._small-description .categories__description {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.slide-inners-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.slide-inners-list .slide-inners-list__description a {
  display: inline;
}
.slide-inners-list .ps-container .ps-scrollbar-y-rail {
  background: rgba(255, 255, 255, 0.1) !important
}

.slide-inners-list .ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  background: #fff !important
}

.slide-inners-list__item {
  width: calc(100% / 3 - 50px / 3)
}

.slide-inners-list__content {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 400px;
}

.slide-inners-list .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 2
}

.slide-inners-list h2, .slide-inners-list .title {
  font-family: "OpenSans";
  font-size: 30px;
  font-weight: 400;
  position: relative;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase
}

.slide-inners-list .title {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  transition: all .3s ease;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  text-align: center
}

.slide-inners-list__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc(100%);
  transition: all 300ms ease;
  padding: 20px;
  box-sizing: border-box;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.slide-inners-list__inner p {
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.slide-inners-list__inner a {
  letter-spacing: 0;
  color: #fff
}

.slide-inners-list__inner a::before {
  background: #fff
}

.slide-inners-list__content:hover .slide-inners-list__inner {
  top: 0
}

.slide-inners-list__content:hover .scroll-wrap {
  top: 0
}

.slide-inners-list__content:hover .overlay {
  opacity: 1
}

.slide-inners-list__content:hover .title {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.slide-inners-list__content:hover .slide-inners-list__inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slide-inners-list__img {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1
}

.slide-inners-list__description ul {
  width: 100%;
  position: relative;
  margin-top: 20px;
  border-top: 0px solid #c2c2c2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.slide-inners-list__description ul li {
  width: 100%;
  font-family: "OpenSans";
  font-weight: 300;
  color: #000000;
  font-size: 17px;
  margin-top: 0px;
  box-sizing: border-box;
  padding-left: 30px;
  letter-spacing: 0.1px;
  line-height: 1;
}

.slide-inners-list__description ul li::before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  background: url("/wp-content/themes/recore/assets/images/svg/check.svg") center center no-repeat;
  background-size: contain;
  opacity: .2
}
.treat_nav._sticky {
  position: fixed;
  width: 100%;
  top: 60px;
  background: white;
  z-index: 6;
  padding: 5px 0;
  box-shadow: 0px 0px 7px 0px #c1c1c1;
}
@media only screen and (max-width: 700px) {
  .slide-inners-list__description ul li::before {
    height: 25px;
    width: 25px
  }
}

.imprint__items-list {
  padding: 100px 0
}

.imprint__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px
}

.imprint__title {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 10px
}

.imprint__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.imprint__row p {
  margin: 0
}

.imprint__row a {
  cursor: pointer
}

.imprint__row a::before {
  bottom: -2px
}

.imprint__row p + a {
  margin-left: 10px
}

.items-list_mission-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.items-list_mission-list .items-list__item {
  width: calc(50% - 10px);
  margin-bottom: 40px
}

.resume {
  position: relative;
  display: block;
  background: #e9edf0;
  width: 100%;
  margin-bottom: 120px
}
#home .resume {
  padding-top: 0;
  padding-bottom: 0;
}
.resume h2 {
  color: #0f172b
}

.resume__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.resume__col {
  width: calc(50% - 10px);
}

.resume._logo-markers .resume__col > ul > li {
  padding-left: 73px;
}

.resume._logo-markers .resume__col > ul > li::before {
  height: 60px;
  width: 60px;
  top: -5px;
  background: url(../images/svg/emblem1.svg) center center no-repeat;
  opacity: 1;
}

.resume._2lvl-ul .resume__col > ul > li {
  font-size: 20px;
  color: #0f172b;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 40px
}

.resume._2lvl-ul .resume__col > ul > li > ul {
  opacity: .8
}

.resume._2lvl-ul .resume__col > ul > li > ul li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px
}

/*======================= Masonry gallery style ==========================*/
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 24%;
}
.gutter-sizer { width: 1%; }
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.grid-item {
  margin-bottom: 1%;
}


#grid a {
  display: none;
}
div.wpcf7 form .ajax-loader {
  display: none;
}
.items-table__description.special-for-link a {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
  margin-top: 40px;
}
.items-table__description.special-for-link a::before {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0d1f2d;
  transition: all .3s ease;
}
.mid_form input.btn__text {
  background: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
.btn__text.mid_form {
  color: #ffffff;
  position: absolute;
  height: 40px;
  line-height: 40px;
  left:0;
  top: 0;
}
.admission-request .form__label {
  opacity: 0;
}
@media screen and (max-width: 1320px) and (min-width: 1024px) {
  /*.items-list__img-wrap {*/
  /*max-height: 140px;*/
  /*}*/
  .items-list__img-wrap img {
    min-height: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /*.items-list__img-wrap {*/
  /*max-height: 100px;*/
  /*}*/
  .items-list__img-wrap img {
    min-height: 100%;
  }
  .footer-table__col {
    padding: 4px;
  }
  .footer-table .footer-table__col_address p:nth-child(1) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .block-wrapper.video-treat {
    padding-top: 130px;
  }
  .block-wrapper.video-treat .video {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .resume__table {
    flex-direction: column;
  }
  .resume__col {
    width: 100%;
  }
  .steps__description h3 {
    font-size: 18px;
  }
  .admission-request .steps__description h3 {
    padding: 0 15px;
  }
  .content-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .items-list_news .items-list__item {
    width: calc(50% - 30px);
    margin: 0 auto;
  }
  .items-list_news .items-list__img-wrap {
    max-height: ;
  }
  .items-list_news .items-list__item:nth-child(4n) {
    margin-right: auto;
  }
  .items-list._animate .items-list__item {
    margin-bottom: 30px;
  }
  .common-paddings {
    padding-bottom: 0;
  }
  .request .form__row.textarea-wrap {
    margin-top: 25px;
  }

  .steps__step .wrap {
    width: 80%;
    height: 80%;
  }
  .steps__item._active .steps__step::before {
    width: calc(100% + 25px);
    height: calc(100% + 25px);
  }
  .steps__step::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
  .steps__step .label {
    font-size: 18px;
  }
  .steps__step .num {
    font-size: 36px;
    line-height: 44px;
  }
  .slide-inners-list__img {
    max-height: 300px;
  }
  .items-list_categories .items-list__item {
    width: calc(50% - 10px);
  }
  .items-list_categories .items-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .contacts-list__item {
    width: calc(50% - 15px);
    padding-bottom: 60px;
  }
  .glossary__navigation .container {
    width: 90%;
  }
  .imprint__items-list {
    padding: 0;
  }
  .search-results.block-wrapper .content-block {
    width: 85%;
    margin: auto;
  }
  .therapies .items-table .slide-animation._animate {
    height: 250px;
  }
  .items-list__img-wrap img {
    min-height: 100%;
  }
  .block-wrapper.video-treat {
    padding-top: 80px;
  }
  .block-wrapper.video-treat .video {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .banner__wrap.banner__wrap_center.container {
    padding: 0 10px;
  }
  .banner h1 {
    font-size: 30px;
  }
  .search-results.block-wrapper .content-block {
    width: 100%;
  }
  .search-results__item h3 {
    font-size: 16px;
  }
  .search-results__item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  .pagination__link, .page-numbers {
    height: 25px;
    min-width: 25px;
  }
  .block-wrapper.video-treat {
    padding-top: 40px;
  }
  .block-wrapper.video-treat .video {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .banner__content {
    padding-top: 150px;
  }
  .video {
    padding-bottom: 0;
  }
  .welcome {
    padding-bottom: 0;
  }
  .content-block h2 {
    font-size: 35px;
  }
  .resume._2lvl-ul .resume__col > ul > li {
    font-size: 18px;
  }
  .content-block h2 {
    margin-bottom: 15px;
  }
  .resume {
    margin-bottom: 0;
  }
  .items-table__content-block > .container {
    flex-direction: column;
  }
  .items-table_narrow-img .items-table__col_left,
  .items-table_narrow-img .items-table__col_right {
    width: 100%;
  }
  .items-table__img-wrap {
    width: 90%;
  }
  .items-table_narrow-img .items-table__descr-title {
    font-size: 30px;
  }
  .items-table_clear .items-table__description {
    padding-top: 40px;
  }
  .items-table_narrow-img .items-table__content-block {
    padding-bottom: 15px;
  }
  .admission-request {
    padding: 50px 0 0;
  }
  .form__row {
    flex-direction: column;
    margin-top: 0;
  }
  .form__col,
  .textarea-wrap,
  .request .form__col {
    width: 100%;
    margin-top: 15px;
  }
  .admission-request .steps__item,
  .treatment .steps__item,
  .steps .steps__item {
    width: 100%;
    height: 300px;
  }
  .steps .steps__item {
    height: 300px;
  }
  .steps__description {
    top: calc(50% + 50px);
  }
  .steps__item::before {
    display: none;
  }
  .admission-request .steps__item._active,
  .treatment .steps__item._active,
  .steps .steps__item._active {
    height: 300px;
  }

  .grid-sizer, .grid-item {
    width: 100%;
  }

  .content-block label {
    margin-top: 20px;
  }
  .items-list_mission-list .items-list__item {
    width: 100%;
  }
  .content-block {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .items-list_team .items-list__item {
    width: 100%;
  }

  .wrap.lines > h2 {
    font-size: 36px;
  }
  .items-list_news .items-list__item {
    width: 100%;
  }
  ._big-ul-icons li {
    font-size: 16px;
  }
  .items-list_news .items-list__text {
    font-size: 16px;
  }

  .filter__col_left,
  .filter__col_right {
    width: 100%;
    margin-bottom: 20px;
  }

  .steps_min-padding-row .steps__items-list,
  .recore-free-your .steps__items-list {
    padding-bottom: 0;
  }

  .slide-inners-list__item {
    width: 100%;
    padding-bottom: 40px;
  }
  .slide-inners-list__img {
    max-height: 100%;
  }
  .recore-free-your .insights {
    padding-top: 0;
  }

  .steps.steps_shuffle .steps__items-list {
    padding: 20px;
  }
  .steps.steps_shuffle .steps__description,
  .steps_shuffle .steps__item:nth-child(even) .steps__description {
    top: calc(50% + 50px);
    bottom: auto;
  }
  .steps_shuffle .steps__item:nth-child(even) .steps__step::after {
    bottom: auto;
    top: calc(100% + 20px);
  }
  .items-table__description:not(.content-block) ul li {
    width: 100%;
  }
  .slide-inners-list .title {
    max-width: 309px;
  }
  .items-table_min .items-table__col {
    width: 100%;
    padding-bottom: 15px;
  }
  .items-table_min .items-table__content-block {
    margin-bottom: 15px;
  }
  .items-list_categories .items-list__item {
    width: 100%;
  }
  .items-list_categories .items-list__item {
    margin-right: 0;
  }
  .contacts-list__item {
    width: 100%;
  }
  .contacts .contacts-list {
    margin-bottom: 0;
  }
  .map-wrap__title span {
    max-width: 200px;
  }
  .pagination__link_prev, .pagination__link_next, .prev.page-numbers, .next.page-numbers {
    padding: 0 10px;
  }
  .tabs_faq .tabs__title {
    font-size: 18px;
    line-height: 1.2;
  }
  .glossary__navigation .container {
    justify-content: center;
    width: 98%;
  }
  .glossary__link {
    min-width: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .glossary__navigation .separate {
    margin-bottom: 10px;
  }
  .imprint__title,
  .banner__wrap._big .subtitle {
    text-align: center;
  }
  .search-results.block-wrapper .content-block {
    width: 70%;
  }
  .search-label {
    font-size: 20px;
  }
  .search-results__item a {
    font-size: 16px;
  }
  .grid-item {
    margin-bottom: 5%;
  }
  .gallery {
    padding: 50px 0;
  }
  .items-list_team .items-list__item {
    margin-right: 0;
  }
  .search-results__item {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form .btn-row {
    display: block;
  }
  .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 1;
  }
}
@supports (-ms-accelerator:true) {
  .form .btn-row {
    display: block;
  }
  .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 1;
  }
}
.helpBtn {
  position: relative;
}
.helpBtn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
}
.request .btn:hover::before,
.helpBtn:hover::before {
  -webkit-animation: buttons-animations-wide 2s ease infinite;
  animation: buttons-animations-wide 2s ease infinite
}

.input-style_require-icon .input-style__input {
  padding-right: 70px;
}
.printfriendly {
  display: none !important;
}
.items-table__content-block {
  flex-wrap: wrap;
}

.bottomList {
  padding: 0 15px 100px;
  max-width: 1300px;
  width: 100%;
  margin: 50px auto;
  padding: 0 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottomList ul {
  width: calc(30% - 0px);
  margin-left: 10px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottomList ul:first-of-type {
  margin-left: 0;
}
.bottomList ul li {
  width: 100%;
  font-family: "OpenSans";
  font-weight: 400;
  color: #515151;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-transform: none;
  padding-left: 30px;
  letter-spacing: .1px;
  line-height: 1.2;
  opacity: 1;
}
.bottomList ul li:nth-child(1):before {
  display: none;
}
.bottomList ul li:nth-child(1) {
  border-bottom: 1px solid #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: "OpenSans";
  font-size: 24px;
  color: #0d202e;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .bottomList ul li:nth-child(1) {
    font-size: 22px;
    margin-top: 20px;
  }
}
.bottomList ul li a {
  font-weight: 400;
  color: #0d202e;
  font-size: 18px;
  opacity: 1;
}

.bottomList ul li::before {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  background: url("/wp-content/themes/recore/assets/images/svg/check.svg") center center no-repeat;
  background-size: contain;
  opacity: .2;
}
@media screen and (max-width: 768px) {

  .bottomList ul li {
    width: 100%;
    margin-top: 10px;
  }

  .bottomList {
    margin-bottom: 20px;
  }
  /*.request .form__col {*/
    /*margin-top: 0;*/
  /*}*/
  .bottomList ul li::before {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .bottomList ul li {
    font-size: 16px;
    margin-bottom: 0
  }
  .bottomList ul li a {
    font-size: 16px;
  }
  .bottomList ul {
    width: 100%;
    margin-left: 0;
    margin-top: 8px
  }

  .bottomList ul:first-of-type {
    margin-left: 0;
    margin-top: 50px
  }

  .bottomList {
    padding-bottom: 20px;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .request .form__col {
  margin-top: 0;
  }
}
.vjs-resolution-button .vjs-menu-icon:before {
  content: '\f110';
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.67em;
}

.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 1em;
  line-height: 3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: inherit;
}

.vjs-resolution-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: 50%; /* Center the menu, in it's parent */
  margin-left: -2em; /* half of width, to center */
}

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em;
}

#wpcf7-f166-p5-o1 .form__row_2-col,
#wpcf7-f166-p295-o1 .form__row_2-col,
#wpcf7-f166-p11-o1 .form__row_2-col,
#wpcf7-f166-o1 .form__row_2-col,
#wpcf7-f130-p5-o1 .form__row_2-col,
#wpcf7-f864-o1 .form__row_2-col{
  flex-wrap: wrap;
}
#wpcf7-f166-p5-o1 .form__col,
#wpcf7-f166-p295-o1 .form__col,
#wpcf7-f166-p11-o1 .form__col,
#wpcf7-f166-o1 .form__col,
#wpcf7-f130-p5-o1 .form__col,
#wpcf7-f864-o1 .form__col {
  flex: 0 0 49%;
  padding-bottom: 20px;
}
#wpcf7-f166-p5-o1 .textarea-wrap,
#wpcf7-f166-p295-o1 .textarea-wrap,
#wpcf7-f166-p11-o1 .textarea-wrap,
#wpcf7-f166-o1 .textarea-wrap,
#wpcf7-f130-p5-o1 .textarea-wrap,
#wpcf7-f864-o1 .textarea-wrap {
  margin-top: 0;
}
#wpcf7-f166-p5-o1 .jq-selectbox__select-text,
#wpcf7-f166-p295-o1 .jq-selectbox__select-text,
#wpcf7-f166-p11-o1 .jq-selectbox__select-text,
#wpcf7-f166-o1 .jq-selectbox__select-text,
#wpcf7-f130-p5-o1 .jq-selectbox__select-text,
#wpcf7-f864-o1 .jq-selectbox__select-text,
#wpcf7-f270-o1 .jq-selectbox__select-text,
#wpcf7-f1191-o2 .jq-selectbox__select-text {
  flex: 0 0 100%;
  position: relative;
  z-index: 9;
  transition: .5s ease-in;
  background-position: 19px center;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0 60px 0 20px;
  color: #000000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  height: 40px;
  border: 1px solid #858585;
}
#wpcf7-f166-p5-o1 .jq-selectbox__select-text:after,
#wpcf7-f166-p295-o1 .jq-selectbox__select-text:after,
#wpcf7-f166-p11-o1 .jq-selectbox__select-text:after,
#wpcf7-f166-o1 .jq-selectbox__select-text:after,
#wpcf7-f130-p5-o1 .jq-selectbox__select-text:after,
#wpcf7-f864-o1 .jq-selectbox__select-text:after,
#wpcf7-f270-o1 .jq-selectbox__select-text:after,
#wpcf7-f1191-o2 .jq-selectbox__select-text:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 50px;
  height: 100%;
  padding-top: 3px;
  color: #000;
  font-family: "FontAwesome";
  font-size: 16px;
}
#wpcf7-f166-p5-o1 .jq-selectbox,
#wpcf7-f166-p11-o1 .jq-selectbox,
#wpcf7-f166-p295-o1 .jq-selectbox,
#wpcf7-f166-o1 .jq-selectbox,
#wpcf7-f130-p5-o1 .jq-selectbox,
#wpcf7-f864-o1 .jq-selectbox,
#wpcf7-f270-o1 .jq-selectbox,
#wpcf7-f1191-o2 .jq-selectbox {
  width: 100%;
}
#wpcf7-f166-p5-o1 .jq-selectbox__dropdown,
#wpcf7-f166-o1 .jq-selectbox__dropdown,
#wpcf7-f166-p295-o1 .jq-selectbox__dropdown,
#wpcf7-f166-p11-o1 .jq-selectbox__dropdown,
#wpcf7-f130-p5-o1 .jq-selectbox__dropdown,
#wpcf7-f864-o1 .jq-selectbox__dropdown,
#wpcf7-f270-o1 .jq-selectbox__dropdown,
#wpcf7-f1191-o2 .jq-selectbox__dropdown {
  width: 100%;
  display: block;
  height: 360px !important;
  bottom: auto;
  top: 0;
  background: #ffffff;
  z-index: 9;
}
#wpcf7-f166-p5-o1 .jq-selectbox__dropdown ul,
#wpcf7-f166-o1 .jq-selectbox__dropdown ul,
#wpcf7-f166-p295-o1 .jq-selectbox__dropdown ul,
#wpcf7-f166-p11-o1 .jq-selectbox__dropdown ul,
#wpcf7-f130-p5-o1 .jq-selectbox__dropdown ul,
#wpcf7-f864-o1 .jq-selectbox__dropdown ul,
#wpcf7-f270-o1 .jq-selectbox__dropdown ul,
#wpcf7-f1191-o2 .jq-selectbox__dropdown ul {
  height: 360px !important;
}
#wpcf7-f166-p5-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f166-p295-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f166-p11-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f166-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f130-p5-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f864-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f270-o1 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1),
#wpcf7-f1191-o2 .jq-selectbox.opened .jq-selectbox__dropdown li:nth-child(1) {
  display: none;
}
#wpcf7-f166-p5-o1 .jq-selectbox,
#wpcf7-f166-p295-o1 .jq-selectbox,
#wpcf7-f166-p11-o1 .jq-selectbox,
#wpcf7-f166-o1 .jq-selectbox,
#wpcf7-f130-p5-o1 .jq-selectbox,
#wpcf7-f864-o1 .jq-selectbox,
#wpcf7-f270-o1 .jq-selectbox,
#wpcf7-f1191-o2 .jq-selectbox {
  z-index: 999999;
}
#wpcf7-f166-p5-o1 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder,
#wpcf7-f166-p295-o1 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder
#wpcf7-f166-p11-o1 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder
#wpcf7-f166-o1 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder,
#wpcf7-f864-o1 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder,
#wpcf7-f270-o1 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder,
#wpcf7-f1191-o2 .sel .jq-selectbox.jqselect.dropdown.opened ~ .input-style__placeholder{
  top: -16px;
  font-size: 14px;
}
#wpcf7-f166-p5-o1 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder,
#wpcf7-f166-p295-o1 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder,
#wpcf7-f166-p11-o1 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder,
#wpcf7-f166-o1 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder,
#wpcf7-f864-o1 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder,
#wpcf7-f270-o1 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder,
#wpcf7-f1191-o2 .sel .jq-selectbox.jqselect.changed ~ .input-style__placeholder {
  display: none;
}
/*#wpcf7-f166-p5-o1 .jq-selectbox ~ .jq-selectbox__select,*/
/*#wpcf7-f166-o1 .jq-selectbox ~ .jq-selectbox__select {*/
/*visibility: hidden;*/
/*}*/
/*#wpcf7-f166-p5-o1 .sel .jq-selectbox.dropdown.opened ~ .jq-selectbox__select,*/
/*#wpcf7-f166-p5-o1 .sel .jq-selectbox.changed ~ .jq-selectbox__select,*/
/*#wpcf7-f166-o1 .sel .jq-selectbox.dropdown.opened ~ .jq-selectbox__select,*/
/*#wpcf7-f166-o1 .sel .jq-selectbox.changed ~ .jq-selectbox__select {*/
/*visibility: visible;*/
/*}*/
form span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 5px;
  text-align: right;
  position: absolute;
  right: 0;
}
form .wpcf7-form-control-wrap.textarea-707,
form .wpcf7-form-control-wrap.arrival-date {
  width: 100%;
}
.phone .userphone._active ~ .input-style__placeholder,
.hasDatepicker._active ~ .input-style__placeholder {
  top: -16px;
  font-size: 14px;
}
#wpcf7-f270-o1 .wpcf7-form-control-wrap.your-country .input-style__placeholder{
  top: -10px;
}
#wpcf7-f270-o1 .sel .jq-selectbox.jqselect.dropdown.opened~.input-style__placeholder {
  top: -19px;
}

#arrival-date ~ .wpcf7-not-valid-tip {
  top: auto;
  bottom: -22px;
}
#html5-watermark a {
  visibility: hidden;
}
.video-presentation {
  display: block;
  position: relative;
  height: 500px;
}
.video-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.video-over img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  z-index: 1;
}
.wplightbox {
  display: block;
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .search-request {
    font-size: 38px;
  }
  .menu.menu_nav {
    margin-left: 0;
  }
  .bottomList ul li:nth-child(1) {
    text-align: left;
    padding: 5px 0;
  }
  .pagination .container {
    justify-content: center;
  }
  .prev.page-numbers {
    position: absolute;
    top: 30px;
    left: -40px;
    margin: auto;
    right: 0;
    width: 35px;
  }
  .next.page-numbers {
    position: absolute;
    top: 30px;
    left: 0;
    margin: auto;
    right: -40px;
    width: 35px;
  }
  .resume._logo-markers .resume__col>ul>li {
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
  }
  .resume._logo-markers .resume__col>ul>li::before {
    height: 40px;
    width: 40px;
  }
  .offer .items-list__img-wrap {
    height: 300px;
  }
  .steps_mb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .steps_mb .title-wrap {
    margin-bottom: 0;
  }
  .steps__item._active .steps__step {
    width: 100px;
    height: 100px;
  }
  .admission-request .steps__item._active,
  .treatment .steps__item._active,
  .steps .steps__item._active {
    height: 180px;
  }
  .steps__step::after {
    height: 20px;
    top: calc(100% + 15px);
  }
  .steps .steps__item {
    height: 200px;
  }
  .steps__step {
    width: 75px;
    height: 75px;
  }
  .steps__step .num {
    font-size: 28px;
    line-height: 30px;
  }
  .steps__step .label {
    font-size: 12px;
  }
  .steps__item._active .steps__description {
    top: calc(50% + 45px);
  }
  .steps__description {
    top: calc(50% + 30px);
  }
  .steps__item._active .steps__step::before,
  .steps__step::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .steps .steps__item {
    height: 155px;
  }
  .steps_min-padding-row .steps__items-list {
    padding-top: 30px;
  }
  .steps.steps_shuffle {
    padding: 40px 0 20px;
  }
  .steps.steps_shuffle .title-wrap {
    margin-bottom: 0;
  }
  .steps.steps_shuffle .steps__item._active {
    height: 230px;
  }
  .steps.steps_shuffle .steps__item._active .steps__description {
    top: calc(50% + 25px);
  }
  .steps__description p {
    font-size: 14px;
  }
  .steps.steps_shuffle .steps__item {
    height: 200px;
  }
  .steps.steps_shuffle .steps__description, .steps_shuffle .steps__item:nth-child(even) .steps__description {
    top: calc(50% + 20px);
  }
  .steps.steps_shuffle .steps__items-list {
    padding-bottom: 0;
  }
  .content-block .plus_link .two_link {
    flex-direction: column;
  }
  .slide_text.rm_slide ul {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 510px){
  .next.page-numbers span,
  .prev.page-numbers span {
    display: none;
  }
}
.wpcf7 .btn-row {
  position: relative;
  max-width: 200px;
  margin: 20px auto 20px auto;
}
.wpcf7 .btn-row:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
}
.wpcf7 .btn-row:hover:after {
  animation: buttons-animations 2s ease infinite;
  background: #0d1f2d;
}
.archive.category .filter__col.filter__col_right ul li:nth-child(1) {
  display: none;
}
#menu-treatments, #menu-treatments-de {
  flex-direction: row;
  align-items: baseline;
  justify-content: space-around;
}
#menu-treatments .menu-item-has-children {

}
.header:not(._sticky) .header-menu,
.header-menu._active {
  height: 350px;
  width: 800px;
  position: absolute;
  top: 58px;
  z-index: 9;
}
#menu-treatments .menu-item-has-children > a,
#menu-treatments-de .menu-item-has-children > a {
  padding-bottom: 15px;
}

#menu-treatments-de .menu-item {
	max-width: 90%;
}

/*TEMP STYLE*/
#home .banner {
  height: 100vh;
}

}
#home .js-skip-banner {
  display: flex;
}

.banner {
  height: 70vh;
}
.banner__logo {
  width: 400px;
  height: 160px;
  left: 74px;
}

.breadcrumbs {
  margin-top: 65px;
}
.js-skip-banner {
  display: none;
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-top: 20px;
  }
  .banner__content {
    padding-top: 50px;
  }
  .banner__logo {
    width: 400px;
    height: 230px;
    left: 75px;
  }
  #menu-treatments .menu-item-has-children > a {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.slide_text {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s;
}
.slide_text.rm_slide {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: 100%;
}
.rm_text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.rm_text_wrapper p {
  width: 100%;
}
.rm_btn {
  padding: 20px 0;
}
.content-block .excerpt_text p,
.content-block .slide_text p {
  margin-bottom: 15px;
}
.excerpt_text {
  width: 100%;
}
.contact_text {
  display: block;
}
.contact_svg {
  display: none;
}
.scrollBtn {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  left: 15px;
  bottom: 15px;
  background: #0d1f2d;
  border-radius: 50%;
  z-index: 9999;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.scrollBtn.vis {
  visibility: visible;
  opacity: 1;
  width: 45px;
  height: 45px;
}
.scrollBtn.vis::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.disabled {
  display: none;
}
.testimonials-wrapper  .items-table__content-block {
  margin-bottom: 0;
}
/*.contact-container {*/
  /*display: flex;*/
/*}*/
/*.contact-container .half_col {*/
  /*width: 50%;*/
/*}*/
.owl-stage .items-table__col {
  width: 100%;
}
.owl-stage .title-wrap.small {
  width: 100%;
}
.owl-stage .title-wrap.small h2,
.owl-stage .title-wrap.small .subtitle {
  display: block;
  width: 100%;
  text-align: center;
}
.owl-stage .items-table__bg {
  max-width: 80px;
  margin: 20px auto;
}
.owl-stage .items-table__description {
  padding-bottom: 0px !important;
  margin-bottom: -100px;
}
.testimonials .items-table__content-block-wrap {
  padding-bottom: 100px;
}
/*TEMP STYLE END*/
@media screen and (max-width: 1100px) {
  .contact_text {
    display: none;
  }
  .contact_svg {
    position: relative;
    width: 27px;
    height: 27px;
    display: block;
    margin: 0px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .contact_svg svg {
    fill: #fff;
    transition: all .3s ease;
  }
  .header._sticky .contact_svg svg  {
    fill: #211e1e;
  }
  .contact_svg:hover svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .header__right-corner ul li {
    min-width: 25px;
  }
  .header__right-corner ul li:hover::before {
    animation: unset;
  }
  .tabs._animate .tabs__col:nth-child(2) .tabs__tab:nth-child(1) .tabs__title {
    border-top: none;
    padding-top: 10px;
  }
  .tabs._animate .tabs__col:nth-child(2) .tabs__tab:nth-child(1)::before {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header:not(._sticky) .header-menu,
  .header-menu._active {
    width: 700px;
  }
  .header-menu__link a {
    font-size: 14px;
  }
  .treat_nav ul {
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .header-menu .close-wrap {
    top: 10px;
    right: 0;
    left: auto;
  }
  .header-menu .close-wrap .text {
    display: none;
  }
  #menu-treatments {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 20px;
    height: calc(100% - 50px);
  }
  .header:not(._sticky) .header-menu,
  .header-menu._active {
    height: 100vh;
    width: 300px;
    top: 0;
  }
  .header-menu__link {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
  }
  .header-menu__link a {
    font-size: 16px;
  }
  .big-menu ul li .sub-menu li {
    margin-bottom: 8px;
  }
  .big-menu ul li .sub-menu li a {
    font-size: 14px;
  }
  .treat_nav._sticky {
    top: 57px;
  }
}
.new-form {
  display: flex;
  background-color: #e9edf0
}
.new-form .contact_port {
  width: 30%;
}
.new-form .img_wrapper {
  padding-right: 40px;
}
.new-form .img_wrapper img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
}
.new-form .title-wrap {
  width: 100%;
  align-items: left;

}
.new-form h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-align: center
}
.new-form .cf_phone {
  font-size: 1.2rem;
  line-height: 3;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.new-form .cf_email {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #555;
}
.new-form .subtitle {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #b39049;
}
@media only screen and (max-width: 1000px) {
  .new-form {
    flex-direction: column;
  }
  .new-form .img_wrapper {
    padding: 20px;
    max-width: 200px;
    margin: 0 auto;
  }
  .new-form h3 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.8em;
    text-align: center;
  }
  .new-form .cf_phone,
  .new-form .cf_email {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .new-form .subtitle {
    margin-top: 0.8em;
    font-size: 1.3rem;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .new-form .contact_port,
  .new-form .title-wrap {
    width: 100%;
  }
}
.go_team {
  padding: 15px;
  text-align: center;
 }
.go_team a {
  color: #fff;
  font-size: 26px;
  height: 40px;
  font-size: 16px;
  font-family: "OpenSans";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  background: #0d1f2d;
  margin: 0 auto;
}
.go_team a:hover {
  color: #ffffff;
}
.go_team a:before {
  height: 0;
}

.treatment.new {
  width: 75%;
}
.treatment.new .content-block {
  padding-right: 35px;
}

.additional_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.additional_wrapper .subtitle {
  width: 100%;
  font-size: 18px;
  padding: 40px 0 25px 0;
  text-align: center;
  line-height: 1.3;
}
.additional_wrapper a {
  text-align: center;
}
.additional_wrapper a:before {
  bottom: -15px;
}
aside {
  width: 30%;
  max-width: 300px;
  margin: 0px auto;
}
.treat_nav {
  padding: 20px 0;
}
.treat_nav ul {
  padding: 0;
  max-width: px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-left: 20px;

}
/*.treat_nav ul li {*/
  /*border-right: 1px solid;*/
/*}*/
/*.treat_nav ul li:last-child {*/
  /*border: none;*/
/*}*/
.treat_nav ul li {
  padding: 10px;
}
.treat_nav ul li a {
  font-size: 12px;
  transition: 0.3s;
}
/*.treat_nav ul li a:hover {*/
  /*background-color: #0d1f2d;*/
  /*color: #ffffff;*/
/*}*/
/*.treat_nav ul li a:before {*/
  /*width: 0 !important;*/
/*}*/
.treat-main-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.sidebar-wrapper {
  background-color: #e9edf0;
  padding: 0 30px;
  margin-top: 40px;
}
.sidebar-wrapper.top {
  padding: 0;
}
.sidebar-wrapper.top .hr {
  border-bottom: 1px solid #c5c5c5;
}
.tipok-info {
  padding: 40px 0;
}
.tipok-photo {
  max-width: 230px;
  margin: 0 auto;
}
.tipok-photo img {
  width: 100%;
  height: auto;
}
.tipok-text {

}
.tipok-text .name {
  display: block;
  padding: 10px 0 5px 0;
}
.tipok-text .position {
  display: block;
  padding: 10px 0 5px 0;
  font-style: italic;
  font-weight: 400;
}
.tipok-text a {
  padding-top: 15px;
  font-weight: 400;
}
.tipok-text p {
  padding-top: 15px;
}
.sidebar-wrapper h3 {
  text-align: center;
  padding-top: 20px;
}
.vidosiki-wraper {
  padding-bottom: 15px;
}
.vidos {
  margin: 35px;
}
.vidos img {
  width: 100%;
  height: auto;
}
.vidos .video_title {
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 15px;
  display: block;
}
.html5lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .html5lightbox {
  height: 50%;
  }

.steps_mb.steps_treat {
  margin-top: 0;
}
.about_dd_links {
  visibility: hidden;
  opacity: 0;
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.about_dd_links.active {
  visibility: visible;
  opacity: 1;
}
.header .about_dd_links a {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 15px;
  font-weight: 100;
}
.header._sticky .about_dd_links {
  background-color: #ffffff;
}
.header .about_dd_links a:before {
  bottom: 6px;
}
.title-wrapx.new_treat {
  padding-top: 80px;
}
.content-block .about-us__content p {
  margin-bottom: 0;
}
.content-block .plus_link .two_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-block .two_link a {
  letter-spacing: 0.2px;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.res_locations {
  display: flex;
  justify-content: space-around;
}
.res_locations .loca {
  width: 45%;
}
.res_locations .loca img {
  width: 100%;
  height: auto;
}
.res_locations .loca .loc_img_wrapper {
  max-height: 250px;
  overflow: hidden;
}
.res_locations .loca span {
  padding: 15px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .treat-main-wrapper {
    max-width: 640px;
    flex-direction: column;
  }
  .treatment.new {
    width: 100%;
  }
  aside {
    max-width: 100%;
    width: 100%;
  }
  .treat_nav ul li {
    padding-top: 3px;
    padding-left: 22px;
    padding-bottom: 3px
  }
  .title-wrapx.new_treat {
    padding-top: 40px;
  }
  .additional_wrapper .subtitle {
    font-size: 16px;
    padding: 20px 0 25px 0;
    line-height: 1.2;
  }
  .sidebar-wrapper.top {
    margin-top: 40px;
  }
  .treatment.new .content-block {
    padding-right: 0;
  }
  .new-form .subtitle {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .treat_nav ul {
    flex-direction: ;
  }
  .treatment.new .content-block {
    padding-top: 50px;
  }
  .contact_svg {
    margin: 0 0px;
  }
  .tabs_common .tabs__title {
    min-height: 100%;
    font-size: 14px;
  }
  .tabs_common .tabs__tab {
    margin-bottom: 10px;
  }
  .tabs_common .tabs__tab:nth-child(1) .tabs__title {
    padding-top: 10px;
  }
  .tabs_common .tabs__tab:nth-child(1)::before {
    top: 15px;
  }
  .tabs__inner {
    padding: 20px 0;
  }
  .tabs_common .tabs__text {
    font-size: 14px;
  }
  .slide_text.rm_slide ul li {
    font-size: 14px;
  }
  .banner {
    height: 85vh;
  }
  .banner h1 {
    letter-spacing: 0px;
  }
  .treat_nav ul {
    padding-left: 0;
  }
}
.wonderplugin-engine,
.wonderplugin-engine a {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
.team-btn{
	margin-bottom: 50px;
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.team-btn span{
	font-family: "OpenSans";
}

.page-template-template-newtreatments .banner{
	overflow: hidden;
}

.page-template-template-newtreatments .banner__bg,
.home .fullscreen-bg {
    -webkit-transition: transform 18s;
    -o-transition: transform 18s;
    transition: transform 18s;
}

#wpcf7-f3906-p3892-o1 .form__row_2-col,
#wpcf7-f4172-o1 .form__row_2-col,
.contact-de .form__row_2-col {
  flex-wrap: wrap;
}

#wpcf7-f3906-p3892-o1 .form__col,
#wpcf7-f4172-o1 .form__col,
.contact-de .form__col {
  flex: 0 0 49%;
  padding-bottom: 20px;
}

#wpcf7-f3906-p3892-o1 .jq-selectbox,
#wpcf7-f4172-o1 .jq-selectbox,
.contact-de .jq-selectbox {
  width: 100%;
}

#wpcf7-f3906-p3892-o1 .jq-selectbox__select-text,
#wpcf7-f4172-o1 .jq-selectbox__select-text,
.contact-de .jq-selectbox__select-text {
  flex: 0 0 100%;
  position: relative;
  z-index: 9;
  transition: .5s ease-in;
  background-position: 19px center;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0 60px 0 20px;
  color: #000000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  height: 40px;
  border: 1px solid #858585;
}

#wpcf7-f3906-p3892-o1 .jq-selectbox__select-text:after,
#wpcf7-f4172-o1 .jq-selectbox__select-text:after,
.contact-de .jq-selectbox__select-text:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 50px;
  height: 100%;
  padding-top: 3px;
  color: #000;
  font-family: "FontAwesome";
  font-size: 16px;
}

.contact-de .textarea-wrap {
  margin-top: 0;
}

.btn-style__text .widget {
  margin: 0;
}

.rm_btn {
  display: inline-block;
}

.hide {
   display: none;
 }

div.wpcf7 {
  margin: 0 auto;
}

.new-form .subtitle {
  text-align: center;
}


.wpml-ls-legacy-dropdown a {
  display: inline-block;
  background-color: #fff0;
  border: 0px solid #cdcdcd;
  padding: 0px 0px
}

.wpml-ls-legacy-dropdown {
    width: 2.5em
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    right: 17px
}

.ht-n-close-toggle i {
    font-size: 30px;
}

.ht-notification-text p {
  opacity: 0.8;
  font-size: 14px;
  font-family: "OpenSans";
  font-weight: 300;
}
