/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"], input[type="submit"]
button { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
ul {
	 list-style:none;
}
* {
    box-sizing: border-box;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    width: 100%;
    min-width: 320px;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Cookie', serif;*/
	font-family: 'Alice', sans-serif;
    color: #444;
    background-color: #fffefe;
    font-size: 22px;
    position: relative;
    overflow-x: hidden;
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: inherit;
	text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
}
a:hover {
	color:  #d3ab5e;
	text-decoration:none;
    cursor: pointer;
}
a:focus, a:active {
	color: inherit;
	text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{
	width:100%;
}
.container-fluid {
    padding: 0;
    overflow-x: hidden;
}
.themecolor {
    color:#d3ab5e;
}
.fonts-z-18 {
    font-size: 18px;
}
/*---------Header--------*/
.parallax {
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-color: rgba(0,0,0,0.85);
    position: relative;
}
.bg_header {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 10px;
}
.btn-theme {
    padding: 20px 60px;
}
.header-top p {
    color: #fffefe;
    font-size: 18px;
}
.header-top p span {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.header-content {
    position: absolute;
    top: 50%;
        left: 50%;
        width: 75%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
        text-align: center;
}
.header_title h1 {
    text-align: center;
    color: #ffc107;
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.header_title p {
    color: #fffefe;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
/*---------the end Header--------*/
/*--------Section--------*/
.section_content {
    margin-bottom: 5rem;
}
.section_header {
    margin: 5rem 1rem;
}
.line {
    width: 150px;
    margin: 12px auto;
    height: 2px;
    background: #ffc107;
}
.section_header h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.section_content h4 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2;
}
.bg-img {
    background-image: url('../img/bg2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.85);
}
.bg-img2 {
    background-image: url('../img/bg3.jpg');
    height:100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.85);
}
.bg-img3 {
    background-image: url('../img/bg5.jpg');
    height:100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.85);
}
.cover-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    padding: 0.5rem 0;
}
/*--------Steps-section-----------*/
.steps_descr h4 {
    color: #fffefe;
    margin-bottom: 1rem;
}
.steps_item {
    padding-bottom: 3rem; 
}
.steps_icon {
    width: 65px;
    height: 65px;
    padding: .5rem;
    border: 1px solid #ffc107;
    float: left;
    margin-right: 1rem;
}
.steps_descr {
    overflow: hidden;
}
.steps p, .consult-block p, .modal-text {
    color: #b1aeae;
}
/*--------the end Steps-section-----------*/
/*----------Prices section--------------*/
.prices-item {
    padding: 10px 0;
    padding-bottom: 10px;
}
.prices-item:not(:last-child):after {
    content: "";
    background: rgba(255,255,255,.15);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.prices-title {
    letter-spacing: .075em;
    color: #d3ab5e;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 25px;
}
.prices-item p {
    font: 16px/26px "Proxima Nova";
    color: #fffefe;
    line-height: 1;
    padding: 10px 0;
}
.prices-item .row, .prices-item .prices-item-add {
    padding: 0 25px;
} 
.thermostinfo {
    font-size: 35px;
    font-weight: 600;
    color: #b1aeae;   
}
.thermostinfo span {
    text-transform: uppercase;
    color: #d3ab5e;
}
.discount {
    margin-top: 2rem;
    font-size: 38px;
    color: #fffefe;
}
/*---------- the end Prices section--------------*/
/*-----------Consult-section------------*/

.consult-field input, .consult-field textarea {
    height: 60px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(211, 171, 94, 0.45);
    background: transparent;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}
.modal-body .consult-field input, .modal-body .consult-field textarea {
    height: 40px;
    color: #b1aeae;
}
.modal-body .consult-field textarea {
    height: 60px;
}
.modal-body {
    text-align: center;
}
.modal-body .consult-form-head {
    font-size: 35px;
    letter-spacing: .1rem;
    font-weight: 600;
    margin: 0 2rem 1rem;
    text-transform: uppercase;
}
.modal-body p {
    font-size: 18px;
    padding-bottom: 1rem;
}
.consult-form-row {
    padding: 0 30px 30px 0;
}

.consult-field textarea {
    resize: none;
    padding: 10px 0;
}
.succes {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
}
.succes span {
    margin: auto;
    color: #d3ab5e;
    text-align: center;
}
.active {
    background-color: #fff;
    opacity: .95;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.active2 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.consult-head {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2
}
.out {
    visibility: hidden;
}
.section_content {
    position: relative;
}
.footer-form {
    min-height: 300px;
}
/*-----------the end Consult-section------------*/
/*--------Portfolio-section-------*/
.portfolio-item {
    padding: 0 5px;
    margin-bottom: 10px;
}
.portfolio-item-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 100%;
}
.portfolio-info {
    position: absolute;
    background: rgba(211, 171, 94, 0.8);
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-20px);
    -moz-transform: translateY(-20px) translateX(-20px);
    -ms-transform: translateY(-20px) translateX(-20px);
    -o-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.portfolio-link:hover .portfolio-info{
    -webkit-transform:translateY(0) translateX(0);
    -moz-transform:translateY(0) translateX(0);
    -ms-transform:translateY(0) translateX(0);
    -o-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0);
    opacity:1}
.portfolio-content {
    padding: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.portfolio-title {
    color: #000;
    font: 600 24px "Proxima Nova";
    letter-spacing: .025em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
}
.portfolio-descr {
    color: #000;
    font: 16px "Proxima Nova";
}
.portfolio-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-info:before{
    margin-right:-.35em;
    height:100%;
}
/*----------the end Portfolio-section--------------*/
/*--------------Footer---------------*/
footer {
    margin-top: 3rem;
}
footer p {
    font-weight: 700;
}
.phone {
    letter-spacing: .085em;
}
.phone span {
    font-size: 28px;
    padding-left: 10px;
}
.share {
    font-size: 30px;
}
.icon {
    font-size:28px !important; 
    text-shadow:1px 1px 4px #000000;
    margin: 0 1rem;
}
/*--------------the end Footer---------------*/
/* --------------- topbutton ---------*/
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: transparent; 
    opacity: 0.8;
    color: #d3ab5e; 
    cursor: pointer;
    border-radius: 50%; 
    font-size: 60px; 
    padding: 0;
    width: 58px;
    height: 58px;
}
#myBtn .fa {
    position: absolute;
    top: 0;
    left: 3px;
}
#myBtn:hover {
    opacity: 1;
}
/* --------------- the end topbutton ---------*/
/*-----Preloader-----*/
.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }
/*-----the end Preloader-----*/
@media screen and (max-width: 1200px) {
    .portfolio-title {
    font-size: 18px;
    padding-top: 40px;
}
    .needteplsch p{
    font-size: 18px;
    overflow: hidden;
}
}
@media screen and (max-width: 992px) {
    body {
    font-size: 18px;
}
    .header_title h1 {
    font-size: 4.5rem;
}
    .header_title p {
    font-size: 3rem;
}
    .discount {
    font-size: 32px;
}
    .section_content h4, .consult-head {
        font-size: 2.5rem;
    }
    .thermostinfo {
    font-size: 30px;   
}
    .prices-item:nth-child(2):after {
    content: "";
    width: 0px;
}
    .needteplsch img {
        max-width: 400px;
}
    .section_content {
    margin-bottom: 3rem;
}
    .section_header {
    margin: 3rem 0.5rem;
}
    .consult-field input, .consult-field textarea {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .header_title h1 {
    font-size: 4rem;
}
    .header_title p {
    font-size: 2.5;
}
    .section_header h2 {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}
    .section_content h4, .consult-head {
        font-size: 2rem;
}
    .section_content {
    margin-bottom: 2rem;
}
    .section_header {
    margin: 2rem 0.5rem;
}
    .discount {
    font-size: 28px;
}
    .thermostinfo {
    font-size: 25px;   
}
    .prices-item:nth-child(n):after {
    content: "";
    width: 0px;
}
}
@media screen and (max-width: 576px) {
    .header_title h1 {
    font-size: 3rem;
}
    .header_title p {
    font-size: 2rem;
}
    .section_header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
    .section_content h4, .consult-head {
        font-size: 1.8rem;
}
    .portfolio-title {
    font-size: 24px;
    padding-top: 60px;
}
}
@media screen and (max-width: 320px)
