@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;
  color: 000;
}

header, nav, section, article, aside, footer {
  display: block; }
:focus, :active {
  outline: none; }
a:focus{
  outline: none;
  color: #000;
}
a:focus {
  text-decoration: none; }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-center {
  text-align: center !important;
}
.col {
  padding: 0 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.container-fluid {
  padding: 0;
  margin: 0; }

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

.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;
  color: #000;}

.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: #000;
  font-weight: bold; }

.btn-calc {
  text-align: center;
}

.btn__link {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(45deg, #915FFF 7.32%, #6E36EA 94.1%);
  padding: 11px 50px;
  border-radius: 0;
  text-transform: none;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.161175);
  transition: .5s;
  font-weight: 500;
  border: 1px solid transparent!important;
}

.btn__link:hover {
  color: #6E36EA;
  box-shadow: none;
  transition: .5s;
  border: 1px solid #6E36EA!important;
  background: #fff;
  text-decoration: none;
}
.nav > li.b-link_mob {
  display: none;
}
.btn__link_calc {
  margin: 20px auto; }
.btn-calc_line{
  border-right: 10px solid #3DAE2B;
  position: relative;
  padding: 30px 0 0;
}
.btn-calc_line:after{
  position:absolute;
  bottom:0;
  right:0;
  width:12%;
  border-top:10px solid #3DAE2B;
  content:"";
}
.btn__link_mob{
  display: none;
}
/* -------------------------------------
	mainScreen
	------------------------------------- */

.b-container__main {
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  padding: 0px 0 10px 50px;
}

.b-container__main__bg {
  background: url("../img/main-bg.svg") no-repeat;
  background-size: 379px;
  padding: 50px 0 130px;
  background-position-x: right;
  background-position-y: center;
}

.b-container__wrap {
  background: none;
  background-position-y: -235px;
  height: auto;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0; }

.b-header {
  padding: 0;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.b-header:before {
  display: none;
}


.b-header__logo {
  padding: 0; }

.b-header__menu {
  float: right; }

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

.b-main__block {
  font-size: 38px;
  line-height: 47px;
  color: #333;
  text-align: left;
  font-weight: 800;
}

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

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: underline;
  color: #fff;
}
.b-menu__item a{
  color: #333;
  font-size: 16px;
  line-height: 38px;
  outline: none;
  padding: 0 8px;
  transition: all 0.35s ease;
  font-weight: 400;
}
.nav > li > a:focus, .nav > li > a:hover:hover{
  color: #71b023;
  text-decoration: none;
  }

.b-container__header {
  margin-bottom: 50px;
}

.b-main__calc{
  padding: 20px;
  border-radius: 20px;
}
.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: #000;
  font-size: 16px;
}

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

