.row-h1 {
  margin-top: 70px;
}

.icon-social {
  width: 35px;
  margin: 10px;
}

#section1 {
  background: url(../img/Heating-SystemsLogo.webp) center top !important;
  min-height: 700px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.h1, h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
}

.p-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  margin-top: 40px;
  font-weight: 600;
}

.h-logo {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0px;
  font-size: 25px;
}

p {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  margin-bottom: 0px;
}

.li-phone {
 font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
}

.btn:not(:disabled):not(.disabled) {
  text-shadow: 2px 0px rgba(0,0,0,0.31);
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  box-shadow: 0px 4px 0px 0px #2471ff;
  background: linear-gradient(to bottom, #357afa, #3a74f3);
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #ffffff;
}

.bt-h1 {
  max-width: 420px;
  width: 100%;
  height: 75px;
  margin-top: 50px;
}

.logo {
  margin-top: 10px;
  margin-right: 20px;
}

.p-logo {
  font-size: 15px;
  line-height: normal;
}

.p-phone {
  font-size: 15px;
}

.row-logo {
  margin-top: 10px;
}

.nav-item {
  padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.span-bold {
  font-weight: 700;
}

@media (max-width: 844px) {
  .p-center-mod {
    text-align: center;
    color: #ffffff;
  }
}

@media (max-width: 844px) {
  .li-phone {
    color: #000;
  }
}

@media (max-width: 844px) {
  .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
}

@media (max-width: 576px) {
  .bt-h1 {
    width: 300px;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 576px) {
  .h1, h1 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .row-h1-preim {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  #section1 {
    background: #ffffff !important;
  }
}

.bt-main {
  border-radius: 5px ! important;
  background: 0 0;
  padding: 0;
  border: 0;
  outline: 0;
  transition: .3s;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: white !important;
}

.bt-animate:after {
  content: "";
  margin-left: 60px;
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.span-blue {
  color: #12a2fe;
}

.section-title {
  margin-bottom: 20px;
  font-size: 40px;
}

#section-calk {
  background-repeat: no-repeat !important;
  padding: 50px 0;
  /*background: url(../img/bg3.jpeg) center bottom;*/
}

.form-control {
  font-family: 'Montserrat', sans-serif;
  margin: 0px 0;
}




.btn-calc {
  margin-left: 20px;
  display: inline-block;
  height: 58px;
  width: 300px;
}

#area {
  display: inline-block;
  width: 375px;
  height: 56px;
  line-height: 54px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
}

thead {
  background-color: #ffd100;
}

#section2 {
  padding-top: -10px;
  padding-bottom: 40px;
}

.p-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  color: #12a2fe;
}

.p-number-txt {
  margin-top: 10px;
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 15px;
}

.p-number-txt2 {
  font-size: 20px;
  margin-top: 10px;
}

.h2, h2 {
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  margin-bottom: 30px;
}

#section3 {
  background-repeat: no-repeat !important;
  background: url(../img/bg2.png) center bottom;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-h2-about {
  font-size: 22px;
}

.p-about {
  margin-top: 20px;
}

.uppercase {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-slide-about {
  padding: 3px;
}

.director-podpis {
  color: #0497be;
  margin-top: 20px;
}

.table-outer {
  padding: 20px;
}

#section-form {
  background-repeat: no-repeat !important;
  background: url(../img/bg4.jpeg) center center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 600px;
}

.head-form {
  font-size: 40px;
}

.div-bg-wh {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
  padding: 20px;
  width: 100%;
  min-height: 500px;
  background: #ffffff;
  border-radius: 10px;
}

.h-form2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 30px;
}

.p-form {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-form-poluchenie {
  width: 20px;
  margin-top: 5px;
}

.p-form-poluchenie {
  margin-left: 10px;
  font-size: 18px;
}

.div-form-poluchenie {
  margin-top: 10px;
  margin-bottom: 10px;
}

.UniNeueHeavy {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.UniNeueLight {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.active-form-field {
  display: block !important;
}

.table {
  margin-bottom: 0 !important;
}

#proekti {
  background-color: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 50px;
}

#types {
  background: #f7fbfe;
  padding-top: 50px;
  padding-bottom: 50px;
  /*min-height: 600px;*/
}

.margin-top-30 {
  margin-top: 30px;
}

.h-card {
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}

#result {
  background-repeat: no-repeat !important;
  /*background: url(../img/bg5.jpeg) center bottom;*/
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 1100px;
}

