._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Special Gothic Expanded One", sans-serif;
  margin: 0;
  font-weight: normal;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
p,
li {
  line-height: normal;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  color: #FFF;
  min-height: 100vh;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
input#search_input {
  border: 1px solid #828282;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.col-12,
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.col-12.no-pad,
.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-sm-4.no-pad,
.col-sm-8.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-block {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.main-block h1 {
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.main-block .container {
  position: relative;
  z-index: 2;
}
.main-block .container:after {
  top: 6px;
  position: absolute;
  opacity: 0.09;
  display: block;
  content: '';
  width: 63%;
  height: 459px;
  left: 50%;
  border-radius: 360px;
  background: #9BE3FF;
  filter: blur(78px);
  transform: translateX(-50%);
}
.main-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(87deg, #171717 0%, rgba(23, 23, 23, 0.9) 50%, rgba(23, 23, 23, 0.9) 100%), radial-gradient(254.82% 83.52% at 77.64% 41.39%, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
.text-center {
  text-align: center;
}
.mar-b50 {
  margin-bottom: 50px;
}
.mar-b40 {
  margin-bottom: 40px;
}
.mar-t60 {
  margin-top: 60px;
}
.bg_grey {
  background: #F2F2F2;
}
.mar-t40 {
  margin-top: 40px;
}
.mar-t10 {
  margin-top: 10px;
}
.pad-t-none {
  padding-top: 0 !important;
}
.pad-b-none {
  padding-bottom: 0 !important;
}
.text-right {
  text-align: right;
}
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.col-xm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .container:not(.container-filter) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container:not(.container-filter) {
    max-width: 720px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}
@media (min-width: 992px) {
  .offset-md1 {
    margin-left: 8.33333%;
  }
  .container:not(.container-filter) {
    max-width: 960px;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .container:not(.container-filter) {
    max-width: 1170px;
  }
}
@media (max-width: 991px) {
  .col-md-8 + .col-md-3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-block {
    background-position: 81% center;
  }
  .main-block h1 {
    font-size: 36px;
  }
}
/*# sourceMappingURL=style-st.css.map */