body {
  font-family: "DIN Pro";
  background-size: cover;
}

img {
  max-width: 100%;
}

h2 {
  color: #2a6e33;
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 500px) {
  h2 {
    font-size: 25px;
  }
}

@media (min-width: 500px) {
  .container-fluid {
    padding: 0 5rem;
  }
}

header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 500px) {
  header .col-lg-auto {
    text-align: center;
    margin-bottom: .5rem;
  }
  header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .nav .nav-link {
    margin: auto;
  }
}

.btn-primary {
  background-color: #d5381a;
  border-color: #d5381a;
  -webkit-box-shadow: inset 0px -4px 1px 0px #a02a13;
          box-shadow: inset 0px -4px 1px 0px #a02a13;
  padding: 0.7rem;
  padding-bottom: calc(0.7rem + 5px);
  border-radius: 3rem;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #a02a13;
}

.btn-secondary {
  background-color: #2a6e33;
  border-color: #2a6e33;
  -webkit-box-shadow: inset 0px -4px 1px 0px #183e1d;
          box-shadow: inset 0px -4px 1px 0px #183e1d;
  padding: 0.7rem 3rem;
  padding-bottom: calc(0.7rem + 5px);
  border-radius: 3rem;
}

.btn-secondary span {
  border-bottom: solid 1px #fff;
}

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):focus {
  background-color: #183e1d;
}

.phone {
  color: #2a6e33;
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 1px rgba(42, 110, 51, 0.18);
}

.phone + div {
  font-weight: 500;
}

.nav-link {
  color: #000000;
  border-bottom: solid rgba(0, 0, 0, 0.12) 1px;
  padding: 0.5rem 0;
  margin: 0 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav-link:hover {
  color: #02783a;
  border-color: #02783a;
}

footer {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

footer .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .btn {
  width: 100%;
}

@media (max-width: 500px) {
  footer .col-lg-auto {
    text-align: center;
    margin-bottom: .5rem;
  }
  footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .nav .nav-link {
    margin: auto;
  }
  footer .btn {
    margin-top: .5rem;
  }
}

.funct-head {
  cursor: pointer;
}

#s1 {
  background-image: url(../img/b-bgr.jpg);
  background-position: center -80vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  #s1 {
    background-position: center 200px;
  }
}

.firstscr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 100vh;
}

.firstscr .fscr-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.firstscr .fscr-img img {
  max-height: 45vh;
}

.baner {
  position: relative;
}

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

@media (max-width: 500px) {
  .baner .container {
    min-height: 900px;
  }
}

.baner .numone {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/elips.png);
  background-size: 100% 100%;
  padding-left: 2rem;
  padding-bottom: 2rem;
  width: 255px;
  height: 176px;
  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;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
}

.baner .numone img {
  position: absolute;
  bottom: -22%;
  left: 15%;
}

.baner .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem 5rem;
  margin: 3rem auto;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .baner .btn {
    padding: 1rem;
  }
  .baner .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .baner .d-flex .pnk {
    background-image: url(../img/pnk-2.png);
  }
}

