.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;
}

.bl_fire{
    background: url('../i/fire_bg.png') repeat center;
    width: 100%;
    height: 100px;
    color: #fff;
    font-family: 'Avenir Next Cyr',sans-serif;
    text-align: center;
}
.fire_text_wrap{
    width: 1000px;
    display: inline-flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between
}
.fire_text1{
    font-size: 2.75rem;
    font-weight: bold;
}
.btn-white{
    background-color: #fff;
    text-align: center;
    width: 250px;
    line-height: 45px;
    color: #e53a22;
    border: 2px solid #fff;
    display: inline-block;
}
.btn-white:hover,
.btn-white:active{
    color: #23B5CC;
    border: 2px solid #23B5CC;
}
.btn-white:active{
    background-color: #fdd;
}


@media (max-width: 992px){
  .action_summer {
    bottom: auto;
    top: 20px;
    left: -60px;
  }
  .bl_fire{
    background: url('../i/fire_bg2.png') repeat center;
    width: 100%;
    height: 160px;
    color: #fff;
    font-family: 'Avenir Next Cyr',sans-serif;
    text-align: center;
}  
  .fire_text_wrap{
      width: 100%;
      display: block;
     padding: 15px 15px;
  }
    .fire_text1{
        font-size: 28px;
    }
    .btn-white{
        width: 220px;
        height: 35px;
        line-height: 30px;
        margin-top: 5px;
    }
}

@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;
  }
}

.block_modal_btn{
  text-align: center
}

