.validation-failed {
    color: #333;
    font-weight: 500;
}

.form-group .validation-failed {
    color: #8c3110;
}

.form-control.validation-failed:focus {
    border-color: #8c3110;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(185, 74, 72, 0.6);
    outline: 0 none;
}

.input-group .validation-failed:focus {
    border-color: #fff;
    box-shadow: none;
}

.alertify-notifier .ajs-message {
    text-align: inherit;
}

.alertify-notifier .ajs-message ul,
.alertify-notifier .ajs-message ol {
    margin: 0;
}

.alertify-notifier .ajs-message li {
    color: #fff;
}


/* МОДАЛЬНЫЕ ОКНА */

.modal-open {
    overflow: hidden;
}
.modal-open .wrapper {
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/s…<filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
    -webkit-filter: blur(7px);
    -moz-filter: blur (7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
.modal-backdrop {
    background-color: #fff;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle !important;
}

.modal-dialog h6 {
  text-align: center;
  font-size: 17px;
}

.modal-dialog h3 {
  text-align: left;
  font-size: 19px;
}

.modal-dialog p {
  text-align: left;
  font-size: 15px;
}

.modal-dialog img {
    border: 3px solid #89c389;
    margin: 0 auto;
    max-width: 80%;
    justify-content: center !important;
    text-align: center !important;
}

.modal-content {
    background: #72c02c none repeat scroll 0 0;
	/* border: 1px solid rgba(255, 255, 255, 0.2); */
	border: none;
	border-radius: 0;
	color: #fff;
}
.modal-content form .form-control,
.modal-content form .form-control:focus,
.modal-content form .form-control:hover,
.modal-content form .form-control:active {
  background: #427d0e none repeat scroll 0 0;
  border-color: #427d0e;
  box-shadow: none;
  color: #fff;
  font-weight: normal;
  height: 36px;
}
.modal-content form ::-webkit-input-placeholder {
  color: #ade081;
}
.modal-content form :-moz-placeholder { /* Firefox 18- */
  color: #ade081;
}
.modal-content form ::-moz-placeholder {  /* Firefox 19+ */
  color: #ade081;
}
.modal-content form :-ms-input-placeholder {
  color: #ade081;
}
select.form-control {
  color: #ade081 !important;
}
.modal-content .btn-default {
	background: #fff;
	border-color: #fff;
	color: #427d0e;
}
.modal-content .btn-default.active,
.modal-content .btn-default:active,
.modal-content .btn-default.hover,
.modal-content .btn-default:hover,
.modal-content .btn-default.focus,
.modal-content .btn-default:focus {
	background: #427d0e;
	border-color: #ade081;
	color: #ade081;
}
.modal-content .close {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #087963;
    border-radius: 50%;
    color: #087963;
	/* font-size: 23px; */
	font-weight: 300;
    height: 25px;
    margin: 0;
    opacity: 0.7;
    position: absolute;
    right: -2%;
    top: -12px;
    width: 25px;
    z-index: 1051;
}

.modal-content .close:hover {
	border: 1px solid #427d0e;
    color: #427d0e;
	opacity: 1;
}

.modal-body {
    padding: 30px !important;
}

.modal-dialog .modal-body p,
.modal-dialog .modal-body h1,
.modal-dialog .modal-body h2,
.modal-dialog .modal-body h3,
.modal-dialog .modal-body h4,
.modal-dialog .modal-body h5,
.modal-dialog .modal-body h6,
.modal-dialog .modal-content p,
.modal-dialog .modal-header p,
.modal-dialog .modal-header h1,
.modal-dialog .modal-header h2,
.modal-dialog .modal-header h3,
.modal-dialog .modal-header h4,
.modal-dialog .modal-header h5,
.modal-dialog .modal-header h6 {
    color: #fff;
}

.modal-dialog .modal-body p,
.modal-dialog .modal-body h1,
.modal-dialog .modal-body h2,
.modal-dialog .modal-body h3,
.modal-dialog .modal-body h4,
.modal-dialog .modal-body h5,
.modal-dialog .modal-body h6 {
    margin-bottom: 10px;
}

.modal-dialog .modal-header p,
.modal-dialog .modal-header h1,
.modal-dialog .modal-header h2,
.modal-dialog .modal-header h3,
.modal-dialog .modal-header h4,
.modal-dialog .modal-header h5,
.modal-dialog .modal-header h6 {
    margin-bottom: 15px;
}

.modal-dialog h1,
.modal-dialog h2,
.modal-dialog h3,
.modal-dialog h4,
.modal-dialog h5,
.modal-dialog h6 {
	font-weight: normal;
	text-transform: none;
}

.modal-dialog .modal-body .img-holder {
    margin: 0;
}

.modal-dialog .modal-body form {
    margin: 19px 0 10px;
}

h1.modal-title {
	font-size: 27px;
}
h2.modal-title {
	font-size: 24px;
}
h3.modal-title {
	font-size: 21px;
}
h4.modal-title {
	font-size: 18px;
}
h5.modal-title {
	font-size: 15px;
}
h6.modal-title {
	font-size: 12px;
}


.image {
  width: 100%;
  overflow: hidden;
  -webkit-flex-basis: 1;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.image img {
  height: 100%;
}


/* / МОДАЛЬНЫЕ ОКНА */

.wrapper {
    width: 100%;
}

/* Аккордеон */ 

.acc-v1 .panel-heading a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #72c02c;
    display: block;
    font-size: 22px;
    padding: 14px 14px 10px;
}

.acc-v1 .panel-body p {
    font-size: 16px;
    padding: 2px 4px;
}

.acc-v1 .panel-heading i {
    border-color: #72c02c !important;
    color: #72c02c !important;
    margin-right: 10px;
}

.panel-body {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px;
}

.promo-text p {
    color: #fff;
    line-height: 30px;
}

.examples-block-v4::after {
    border-color: #72c02c transparent transparent;
    border-style: solid;
    border-width: 25px 20px 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}

.headline-center-v2 p {
    color: #555;
    font-size: 17px;
    padding: 0 70px;
}

.headline-center-v2 h2 {
    color: #555;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bg-image-v2::before {
    background: rgba(255, 255, 255, 0.81) none repeat scroll 0 0 !important;
}

.headline-center-v2 span.bordered-icon::before,
.headline-center-v2 span.bordered-icon::after {
    top: 26px !important;

}

.descriptor {
    font-size: 26px;
    padding-bottom: 26px;
    
}

.cta-light .btn-u {
    border-color: #bbb;
}

.cta-light .btn-u {
    border-color: #bbb;
}

.contacts {
  list-style: outside none none;
}
.contacts li a {
  color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline dashed;
}
.contacts li a:hover {
  text-decoration-style: solid;
}

.callback-rounded {
    animation: 2.25s cubic-bezier(0.16, 0, 0, 1) 0s normal none infinite running pulse;
    background-color: #72c02c;
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    border-radius: 50%;
    bottom: 5%;
    box-shadow: 0 0 0 0 rgba(114, 192, 44, 0.6);
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    height: 72px;
    opacity: 0.5;
    position: fixed;
    right: 5%;
    text-align: center;
    width: 72px;
}

.callback-rounded:hover {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.callback-rounded i {
    position: relative;
    top: 23%;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 33px rgba(114, 192, 44, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 33px rgba(114, 192, 44, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 33px rgba(114, 192, 44, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 33px rgba(114, 192, 44, 0);
    }
}