.main{
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #1c1c1c;
    z-index: 0;
        height: 400px;
}
.slides{
  position: relative;
      top: -30px;
      right: -30px;
      bottom: -30px;
      left: -30px;
      background-position: 50% 50%;
      background-size: cover;
      z-index: -1;
}
.slides img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrap-caption.right {
      padding-top: 120px;
    width: 80%;
    text-align: right;
    float: right;
}
.caption-heading{
  font-size: 2.857em;
    line-height: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
.wrap-caption h2 span, .wrap-caption .banner-page .title-page span, .banner-page .wrap-caption .title-page span {
    background-color: rgba(0, 145, 68, 0.9);
    padding: 10px 20px;
    color: #ffffff;
}
.wrap-caption .excerpt {
    margin-bottom: 50px;
    font-size: 18px;
    background-color: rgba(251, 215, 113, 0.9);
    padding: 8px 20px;
    display: inline-table;
    color: #222222;
}

.section-heading.center, .center.section-heading-events {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section-heading, .section-heading-events {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    background-color: rgba(251, 215, 113, 0.6);
    display: table;
}
.subheading {
    margin-top: -20px;
    margin-bottom: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
}
.box-icon-1 {
    text-align: left;
    margin-bottom: 60px;
}
.box-icon-1 .icon {
    float: left;
}
.box-icon-1 .icon .fa {
    display: table-cell;
    width: 50px;
    height: 50px;
    background-color: #009144;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.box-icon-1 .body-content {
    margin-left: 80px;
}
.box-icon-1 .title {
    margin-bottom: 15px;
    color: #000;
    clear: none;
}
.box-icon-1 .title:after {
    content: '';
    height: 3px;
    width: 30px;
    display: block;
    margin: 7% 0;
    background: #009144;
}
.box-icon-1 .text {
    color: #626262;
}
.readmore {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    color: #009144;
}
.readmore i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.service .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section.feature{
  padding-bottom: 60px;
}
.bg-overlay-3 {
    background: url(../images/Biznes-_76.jpg) bottom right no-repeat;
    background-size: cover;
}
.section > .container-fluid{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-heading, .section-heading-events {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    background-color: rgba(251, 215, 113, 0.6);
    display: table;
}
.reset-section-heading {
    margin-top: -30px;
    font-size: 2.857em;
    line-height: normal;
}
.form-appointment {
    margin-top: 40px;
}
.form-appointment .form-control {
    padding: 10px 15px;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #e1e2e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.form-appointment .btn-primary.disabled {
    background-color: #009144;
    border-color: #009144;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.form-appointment .btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #005e2c;
}
.form-appointment .btn-primary {
    background-color: #009144;
    color: #ffffff;
}
.form-appointment .btn{
    font-size: 14px;
    color: #ffffff;
    padding: 15px 35px;
    border: 0;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}