body {
  margin-bottom: 0 !important;
}
[itemprop="articleBody"] img {
  max-width: 100%;
  height: auto !important;
}
.supper-footer {
  position: relative;
  font-size: 12px;
  background-color: #393939;
  color: #fff;
  overflow: hidden;
}
.supper-footer a {
  color: #fff;
  text-decoration: none;
}
.supper-footer a:hover {
  text-decoration: underline;
}
.supper-footer .strong_text {
  font-weight: 700;
}
.supper-footer .bot_foot {
  line-height: 1.666666666666667;
  padding: 5px 15px;
  background-color: #242424;
}
.supper-footer .bot_foot a {
  text-decoration: underline;
}
.supper-footer .bot_foot a:hover {
  text-decoration: none;
}
.supper-footer .cooler-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 25px;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .supper-footer .cooler-area {
    flex-wrap: wrap;
  }
}
.supper-footer .cooler-area .cooler {
  margin: 15px;
}
@media only screen and (max-width: 767px) {
  .supper-footer .cooler-area .cooler {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 480px) {
  .supper-footer .cooler-area .cooler {
    width: calc(100% - 30px);
  }
}
.supper-footer .cooler-area .cooler ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .supper-footer .cooler-area .cooler ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -2px -5px;
  }
}
.supper-footer .cooler-area .cooler ul > li {
  line-height: 1.666666666666667;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .supper-footer .cooler-area .cooler ul > li {
    margin: 2px 5px;
  }
}
.supper-footer .logo_place {
  position: relative;
  padding-left: 15px;
  font-size: 10px;
  text-transform: uppercase;
}
.supper-footer .logo_place::before {
  content: '';
  position: absolute;
  height: 300%;
  width: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}
.supper-footer .logo_place > p {
  margin-top: 10px;
}
.supper-footer .foot-social {
  padding-bottom: 30px;
}
.supper-footer .foot-social .social {
  display: flex;
  justify-content: center;
  margin: -5px;
}
.supper-footer .foot-social .social a {
  display: block;
  margin: 5px;
  width: 26px;
  height: 25px;
  background: url("../img/icons_0.png") no-repeat !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}