.pnk {
  background-size: 100% 100%;
  padding: 1rem 0;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.pnk:nth-child(1) {
  padding-left: 2rem;
}

@media (min-width: 500px) {
  .pnk:nth-child(2) {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.pnk:nth-child(3) {
  padding-right: 2rem;
}

.pnk:nth-child(1) {
  background-image: url(../img/pnk-1.png);
}

.pnk:nth-child(2) {
  background-image: url(../img/pnk-2.png);
}

.pnk:nth-child(3) {
  background-image: url(../img/pnk-3.png);
}

.advs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advs .col {
  padding-top: 100px;
}

.advanc {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  height: 100%;
}

.advanc img {
  margin-top: -100px;
}

.advanc h3 {
  font-size: 24px;
  color: #2a6e33;
  letter-spacing: 0.6px;
}

.pr-bordered {
  border: 12px solid #2a6e33;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.pr-bordered h2 {
  background-color: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 0 4rem;
  max-width: 100%;
}

@media (max-width: 500px) {
  .pr-bordered h2 {
    padding: 0 1rem;
  }
}

.caracts .d-flex {
  padding: 1rem 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.caracts .d-flex div {
  font-size: 18px;
  padding: 0 1rem;
}

.caracts .d-flex div:nth-child(2) {
  opacity: 0.6;
  white-space: nowrap;
}

.caracts .d-flex div:nth-child(3) {
  font-weight: 500;
}

@media (max-width: 500px) {
  .caracts .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
  }
  .caracts .d-flex div {
    padding: 1rem 0;
  }
}

.img-title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.img-sub-title {
  text-align: center;
  color: #767676;
}

.funct {
  background-color: #ffffff;
  margin: 2rem 0;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(112, 112, 112, 0.45);
  box-shadow: 0px 0px 45px 0px rgba(112, 112, 112, 0.45);
}

@media (max-width: 500px) {
  .funct {
    padding: 0.5rem;
  }
}

.funct .num {
  opacity: 0.4;
  font-size: 26px;
  font-weight: 700;
  border-bottom: solid 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.funct h3 {
  color: #2a6e33;
  font-size: 26px;
  font-weight: 700;
  line-height: inherit;
}

.funct svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.funct .f-body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

.funct .f-body a,
.funct .f-body span {
  color: #2a6e33;
  font-weight: 700;
  text-decoration: none;
}

.funct .f-body .col-lg-6:nth-child(2) {
  text-align: center;
  padding-bottom: 2rem;
}

.funct img {
  margin-top: 1rem;
}

.funct.open svg {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.funct.open .f-body {
  max-height: 700px;
}

@media (min-width: 500px) {
  .pr-table .col:nth-child(1) {
    border-right: solid 3px #183e1d;
  }
  .pr-table .col:nth-child(2) {
    border-left: solid 3px #183e1d;
  }
}

.pr-table .col div {
  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;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  min-height: 80px;
  margin: 2rem;
}

@media (max-width: 500px) {
  .pr-table .col div {
    margin: .5rem;
  }
}

.pr-table img {
  max-width: 100%;
}

.green-line {
  background-color: #2a6e33;
  margin-top: 100px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.green-line strong {
  text-transform: uppercase;
}

.green-line img {
  width: 150px;
}

@media (min-width: 500px) {
  .green-line img {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.green-line .col-lg-4 {
  text-align: center;
}

.pr-bord {
  border: 6px solid #2a6e33;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}

.table {
  text-align: center;
  background-color: #ffffff;
}

.table thead th {
  vertical-align: middle;
  color: #828282;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
}

.table thead th:first-child {
  padding-left: 5rem;
}

.table thead th:last-child {
  padding-right: 5rem;
}

.table tbody tr td {
  border: 0;
}

.table tbody tr td span {
  color: #02783a;
}

.table tbody tr td:first-child {
  font-weight: 800;
}

@media (min-width: 500px) {
  .table tbody tr td:first-child {
    padding-left: 5rem;
  }
}

@media (min-width: 500px) {
  .table tbody tr td:last-child {
    padding-right: 5rem;
  }
}

@media (max-width: 500px) {
  .table td,
  .table th {
    display: block;
  }
}

.form-control {
  border: 1px solid #cadbcc;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}

form .btn {
  width: 50%;
  margin: auto;
  margin-top: 4rem;
}

.pr-mail {
  background-image: url(../img/mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .pr-mail {
    display: none;
  }
}

#advantage {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom;
}

#function {
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: bottom;
}

#contact {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 1rem 0;
}

.abgr {
  position: relative;
}

.abgr img {
  position: absolute;
  left: 0;
  top: -86px;
  width: 40px;
}

.abgr2 {
  position: relative;
  overflow-x: hidden;
}

.abgr2 img {
  position: absolute;
  right: -15px;
  bottom: 0px;
  width: 70px;
}

.abgr3 {
  position: relative;
  overflow-x: hidden;
}

.abgr3 img {
  position: absolute;
  right: -15px;
  top: 0px;
  width: 70px;
}
.form .form-check-label {
  font-size: 13px;
}
/*# sourceMappingURL=styles.css.map */
.errorinput {
  border: #a22229 solid 2px;
}