p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
img {
  max-width: 100%;
}

.btn {
  border-radius: 999px;
}

.bg-red {
    text-align: center;
    background-color: #c30000;
    color: #fff;
    border-radius: 999px;
}
.text-red {
  color: #ab1c1d;
}
.bg-blue {
  background-color: #57caf5;
}

.text-dark {
  color: #383838;
}
a.text-dark {
  font-weight: 700;
}

section {
  padding-top: 20px;
}

.banner-placeholder {
  background-image: url(../images/banner.png);
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media (max-width:1199px) {
  .banner-placeholder {
    background-position: -100px;
  }
}

.product-mobile {
  position: absolute;
  max-width: 100%;
  width: 350px;
  bottom: 0;margin: 0 auto;
    left: 0;
    right: 0;

}

.robot-top {
  position: absolute;
  z-index: -1;
  left: -160px;
  width: 350px;
  top: -175px;
}

.section-hero__text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  text-align: center;
}

.section-info__title h1 {
  font-size: 35px;
}

.section-info__features-text h3 {
  font-size: 20px;
}
.section-info__features-text p {
  font-weight: 700;
}

.section-contact__form {
  background-color: #f4f4f4;
  border-radius: 20px 20px 10px 10px;
}

.section-contact__form h4 {
  font-size: 18px;
  padding: 8px 5px;
}

.section-contact__form p {
  font-weight: 700;
}

.section-contact__form .form-control {
  border: none;
  border-radius: 10px;
}

.section-contact__form button {
  font-weight: 700;
}

.section-contact__info-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.section-contact__image img {
    max-width: 100%;
    width: 240px;
}

.section-video__video-box {
  position: relative;
  bottom: 40px;
}

.section-video {
  height: 492px;
  background-image: url(../images/video-background.png);
  background-position: bottom;
  position: relative;
}

.section-video:after {
  content: "";
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.section-video h3 {
  margin-top: 50px;
  font-size: 50px;
}
@media (max-width:991px) {
  .section-video h3 {
    font-size: 30px;
  }
  .section-video:after {
    content: unset;
  }
}

.section-video a {
  margin-top: 30px;
  font-weight: 700;
  padding: 10px 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-video {
    height: unset;
  }
  .section-benefits__list {
  list-style: none;
  margin: 20px 0 20px;
  padding-left: 0;
  }
}

.section-benefits__robot-box {
  position: relative;
  height: 100%;
}
.section-benefits__robot-box img {
  position: absolute;
  width: 350px;
  bottom: -30px;
}
.section-benefits__list {
  list-style: none;
  margin: 40px 0 100px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .section-benefits__list {

    margin-bottom: 30px;

  }
}
.section-benefits__list li {
  margin: 20px 0;
}

.section-features__text p {
  word-spacing: 10px;
}

.section-features__image-box {
  position: relative;
  height: 100%;
}

.section-features__image-box img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  width: 450px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.section-slider__depoiments h3 {
  position: relative;
}
.section-slider__depoiments h3:after {
  content: "";
  background: black;
  border-left: 40px solid #383838;
  border-bottom: 22px solid white;
  position: absolute;
}
@media (max-width: 767px) {
  .section-slider__depoiments h3:after {
    content: unset;
  }
}

.section-doubts button {
  font-weight: 700;
  color: #fff;
}

.footer {
  text-align: center;
}

.footer img {
  display: block;
  margin: 0 auto;
}

.footer__assignature a {
  color: #57caf5;
}

.footer__phones, .footer__phones a  {
  color: #c81517;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.footer small {
  line-height: 1.1;
  display: block;
}

@media screen and (max-width: 768px) {
  .gowhats{
    right: unset !important;
    left: 1.7rem !important;
    bottom: 1rem !important;
  }
}
