@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
html{
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", serif;
  margin: 0;
  background: #fff none repeat  0 0;
  overflow-x: hidden;
}

header, nav, section, article, aside, footer {
  display: block; }
:focus, :active {
  outline: none; }
a:focus{
  outline: none;
}
.container-fluid {
  padding: 0;
  margin: 0; }

.b-container__wrap {
  background: url(../img/main-bg.jpg) no-repeat center;
  background-position-y: -160px;
  height: 496px;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0; }

.b-header {
  padding: 0;
  height: 80px; }

.b-header__logo {
  padding: 0; }

.b-header__menu {
  float: right; }

.b-menu__link {
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  height: 80px; }

.b-main__block {
  text-align: center;
  font-size: 72px;
  color: #fff;
  font-weight: 900; }

.navbar-nav > li > a {
  line-height: 80px; }
.logo__img{
	    max-width: 205px;
}
.b-menu__link:hover {
  text-decoration: underline;
  color: #fff; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: underline;
  color: #fff;
}

.insides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }

.insides__blocks {
  width: 50%; }

.table-title {
  color: #A0D1FB;
  font-size: 24px;
  text-align: center; }

.tables-title {
  color: #fff;
  font-size: 16px;
}

.tables-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold; }

.table-block {
  width: 50%;
  margin: 20px auto; }

.table-row {
  height: 30px; }

.insides__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 35px; }

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  max-width: 375px;
  -webkit-box-shadow: inset #cac8c8 0 0 5px;
  box-shadow: inset #cac8c8 0 0 5px;
  outline: none;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  height: 8px;
  border-radius: 3px;
  margin: 20px 15px; }

.range-value {
  width: 95px;
  height: 43px;
  -webkit-box-shadow: 1px 2px 6px 1px rgba(72, 72, 72, 0.11);
  box-shadow: 1px 2px 6px 1px rgba(72, 72, 72, 0.11);
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  background-color: #ffffff;
  color: #73b523;
  font-size: 21px;
  font-weight: 600;
  line-height: 95px;
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
}

.content-title, .input-title {
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: 300; }

.input-title {
  line-height: 35px;
  margin-left: 10px; }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.slider-helper {
  position: relative;
  width: 370px;
  margin: 0;
}
.slider-content {
  width: 100%; }

.slider-box {
  width: 80%;
  max-width: 400px;
  margin-top: 6px; }

