/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
.ud_cont_wrap {
  padding: 30px 0 50px;
}
body.yellow:not(.reader-mode) .ud_cont_wrap {
  background-color: var(--black);
}

.udp_wrap_form {
  margin: 45px 0;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}
body.yellow:not(.reader-mode) .udp_wrap_form {
  border-color: var(--yellow);
}

.udp_form {
  width: 76%;
  padding: 54px 0;
  position: relative;
}
.udp_form .wpcf7-form {
  padding: 0 65px;
}
.udp_form .wpcf7-form .wpcf7-submit .arrow {
  right: 25px;
}
.udp_form .wpcf7-response-output {
  margin: 0 !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 0.8125rem;
  font-family: libre_franklin, Helvetica, Arial, sans-serif;
  padding: 15px;
  background-color: #c00202;
  z-index: 5;
}
.udp_form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #06832F;
}

.udp_form_top::after {
  clear: both;
  content: "";
  display: table;
}
.udp_form_top .title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #1e273d;
  width: calc(50% - 27px);
  padding: 16px 0 13px;
  float: left;
}
body.yellow:not(.reader-mode) .udp_form_top .title {
  color: var(--yellow);
  background-color: var(--black);
}
.udp_form_top .desc {
  float: left;
  width: 50%;
  padding-left: 54px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1e273d;
  line-height: 1.2;
}
body.yellow:not(.reader-mode) .udp_form_top .desc {
  color: var(--yellow);
}

.udp_form_bot {
  padding: 15px 27px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}
.udp_form_bot .wpcf7-form-control-wrap {
  transform: scale(0.85);
}

.udp_form_info {
  color: #1e273d;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4166666667;
  width: 230px;
}
body.yellow:not(.reader-mode) .udp_form_info {
  color: var(--yellow);
}

.udpwf_block {
  width: 24%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #1e273d;
  text-align: center;
  font-weight: 600;
  padding: 25px;
  position: relative;
}
.udpwf_block::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #d7d7d7;
  position: absolute;
  left: 10px;
  top: 10px;
}
body.yellow:not(.reader-mode) .udpwf_block::after {
  border-color: var(--yellow);
}
.udpwf_block .title {
  font-size: 2rem;
  line-height: 1.09375;
  text-transform: uppercase;
}
body.yellow:not(.reader-mode) .udpwf_block .title {
  color: var(--yellow);
}
.udpwf_block .text {
  font-size: 1.0625rem;
  line-height: 1.3888888889;
  padding: 100px 0 25px;
}
body.yellow:not(.reader-mode) .udpwf_block .text {
  color: var(--yellow);
}
.udpwf_block a {
  color: #06832F;
  font-size: 1.0625rem;
}
body.yellow:not(.reader-mode) .udpwf_block a {
  color: var(--yellow);
}
body.yellow:not(.reader-mode) .udpwf_block {
  background: none !important;
}

@media screen and (max-width: 1024px) {
  .udp_form {
    width: 100%;
    padding: 40px 0;
  }
  .udp_form .wpcf7-form {
    padding: 0 30px;
  }
  .udp_form_top {
    padding-bottom: 15px;
  }
  .udp_form_top .title {
    width: 260px;
    text-align: left;
    padding-left: 50px;
    padding-right: 15px;
    font-size: 1.5rem;
  }
  .udp_form_top .desc {
    width: calc(100% - 290px);
    padding-top: 10px;
    padding-left: 50px;
  }
  .udp_form_bot {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .udp_form_bot p {
    width: 100%;
    text-align: center;
  }
  .udp_form_bot .wpcf7-form-control-wrap {
    width: 50%;
    transform: scale(0.7) translateX(-10%);
  }
  .udp_form_info {
    width: 50%;
  }
  .udpwf_block {
    width: 100%;
    height: 205px;
  }
  .udpwf_block .title {
    font-size: 1.75rem;
  }
  body.yellow:not(.reader-mode) .udpwf_block .title {
    color: var(--yellow);
  }
  .udpwf_block .text {
    font-size: 1rem;
    padding: 26px 0 20px;
  }
  .udpwf_block a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ud_cont_wrap {
    padding: 0 0 50px;
  }
  .udp_form {
    width: 100%;
    padding: 40px 0;
  }
  .udp_form .wpcf7-form {
    padding: 0px;
  }
  .udp_form_top {
    padding-bottom: 15px;
  }
  .udp_form_top .title {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
  }
  .udp_form_top .desc {
    width: 100%;
    padding: 10px 20px;
  }
  .udp_form_bot {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .udp_form_bot p {
    width: 100%;
    text-align: center;
  }
  .udp_form .wpcf7-response-output {
    transform: translateY(50%);
    font-size: 0.75rem;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .udp_form_info {
    width: 100%;
  }
  .udpwf_block {
    width: 100%;
    height: 245px;
    padding: 15px;
  }
  .udpwf_block .title {
    font-size: 1.75rem;
  }
  .udpwf_block .text {
    font-size: 0.9375rem;
    padding: 26px 0 20px;
  }
  .udpwf_block a {
    font-size: 1rem;
  }
}/*# sourceMappingURL=us_danych.css.map */