.supper-footer .foot-social .social a.i_inst {
  background-position: 0 0 !important;
  width: 25px;
}
.supper-footer .foot-social .social a.i_inst:hover {
  background-position: 0 -25px !important;
}
.supper-footer .foot-social .social a.i_you {
  background-position: -25px 0 !important;
  width: 25px;
}
.supper-footer .foot-social .social a.i_you:hover {
  background-position: -25px -25px !important;
}
.supper-footer .foot-social .social a.i_ok {
  background-position: -186px 0 !important;
}
.supper-footer .foot-social .social a.i_ok:hover {
  background-position: -186px -25px !important;
}
.supper-footer .foot-social .social a.i_vk {
  background-position: -50px 0 !important;
}
.supper-footer .foot-social .social a.i_vk:hover {
  background-position: -50px -25px !important;
}
.supper-footer .foot-social .social a.i_fb {
  background-position: -76px 0 !important;
}
.supper-footer .foot-social .social a.i_fb:hover {
  background-position: -76px -25px !important;
}
.supper-footer .foot-social .social a.i_tw {
  background-position: -102px 0 !important;
}
.supper-footer .foot-social .social a.i_tw:hover {
  background-position: -102px -25px !important;
}
.mks-stellar {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 7em;
}
.mks-stellar h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  margin: 1em 0 1.15em;
}
.stellar-slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 2.7em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stellar-slider .stellar-slider-area {
  position: relative;
  width: 67%;
  margin: 0 auto;
}
.stellar-slider .stellar-slider-area:after {
  content: '';
  clear: both;
  display: block;
}
.stellar-slider .stellar-line {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  left: 0;
  -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
  -moz-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
  -o-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
  -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
  transform: matrix(0.7, 0, 0, 0.7, 0, 0);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 1.4s ease, left 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 1.4s ease, left 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 1.4s ease, left 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 1.4s ease, left 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 1.4s ease, left 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  will-change: transform, left, opacity, -moz-transform, -webkit-transform, filter, -moz-filter, -webkit-filter;
}
.stellar-slider .stellar-line:after {
  content: '';
  position: absolute;
  z-index: 103;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  margin-top: 5px;
  opacity: 1;
  pointer-events: none;
  background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.stellar-slider .stellar-line:before {
  content: '';
  position: absolute;
  z-index: 102;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  -moz-transition: opacity 1.4s ease;
  -o-transition: opacity 1.4s ease;
  -ms-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  will-change: opacity;
}
.stellar-slider .stellar-line a {
  position: relative;
  z-index: 102;
  display: block;
}
.stellar-slider .stellar-line a img {
  display: block;
  width: 100%;
}
.stellar-slider .stellar-line .stellar-line-title,
.stellar-slider .stellar-line .stellar-line-text {
  display: none !important;
}
.stellar-slider .stellar-line.stellar-active {
  z-index: 120;
  left: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}
.stellar-slider .stellar-line.stellar-active:before {
  opacity: 0;
}
.stellar-slider .stellar-line.stellar-active .stellar-text {
  opacity: 1;
}
.stellar-slider .stellar-line.stellar-left {
  z-index: 110;
  left: -30%;
  opacity: 0.8;
  -webkit-transition: all 1.4s ease, left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 1.4s ease, left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1.4s ease, left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 1.4s ease, left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.4s ease, left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stellar-slider .stellar-line.stellar-right {
  z-index: 110;
  left: 30%;
  opacity: 0.8;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  -ms-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
.stellar-slider-info {
  position: relative;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  height: 100px;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.stellar-slider-info .stellar-info-title,
.stellar-slider-info .stellar-info-text {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease, top 0.6s ease;
  -moz-transition: opacity 0.3s ease, top 0.6s ease;
  -o-transition: opacity 0.3s ease, top 0.6s ease;
  -ms-transition: opacity 0.3s ease, top 0.6s ease;
  transition: opacity 0.3s ease, top 0.6s ease;
}
.stellar-slider-info .stellar-info-title.stellar-info-out,
.stellar-slider-info .stellar-info-text.stellar-info-out {
  opacity: 0;
}
.stellar-slider-info .stellar-info-title {
  font-size: 24px;
  font-weight: 300;
  margin: 37.2px 0 12px;
}
.stellar-slider-info .stellar-info-title.stellar-info-out {
  top: -20px;
}
.stellar-slider-info .stellar-info-text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: justify;
  font-size: 14px;
}
.stellar-slider-control {
  display: block;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}
.stellar-slider-control li {
  display: inline-block;
  padding: 5px;
}
.stellar-slider-control li:hover {
  cursor: pointer;
}
.stellar-slider-control li span {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.stellar-slider-control li.stellar-control-active span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.stellar-info-arrows {
  position: absolute;
  height: 100%;
  width: 80px;
}
.stellar-info-arrows:hover {
  cursor: pointer;
}
.stellar-info-arrows:hover .stellar-info-left-arrow,
.stellar-info-arrows:hover .stellar-info-right-arrow {
  opacity: 1;
}
.stellar-info-arrows .stellar-info-left-arrow,
.stellar-info-arrows .stellar-info-right-arrow {
  position: absolute;
  width: 39px;
  height: 78px;
  top: 50%;
  opacity: 0.3;
  background-image: url("../img/icons_0.png");
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.stellar-info-arrows.stellar-info-left {
  left: 0;
}
.stellar-info-arrows.stellar-info-left .stellar-info-left-arrow {
  left: 20px;
  background-position: 0 -50px;
}
.stellar-info-arrows.stellar-info-right {
  right: 0;
}
.stellar-info-arrows.stellar-info-right .stellar-info-right-arrow {
  right: 20px;
  background-position: -39px -50px;
}
.mus-slider-nav-circles {
  position: absolute;
  top: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 25px 0 10px;
  text-align: center;
}
.mus-slider-nav-circles li {
  display: inline-block;
  padding: 5px;
}
.mus-slider-nav-circles li:hover {
  cursor: pointer;
}
.mus-slider-nav-circles li span {
  display: block;
  border: 7px solid;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease, color 0.3s ease;
  -moz-transition: transform 0.3s ease, -webkit-transform 0.3s ease, color 0.3s ease;
  -o-transition: transform 0.3s ease, -webkit-transform 0.3s ease, color 0.3s ease;
  -ms-transition: transform 0.3s ease, -webkit-transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, color 0.3s ease;
}
.mus-slider-nav-circles li.mus-slider-nav-active span {
  color: #c70d29;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.social-area:last-child {
  margin: 2em 0 0.8em;
}
.events-buy-btn-area {
  position: relative;
  margin: 2em 0;
}
a.buy-btn-style {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 15px 5px;
  color: #fff;
  background-color: #c60a27;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.buy-btn-style:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d74949;
}
.social_lang_friends a.buy-btn-style {
  padding: 5px 15px 4px;
}
