body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
}

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

.button {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 15px;
  border-radius: 10px;
  background-color: #e7302a;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

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

.section.head {
  margin-top: 60px;
  background-image: url('../images/20150530_113122.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.gray {
  background-color: rgba(0, 0, 0, .06);
}

.section.request {
  background-image: url('../images/vanni_gauss.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.contacts {
  background-image: url('../images/vanni_gauss.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container.request {
  padding: 15px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .85);
}

.container.contacts {
  padding: 15px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .85);
}

.hero-text {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.subhero-text {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.what-is-image {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 15px;
  border: 3px solid #e7302a;
  border-radius: 75px;
  background-color: #fff;
}

.what-is-text {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

.what-is-text.two-lines {
  line-height: 40px;
}

.do-offer-row-head {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.field-else {
  display: block;
  width: 260px;
  margin-top: 11px;
  margin-left: auto;
}

.do-offer-submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #e7302a;
}

.do-offer-confirm-text {
  margin-bottom: 10px;
}

.gratitude-img {
  display: block;
  margin: 30px auto 15px;
}

.gratitude-text {
  text-align: center;
}

.gratitude-text.two-lines {
  line-height: 40px;
}

.reviews-slider {
  height: auto;
  background-color: transparent;
}

.reviews-slider-arrow {
  margin-bottom: 40px;
  color: #000;
}

.reviews-slider-mask {
  margin-right: 80px;
  margin-left: 80px;
}

.reviews-text {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.reviews-signature {
  margin-bottom: 15px;
  font-weight: 700;
  text-align: right;
}

.reviews-image {
  display: block;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
}

.subsection-header {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.subsection-header.no-bottom-margin {
  margin-bottom: 0px;
}

.scheme-head {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.scheme-head.circle-right {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.scheme-head.circle-left {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.scheme-head.second-line {
  margin-top: 60px;
}

.scheme-img {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border: 3px solid #000;
  border-radius: 100px;
  background-color: #fff;
}

.scheme-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-video {
  display: block;
  margin: 30px auto;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .95);
}

.hero-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 300px;
  margin-left: auto;
}

.navmenu {
  float: left;
}

.telephonemenu {
  float: right;
}

.nav-telephone {
  display: block;
  padding: 20px;
  color: #e7302a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.nav-telephone:hover {
  text-decoration: underline;
}

.what-is-desc {
  margin-top: 30px;
  margin-bottom: 0px;
}

.intext-link {
  color: #e7302a;
  font-size: 14px;
  text-decoration: none;
}

.intext-link:hover {
  text-decoration: underline;
}

.intext-link.no-link:hover {
  text-decoration: none;
}

.field {
  border-radius: 10px;
}

.field.two-cols {
  width: 90%;
}

.submit {
  border-radius: 10px;
  background-color: #e7302a;
}

.nav-removal {
  color: #e7302a;
}

.nav-removal:hover {
  color: #e7302a;
  text-decoration: underline;
}

.nav-logo {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.request-col-text {
  margin-bottom: 15px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.request-objects {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.request-objects.selected {
  background-color: #e7302a;
  background-image: url('../images/white_tick.png');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.checkbox {
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox-label {
  display: block;
}

.contacts-intext-link {
  color: #e7302a;
}

.gratitude-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.review-link {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.price-info-text {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 700;
}

.scheme-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.scheme-text.last {
  margin-bottom: 0px;
}

.price-text {
  font-size: 12px;
}

.no-oferta-text {
  margin-top: 15px;
  font-size: 10px;
  line-height: 12px;
}

.webstudiapw-link {
  float: right;
  color: #000;
  font-size: 12px;
  line-height: 56px;
  text-decoration: none;
}

.slideshare-embed {
  margin-top: 30px;
  text-align: center;
}

.what-is-info {
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
}

.center-big-info {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #e7302a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.sbv-footer-text {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

.policy-link {
  color: #000;
  font-size: 11px;
  font-weight: 700;
}

.policy-link:hover {
  text-decoration: none;
}

.request-cat {
  margin-right: 30px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
}

.request-cat:hover {
  background-color: rgba(231, 48, 42, .5);
  color: #fff;
}

.request-cat-arrow {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.goods-delete-span {
  display: inline-block;
  margin-left: 5px;
  padding-right: 0px;
  border-bottom: 1px dashed #e7302a;
  color: #e7302a;
}

.goods-delete-span:hover {
  padding-right: 15px;
  background-image: url('../images/w128h1281338911337cross.png');
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.goods-text {
  margin-bottom: 10px;
  font-weight: 700;
}

.sbv-footer-big {
  font-size: 23px;
  font-weight: 800;
}

.checkbox-link {
  color: #000;
  font-size: 14px;
}

.checkbox-link:hover {
  text-decoration: none;
}

.checkbox-check {
  margin-top: 14px;
}

.form-row-right-col {
  display: block;
  margin-left: 5px;
}

.form-row-center-col {
  margin-right: 5px;
  margin-left: 5px;
}

.form-row-left-col {
  margin-right: 5px;
}

.request-minus {
  display: inline-block;
  padding: 7px;
  float: left;
  border-top: 2px solid #e7302a;
  border-bottom: 2px solid #e7302a;
  border-left: 2px solid #e7302a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e7302a;
  font-size: 20px;
}

.request-minus:hover {
  background-color: #e7302a;
  color: #fff;
}

.request-input {
  display: inline-block;
  width: 44px;
  margin-bottom: 0px;
  float: left;
  border: 2px solid #e7302a;
  text-align: center;
}

.request-plus {
  display: inline-block;
  padding: 7px;
  float: left;
  border-top: 2px solid #e7302a;
  border-right: 2px solid #e7302a;
  border-bottom: 2px solid #e7302a;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e7302a;
  font-size: 20px;
}

.request-plus:hover {
  background-color: #e7302a;
  color: #fff;
}

@media (max-width: 991px) {
  .subhero-text {
    font-size: 25px;
  }
  .what-is-image {
    width: 100px;
    border-radius: 50px;
  }
  .what-is-text {
    font-size: 16px;
  }
  .scheme-head {
    font-size: 16px;
  }
  .scheme-img {
    width: 150px;
    border-radius: 75px;
  }
  .navmenu {
    background-color: hsla(0, 0%, 100%, .95);
  }
  .request-objects {
    font-size: 13px;
  }
  .price-info-text {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 10px;
  }
  .menu-button {
    float: left;
  }
  .menu-button.w--open {
    background-color: #e7302a;
  }
  .webstudiapw-link {
    font-size: 11px;
  }
  .sbv-footer-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .what-is-desc {
    margin-right: 10px;
    margin-left: 10px;
  }
  .no-oferta-text {
    text-align: center;
  }
  .webstudiapw-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .what-is-info {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sbv-footer-text {
    text-align: center;
  }
  .request-minus {
    margin-right: -4px;
    float: none;
  }
  .request-input {
    margin-top: -8px;
    float: none;
    border-radius: 0px;
  }
  .request-plus {
    margin-left: -4px;
    float: none;
  }
  .section.request {
	  background: none;
  }
  .request-cat {
	  margin-right: 0px;
  }
  .count_container {
	  text-align: right;
  }
}

@media (max-width: 479px) {
  .container.hero-container {
    background-image: -webkit-linear-gradient(270deg, transparent, hsla(0, 0%, 100%, .5) 50%, transparent);
    background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .5) 50%, transparent);
  }
  .hero-text {
    color: #000;
  }
  .subhero-text {
    color: #000;
  }
  .hero-logo {
    margin-bottom: 30px;
  }
  .sbv-footer-text {
    font-size: 10px;
  }
}

