.checkbox-box{
	position: relative;
}
/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.radio-item {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.radio-item + label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.radio-item:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio-item:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 20px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.radio-item:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.radio-item:checked + label:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0fd4d3;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;

}

.modal-header{
  border-bottom: none;
  padding-bottom: 0;
}

.modal-body{
  padding-top: 0;
}

.modal-footer{
  border-top: none;
}

.modal-content{
  background-color: #fcf8ff;
}

.modal label{
  max-width: 85%;
  margin-left: 5px;
  font-family: 'HelveticaNeueCyr-Roman', sans-serif;
  font-size: 16px;
}

.form-control{
  height: 45px;
}

.modal-footer button{
  padding: 10px 36px;
  text-transform: uppercase;
  border-radius: 2px;
}

.private{
    color: #d6d6d6;
    text-align: center;
    font-size: 14px;
}

@media (max-width:1199px) {

  body{
    font-size: 16px;
    overflow-x: hidden;
  }

  .header-center{
    font-size: 14px;
    text-transform: none;
    padding-top: 5px;
  }

  .header-phone{
    font-size: 18px;
    margin-top: 10px;
  }

  .text-top .first-line{
    font-size: 32px;
    line-height: 1.6;
  }

  .row-top{
    font-size: 14px;
  }

  .text-top .text-price-1 span:nth-child(2){
    font-size: 85px;
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
  }

  .text-top .second-line, .text-top .text-price-1 span:first-child, .text-top .text-price-1 span:last-child {
    font-size: 35px;
  }

  .text-price-1>span{
    display: inline-block;
  }

  .text-top .second-line {
    font-weight: bold;
  }

  .text-top .text-price-1 span:last-child{
    text-transform: lowercase;
    margin-left: 10px;
  }

  .text-middle img{
    margin-right: 20px;
  }

  .form-middle{
    border-radius: 5px;
    overflow: visible;
    padding-bottom: 25px;
    font-size: 14px;
    margin-bottom: 45px;
  }

  .form-middle .form-title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
  }

  .form-middle .form-group{
    margin-bottom: 10px;
  }

  #owl .owl-item, #before-after .owl-item{
    border: none;
  }

  #owl{
    margin: -30px 100px -15px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }

  #owl .owl-item:after{
    display: block;
    width: 70%;
    height: 70%;
    content: '';
    position: absolute;
    top: 15%;
    left: 15%;
    background: url('../img/checked.png'), rgba(9,222,228,0.75);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    opacity: 0;
  }

  #owl.success .owl-item:after{
    opacity: 1;
  }

  .row-eq-height{
    display: block;
  }

  .row-top{
    min-height: 0;
  }

  .row-top .col-top-img{
    background-image: none;
  }

  .row-top .inner{
    background-image: url('../img/photo.png');
    background-repeat: no-repeat;
    background-position: -120px 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    z-index: 10;
    position: relative;
  }

  .row-content-first .title{
    text-align: center;
  }

  .row-content-first .border-dashed .dimka-position{
    height: 370px;
  }

  .jumbotron h2, .jumbotron h2+p{
    width: 60%;
  }

  .jumbotron .form-group{
    position: relative;
  }

  .jumbotron .form-group:after{
    height: 20px;
    width: 23px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    background-image: url('../img/form-icons-sprite.png');
    background-position: 0 0;
  }

  .jumbotron .form-group:nth-child(3):after{
    background-position: 0 -50px;
  }

  .jumbotron .form-group:nth-child(4):after{
    background-position: 0 -103px;
  }

  .jumbotron .form-group.has-success:after, .jumbotron .form-group.has-error:after{
    display: none;
  }

  .row-brand::before, .row-brand::after{
    background-image: none;
    background-color: #0cc9c3;
    height: 50px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  #why{
    overflow: hidden;
  }

  #why:after{
    display: block;
    height: 50px;
    width: 100%;
    content: '';
    background-color: #ffd3b0;
    position: relative;
    top: 35px;
    left: 5px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  #before-after .owl-carousel{
    margin: 30px auto;
  }


  #five-steps .title, #our-spec .title, #before-after .title{
    text-align: center;
  }

  .media{
    text-align: center;
  }

  .media-body, .media-left, .media-right{
    display: block;
  }

  .media-left .media-object, .media-right .media-object{
    margin: auto;
    margin-bottom: 20px;
  }

  .media-body{
    width: 100%;
  }

  #our-spec .thumbnail{
    border: none;
  }

  #our-spec .thumbnail img{
    border: 7px solid #fff;
    box-shadow: 6px 6px 10px 0px #ccc;
  }

  .row-slider{
    margin-top: 150px;
  }

  .row-slider .title{
    margin: -190px 0 100px;
    color: #06d8df;
  }

  .owl-theme .owl-dots{
    position: static;
    margin-top: 30px;
  }

  #sert .owl-carousel{
    margin-bottom: -110px;
  }

  #map{
    margin: 30px auto;
    width: 970px;
  }

  .footer_nav{
    margin-top: 20px;
  }

}

#results-slider img{
  width: 100%;
}

#formConsultation .radio {
  margin-top: 0;
}