.slider-input {
  width: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.slider-result {
  height: 35px;
  width: 85px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #fff;
  margin-left: 10px;
  font-size: 18px;
  color: #FCFF7F;
  text-align: center; }

.slide {
  border-radius: 24px;
  height: 21px; }

.sliderDown {
  margin-top: 35px; }

.ui-slider-horizontal .ui-slider-range-min {
  border-radius: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#A0D1FB), to(#71879A));
  background: -webkit-linear-gradient(bottom, #A0D1FB, #71879A);
  background: -o-linear-gradient(bottom, #A0D1FB, #71879A);
  background: linear-gradient(to top, #A0D1FB, #71879A); }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 2px solid #71879A;
  background: #fff;
  font-weight: normal;
  height: 21px;
  width: 43px;
  top: 0;
  border-radius: 24px; }

.ui-widget.ui-widget-content {
  border: none; }

#triangle-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 10px solid #71879A;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 5px;
  left: 5px;
}

#triangle-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 10px solid #71879A;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
}

.title__heading {
  font-family: "Open Sans", sans-serif;
  color: #71879A;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 35px 0;
  text-transform: uppercase; }
.title__heading_white {
  color: #fff;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase; }

.b-container__demands {
  background: url(../img/img-bg.jpg) no-repeat center;
  background-position-y: 0px;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  height: 386px;
}

.block__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px; }

.block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  text-align: center; }

.block__title {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #71879A;
  font-weight: bold; }

.demands__title {
  color: #fff;
  margin-bottom: 15px;
}
.demands__icons{
	margin-bottom: 40px;
}
.icon__img_demands{
	width: 64px;
}
.causes__description {
  text-align: center;
  font-size: 16px;
  color: #71879A;
  font-weight: 400; }

.block__icon-img {
  text-align: center; }

.btn__link {
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  height: 61px;
  line-height: 61px;
  width: 272px;
  border-radius: 48px;
  display: block;
  text-align: center;
  font-weight: bold; }

.btn__link_blue {
  background-color: #A0D1FB;
  margin: 45px auto; }

.btn__link_yellow {
  background-color: #FCFF7F;
  margin: 30px auto;
  border: 0;
}

.nav > li.b-link_mob {
  display: none;
}

.btn__link_calc {
  margin: 35px auto 50px; }

.btn__link_blue:hover {
  background-color: #FCFF7F;
  text-decoration: none;
  color: black; }

.btn__link_yellow:hover {
  background-color: #A0D1FB;
  text-decoration: none;
  color: black; }

.about__description {
  font-size: 14px;
  text-align: justify;
  color: #71879A;
  margin-bottom: 50px; }

.b-container__faq {
  background-color: #E9EDF1; }

.faq-panel__link {
  font-weight: bold;
  font-size: 16px;
  text-align: justify;
  color: #71879A; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.panel {
  padding: 25px 0;
  background-color: #E9EDF1;
  border-top: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-group .panel + .panel {
  margin-top: 0px; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: #71879A; }

.panel-body {
  padding: 15px 15px 0px;
  color: #71879A; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

a:focus {
  text-decoration: none; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px 15px 0px; }

.footer__blocks {
  width: 50%; }

.b-container__footer {
  background-color: #71879A; }

.footer__cprt {
  line-height: 155px;
  font-size: 16px;
  color: #A0D1FB; }

.footer__block {
  color: #fff;
  font-size: 16px;
  line-height: 26px; }

.footer__title {
  font-weight: bold; }

.footer__signature {
  text-align: right;
  padding-right: 15px; }

.phone-number, .mail-link {
  color: #fff;
  font-size: 16px; }

.phone-number:hover, .mail-link:hover {
  color: #A0D1FB;
  text-decoration: none;
}
.footer__info{
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: rgba(256, 256, 256, 0.65);
}
.about__title {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  margin-top: 20px;
  color: #71879A;
}
.about__text {
  font-size: 14px;
  text-align: justify;
  color: #71879A;
  margin-bottom: 15px;
}

.form-container__header {
  background: #71879A;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.b-main__form{
  min-height: calc( 100vh - 389px);
}
.form-container{
  height: 100vh;
}
.form-block{
  max-width: 400px;
  margin: 50px auto 0;
  padding: 0 10px;
}
.form-control{
  font-size: 16px;
  font-family: "Open Sans", serif;
  color: #000;
  height: 60px;
  border: 0;
  border-bottom: 2px solid #71879A;
  line-height: 60px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  border-radius: 0;
}
.form-group{
  border: 0;
  margin: 0;

}
.form-control:focus {
  border-bottom: 2px solid #71879A;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
input::-webkit-input-placeholder {
  color: #71879A !important;
}

input:-moz-placeholder {
  color: #71879A !important;
}

input::-moz-placeholder {
  color: #71879A !important;
}

input:-ms-input-placeholder {
  color: #71879A !important;
}
.form-btn-calc{
  display: inline-block;
  margin: 45px auto 0;
  width: 100%;
}
.agreement-data, .agreement-mail{
  display: inline-flex;
  padding: 5px 15px;
}
.privat-data{
  color: rgb(51, 122, 183);
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .block__title, .causes__description{
    width: 203px;
  }
  .btn__link_yellow{
    margin: 20px auto;
  }

}
@media only screen and (max-width: 1000px) {
  .nav>li>a {
    padding: 10px 10px;
  }
  .slider-result{
    width: 60px;
  }
  .slider-helper{
    width: 225px;
  }
  .insides__blocks {
    width: 45%;
  }
  .table-block {
    width: 83%;
  }
  .logo__img {
    width: 135px;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .logo__img{
    width: 135px;
    z-index: 3000;
    position: absolute;
    margin-top: 0;
  }
  .b-header{
    height: 60px;
  }
  .navbar-brand{
    padding: 15px 5px;
  }
  .b-main__block{
    font-size: 30px;
  }
  .b-container__wrap{
    height: 695px;
    background-position-y: -73px;
    background-position-x: 52%;
    background-size: 300%;
  }
  .insides{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .insides__blocks{
    width: 100%;
  }
  .slider-helper {
    width: 265px;
  }
  .slider-content{
    text-align: center;
  }
  .slider-box{
    max-width: 300px;
    width: 100%;
    margin: 10px auto 20px;
  }
  .slider-input{
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-result{
    width: 85px;
  }
  .sliderDown {
    margin-top: 25px;
  }
  .table-block {
    width: 50%;
  }
  .block__icons{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block__icon{
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block__title {
    font-size: 18px;
    width: 100%;
  }
  .title__heading {
    font-size: 22px;
  }
  .causes__description, .demands__icon {
    width: 300px;
    padding-bottom: 40px;
    margin: auto;
  }
  .btn__link_blue {
    margin-top: 0;
  }
  .title__heading_white {
    font-size: 22px;
  }
  .b-container__demands {
    background: #71879A;
    height: auto;
  }
  .btn__link_yellow {
    margin: 0px auto 40px;
  }
  .panel-body {
    text-align: justify;
  }
  .footer{
    margin: 35px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__blocks{
    width: 100%;
    text-align: center;
  }
  .footer__cprt {
    line-height: 0;
  }
  .signature__block{
    margin: 25px 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 32px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .b-header__menu {
    width: 102%;
    position: absolute;
    background-color: #71879A;
    height: 100vh;
    top: -2px;
    left: -2px;
    z-index: 2000;

  }
  .navbar-toggle {
    display: block;
    margin-top: 11px;
    padding-right: 15px;
    z-index: 3000;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    margin-top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff !important;
  }

  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
  }

  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    margin-top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff !important;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-left: 0;
  }
  .nav>li>a{
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    margin-left: 10px;
  }
  .navbar-nav{
    margin-top: 60px;
  }
  .btn__link_yellow_mob{
    margin-top: 50px;
    line-height: 58px;
  }
  .nav > li.b-link_mob {
    display: block;
  }
  .nav>li> .btn__link_yellow_mob {
    line-height: 46px;
    height: 61px;
    margin: 50px auto;
  }
  .b-menu__link:hover{
    cursor: pointer;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
  }
  .b-main__form{
    min-height: auto;
  }
 .b-menu__link {
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
  }
}
@media only screen and (max-width: 500px){
  .b-container__wrap {
    background-size: 500%;
  }
  .table-block {
    width: 87%;
  }
}