﻿.form-email {
    display: none;
}
#mail {
    display: none;
}
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,700&subset=cyrillic,cyrillic-ext");
@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    src: url(../fonts/proximanova-regular.woff) format("woff")
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 500;
    src: url(../fonts/proximanova-semibold.woff) format("woff")
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    src: url(../fonts/proximanova-bold.woff) format("woff")
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    src: url(../fonts/proximanova-extrabold.woff) format("woff")
}

html {
    font: normal 16px/20px "Fira Sans", Helvetica, Arial, sans-serif
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 1rem/1.2rem "Fira Sans", Helvetica, Arial, sans-serif;
    color: #333
}

a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: #5e06b6;
    border-bottom: 1px solid #ab5bfa;
    text-decoration: none
}

a:visited,
a:focus {
    color: #5e06b6;
    text-decoration: none
}

a:hover,
a:active {
    border-bottom-color: transparent;
    color: #5e06b6;
    text-decoration: none
}

a[href^="tel:"] {
    border-bottom-color: transparent;
    text-decoration: none
}

h1 {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600
}

h2 {
    font-size: 24px;
    font-weight: 600
}

h3 {
    font-size: 16px;
    font-weight: 600
}

input[type="text"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #1a1a1a;
    height: 40px;
    padding: 6px 12px 8px 12px
}

textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #1a1a1a
}

