.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-link {
  width: 700px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.btn-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #ff2d16;
  color: #fff;
}

.btn-link.padd {
  margin-top: 40px;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.list-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-home {
  height: auto;
  padding-bottom: 40px;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
  background-color: #18572a;
  background-image: url('../images/bg-haras.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-color: #0d3318;
}

.image {
  width: 100px;
  height: 100px;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff2d16;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.columns {
  margin-top: 20px;
}

.column {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  margin-bottom: 10px;
}

.video.padd {
  margin-top: 20px;
  margin-bottom: 40px;
}

.list-item-6 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.container50 {
  display: inline-block;
  width: 49%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container50.padd {
  margin-top: 40px;
}

.list {
  width: 700px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: none;
  margin-bottom: 20px;
}

.image-4 {
  display: none;
  width: 700px;
}

.image-5 {
  width: 700px;
  height: 3px;
}

.image-5.padd {
  margin-bottom: 25px;
}

.list-2 {
  width: 700px;
}

.text-block-4 {
  margin-top: 30px;
  margin-bottom: 35px;
  color: #ffc132;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.list-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff2d16;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-3.paddbott {
  margin-bottom: 40px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
}

.list-item-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-5 {
  text-decoration: none;
}

.paragraph-2 {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.btn-link-2 {
  width: 700px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.btn-link-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #ff2d16;
  color: #fff;
}

.btn-link-2.padd {
  margin-top: 40px;
}

.text-block-6 {
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .btn-link {
    width: 500px;
  }

  .div-block-2 {
    width: 540px;
  }

  .column {
    margin-top: 40px;
  }

  .container50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list {
    width: 100%;
  }

  .image-4 {
    width: 500px;
  }

  .image-5 {
    width: 500px;
  }

  .list-2 {
    width: 100%;
  }

  .list-item-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    font-size: 26px;
  }

  .div-block-3 {
    width: 540px;
  }

  .btn-link-2 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .btn-link {
    width: 300px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .paragraph {
    font-size: 11px;
  }

  .div-block-2 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .list-item-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 100%;
  }

  .image-4 {
    width: 300px;
  }

  .image-5 {
    width: 300px;
  }

  .list-item-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 15px;
  }

  .div-block-3 {
    width: 100%;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .paragraph-2 {
    font-size: 11px;
  }

  .btn-link-2 {
    width: 300px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
}