.block_modal_btn .butn{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.dress_2__btn{
  opacity: 0;
    z-index: 3;
    top: 0;
    width: 140px;
    margin-left: -70px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    position: absolute;
    color: #fff;
    text-align: center;
    background-color: #FF0A11;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    cursor: pointer;
    font-size: 18px;
  opacity: 1 !important;
  position: relative;
  display: block;
  width: 200px; 
  max-width: 100%; 
  left: 0; 
  margin: 0 auto; 
  margin-top: 5px;
  background-color: #23B5CC;
}

.wrap_discount{
    display: flex;
    justify-content: center;
    width: 100%;
}
.discount{
    background: #e12710;
    background: -webkit-linear-gradient(bottom, rgba(255,0,0,1) 0%, rgba(213,53,21,1) 100%);
    background: -o-linear-gradient(bottom, rgba(255,0,0,1) 0%, rgba(213,53,21,1) 100%);
    background: linear-gradient(to top, rgba(255,0,0,1) 0%, rgba(213,53,21,1) 100%);
    margin: 30px 0;
    width: 100%;
    max-width: 1200px;
    border-radius: 15px;
    overflow: hidden;
}
.discount_h1{
    color: #fff;
    padding: 15px 0 15px 0;
}
.discount_h1 h1{
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

.discount_body{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
}

.body{
    display: flex;
    justify-content: space-between; 
    flex-wrap:wrap; 
    width: 100%;
    max-width: 840px;
}
.discount_item{
    width: 270px;
    padding: 15px;
    border-radius: 10px;
     background: #fea544;
    margin-bottom: 20px;
}
.discount_item .img{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.percent {
    background: url('/i/treangle.svg');
    width: 80px;
    height: 80px;
    position: absolute;
    top: -4px;
    left: -4px;
    text-align: center;
    padding-top: 10px;
    padding-right: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.discount_item:hover  .btn_wrap,
.discount_item:hover  .pallete{
    opacity: 1;
}
.btn_wrap{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}
.btn{
    background: #cd2424;
    border: 5px solid #fea544;
    color: #fff;
    text-align: center;
    width: 140px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
.pallete{
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: rgba(255,168,69,0.8);
    padding: 7px;
    line-height: 18px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    opacity: 0;
    z-index: 3;
}
.red_line{
    background: #cd2424;
    width: 100%;
    height: 2px;
}
.discount_timer_wrap{
    width: 100%;
    background: #fea544;
    background: -webkit-linear-gradient(bottom, rgba(255,199,79,1) 0%, rgba(254,143,61,1) 100%);
    background: -o-linear-gradient(bottom, rgba(255,199,79,1) 0%, rgba(254,143,61,1) 100%);
    background: linear-gradient(to top, rgba(255,199,79,1) 0%, rgba(254,143,61,1) 100%);
    padding: 20px;
}
.discount_timer{
    width: 730px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Impact,serif;
}
.discount_timer .text{
    color: #fff;
    width:470px;
    display: inline;
    font-size: 32px;
}

.discount_timer .timer{
    display: inline-flex;
    justify-content: space-between;
    width: 240px;
}
.timer-item span{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 42px;
    color: #eb190a;
}

b.old_p{
    display: inline;
    text-decoration: line-through;
    color: #999;
    font-size: 90%;
}
b.new_p{
    display: inline;
    color: #e41e13;
}
.red-red{
    position: absolute;
    top: -3px;
    left: -3px;
    background: url('/i/red-red.png') left top no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 26px;
    font-family: 'TTRounds-Bold',sans-serif;
    color: #fff;
    padding: 10px 20px 20px 0px;
}


@media (max-width: 992px){
    .discount{
        width: 600px;
    }
    .discount_h1 h1{
        font-size: 28px;
    }
    .discount_timer{
        width:100%;
    }
    .discount_timer .text{
        width:375px;
        font-size: 26px;
    }

    .discount_timer .timer{
        width: 170px;
    }
    .timer-item span{
        font-size: 32px;
    }

    .red-red {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
}

@media (max-width: 767px){
    .discount{
        width: 580;
    }
    .discount_item{
        width: 48%;
        padding: 7px;
        border-radius: 10px;
         background: #fea544;
        margin-bottom: 20px;
    }
    .pallete{
        position: absolute;
        bottom: 0%;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        background: rgba(255,168,69,0.8);
        padding: 7px;
        line-height: 18px;
        font-size: 14px;
        opacity: 1;
    }
    .btn{
        background: #cd2424;
        border: 5px solid #fea544;
        color: #fff;
        text-align: center;
        width: 120px;
        height: 40px;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .btn_wrap {
        opacity: 0.9;
    }
}

/********************************
Промо страница
*********************************/

#katalogBlock{
    background: url('../i/bg_catalog.jpg') top center;
    padding-bottom: 50px;
}
.katalog{
   display: flex;
}

.katalog_left{
    width: 60%;
}
.katalog_left_img{
    padding: 30px 20px 30px 20px;
    height: 460px;
    text-align: center;
}
.katalog_left_img img{
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}
.katalog_right{
    width: 40%;
    color: #222;
}
.bl_utp_title{
    width: 375px;
    margin-top: 80px;
    margin-left: 40px;
}
.bl_utp_title h1{
    font-size: 32px;
    font-weight: bold;
}
.bl_utp_title h1 .s1{
    font-size: 20px;
    font-weight: normal;
    display: block;
}
.bl_utp_title h1 .s2{
    font-size: 24px;
    display: block;
}

.bl_utp_desc{
    font-size: 14px;
    font-family: "Times New Roman";
    margin-left: 40px;
}
.bl_utp_desc .desc{
    margin-top: 15px;
    font-weight: bold;
}
.bl_utp_desc .desc1{
    padding-left: 70px;
}
.bl_utp_desc .desc2{
    padding-left: 110px;
}
.bl_utp_desc .desc span{
    color: #26b500;
}
.bl_utp_btn{
    width: 100%;
    text-align: center;
}
.bl_utp_btn .butn {
    background: rgb(203,184,21)
    background: -webkit-linear-gradient(rgba(203,184,21,1) 0%, rgba(255,230,28,1) 9%, rgba(255,194,28,1) 90%, rgba(190,158,28,1) 100%);
    background: -o-linear-gradient(rgba(203,184,21,1) 0%, rgba(255,230,28,1) 9%, rgba(255,194,28,1) 90%, rgba(190,158,28,1) 100%);
    background: linear-gradient(rgba(203,184,21,1) 0%, rgba(255,230,28,1) 9%, rgba(255,194,28,1) 90%, rgba(190,158,28,1) 100%);
    width: 340px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin: 40px 0 20px 0;
    display: inline-block;
    cursor: pointer;
    box-shadow: 2px 2px 4px #666;
}
.bl_utp_btn .butn:hover{
    color: #f00;
}
.bl_utp_btn .butn:active{
    color: #00b5da;
    box-shadow: 1px 1px 2px #999;
}
.bl_utp_btn .desc {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
}
.katalog_down{
    font-family: 'TTRounds-Bold';
    text-transform: uppercase;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.packets{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.packet{
  width: calc(100% / 3 - 40px);
  color: #000;
  text-align: center;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}
.packet__head{
  padding: 40px 20px;
  font-family: 'TTRounds-Bold';
  font-size: 32px;
  background-color: #23B5CC;
  color: #fff;
}
.packet__body{
  background-color: #fff0c5;
}
.packet__text{
  padding: 20px;
  border-bottom: 4px solid #23B5CC;
  font-weight: bold;
  font-size: 18px;
}
.packet__text ul{
  list-style: none;
  padding-left: 0;
}
.packet__text li{
  margin-bottom: 10px;
}
.packet__text .smile{
  color: green;
}
.packet__price{
  padding-top: 30px;
  padding-bottom: 40px;
}
.packet__wrap{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 30px;
}
.packet__price .text{
  font-size: 18px;
}
.time_icon{
  width: 30px;
  height: 30px;
  background: url('/img-cdn/i/time.png') no-repeat center center;
  margin: 0 auto;
}
.packet-h{
  text-align: center;
  width: 100%;
}
.packet__price .d{
  color: #ff3b00;
}
.packet__price .b{
  color: #23B5CC;
}
.packet__price .price{
  font-family: 'TTRounds-Bold';
  font-size: 38px;
}
.packet__price .value{
  color: #888;
}
.btn_line{
  color: #05a2b7;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.btn_line:hover{
  color: #2f6a72;
}

@media (max-width: 1200px) {
  
  .packet{
    width: calc(50% - 20px);
    color: #000;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 620px) {
  .packet__head{
    padding: 15px 15px;
    font-size: 24px;
  }
  .packet__text{
    font-size: 17px;
  }
  .packet__price{
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .packet__price .text{
    font-size: 16px;
  }
  .packet__price .price{
    font-size: 24px;
  }
  .packet__price .value{
    font-size: 14px;
  }
  .packet{
    width: 100%;
  }
  .packet__price .btn_line{
    margin-top: 15px;
  }
}

.modal-show-left .slick-prev:before, 
.modal-show-left .slick-next:before {
  opacity: 1;
  background: url(/i/carousel-2/arrow-right.png) no-repeat center center, rgba(0,0,0,0.3)
}