.skidon {
    padding: 20px;
    border: 5px solid #17A445;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    text-align: center;
}
.skidon span {
    color: #17A445;
	font-weight: 600;
}
.border-bot-punktir {border-bottom: 1px dashed #333333;}
.img-about {width: 100%; height: auto;margin: 0 0 10px;}
.kontakt-punktir {border-bottom: 1px dashed #ffffff;}
.img-harakteristika {border: 5px solid #17A445;}
.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #1a1a1a
}

.lead {
    font-size: 18px !important;
    line-height: 1.4em !important;
    margin-bottom: 20px
}

.inline_image {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px
}

.nowrap {
    white-space: nowrap
}

.mt_10 {
    margin-top: 10px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.pl_0 {
    padding-left: 0
}

.btn-red {
    background-color: #fff;
    border-bottom: 1px solid #fff !important;
    color: #5e06b6
}

.btn-red:visited {
    color: #5e06b6;
}

.btn-red:hover {
    background-color: #17a445;
    color: #fff
}

.header__logo {
    background: url(../img/logo.png) left center no-repeat;
    display: block;
    height: 80px;
    margin-bottom: 25px;
    margin-top: 15px
}

.header__logo a {
    border-bottom-color: transparent;
    color: #666;
    display: block;
    min-height: 80px;
    min-width: 100px
}

.header__logo:hover a {
    color: #5e06b6
}

.header__logo:hover .header__logo_slogan {
    border-left-color: #ab5bfa
}

.header__logo_slogan {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border-left: 1px solid #c2c2c2;
    margin-left: 240px;
    margin-top: 17px;
    padding-left: 20px
}

.header__slider {
    background: #5e06b6 url(../img/homeslider-bg.jpg) center center no-repeat;
    color: #fff;
    margin-bottom: 40px;
    min-height: 320px;
    padding: 50px
}

.header__slider_headline {
    font: 600 40px/45px "Proxima Nova"
}

.header__slider_description {
    font-size: 32px;
    margin-top: 10px
}

.header__slider_btn {
    font-size: 20px;
    margin-top: 30px
}

.header__slider_btn .btn-red {
    font-size: 20px;
    line-height: 1em;
    padding: 12px 30px 17px 30px
}

.header__slider_truck {
    position: absolute;
    left: -80px;
    top: -45px
}

.header__slider_mover {
    position: absolute;
    right: -10px;
    top: -88px
}

.header__phone {
    margin-top: 30px
}

.leftcol {
    padding-bottom: 40px
}

.leftcol h1:first-child,
.leftcol h2:first-child,
.leftcol h3:first-child {
    margin-top: 0
}

.leftcol__phone {
    margin-bottom: 40px
}

.leftcol__phone_number,
.header__phone_number {
    border-bottom-color: transparent;
    color: #333;
    font: 600 28px/32px "Proxima Nova"
}

.leftcol__menu_services a {
    border-bottom-color: transparent;
    display: block;
    margin-top: 5px
}

.leftcol__menu_services_disabled {
    text-decoration: line-through
}

.leftcol__main_menu {
    border-top: 1px solid #c2c2c2;
    margin-top: 30px;
    padding-top: 30px
}

.leftcol__main_menu a {
    border-bottom-color: transparent;
    display: block;
    margin-top: 5px
}

.basecontent {
    padding-bottom: 40px
}

.basecontent h1:first-child,
.basecontent h2:first-child,
.basecontent h3:first-child {
    margin-top: 0
}

.price_table {
    margin: 10px 0 15px
}

.price_table tr:hover td {
    background-color: #eee
}

.price_table th {
    background-color: #333;
    color: #fff;
    border: 1px solid #666;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 15px 13px 15px
}

.price_table td {
    background-color: #fff;
    border: 1px solid #666;
    font-size: 15px;
    padding: 10px 15px 13px 15px
}

.price_table__padding10 th {
    padding: 10px 10px 13px 10px
}

.price_table__padding10 td {
    padding: 10px 10px 13px 10px
}

.banner__call_now {
    background: #ffea99 url("../img/bg-call-now-01.png") right center no-repeat;
    color: #333;
    clear: both;
    margin-top: 30px;
    padding: 25px 180px 25px 25px;
    max-width: 470px
}

.banner__call_now h2 {
    margin-top: 0;
    padding-top: 0
}

.banner__call_now p {
    color: #333 !important
}

.banner__call_now .banner__call_now_tel {
    font: 600 30px/30px "Proxima Nova";
    margin-top: 5px
}

.min_price {
    padding: 20px 0 30px 0
}

.min_price h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px
}

.min_price__label {
    background: transparent url("../img/bg-min-price-01.png") right bottom no-repeat;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 85px;
    max-width: 410px;
    min-height: 95px;
    padding-right: 30px;
    text-align: center
}


.ul-na-size {line-height: 2.5;}
.border-img-gaz {border: 5px solid #781ad6;}

.min_price__label_digit {
    font-size: 48px;
    font-weight: 700
}

.min_price__action {
    font-size: 13px;
    line-height: 15px;
    max-width: 500px
}

.min_price__action_phone {
    margin-top: 2px
}

.min_price__action_phone a {
    border-bottom-color: transparent;
    color: #333;
    font-size: 19px;
    font-weight: bold;
    line-height: 17px
}

.min_price__action_phone a::before {
    content: "";
    font-family: "Glyphicons Halflings";
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    top: 2px
}

.min_price__legal {
    border-top: 1px solid #b3b3b3;
    color: #999;
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
    padding: 15px 0 0px 0
}

.socialblock {
    max-width: 100%;
    overflow: hidden;
    padding: 0 20px 30px 20px
}

.socialblock #vk_like {
    margin-top: 20px
}

.footer__menu {
    background: #5e06b6;
    color: #fff;
    padding: 20px 0 20px 0
}

.footer__menu a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border-bottom-color: transparent;
    color: #fff;
    margin-right: 20px
}

.footer__menu a:hover {
    color: #ff5000;
    text-decoration: none
}

.footer__feedback_question {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 0 30px
}

.footer__feedback_image {
    margin-bottom: -35px;
    position: relative;
    top: -55px
}

.footer__feedback {
    background: #333;
    color: #ccc;
    padding-bottom: 30px;
    padding-top: 15px
}

.footer__feedback_form {
    margin-top: 20px;
    padding-bottom: 30px
}

.footer__feedback_form input.error {
    border-color: #ff5000
}

.footer__feedback_form textarea.error {
    border-color: #ff5000
}

.footer__feedback_form label.error {
    color: #ff5000;
    font-size: 13px;
    font-weight: normal
}

.footer__feedback_form .btn-red {
    font-size: 15px;
    padding: 10px 30px 11px 30px
}

.footer__feedback_form_tel {
    border-bottom: 1px solid gray !important;
    color: #ccc
}

.footer__feedback_comment {
    font-size: 14px;
    color: #ccc;
    margin-top: 122px;
    margin-right: 30px;
    line-height: 2.2;
}


.footer__copyright {
    color: #666;
    font-size: 13px;
    padding: 20px 0 25px 0
}

.footer__copyright a {
    border-bottom-color: transparent;
    color: #666
}

.footer__feedback_header {
    font: 600 30px/34px "Proxima Nova"
}

@media (max-width: 767px) {
    .header__logo {
        background-position-x: center
    }
    .header__slider {
        text-align: center;
        padding: 20px
    }
    .header__slider_headline {
        font-size: 30px;
        line-height: 1.1em
    }
    .header__slider_description {
        font-size: 22px;
        line-height: 1.1em
    }
    .header__phone {
        margin-bottom: 20px;
        margin-top: 0px;
        text-align: center
    }
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 20px
    }
    .min_price h3 {
        margin-top: 15px !important
    }
    .banner__call_now {
        background-position: bottom 10px right -30px;
        padding: 15px 110px 15px 15px
    }
    .banner__call_now .banner__call_now_tel {
        font-size: 22px
    }
    .footer__menu {
        padding: 20px 20px 50px 20px;
        text-align: center
    }
    .footer__menu a {
        display: block;
        margin: 0;
        padding: 5px 20px 7px 20px
    }
    .footer__feedback_question {
        font-size: 18px;
        padding: 0 20px
    }
    .footer__feedback_image {
        text-align: center
    }
    .footer__feedback_header {
        font-size: 22px
    }
    .footer__feedback_form {
        padding-left: 20px;
        padding-right: 20px
    }
    .form-control {
        margin-bottom: 15px
    }
    .footer__feedback_form .pl_0 {
        padding-left: 15px
    }
    textarea.form-control {
        margin-top: -15px;
        margin-bottom: 0
    }
    .footer__feedback_header {
        padding: 0 20px
    }
    .footer__feedback_comment {
        margin: 0;
        padding: 0 20px 0 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header__slider {
        text-align: center
    }
    .min_price h3 {
        margin-top: 15px !important
    }
    .form-control {
        margin-bottom: 15px
    }
    .footer__feedback_form .pl_0 {
        padding-left: 15px
    }
    textarea.form-control {
        margin-top: -15px;
        margin-bottom: 0
    }
}

@media (min-width: 1390px) {
    .header__slider {
        background-size: cover
    }
}


/*# sourceMappingURL=app-styles.css.map */
/*
* Лёгкийи и отзывчивый аккордеон
* минимум кода, максимум функционала
* без javascript, на чистом CSS
* работает на скрытых checkbox.
* автор: @dobrovoi dbmast.ru
*/ 
.info {
    margin: 25px auto;
    text-align: center;
    color: #b9b9b9
}
.info a {
    color: burlywood;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.info a:hover {
    color: #e07e00
}

/* 
* Формируем базовый контейнер аккордеона 
*/
.accordion {
    width: 100%;
/*
ширина произвольная выбирается
*в зависимостиот места размещения 
*/
    max-width: 600px;
    min-height: 0;
    display: block;
/* относительное позиционирование */
    position: relative;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden
}
/* заголовки панелей аккордеона */
.accordion h3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #333333;
    background: #ffea99;
    border-top: 1px solid #f9df7a;
    border-bottom: 1px solid #b7940d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/

/* Формируем блоки с содерханием */
.msg {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
}

/* оформляем параграфы */
.msg p {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px
}

/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
  .accordion {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
} 

/* Формируем неупорядоченный список */
.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
}

/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}

/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
/* расположим указатель на панели заголовка справа */
  right: 25px;
}

/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
  content: "";
    position: absolute;
    background-color: #5e06b6;
    width: 3px;
    height: 9px;
}
/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* Когда у флажка установлен checked  
 * блок с содержанием скрыт
*/
.accordion ul li input[type=checkbox]:checked ~ div.msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}
/**
 * Изображения внутри аккордеона
 * ...сделаем их отзывчивыми
 */
.accordion .msg img {
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* полноразмерная картинка */
.msg img .large-img {
    width: 100%;
    margin-bottom: 10px;
}
/* миниатюра слева */
 .msg img.img-left {
    width: 25%;
    float:left;
    margin:5px 15px 5px 0;
}
/* миниатюра справа */
.msg img.img-right {
    width: 25%;
    float:right;
    margin:5px 0 5px 15px;
}

/* Встраеваемое видео */
.video-responsive {
    margin: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
/* Предусмотри использование кода встраиваемого видео
 *через iframe, object или embed */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
