* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table_wrap {
  overflow: auto;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -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;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button, .button2, .button3 {
  -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-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
hr {
  clear: both;
  font-size: 0;
  overflow: hidden;
  display: block;
  height: 0;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 30px 10px 0;
}
img.alignright {
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Raleway";
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  line-height: 40px;
}
.selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Raleway";
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Raleway";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 4rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5.66667rem;
  line-height: 1.2;
  color: #15973a;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.2rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #15973a;
  height: 50px;
  display: none;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -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;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -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;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 15px/1.5714 "Raleway", sans-serif;
}
body {
  color: #3c3c3b;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1120px;
  max-width: 94%;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.2;
}
p {
  padding-bottom: 20px;
  line-height: 1.6;
}
h1 {
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.144em;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
}
h2 {
  font-family: "Arvo";
  font-size: 1.66667rem;
  text-transform: uppercase;
  color: #15973a;
  padding-bottom: 2.33333rem;
}
h3 {
  font-size: 20px;
  padding-bottom: 2.66667rem;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
h5 {
  font-family: "Arvo";
  font-size: 16px;
}
a {
  color: #15973a;
  font-weight: 600;
  text-decoration: none;
  -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;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
}
header .header_top {
  background: #15973a;
  padding: 13px 0;
  text-align: right;
}
header .header_top a {
  font-size: 13px;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
}
header .header_top a:hover {
  color: #3c3c3b;
}
header .header_top .alc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .header_top .sc {
  line-height: 1;
}
header .header_top .sc a {
  font-size: 14px;
  font-weight: 400;
}
header .header_top .sc a:not(:last-of-type) {
  margin-right: 20px;
}
header .header_top a[href^='tel'], header .header_top a[href^='mailto'] {
  margin-right: 30px;
  padding-left: 22px;
  position: relative;
}
header .header_top a[href^='tel']:before, header .header_top a[href^='mailto']:before {
  left: 0;
  position: absolute;
}
header .header_top a[href^='tel']:after, header .header_top a[href^='mailto']:after {
  content: '';
  width: 1px;
  height: 12px;
  right: -15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
}
header .header_middle {
  padding: 15px 0;
  text-align: center;
}
header .header_middle .container {
  width: 1170px;
}
header .header_middle #logo {
  display: inline-block;
}
header .header_middle .login {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
header .header_bottom {
  padding: 28px 0;
  background: #f2f1ee;
}
header .header_bottom .container {
  width: 1024px;
}
.flex_parent {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex_parent article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex_parent aside {
  -webkit-flex-basis: 285px;
  -moz-flex-basis: 285px;
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  max-width: 100%;
  margin-left: 70px;
}
#top {
  padding: 4.33333rem 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 1025px) {
  #mainMenu ul {
    font-size: 0;
    text-align: center;
  }
  #mainMenu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 9px 1.8%;
    position: relative;
  }
  #mainMenu ul li:not(:last-of-type) {
    border-right: 1px solid #a3a097;
  }
  #mainMenu ul li:first-child {
    padding-left: 0;
  }
  #mainMenu ul li:last-child {
    padding-right: 0;
  }
  #mainMenu ul li a {
    font-family: "Arvo";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #a3a097;
    text-transform: uppercase;
    display: block;
  }
  #mainMenu ul li:hover a, #mainMenu ul li.current-menu-item a {
    text-decoration: none;
    color: #15973a;
  }
  #mainMenu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #mainMenu ul .sub-menu {
    width: 250px;
    display: block;
    position: absolute;
    left: 0;
    right: -70px;
    top: 108%;
    -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;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    background: #f7f6f3;
    padding: 5px 0;
    z-index: 3;
    text-align: left;
  }
  #mainMenu ul .sub-menu li {
    padding: 9px 18px;
    border-right: none;
  }
  #mainMenu ul .sub-menu li:hover a, #mainMenu ul .sub-menu li.current-menu-item a {
    text-decoration: none;
    color: #15973a;
  }
  #mainMenu ul .sub-menu li a {
    color: #a3a097;
  }
}
.content {
  padding-top: 5.33333rem;
}
.content ul {
  margin-bottom: 20px;
}
.content ul li {
  padding: 5px 0 5px 43px;
  position: relative;
  margin-bottom: 1.66667rem;
}
.content ul li:before {
  content: "\59";
  font-family: "icons";
  font-size: 18px;
  color: #15973a;
  position: absolute;
  top: 2px;
  left: 0;
}
.home .content {
  padding: 0;
}
.home .what_cliens_say {
  margin-top: 0;
}
.home .block_info {
  margin: 0;
}
.post-type-archive-testimonials .content {
  padding: 0;
}
.content_blog {
  padding: 5.33333rem 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 15px;
  font-family: "Raleway";
  font-size: 0.86667rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #15973a;
}
textarea {
  resize: none;
  height: 130px;
  padding: 15px;
}
.button, .button2, .button3 {
  display: inline-block;
  line-height: 3rem;
  padding: 0 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.144em;
  font-weight: 600;
  text-transform: uppercase;
  background: #15973a;
  color: #fff;
  font-family: "Raleway";
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}
.button:hover, .button2:hover, .button3:hover {
  background: #fff;
  color: #15973a;
  border: 1px solid #15973a;
  text-decoration: none;
}
.button strong, .button2 strong, .button3 strong {
  font-weight: 900;
}
.button2 {
  background: #fff;
  color: #15973a;
}
.button2:hover {
  background: #15973a;
  color: #fff;
  border: 1px solid #fff;
}
.button3 {
  background: #15973a;
  border: 1px solid #fff;
  line-height: 3rem;
}
.button3:hover {
  opacity: 1;
  background: #fff;
  color: #15973a;
}
#popBox {
  display: none;
  padding: 30px;
  text-align: center;
}
.home_slider .swiper-slide {
  padding: 4.66667rem 0;
  background-position: 0 0;
  text-align: center;
  color: #fff;
}
.home_slider .swiper-slide .container {
  width: 940px;
}
.home_slider .swiper-slide h2 {
  font-family: "Raleway";
  font-size: 4.4rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  font-weight: 300;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.144em;
  text-transform: capitalize;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
.home_slider .swiper-slide h2:after {
  content: '';
  width: 37px;
  height: 5px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
}
.home_slider .swiper-slide h4 {
  font-weight: 400;
  padding-bottom: 32px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.home_slider .swiper-button-next, .home_slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: none;
  text-align: center;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -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;
}
.home_slider .swiper-button-next:hover, .home_slider .swiper-button-prev:hover {
  border-top: 3px solid #15973a;
  border-left: 3px solid #15973a;
}
.home_slider .swiper-button-next {
  right: 40px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.home_slider .swiper-button-prev {
  left: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_links {
  padding: 4.66667rem 0;
  text-align: center;
}
.page_links .item {
  padding: 17px 8.1% 40px 2.2%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.page_links .item:first-child {
  border-right: 1px solid #a3a097;
  padding: 17px 8.1% 40px 2.2%;
}
.page_links .item:nth-child(2) {
  padding: 17px 2.2% 40px 8.1%;
}
.page_links .item figure {
  width: 123px;
  height: 123px;
  max-width: 100%;
  display: inline-block;
  background: #f2f1ee;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
}
.page_links .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_links .item h5 {
  color: #15973a;
}
.page_links .item .read {
  color: #c0a872;
  font-weight: 600;
}
.page_links .item .read:hover {
  color: #3c3c3b;
  text-decoration: none;
}
.what_cliens_say {
  margin-top: 2.66667rem;
  padding: 6rem 0 5.33333rem;
  text-align: center;
  font-size: 22px;
}
.what_cliens_say h2 {
  padding-bottom: 3.33333rem;
}
.what_cliens_say span {
  font-size: 15px;
  color: #c6c6c6;
}
.what_cliens_say .container {
  width: 950px;
}
#green_line_block {
  padding: 20px 0;
  background: #15973a;
  color: #fff;
}
#green_line_block .alc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#green_line_block h3 {
  font-family: "Arvo";
  padding-bottom: 0;
}
#green_line_block .buttons {
  margin-left: 17px;
}
#green_line_block .buttons p {
  padding-bottom: 0;
}
#green_line_block .buttons a:not(:last-child) {
  margin-right: 10px;
}
#green_line_block .button2 {
  font-size: 19px;
  margin-left: 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.block_info {
  margin-top: 4.66667rem;
  background: #f7f6f3;
}
.block_info .info, .block_info .thumb {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.block_info .info {
  padding: 50px 60px 60px 60px;
}
.block_info .info div {
  margin: 0 auto;
}
.block_info .img_left {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.testimonials .item {
  padding: 5.33333rem 0 5.33333rem;
}
.testimonials .item:nth-child(odd) {
  background: #f7f6f3;
}
.testimonials .item span {
  font-size: 15px;
  color: #c6c6c6;
}
.contact_info {
  margin-bottom: 2.66667rem;
}
.contact_info .info {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-right: 10px;
}
.contact_info .info h5 {
  color: #15973a;
}
.contact_info .wpcf7 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.contact_form .wpcf7-form-control-wrap, .request_form .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
.contact_form input[type="submit"], .request_form input[type="submit"] {
  min-width: 120px;
  border: 1px solid #f1f1f1;
}
.request {
  padding: 10.46667rem 0;
}
.request .request_form h5 {
  color: #15973a;
}
.request .request_form .right_form, .request .request_form .info {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.request .request_form .right_form {
  margin-left: 30px;
}
.staff {
  padding: 5.33333rem 0;
  background: #f7f6f3;
  text-align: center;
}
.staff h2 {
  text-align: left;
}
@media (min-width: 320px) {
  .staff .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5%;
    width: 105%;
  }
  .staff .box > * {
    width: 95%;
    margin: 0 2.5% 5em;
  }
}
@media (min-width: 480px) {
  .staff .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.75%;
    width: 103.5%;
  }
  .staff .box > * {
    width: 46.5%;
    margin: 0 1.75% 2.625em;
  }
}
@media (min-width: 768px) {
  .staff .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.75%;
    width: 103.5%;
  }
  .staff .box > * {
    width: 29.83333%;
    margin: 0 1.75% 2.33333em;
  }
}
@media (min-width: 1024px) {
  .staff .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .staff .box > * {
    width: 22%;
    margin: 0 1.5% 1.875em;
  }
}
.staff .item {
  background: #fff;
}
.staff .item figure img {
  margin: 0 auto;
}
.staff .item .info {
  padding: 30px 11.5%;
}
.staff .item .info .button, .staff .item .info .button2, .staff .item .info .button3 {
  min-width: 95px;
  line-height: 44px;
}
.post:not(:last-child) {
  margin-bottom: 4.66667rem;
}
.post h2 {
  padding-bottom: 5px;
}
.post h2 a {
  font-weight: 400;
}
.post h2 a:hover {
  color: #3c3c3b;
  text-decoration: none;
}
.post .for_post {
  padding-bottom: 2rem;
  color: #c0a872;
}
.post .for_post a {
  font-weight: 400;
  color: #c0a872;
}
.post .for_post a:hover {
  color: #15973a;
  text-decoration: none;
}
.post .read {
  font-weight: 600;
}
.post .read:hover {
  color: #3c3c3b;
  text-decoration: none;
}
.widget h2 {
  font-family: "Raleway";
  font-size: 20px;
  padding-bottom: 2rem;
  text-transform: capitalize;
}
.widget ul {
  margin-bottom: 30px;
}
.widget ul li {
  padding: 10px 0;
  margin: 0;
}
.widget ul li:before {
  display: none;
}
.widget ul li a {
  color: #3c3c3b;
}
.widget ul li a:hover {
  color: #15973a;
  text-decoration: none;
}
.widget .tagcloud a {
  font-size: 15px !important;
  color: #3c3c3b;
}
.widget .tagcloud a:not(:last-child):after {
  content: ',';
}
.widget .tagcloud a:hover {
  color: #15973a;
  text-decoration: none;
}
footer .footer_top {
  background: #f7f6f3;
  padding: 3rem 0;
}
footer .footer_top .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
footer .footer_top .items > * {
  width: 27.33333%;
  margin: 0 3% 4em;
}
footer .footer_top .items a {
  text-decoration: none;
}
footer .footer_top .items h5 {
  color: #15973a;
}
footer .footer_top .items .sc a {
  font-size: 15px;
  margin-right: 10px;
}
footer .footer_top .items .sc a:hover {
  color: #3c3c3b;
}
footer .footer_top .items .item {
  margin-bottom: 0;
}
footer .footer_top .items .item .partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer_top .items .item .partners img:not(:last-child) {
  margin: 0 20px 20px 0;
}
footer .footer_top .items .address, footer .footer_top .items a[href^='tel'], footer .footer_top .items a[href^='mailto'] {
  position: relative;
  padding-left: 25px;
  color: #3c3c3b;
}
footer .footer_top .items .address:before, footer .footer_top .items a[href^='tel']:before, footer .footer_top .items a[href^='mailto']:before {
  top: 2px;
  left: 0;
  position: absolute;
  color: #15973a;
}
footer .footer_top .items .rec_post {
  padding-bottom: 20px;
}
footer .footer_top .items .rec_post p {
  padding-bottom: 0;
}
footer .footer_top .items .rec_post .read {
  font-family: "Lato";
  color: #c0a872;
  font-weight: 700;
  font-style: italic;
}
footer .footer_top .items .rec_post .read:hover {
  color: #15973a;
}
footer .footer_top .items a[href^='tel']:hover, footer .footer_top .items a[href^='mailto']:hover {
  color: #15973a;
}
footer .footer_bottom {
  padding: 20px 0;
}
footer .footer_bottom .copy {
  font-size: 11px;
  color: #9e9e9e;
}
footer .footer_bottom .copy p {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #green_line_block {
    text-align: center;
  }
  #green_line_block .container {
    display: block;
  }
  #green_line_block .buttons {
    margin: 0;
  }
  #green_line_block .button2 {
    margin: 0;
  }
  #green_line_block h3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 13px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #menuOpen p {
    padding-bottom: 0;
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -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;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  #mainMenu ul li a {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
  }
  #mainMenu ul li:hover a {
    background: none;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #15973a;
  }
  #mainMenu ul .sub-menu {
    display: none;
  }
  #mainMenu ul .sub-menu > li > a {
    padding: 10px 4%;
  }
  .subMenuButton {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #337495;
    right: 0;
    top: 1.5px;
  }
  .subMenuButton:before, .subMenuButton:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all 0.3s ease;
  }
  .subMenuButton:before {
    width: 3px;
    height: 35px;
  }
  .subMenuButton:after {
    width: 35px;
    height: 3px;
  }
  .subMenuButton.open:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .subMenuButton.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  h1 {
    font-size: 50px;
  }
  .content {
    padding-top: 40px;
  }
  header {
    margin-top: 50px;
  }
  header .header_bottom {
    height: 0;
    padding: 0;
  }
  .block_info .item {
    display: block;
  }
  .block_info .item .thumb {
    min-height: 450px;
    background-position: 50% 50%;
  }
  .block_info .item .info {
    padding: 30px;
    display: block;
  }
  .flex_parent {
    display: block;
  }
  .flex_parent aside {
    margin: 30px auto 0;
  }
  .flex_parent aside h2 {
    padding-bottom: 20px;
  }
  .staff {
    padding: 35px 0;
  }
  .staff .box .item:last-of-type {
    margin-bottom: 0;
  }
  .what_cliens_say {
    padding: 40px 0;
    font-size: 15px;
  }
  footer .footer_top .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    text-align: center;
  }
  footer .footer_top .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  footer .footer_top .items .sc {
    margin-bottom: 20px;
  }
  footer .footer_top .items .address {
    display: inline-block;
    padding-left: 0;
  }
  footer .footer_top .items .item .partners {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer_top .items .item .partners img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header_top .alc {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  header .header_top a[href^='tel'], header .header_top a[href^='mailto'], header .header_top .sc {
    margin: 5px 5px;
  }
  header .header_top a[href^='tel']:after, header .header_top a[href^='mailto']:after, header .header_top .sc:after {
    display: none;
  }
  header .header_middle .login {
    display: block;
    width: 250px;
    margin: 20px auto 0;
    max-width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
    -moztransform: translate(0, 0);
    transform: translate(0, 0);
  }
  .what_cliens_say {
    font-size: 13px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 20px;
  }
  .testimonials .item {
    padding: 35px 0;
  }
  .contact_info .flex {
    display: block;
  }
  .page_links {
    padding: 40px 0;
  }
  .page_links .flex {
    display: block;
  }
  .page_links .item:first-child, .page_links .item:nth-child(2) {
    border-right: none;
    padding: 30px 5%;
  }
  .request {
    padding: 40px 0;
  }
  .request .request_form {
    display: block;
  }
  .request .request_form .right_form {
    margin-left: 0;
  }
  .block_info .item .thumb {
    min-height: 350px;
  }
  .home_slider .swiper-slide {
    min-height: 400px !important;
    padding: 30px 0;
    background-position: 50% 50%;
  }
  .home_slider .swiper-slide h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  #green_line_block .buttons {
    display: block;
  }
  #green_line_block .buttons .button:first-child, #green_line_block .buttons .button2:first-child, #green_line_block .buttons .button3:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home_slider .swiper-slide {
    min-height: 350px !important;
  }
}