@media (max-width:991px) {

  .header-phone{
    font-size: 16px;
  }

  #map{
    width: 750px;
  }

  #owl{
    margin: -75px 40px -15px;
  }
}

@media (max-width:767px) {

  body{
    min-width: 320px;
    font-size: 18px;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
  }

  #results-slider .owl-nav{
    display: none;
  }

  .header-phone{
    font-size: 20px;
    padding-top: 2px;
    display: inline-block;
  }

  .logo{
    width: 150px;
  }

  #map{
    width: 100%;
  }

  .text-top{
    padding-top: 80px;
  }

  .row-content-first .border-dashed form, .jumbotron h2, .jumbotron h2+p{
    width: 63%;
  }

  .row-content-first .border-dashed h2{
    font-size: 24px;
  }

  .jumbotron p{
    font-size: 14px;
  }

  .row-top .inner{
    background: -moz-linear-gradient(bottom,  rgba(135,58,27,.3) 0%, rgba(135,58,27,.4) 40%), url('../img/photo.png'); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(135,58,27,.3) 0%,rgba(135,58,27,.4) 40%), url('../img/photo.png'); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(135,58,27,.3) 0%,rgba(135,58,27,.4) 40%), url('../img/photo.png'); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#dbb69b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  .text-top .first-line, .text-top .second-line{
    font-size: 36px;
    text-align: center;
  }

  .text-top .text-price-1 span:first-child, .text-top .text-price-1 span:last-child{
    font-size: 36px;
  }

  .text-top .text-price-1{
    text-align: center;
    margin-bottom: 260px;
  }

  .text-top .text-price-1 span:nth-child(2){
    font-size: 80px;
  }

  .row-slider{
    margin-top: 10px;
  }

  #consult{
    background: #09dee4;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 24px;
    border: none;
    outline: none;
    margin: 0 auto 55px;
  }

  #why:after{
    top: 15px;
  }

  #before-after .owl-carousel .owl-dots{
    margin-top: 0;
  }

  .row-step .title>span:last-child{
    font-size: 80px;
  }

  .row-step .title{
    font-size: 26px;
  }

  #before-after .title, #our-spec .title{
    text-align: left;
  }

  .media-heading, .media-heading p{
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
  }

  h3 {
    font-size: 24px;
  }

  .row-spec .title>span:last-child{
    font-size: 38px;
  }

  #sert {
    background-color: #fff;
  }

  #sert .title{
    text-align: center;
    margin: 0 auto 75px;
    color: #fff;
    background-color: #06d8df;
    width: 70%;
    padding: 30px 0 350px;
  }

  #sert .owl-carousel{
    margin: -400px 40px -30px 40px;
  }

  .owl-theme .owl-dots{
    margin-top: 100px;
  }

  #sert .owl-carousel .owl-nav>*{
    display: block !important;
  }

   #sert .owl-carousel .owl-nav {
    top: 96%;
    width: 60%;
    left: 20%;
  }

  .footer_logo{
    margin: auto;
  }

  footer .footer_nav{
    text-align: center;
  }

  .row-footer .icon-tel li {
    background-image: none;
    padding-left: 0;
  }

  .row-footer .icon-tel li a{
    padding-left: 20px;
    background-image: url(/img/icon-tel.png);
    background-position-x: 0;
    background-repeat: no-repeat;
  }

  .row-footer .icon-tel li.vel a {
      background-position-y: 4px
  }

  .row-footer .icon-tel li.mts a {
      background-position-y: -26px
  }

  .row-footer .icon-tel li.life a {
      background-position-y: -54px
  }

  .row-footer .icon-tel li.city a {
      background-position-y: -82px
  }

  .copyright *{
    text-align: center;
  }

}

@media (max-width:480px) {

  .text-top .text-price-1{
    margin-bottom: 170px;
  }
  
  .header-phone {
    font-size: 13px;
  }

  .text-top .first-line, .text-top .second-line, .text-top .text-price-1 span:first-child, .text-top .text-price-1 span:last-child {
    font-size: 25px;
  }

  .text-top .text-price-1{
    margin-top: 30px;
  }

  .text-top .text-price-1 span:nth-child(2) {
    font-size: 60px;
  }

  .row-content-first .title{
    font-size: 26px;
  }

  .row-content-first .title>span:last-child {
    font-size: 50px;
  }

  .dimka-position{
    display: none;
  }

  .row-content-first .border-dashed form, .jumbotron h2, .jumbotron h2+p{
    width: 100%;
  }

  .row-content-first .border-dashed h2{
    font-size: 21px;
  }

  .row-content-first .border-dashed, .jumbotron{
    padding: 15px;
  }

  .row-brand .title {
    font-size: 19px;
  }

  .row-brand .title>span:last-child {
    font-size: 37px;
  }

  #why:after {
    top: 30px;
  }

  .row-step .title>span:last-child {
    font-size: 60px;
  }

  #sert .title{
    width: 100%;
  }

  #sert .owl-carousel .owl-nav{
    display: none;
  }

  #sert .owl-carousel{
    margin: -400px 0px -30px;
  }

  .owl-theme .owl-dots{
    margin-top: 50px;
  }

  .private {
    font-size: 14px;
  }




}

