.action_summer {
    background: url(/i/solnce_2_10perc.png);
    background-size: 100%;
    height: 140px;
    width: 140px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0%;
    z-index: 100;
}

@media (max-width: 992px){
  .action_summer {
      bottom: auto;
      top: 20px;
      left: -60px;
  }
}

@media (max-width: 850px){
  .action_summer {
      height: 100px;
      width: 100px;
      top: 165px;
      left: 2px;
  }
}
@media (max-width: 570px){
  .action_summer {
      height: 120px;
      width: 120px;
      top: 5px;
      left: 2px;
  }
}
.ms-index-center {
    padding: 80px 0px 60px 0px;
    background: #fffde7;
}

.ms-index-center-l,
.ms-index-center-r {
    display: inline-block;
    vertical-align: top;
    width: calc(70% - 10px);
    margin: 30px 0px 40px 0px;
}

.ms-index-center-r {
    width: 30%;
    padding-left: 60px;
    font-size: 18px;
}

.ms-index-center-feat {
    background: url(/i/ico_marker_center.svg) no-repeat left 5px;
    padding: 0px 0px 30px 30px;
    color: #292b2c;
}

.ms-index-center-feat:first-child {
    background-position: left 10px;
}

.ms-index-center-more-l,
.ms-index-center-more-r {
    display: inline-block;
    color: #292b2c;
    vertical-align: top;
    width: calc(35% - 10px) ;
    font-size: 24px;
}

.ms-index-center-more-r {
    width: 65%;
    padding-left: 100px;
}

.ms-index-center-more-adress {
    margin-top: 10px;
    color: #23B5CC;
    font: normal 2.0rem 'TTRounds-Bold';
    line-height: 1;
}

.ms-index-center-more-adress a {
    text-decoration: none;
    border-bottom: dotted 1px #dc0e85;
    color: #dc0e85;
}

.ms-index-center-more-adress a:hover {
    border: none;
    text-decoration: none;
}

.ms-index-center-bubble {
    box-shadow: 5px 5px 10px 0 #dbcfab;
    background: #fff;
    padding: 25px 40px 25px 40px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 8px;
    line-height: 1.25;
}

.ms-index-center-bubble span {
    color: #dc0e85;
}

.ms-index-center-bubble:last-child {
    float: right;
}

.ms-center-slider{
  width: 100%;
  max-height: 550px;
  overflow: hidden;
  border-radius: 10px;
}
.ms-center-slider .slick-dots {
    bottom: 25px;
    z-index: 5;
}
.ms-center-slider .slick-dots li button {
    background-color: #c6f7e7;
    opacity: 0.5;
    border: 1px solid #999;
}
.ms-center-slider .slick-dots li.slick-active button {
    opacity: .95;
}

/*video*/
.ms-index-videos{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: center;
}
.ms-index-video-wrap{
  display: inline-block;
  width: 33%;
  text-align: center;
  position: relative;
  padding: 0 2% 20px 2%;
  cursor: pointer;
}
.overlay-cell-alt iframe{
  height: 430px;
  width: 820px;
  max-width: 95%;
}
.ms-index-video-wrap img{
  display: inline-block;
  max-width: 100%;
}
.ms-index-video-wrap .youtube_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  margin-left: -35px;
  margin-top: -25px;
  background-image: url('/i/youtube_btn.png');
  background-size: 100%;
  transition: all 0.5s;
  cursor:pointer;
  display: block;
}
.ms-index-video-wrap .youtube_btn:hover{
  width: 90px;
  height: 67px;
  margin-left: -45px;
  margin-top: -33px;
}
.ms-index-video-wrap-desc{
  font-size: 1rem;
  max-width: 90%;
  color: #3d3d3d;
  text-align: center;
  width: 900px;
  margin: 10px auto;
}

.ms-video-recall{
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .ms-index-video-wrap{
    width: 50%;
    max-width: 410px;
  }
}

@media (max-width: 800px) {
  .ms-index-video-wrap{
    width: 100%;
    max-width: 410px;
  }
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 10px;
    border-radius: 50%;
    background-color: #26a7b7;
    opacity: 0.25;
    cursor: pointer;
    border: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    opacity: 1;
}
.slick-dots li.slick-active button
{
    opacity: .75;
}
.ms-center-slider .img-wrap.slick-slide{
   height: 32vw;
}
.img-wrap.slick-slide,
.img-wrap{
  text-align: center;
  width: 100%;
}
.img-wrap.slick-slide img,
.img-wrap img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.yellowed {
    background: #fffde7;
}


@media (max-width: 1200px) {
  .ms-index-center-r {
      padding-left: 25px;
  }
}
@media (max-width: 1000px) {

  .ms-index-center-l,
  .ms-index-center-more-l {
      width: 100%;
  }
  .ms-index-center-r,
  .ms-index-center-more-r{
    margin-top: 20px;
    width: 100%;
  }
  .ms-index-center-more-r{
    padding-left: 10%;
  }
  .ms-center-slider .img-wrap.slick-slide{
     height: 65vw;
  }
}
@media (max-width: 500px) {
  .ms-index-center-more-adress {
      font-size: 1.5rem;
  }
  .ms-index-center-more-l, .ms-index-center-more-r {
      font-size: 18px;
      padding-left: 0;
  }
  .ms-index-center-bubble{
    padding: 15px 30px 15px 30px;
    margin-bottom: 15px;
  }
}