.table-shadow {
  width: 96%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  height: 15px;
  margin: auto;
}

.last {
  border: none !important;
}

.table-responsive {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding-right: -2px;
}

.form-shadow {
  width: 96%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  height: 15px;
  margin: auto;
}

.active-input {
  display: block;
}

.yellow-c {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 15px;
  margin-right: 10px;
}

.table-name {
  text-align: center;
}

.table-price {
  text-align: center;
}

.table td, .table th {
  vertical-align: middle !important;
  padding: 12px 20px;
  max-width: 420px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  border-top: none;
  border-right: 3px solid white;
}

.row-blue {
  background-color: #f3faff !important;
}

.table thead th {
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  border-right: 3px solid white;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.btn-calc {
  margin-top: 0 !important;
}

.p-text {
  line-height: 1.5;
  font-size: 18px;
}

.text-podpis {
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  font-size: 22px;
  color: #12a2fe;
}

.padding-top-30 {
  padding-top: 30px;
}

.p-h {
  font-size: 25px;
  padding-bottom: 20px;
  line-height: 1.4;
}

.type-name {
  font-size: 11px;
  text-align: center;
  display: block;
}

.types-spacer {
  margin: 20px 0;
  font-size: 0.1px;
}

.active {
  border: 2px solid #ffd200;
  border-radius: 5px;
}

.type {
  height: 60px !important;
  width: 23%;
  cursor: pointer;
  border: 2px solid #c4c4c4;
  border-radius: 5px;
}

.form-btn {
  height: 70px;
  width: 100%;
  font-size: 16px;
}

.form-field {
  height: 60px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

.form {
  max-width: 600px;
  width: 100%;
  background-color: white;
  padding: 30px 30px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.flex-box > div[class*="col"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.check-img {
  width: 15px;
}

.active-input {
  display: block;
}

.price-cell {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.price-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  margin-top: 30px;
  color: #000000;
      font-weight: 600;
}

.btn-price {
  font-size: 16px !important;
  margin-bottom: 30px !important;
}

.row-white {
  background-color: white;
}

.types-table {
  margin-top: 30px;
}

.price2-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}

.stoimost-p {
  margin-top: 30px;
}

.types-table .last {
  text-align: center;
}

.price-cell {
  word-wrap: break-word;
}

.vip-area {
  margin-top: 30px;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.map-area {
  width: 600px;
  margin-top: 40px;
  position: relative;
}

.point-1 {
  position: absolute;
  top: 140px;
  left: 140px;
}

.point-2 {
  position: absolute;
  top: 50px;
  left: 350px;
}

#sert {
  background-repeat: no-repeat !important;
  /*background: url(../img/bg8.jpeg) center top;*/
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 190px;
}

#section-contact {
  background-repeat: no-repeat !important;
  background: url(../img/bg-contact.jpeg) center top;
  padding-top: 50px;
  padding-bottom: 50px;
}

.close-icon {
  width: 20px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.point-6 {
  position: absolute;
  top: 480px;
  left: 470px;
}

.md-7 {
  position: absolute;
  top: 50px;
  left: 250px;
}

.map-description-7 {
  min-height: 140px !important;
}

@media (max-width: 768px) {
  #section-bottom-thanks {
    margin-top: 0px !important;
  }
}

#section-bottom-thanks {
  margin-top: -30px;
}

#map-adress {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15%;
}

.col-img-p {
  margin-bottom: 15px;
}

