

/* Start:/bitrix/templates/dpk_theme/components/bitrix/main.feedback/template-rb-feedback/style.css?17122081972857*/
.mf-text {
  display: none;
}
.email-us{
  min-width: 245px;
  margin: 20px 0;
  background-color: #18BD18;
  font-size: 1.2625rem;
  display: inline-block;
  position: relative;
  width: auto;
  -webkit-appearance: none;
}
.email-us a{
  display: block;
  padding: 26px 0px 26px 38px;
  color: #fff;
}
.email-us:before {
  content: '';
  background: url(/bitrix/templates/dpk_theme/components/bitrix/main.feedback/template-rb-feedback/images/btn-shadow.png) no-repeat left top;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.email-us > a:before {
  content: '';
  background-image: url('/bitrix/templates/dpk_theme/components/bitrix/main.feedback/template-rb-feedback/images/email.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 22px;
  left: 22px;
}
.mf-message textarea {
    resize: none;
    font-family: sans-serif;
}
.mf-captcha img, input[type=submit]{
    margin: 10px 25px;
}
.mf-name input[type=text], .mf-email input[type=text], .mf-message textarea, .mf-captcha input[type=text]{
  margin: 10px 25px;
  width: 550px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #18BD18;
  transition: all 0.3s cubic-bezier(.64,.09,.08,1);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 96%, #18BD18 4%);
  background-position: -550px 0;
  background-size: 550px 100%;
  background-repeat: no-repeat;
  color: darken(#18BD18, 20%);
}
.mf-name input[type=text]:focus, :valid, .mf-email input[type=text]:focus, :valid, .mf-message textarea:focus, :valid, .mf-captcha input[type=text]:focus, :valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}
.hidden {
    display: none;
}
#cboxLoadedContent .hidden {
    display: block;
    min-width: 600px;
    margin: 20px;
    text-align: center;
}
#cboxLoadedContent .btn {
  border: none;
  background: #18BD18;
  cursor: pointer;
  padding: 20px;
  width: 200px;
  color: white;
  margin: 25px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
}
#cboxLoadedContent .btn:hover { 
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
}

.mf-ok-text {
  background: #18BD18;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 20px 70px;
  margin: 10px;
  
}
.mf-ok-text:before {
  content: '';
  background-image: url('/bitrix/templates/dpk_theme/components/bitrix/main.feedback/template-rb-feedback/images/ok.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 14px;
  left: 22px;
}

.errortext {
  background: #E09E9E;
  position: relative;
  display: inline-block;
  padding: 20px 70px;
  margin: 10px;
  
}
.errortext:before {
  content: '';
  background-image: url('/bitrix/templates/dpk_theme/components/bitrix/main.feedback/template-rb-feedback/images/error.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 14px;
  left: 22px;
}
.mfeedback font.errortext {
  color: #fff;
}
/* End */
/* /bitrix/templates/dpk_theme/components/bitrix/main.feedback/template-rb-feedback/style.css?17122081972857 */