.table-block {
  width: 70%;
  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 {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.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: 100%;
  margin: 0;
}
.slider-content {
  width: 100%; }

.slider-box {
  width: 100%;
  margin-top: 6px; }

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

.slider-result {
  height: 35px;
  width: 85px;
  background: transparent;
  border: 1px solid #333;
  margin-left: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;}

.slide {
  border-radius: 0x;
  height: 8px; }

.sliderDown {
  margin-top: 35px; }

.ui-slider-horizontal .ui-slider-range-min {
  border-radius: 24px;
  background: linear-gradient(90deg, #3DAE2B 0%, #048172 100%); }

.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 {
  background: url("../img/ui-slider-button.svg") no-repeat;
  background-size: 100%;
  border: 0;
  font-weight: normal;
  height: 22px;
  width: 25px;
  top: -6px;
  border-radius: 24px;
  margin-left: -10px;
  cursor: pointer;}

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

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

.ui-widget.ui-widget-content {
  border: none;
  background: #cae3ea;
  }

.b-main__image-block {
  margin: 30px 0;
}
.b-main__image {
  margin-bottom: 30px;
}
.b-main__image img {
  max-width: 100%;
}

/* -------------------------------------
	demands
	------------------------------------- */

.b-container__demands {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  height: 386px;
}
.demands__heading{
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 35px 0;
  text-transform: uppercase;
}
.demands__icons{
  margin-bottom: 40px;
}

.demands__icon-img{
  color: #fff;
  width: 125px;
  height: 125px;
  line-height: 125px;
  border-radius: 10%;
  background: #3DAE2B;
  font-weight: bold;
  font-size: 60px;
  position: relative;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.demands__icon_line:before, .demands__icon_line:after{
  position: absolute;
  content: "";
  border-bottom: 10px solid #3DAE2B;
  max-width: 125px;
  width: 100%;
  top: 60px;
}
.demands__icon_line:before{
  left: -190px;
}
.demands__icon_line:after{
  left: 190px;
}
.icon__img_demands{
  width: 64px;
}
/* -------------------------------------
	causes
	------------------------------------- */
.b-container__causes{
  margin: 60px auto 50px;
}

.causes__icons {
  margin-bottom: 50px;
}

.causes__description {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 400; }

.block__icon-img {
  text-align: center; }
.icon__img{
  width: 120px;
}
/* -------------------------------------
	feedbacks
	------------------------------------- */

.b-container__feedbacks {
  margin-bottom: 50px;
}

.feedbacks {
  background: #e9eaec url("../img/decor2.png") no-repeat 50% 0;
  background-size: cover;
}

.feedbacks__row {
  margin-top: 50px;
}

.feedbacks__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}

.feedbacks-item {
  max-width: 420px;
  margin: 0 auto;
}

.feedbacks-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
}

.feedbacks-item__info {
  font-size: 18px;
  line-height: 1.3;
}

.feedbacks-item__info1 {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 18px;
}

.feedbacks-item__info2 {
  color: #aaa;
  font-weight: 300;
}

.feedbacks-item__txt {
  margin: 10px 0 0;
  line-height: 1.3;
  font-size: 16px;
}


.title__heading_line{
  border-left: 10px solid #3DAE2B;
  position: relative;
  padding: 40px 0;

}
.title__heading_line:after{
  position:absolute;
  top: 0;
  left:0;
  width:12%;
  border-top:10px solid #3DAE2B;
  content:"";
}
/* -------------------------------------
	about
	------------------------------------- */
.about__title {
  text-align: center;
  font-size: 24px;
  margin: 20px auto;
  color: #000;
}
.about__text {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
/* -------------------------------------
	footer
	------------------------------------- */
.footer {
  padding: 20px 0 15px;
  background: #fff;
}

.footer__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  font-weight: 400;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.footer__logo img {
  display: block;
  width: 100px;
}

.footer__logo .logoWrap__title {
  font-size: 24px;
}

.footer__links {
  margin: 15px 0 0;
  list-style: none;
  padding: 0;
}

.footer__link {
  color: #000;
  text-decoration: none;
}

.footer__link:hover {
  color: #000;
  text-decoration: underline;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.footer__info1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #000;
}

.footer__info2 {
  margin-top: 12px;
  text-align: center;
  color: #000;
}

.footer__info2 a {
  display: block;
  padding: 3px 0;
  line-height: 1.1;
  color: inherit;
}

.partners {
  padding: 12px;
}

.copy {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #000;
  line-height: 135px;
}
.footer__info{
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  color: #000;
}

.b-container__about{
  margin-bottom: 50px;
}

.b-container__about .btn-calc {
  margin-top: 30px;
}
/* -------------------------------------
	forma
	------------------------------------- */

.b-main__form{
  min-height: calc( 100vh - 354px);
  background: url(../img/main-bg.svg) no-repeat;
  background-size: 400px;
  background-position-x: right;
  background-position-y: center;
}

.form-container{
  height: 100vh;
}
.form-block{
  max-width: 600px;
  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 #000;
  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 #3DAE2B;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px;
}
.privat-data{
  color: #000;
  margin-left: 10px;
}
.btn__link_form{
  border: none;
}


.b-menu .b-menu__item .btn-link {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(45deg, #915FFF 7.32%, #6E36EA 94.1%);
  padding: 11px 50px;
  border-radius: 0;
  text-transform: none;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.161175);
  transition: .5s;
  font-weight: 500;
  border: 1px solid transparent!important;
}

.b-menu .b-menu__item .btn-link:hover {
  color: #6E36EA;
  box-shadow: none;
  transition: .5s;
  border: 1px solid #6E36EA!important;
  background: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .b-main__form {
    background: transparent;
  }
  .b-menu__item a {
    font-size: 14px;
  }
  .logo__img {
    max-width: 180px;
  }
  .block__title, .causes__description{
    width: 203px;
    font-size: 18px;
    font-weight: 400;
  }
  .causes__description{
    font-size: 15px;
  }
  .causes__title{
    font-weight: bold;
  }

  .btn__link_yellow{
    margin: 20px auto;
  }
  .demands__icon_line:before, .demands__icon_line:after{
    display: none;
  }

}
@media only screen and (max-width: 1000px) {
  .b-menu__item a {
    font-size: 12px;
  }
  .nav>li>a {
    padding: 10px 5px;
    line-height: 60px;
  }
  .slider-result{
    width: 60px;
  }
  .slider-helper{
    width: 100%;
  }
  .table-block {
    width: 83%;
  }
  .logo__img {
    width: 81px;
  }
  /* -------------------------------------
		feedbacks
		------------------------------------- */
  .feedbacks__row {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .feedbacks__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feedbacks-item {
    margin-bottom: 30px;
  }
  .title__heading_line{
    padding: 25px 0;

  }
  .btn-calc_line{
    padding: 1px 0 0;
  }
  /* -------------------------------------
		footer
		------------------------------------- */
  .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__links {
    text-align: center;
    font-weight: 700;
  }
  .footer__info2 a {
    padding: 5px 0;
  }
  .copy{
    text-align: center;
    line-height: 50px;
  }

}
@media only screen and (max-width: 768px) {
  .b-menu__item a {
    font-size: 16px;
  }
  .logo__img{
    width: 135px;
    z-index: 3000;
    position: absolute;
    margin-top: 0;
  }
  .b-header{
    height: 60px;
  }
  .navbar-brand{
    padding: 15px 5px;
  }

  .b-container__main__bg {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .b-container__main {
    padding: 0 25px 10px;
  }

  .b-main__block{
    font-size: 25px;
    line-height: 25px;
  }
  .b-container__wrap{
    background-position-y: -125px;
    background-position-x: 72%;
  }
  .b-main__calc{
    margin-top: 0;
    padding: 0;
  }
  .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: 100%;
  }
  .slider-content{
    text-align: left;
  }
  .slider-box{
    width: 100%;
    margin: 10px auto 20px;
  }
  .slider-input{
    width: auto;
  }
  .slider-result{
    width: 85px;
  }
  .sliderDown {
    margin-top: 10px;
  }
  .tables-title {
    font-size: 14px;
  }
  .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: 20px;
    margin: auto;
  }
  .demands__icons{
    margin-bottom: 20px;
  }
  .b-container__demands {
    height: auto;
  }

  .btn__link_yellow {
    margin: 0px auto 40px;
  }
  .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: #333;
    width: 32px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .b-header__menu {
    width: 102%;
    position: absolute;
    background-color: #6E36EA;
    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: #000;
  }
  .navbar-toggle .b-sandwich__iconbar_dark{
    background: #000;
  }
  .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: #000;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-left: 0;
    position: absolute;
    right: 0;
  }
  .nav>li>a{
    line-height: 35px;
    height: 50px;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
  }
  .navbar-nav{
    margin-top: 60px;
  }
  .nav > li.b-link_mob {
    display: block;
  }
  .btn__link_mob{
    display: block;
  }
  .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);
  }
  .b-container__causes{
    margin-top: 0;
  }
	
  /* -------------------------------------
		feedbacks
		------------------------------------- */
  .feedbacks-item__top {
    margin: 0 -10px;
  }
  .feedbacks-item__top .col {
    padding: 0 10px;
  }
  .feedbacks-item__img {
    width: 100px;
    height: 100px;
  }
  .title__heading_line, .btn-calc_line{
    border: none;
    margin-top: 0;
    padding: 0;
  }
  .title__heading_line:after, .btn-calc_line:after{
    display: none;
  }
  .title__heading_line{
    margin-top: 35px;
  }
  /**/
}
@media only screen and (max-width: 500px){
  .b-container__wrap {
    background-size: 500%;
  }
  .table-block {
    width: 100%;
  }
  .feedbacks-item__info1 {
    font-size: 16px;
  }
}