@media only screen and (max-width: 767px) {
.targeting-mob{
  display: block;
  text-align: center;
  padding-bottom: 10px;
  margin-top: -15px;
}
.target-city{
  display: block !important;
}
.all-phones{
  display: none !important;
}
.services-content div{
    display: block !important;
    max-width: unset !important;
    margin-right: 0 !important;
    text-align: center;
  }
  .services-content img{
    display: inline-block;
    float: unset !important;
    margin-bottom: 0 0 10px 0 !important;
  }
.index .index_right{
  position: relative;
}
.index .IndexCont{
  position: absolute;
  width: 100%;
  text-align: center;
}
.index .IndexBox{
  height: unset;
}
.plosh-map{
  /*margin-top: -4.1rem;
  height: 300px;
  margin-bottom: 4.1rem;*/
  display: none;
}
.nav_index li a {border-bottom: 1px dashed;}
	
.pl_photo {
    width: 100%;
    height: auto;
}

.pl_photo a, .pl_photo a img {
    width: 100%;
}

.slick-slider:not(.slider_other_pl) li.slick-slide.slick-current.slick-active {
    width: 100% !important;
    margin: 0px;
}

.tpl-component-ploshadki .column-title {
    margin: 0 0 20px;
}
	
.nav_index >li {
    margin: 0 0 6px;
}
	
.video_box > video {display:none;}

.video_box {background: url(/img/bg_index.jpg) no-repeat 50% 50%; background-cover: cover;}

.IndexBox.active {
    text-align: center;
}
	.phone_cont .phone a{
    font-size: 25px;
  }
  body {
    padding: 0;
  }
 
  .header_phone {
    display: none;
  }
  .head_link {
    float: left;
    height: 6.6rem;
    width: 6.6rem;
    background: #d79d60;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    margin: 0 0 0 2rem;
  }
  .head_link i {
    position: relative;
    color: #352c29;
    font-size: 3.2rem;
    top: 1.8rem;
    left: 0.2rem;
  }
  .btn_phone, .head_link, .btn_head {
    width: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 0;
    float: left;
    /*margin: 0;*/
  }
  .btn_phone i{
    font-size: 2.5rem;
    top: 3px;
  }
  .head_link i, .btn_head i {
    margin-right: 0;
  }
  .head_link i{
    top: 8px;
  }
  .foot_social, .index .content_index, .content_index {
    padding-top: 5px;
  }
  .btn_phone {
    display: block;
  }
  .footer_nav a {
    font-size: 2.6rem;
  }
  .footer_nav {
    float: none;
    text-align: center;
    margin: 0 -2rem;
  }
  .footer_nav li {
    margin: 0;
  }
  #footer {
	  bottom: 0px;
    width: 100%;
    position: fixed;
	  height: unset;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .foot_social {
    float: none;
    text-align: center;
    margin: 0;
  }
  .foot_social li {
    padding: 0 -0.8rem;
  }
  #header {
    height: 21rem;
  }
  .index_left {
    float: none;
    width: auto;
  }
  .index_right {
    float: none;
    width: auto;
  }
  .nav_index {
    text-align: center;
    margin: 0 -1rem 4rem;
  }
  .nav_index >li {
    padding: 0.5rem 1rem;
    line-height: 1;
    display: inline-block;
  }
  .nav_index >li::before {
    display: none;
  }
  .IndexBox p {
    font-size: 4rem;
  }
  .header_phone {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0;
    padding: 100px 15px;
    background: rgba(0,0,0,0.7);
    top: -100%;
    bottom: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_phone.active {
    opacity: 1;
    top: 0;
    bottom: 0;
  }
  .nav_phone li {
    width: 33.33%;
  }
  .nav_phone li:last-child{
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.5);
  }
  .nav_phone a {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
  }
  .clouse_phone {
    display: block;
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: 4rem;
    left: 50%;
    margin-left: -2.5rem;
  }
  .clouse_phone::before {
    display: block;
    content: '';
    height: 0.2rem;
    width: 6.6rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.1rem 0 0 -3.3rem;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .clouse_phone::after {
    display: block;
    content: '';
    height: 0.2rem;
    width: 6.6rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.1rem 0 0 -3.3rem;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #footer.active {
    opacity: 0;
    display: none;
  }
  body.active {
    overflow: hidden;
  }
  .list_info {
    display: block;
  }
  .list_info >li {
    display: block;
    text-align: center;
  }
  .list_info p {
    margin: auto;
  }
  .colum {
    padding-right: 0;
  }
  .colum_left,
  .colum_rigt {
    float: none;
    width: auto;
  }
  .colum_rigt {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-top: 3rem;
  }
  .title {
    margin: -22rem -15px 4rem;
    padding: 24rem 15px 3rem;
  }
  .list_info {
    margin-bottom: 4rem;
  }
  .carusel {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .carusel_vertical {
    max-width: inherit;
    padding: 0 15px;
  }
  .carusel_vertical .slick-arrow {
    bottom: auto;
    top: 50%;
    left: -20px;
    margin: -10px 0 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .carusel_vertical .slick-next {
    left: auto;
    right: -20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .content {
    padding-bottom: 22rem;
  }
  .colum_rigt h3 {
    margin-bottom: 0;
  }
  .carusel_vertical .img_box div {
    padding: 0 10px;
  }
  .carusel img {
    height: 20rem;
  }
  #main {
    background: #fff5eb;
  }
  .comments-text p{
    font-size: 24px;
  }
  .left-block .video-title,.left-block .video-price{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .right-block .video-title,.right-block .video-price{
    display: none;
  }
  .vdiz-block{
    flex-wrap: wrap;
  }
  .vdiz-block .left-block,.vdiz-block .right-block{
    width: 100%;
  }
}
.carusel_vertical .slick-arrow::before {
  font-size: 25px;
}
@media only screen and (max-width: 550px) {
  .nav_index{
    margin: 0 -1rem 5px;
  }
  .nav_index >li{
    padding: 5px 10px;
  }
  .nav_index a{
    font-size: 2rem;
  }
  .IndexBox p{
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .btn_more{
    height: unset;
    width: unset;
    padding: 8px 20px;
    line-height: unset;
    font-size: 2.2rem;
  }
  h1 {
    font-size: 6rem;
  }
  .btn_phone {
    display: block;
    margin: 0 0 0 1.5rem;
  }
  .head_link {
    margin: 0 0 0 1.5rem;
  }
  .logo {
    width: 100px;
    margin: 0;
  }
  .footer_nav {
    float: none;
    text-align: center;
    margin: 0 -1rem;
    padding: 5px 0;
  }
  .footer_nav li {
    margin: 2px;
    height: unset;
    line-height: unset;
    padding: 3px 1rem 7px;
  }
  .index .footer_nav li{
    padding: 0 1rem;
  }
  .fa{
    font-size: 16px;
  }
  .foot_social a{
    height: 35px;
    width: 35px;
  }
  .footer_nav a {
    font-size: 2rem;
    padding: 3px 1rem 7px;
  }
  #header {
    height: unset;
    padding-top: 10px;
  }
  #footer {
    padding-top: 5px;
  }
  .carusel_vertical .img_box div {
    height: 100px;
  }
  .video-title{
    font-size: 28px;
  }
  .video-price{
    font-size: 20px;
  }
}
