.container-right {
  flex-direction: column;
  display: flex; }

.slider-wrap {
  order: 100;
  max-width: 100%; }

.slider-text-wrap {
  padding: 0 0 30px; }

.slider-text-wrap-in {
  max-width: 1398px;
  width: 100%;
  margin: 0 auto; }

.slider-text p:first-child {
  margin-top: 0; }
  .slider-text p:last-child {
    margin-bottom: 0; }

.moving-blocks-wrap {
  padding: 0 0 38px; }

.moving-blocks-wrap .mb-content {
  position: relative; }

.moving-blocks-wrap .mb-container {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 100%; }

.moving-blocks-wrap .mb-content[data-direction="vertical"] .mb-container {
  height: 700px; }

.moving-blocks-wrap .mb-blocks-wrap {
  width: auto;
  margin: 0 auto; }

.moving-blocks-wrap .mb-block {
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 1; }

.moving-blocks-wrap .mb-block.current {
  z-index: 10;
  cursor: auto; }

.moving-blocks-wrap .mb-block-inner {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform-origin: left center;
  width: 700px; }

.moving-blocks-wrap iframe {
  max-width: 100%; }

.moving-blocks-wrap .mb-image-wrap {
  display: inline-block;
  vertical-align: top; }

.moving-blocks-wrap img {
  max-width: 100%;
  width: auto;
  height: auto; }

.moving-blocks-wrap .mb-image-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 210px 20px 30px;
  min-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font: 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.1;
  text-align: left;
  white-space: normal;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.moving-blocks-wrap .mb-block-inner:hover .mb-image-description, .moving-blocks-wrap .mb-block.current .mb-image-description {
  opacity: 1; }

.moving-blocks-wrap .mb-image-title {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px; }

.moving-blocks-wrap .mb-image-text {
  text-align: left; }

.moving-blocks-wrap .mb-image-link {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
  background: #e16800;
  border-radius: 4px;
  padding: 18px 22px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold; }

.moving-blocks-wrap .mb-pagination {
  padding: 25px 20px 0;
  text-align: center;
  font-size: 0;
  line-height: 0; }

.moving-blocks-wrap.pagination-hide .mb-pagination {
  display: none; }

.moving-blocks-wrap .mb-bull {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin: 0 9px;
  border-radius: 50%;
  cursor: pointer; }

.moving-blocks-wrap .mb-bull.active {
  background: #e16800;
  border-color: #e16800; }

.moving-blocks-wrap .mb-arrows {
  position: absolute;
  z-index: 8;
  top: 185px;
  left: 0;
  right: 0; }

.moving-blocks-wrap.buttons_arrow-hide .mb-arrows {
  display: none; }

.moving-blocks-wrap .mb-arrows strong {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; }

.moving-blocks-wrap .mb-arrows strong:before, .moving-blocks-wrap .mb-arrows strong:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%; }

.moving-blocks-wrap .mb-arrows strong:before {
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #222; }

.moving-blocks-wrap .mb-arrows strong:hover:before {
  background: #e16800; }

.moving-blocks-wrap .mb-arrows strong:after {
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid; }

.moving-blocks-wrap .mb-arrows strong.mb-prev {
  left: 20px; }

.moving-blocks-wrap .mb-arrows strong.mb-prev:after {
  border-width: 4px 4px 4px 0;
  border-color: #fff #222 #fff #fff;
  margin-left: -10px; }

.moving-blocks-wrap .mb-arrows strong.mb-prev:hover:after {
  border-color: #fff #e16800 #fff #fff; }

.moving-blocks-wrap .mb-arrows strong.mb-next {
  right: 20px; }

.moving-blocks-wrap .mb-arrows strong.mb-next:after {
  border-width: 4px 0 4px 4px;
  border-color: #fff #fff #fff #222;
  margin-left: 8px; }

.moving-blocks-wrap .mb-arrows strong.mb-next:hover:after {
  border-color: #fff #fff #fff #e16800; }

.moving-blocks-wrap .mb-bottom-button {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 20px 20px 0; }

.moving-blocks-wrap.button_pause-hide .mb-bottom-button {
  display: none; }

.moving-blocks-wrap .mb-button-play {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  cursor: pointer; }

.moving-blocks-wrap .mb-button-play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -6px;
  width: 4px;
  height: 16px;
  border-style: solid;
  border-width: 0 4px;
  border-color: transparent #e16800; }

.moving-blocks-wrap .mb-button-play.off-a:before {
  width: 0;
  height: 0;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #e16800;
  margin-left: -5px; }

@media (max-width: 960px) {
  .moving-blocks-wrap .mb-block-inner {
    width: 670px; } }

@media (max-width: 768px) {
  .moving-blocks-wrap .mb-block-inner {
    width: 640px; }

  .moving-blocks-wrap .mb-image-description {
    position: relative;
    bottom: auto;
    opacity: 1;
    background: #f6f6f6;
    color: #888; }

  .moving-blocks-wrap .mb-image-title {
    color: #333; }

  .moving-blocks-wrap .mb-arrows strong {
    width: 30px;
    height: 30px; }

  .moving-blocks-wrap .mb-arrows strong:before {
    width: 12px;
    margin-left: -6px; }

  .moving-blocks-wrap .mb-arrows strong.mb-prev:after {
    margin-left: -6px; }

  .moving-blocks-wrap .mb-arrows strong.mb-next:after {
    margin-left: 4px; } }

@media (max-width: 640px) {
  .moving-blocks-wrap .mb-block-inner {
    width: 500px; }

  .moving-blocks-wrap .mb-image-description {
    padding: 20px;
    text-align: center; }

  .moving-blocks-wrap .mb-image-title {
    font-size: 16px; }

  .moving-blocks-wrap .mb-image-link {
    position: static;
    padding: 8px 20px;
    margin: 12px 0 0;
    font-weight: normal; } }

@media (max-width: 480px) {
  .moving-blocks-wrap .mb-block-inner {
    width: 320px; } }