.btn.primary {
    color: white;
    background-color: #ffd000;
    background-repeat: repeat-x;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-image: -khtml-gradient(linear,left top,left bottom,from(#ffd000),to(#ff9f1e));
    background-image: -moz-linear-gradient(top,#ffd000,#ff9f1e);
    background-image: -ms-linear-gradient(top,#ffd000,#ff9f1e);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#049cdb),color-stop(100%,#ff9f1e));
    background-image: -webkit-linear-gradient(top,#ffd000,#ff9f1e);
    background-image: -o-linear-gradient(top,#ffd000,#ff9f1e);
    background-image: linear-gradient(top,#ffd000,#ff9f1e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000',endColorstr='#ff9f1e',GradientType=0);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-color: #ff9f1e #ff9f1e #ff9f1e;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-top-color: rgba(0,0,0,0.0976563);
    border-right-color: rgba(0,0,0,0.0976563);
    border-bottom-color: rgba(0,0,0,0.246094);
    border-left-color: rgba(0,0,0,0.0976563);

    box-shadow: 0px 4px 0px 0px #ff8a24;
    background: linear-gradient(to bottom, #ffd000, #ff9f1e);
}


.copyright-ucalc {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background-color: #ffffff;
}

/* Calculate */

.calculate-popup {
  /*max-width: 600px;*/
  /*margin: 40px auto;*/
}
.calculate-popup * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#range-slider {max-width: 80%; margin: 0 auto; padding-top: 50px; }
#slider-range { background-color: #D4D4D4; }

.ui-slider-horizontal .ui-slider-range { background-color: #6798BD; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { 
  background: #fff!important;
  border: 1px solid #cccccc!important;
}

.ui-slider .ui-slider-handle {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
  border-radius: 50%;
  height:20px;
  width:20px;
}

#amount { 
  font-size: 1.75em; 
  font-weight: 300;
  line-height: 1.6875em;
  color:#6798BD; 
  text-align:center;
  width:100%;
  margin-top: 20px;
}

.calculate-step {
  position: relative;
  border-top: 2px solid #12a2fe;
}
.calculate-step--items {
  position: absolute;
  display: none;
  min-height: 300px;
  width: 100%;
  padding: 15px;
}
.calculate-step--items.is-active {
  position: relative;
  display: block;
}

.calculate-success {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  display: none;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  background: #fff;
}
.calculate-success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.calculate-step--items h4 {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  color: #000;
}
.wrapper-send {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -15px;
}
.wrapper-send .wrapper-send--input {
  width: 50%;
  padding: 15px;
}
.wrapper-send--input input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000;
}
.send-message {
  margin-bottom: 20px;
  text-align: center;
}
.calculate-popup--had,
.calculate-navigate {
  padding: 0 15px;
}
.calculate-popup--had h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
#next-step.hide {
  display: none;
}
#submit-btn {
  display: none;
}
#submit-btn.show {
  display: block;
}
.calculate-navigate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.calculate-navigate a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  border: none;
}
#submit-btn {
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  border: none;
  outline: none;
}
.ui-widget.ui-widget-content {
  background: #cbcbcb !important;
}
.wrapper--result-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.to-price,
.end-price {
  font-size: 17px;
}
.result-price {
  font-size: 17px;
}
.ui-widget.ui-widget-content {
  border: 0 !important;
}
.ui-slider-horizontal {
  height: 5px !important;
}
.ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -8px !important;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #000000 !important;
}
.ui-corner-all {
  border-radius: 0px !important;
}
.ui-slider .ui-slider-handle {
  border-radius: 50% !important;
}

/* Radio */

.radio {
  display: block;
  margin-bottom: 15px;
}

.radio:last-child {
  margin-bottom: 0;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
  display: none;
}

.radio__text {
  position: relative;
  color: #555555;
  font-size: 17px;
  line-height: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 2px 0 0 25px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio__text:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #797979;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
}

.radio__text:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.radio input:checked+.radio__text:after {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .modal {
    padding-right: 0 !important;
    width: 97% !important;
  }
}
@media screen and (max-width: 480px) {
  .calculate-popup--had h3,
  .calculate-step--items h4 {
    font-size: 18px;
  }
  .wrapper-send .wrapper-send--input {
    padding: 5px;
  }
  .wrapper-send--input input {
    padding: 5px;
  }
}

#sectionFaq1 { 
  margin: 20px;
  background: url(../img/bg2.png) center top !important;
  min-height: 700px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
} 

#sectionInsta1 {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: block;
}

.instaMedia {
  position:relative;
  margin-top: 70%;
}





/* Calculate End */