/*!
Theme Name: sci_theme
Theme URI: #
Author: Oleg Shvets
Author URI: #
Description: Theme for SCI Project
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sci_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=Alef:wght@400;700&family=Assistant&display=swap");
html, body {
  font-family: "Alef", Helvetica, sans-serif;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 320px;
}

img {
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, ul {
  margin-bottom: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.container {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1800px;
    padding-left: 65px;
    padding-right: 65px;
  }
}

.button {
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.button_about {
  padding: 0 90px 0 30px;
  width: 100%;
  min-height: 90px;
  background: transparent;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .button_about {
    min-height: 65px;
  }
}

@media screen and (max-width: 575px) {
  .button_about {
    padding: 0 50px 0 10px;
    min-height: 45px;
  }
}

.button_about input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  font-size: 24px;
  transition: .3s;
  padding: 0 90px 0 30px;
}
.button_about a{
  font-size: 24px;
}
.button_about{
  transition: .3s;
}
.button_about:hover{
  background-color: #fff;
  color: #000;

}

@media screen and (max-width: 1439px) {
  .button_about input {
    font-size: 18px;
  }
  .button_about a{
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .button_about input {
    padding: 0 50px 0 10px;
  }
}

.button_about::after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 40px;
  height: 100%;
  content: '';
  background: url("./assets/image/icon_right.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .button_about::after {
    right: 10px;
    width: 30px;
  }
}



.button_about:hover input {
  color: #000;
}

.button_about:hover::after {
  background: url("./assets/image/icon_right_hover.png") center no-repeat;
  background-size: contain;
}

.button_project {
  padding: 0 55px 0 20px;
  min-width: 145px;
  background-color: #39aa35;
  min-height: 50px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Assistant";
  color: #fff;
  width: fit-content;
}

.button_project::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  width: 35px;
  height: 100%;
  background: url("./assets/image/icon_view.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .button_project::after {
    width: 25px;
    right: 10px;
  }
}

.button_project:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .button_project {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button_project {
    font-size: 16px;
    padding: 0 35px 0 10px;
    min-width: 80px;
    min-height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .button_project {
    max-width: 200px;
    min-width: 200px;
    margin: 0 auto;
  }
}

.button_advantages {
  min-width: 610px;
  min-height: 60px;
  background-color: #02ae13;
  font-family: "Assistant";
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.3px;
  border: 1px solid #ffffff;
  padding-left: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  padding-right: 70px;
  transition: .3s all!important;
}

.button_advantages::after {
  position: absolute;
  content: '';
  top: 0;
  right: 25px;
  height: 100%;
  width: 40px;
  background: url("./assets/image/icon_right.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .button_advantages::after {
    width: 30px;
  }
}

@media screen and (max-width: 575px) {
  .button_advantages::after {
    width: 20px;
    right: 10px;
  }
}

.button_advantages:hover {
  background: #fff;
  color: #000;
}

.button_advantages:hover::after {
  background: url("./assets/image/icon_right_hover.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .button_advantages {
    font-size: 16px;
    min-height: 60px;
    min-width: 400px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 575px) {
  .button_advantages {
    min-width: 300px;
    min-height: 45px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 35px;
  }
}

.button_consult {
  background-color: #39aa35;
  font-family: "Assistant";
  font-weight: 600;
  padding-left: 30px;
  min-width: 610px;
  min-height: 90px;
  color: #fff;
  font-size: 24px;
  padding-right: 70px;
}
.page-template-spray-page .button_consult, .page-template-projects-page .button_consult {
  min-width: 370px;
  font-size: 20px;
  min-height: 60px;
}
@media screen and (max-width: 575px) {
  .page-template-spray-page .button_consult, .page-template-projects-page .button_consult {
    min-width: unset;
    font-size: 14px;
  }
}

.button_consult::after {
  position: absolute;
  content: '';
  top: 0;
  right: 25px;
  height: 100%;
  width: 40px;
  background: url("./assets/image/icon_right.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .button_consult::after {
    width: 30px;
  }
}

@media screen and (max-width: 575px) {
  .button_consult::after {
    width: 20px;
    right: 10px;
  }
}

.button_consult:hover {
  background: #fff;
  color: #000;
}

.button_consult:hover::after {
  background: url("./assets/image/icon_right_hover.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .button_consult {
    min-height: 60px;
    min-width: 400px;
    font-size: 16px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 575px) {
  .button_consult {
    padding-left: 10px;
    min-height: 45px;
    min-width: 260px;
    font-size: 16px;
    padding-right: 35px;
  }
}

.button_submit-wrapper {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Assistant";
  color: #ffffff;
  border: 1px solid #ffffff;
  min-width: 175px;
  min-height: 55px;
  max-width: 175px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button_submit-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  transition: .3s all;
}

.button_submit-wrapper::after {
  position: absolute;
  top: 0;
  right: 25px;
  width: 25px;
  height: 100%;
  background: url("./assets/image/icon_right.png") center no-repeat;
  background-size: contain;
  content: '';
}
.button_submit-wrapper:hover::after{
  filter: brightness(0);
}
.button_submit-wrapper:hover{
  background-color: #fff;
}
.button_submit-wrapper:hover .button_submit{
  color: #000;
}
@media screen and (max-width: 991px) {
  .button_submit {
    font-size: 18px;
    min-height: 50px;
  }
}

.button_menu {
  display: none;
  padding: 0 10px;
  min-height: 60px;
  min-width: 60px;
  max-width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: menubtn;
  z-index: 11;
  font-size: 30px;
  color: #000;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.button_menu_active {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .button_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 575px) {
  .button_menu {
    font-size: 24px;
  }
}

.button_call {
  border: 2px solid #ffffff;
  background-color: #39aa35;
  min-height: 55px;
  color: #fff;
  font-size: 18px;
  font-family: "Alef";
  padding: 0 15px 0 40px;
  max-width: 360px;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: call;
}

.button_call:hover {
  color: #fff;
  background: #000;
}

.button_call::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: '';
  background: url("./assets/image/icon_phone.png") center no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
}

@media screen and (max-width: 1650px) {
  .button_call::before {
    width: 25px;
    left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .button_call::before {
    width: 20px;
    left: 5px;
  }
}

@media screen and (max-width: 1650px) {
  .button_call {
    padding: 0 10px 0 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .button_call {
    max-width: 360px;
  }
}

@media screen and (max-width: 991px) {
  .button_call {
    font-size: 18px;
    max-width: 340px;
    padding: 0 5px 0 30px;
  }
}

@media screen and (max-width: 575px) {
  .button_call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    max-width: 200px;
  }
}

.button_close {
  min-height: 40px;
  min-width: 40px;
  color: #fff;
  font-size: 60px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts_email::after {
  background: url("./assets/image/icon_mail.png") center no-repeat;
  background-size: contain;
}

.contacts_phone::after {
  background: url("./assets/image/icon_phone.png") center no-repeat;
  background-size: contain;
}

.block_input {
  padding: 0 20px;
  border: 1px solid #fff;
  /* background: #fff; */
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_input br {
  display: none;
}

.block_input input, .block_input textarea {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  /* color: #1b2242; */
  color: #fff;
  font-family: "Assistant";
}

@media screen and (max-width: 767px) {
  .block_input input, .block_input textarea {
    font-size: 18px;
  }
}

.block_input textarea {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .block_input textarea {
    padding-top: 10px;
  }
}

.block_input-about {
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .block_input-about {
    padding: 0 15px;
    min-height: 45px;
  }
}

.block_input-about input {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 1439px) {
  .block_input-about input {
    font-size: 18px;
  }
}

.block_input-about input::-webkit-input-placeholder {
  color: #fff;
}

.block_input-about input:-ms-input-placeholder {
  color: #fff;
}

.block_input-about input::-ms-input-placeholder {
  color: #fff;
}

.block_input-about input::placeholder {
  color: #fff;
}

.body_fixed {
  overflow: hidden;
}

.section-join {
  overflow: hidden;
  display: block;
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 80px;
  height: 80px;
  background: url("./assets/image/bg_whatsup.png") center no-repeat;
  background-size: contain;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .section-join {
    width: 70px;
    height: 70px;
    left: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .section-join {
    width: 60px;
    height: 60px;
    left: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-join {
    width: 50px;
    height: 50px;
    left: 5px;
    bottom: 5px;
  }
}

.section-nav {
  padding: 25px 0;
  z-index: 9;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  background-color: rgba(249, 247, 252, 0.65);
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
}
.menu-header-navigation-container ul:not(.sub-menu) > li{
  padding: 0;
}
.menu-header-navigation-container ul:not(.sub-menu) > li >  a{
  padding-right: 15px;
  padding-left: 15px;
}
.menu-header-navigation-container ul:not(.sub-menu) .menu-item-has-children.active > a:first-of-type{
  padding: 58px 15px;
  transition: .3s;
}

@media screen and (max-width: 1199px) {
  .section-nav {
    padding: 10px 0;
  }
  .menu-header-navigation-container .menu-item-has-children a{
    padding: 35px 0;
  }
}

@media screen and (max-width: 575px) {
  .section-nav {
    padding: 5px 0;
  }
}

.section-nav_sticky {
  position: fixed;
  width: 100%;
  padding: 5px 0;
}
.section-nav__logo img{
  transition: .7s all;
}
.section-nav_sticky .section-nav__logo img{
  transform: scale(0.7)
}
.section-nav .container {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'logo menu call';
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .section-nav .container {
        grid-template-areas: 'logo call menubtn';
    row-gap: 10px;
    max-width: 100%;
  }
}

.section-nav::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 247, 252, 0.35);
  opacity: 0.8;
  content: '';
  z-index: -1;
}

.section-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1000px;
  width: 100%;
  margin-left: 100px;
  font-size: 18px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: menu;
}

@media screen and (max-width: 1800px) {
  .section-nav__menu {
    margin-left: unset;
  }
}

@media screen and (max-width: 1650px) {
  .section-nav__menu {
    max-width: unset;
    width: unset;
  }
}

@media screen and (max-width: 1439px) {
  .section-nav__menu {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .section-nav__menu {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -300vw;
    width: 100%;
    height: 100%;
    background: #02ae13;
    z-index: 10;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-transition: right ease .5s;
    transition: right ease .5s;
    padding: 0 40px;
  }
}

.section-nav__menu_show {
  right: 0;
}

.section-nav__menu li {
  padding: 0 15px;
  border-right: 2px solid black;
}

@media screen and (max-width: 1750px) {
  .section-nav__menu li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1199px) {
  .section-nav__menu li {
    padding: 10px 0;
    border: none;
  }
}

.section-nav__menu li:first-child {
  padding-left: 0;
}

.section-nav__menu li:last-child {
  padding-right: 0;
  border: none;
}

.section-nav__menu a {
  color: #000;
  transition: .3s all;
}


.section-nav__menu a:hover, .current_page_item a, .current_page_ancestor > a,.sub-menu .current-menu-item a{
  color: #39aa35;
}
@media screen and (max-width: 1199px) {
  .section-nav__menu a {
    color: #fff;
  }
}

.section-nav__logo {
  max-width: 185px;
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

@media screen and (max-width: 1750px) {
  .section-nav__logo {
    max-width: 100px;
  }
}

@media screen and (max-width: 575px) {
  .section-nav__logo {
    max-width: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .section_pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .section_pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section__title {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2.8px;
  padding-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .section__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section__title {
    font-size: 32px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 24px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .section__title {
    text-align: center;
    font-size: 22px;
  }
}

.section__title::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 100%;
  border-bottom: 5px solid #02ae13;
}

@media screen and (max-width: 767px) {
  .section__title::after {
    border-bottom: 3px solid #02ae13;
  }
}

.section__title-slug {
  font-weight: 400;
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  .section__title-slug {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .section__title-slug {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .section__title-slug {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .section__title-slug {
    font-size: 14px;
    margin-top: 5px;
  }
}

.section-row {
  display: -ms-grid;
  display: grid;
}

.section-header {
  overflow: hidden;
  min-height: 850px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  position: relative;
  padding-top: 150px;
  background: #02ae13 url("./assets/linear_bg.png");
  max-height: 1010px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .section-header {
    min-height: 800px;
    max-height: unset;
  }
}

.section-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1199px) {
  .section-header .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}

.section-header-about__group {
  background: transparent;

  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  width: 40vw;
  padding-right: 30px;
  padding-left: 50px;
}
@media only screen and (min-width: 1800px){
  .section-header-about__group * {
    max-width: 665px;
  }
}
/*.section-header-about__group::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: calc(100vw + 100%);
  content: '';
  height: 100%;
  background: #02ae13;
  z-index: -1;
}
*/
@media screen and (max-width: 1199px) {
  .section-header-about__group::after {
    display: none;
  }
  .section-header-about__group{
    background-color: #02ae13;
    z-index: 1;
  }
}

@media screen and (max-width: 1199px) {
  .section-header-about__group {
    max-width: 600px;
    padding: 30px 12px 30px;
  }
}
@media only screen and (max-width: 991px){
  .section-header-about__group{
    width: 100%;
  }
  .section-header-about__form{
    margin: 0 auto!important;
  }
}
@media screen and (max-width: 767px) {
  .section-header-about__group {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-header-about__form{
    margin: 0 auto!important;
  }
}

.section-header-about__title {
  font-size: 26px;
  font-weight: 700;
  max-width: 650px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1439px) {
  .section-header-about__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .section-header-about__title {
    max-width: 100%;
    margin-bottom: 35px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-header-about__title {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .section-header-about__title {
    font-size: 20px;
  }
}

.section-header-about__form {
  max-width: 500px;
  width: 100%;
  margin-right: 10%;
}

.section-header-about__form .wpcf7-not-valid-tip {
  color: #fff;
}

.section-header__group {
  background: transparent ;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 1199px){
  .section-header__group {
    background: #02ae13;
  }
}
.section-header__group::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: calc(100vw + 100%);
  content: '';
  height: 100%;
  background: #02ae13;
  z-index: -1;
}


.section-header__title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -3.6px;
  max-width: 600px;
  position: relative;
  padding-bottom: 65px;
  padding-right: 15px;
}
/*.barrier{
  position: relative;
  margin: 0 auto;
  height: 2px;
  width: 125px;
  background-color: #000;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  top:-15px
}*/
@media screen and (max-width: 1439px) {
  .section-header__title {
    max-width: 100%;
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .section-header__title {
    font-size: 40px;
    padding-bottom: 30px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 991px) {
  .section-header__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section-header__title {
    font-size: 30px;
  }
}

.section-header__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 5px;
  border-bottom: 5px solid #fff;
  content: '';
}

.section-header__bg {
  position: absolute;
  top: 0;
  left: 40vw;
  width: 60vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .home .section-header .section-header__bg,.section-header__bg {
    left: 0;
    width: 100%;
    background-position: bottom;
    z-index: 0;
  }

}

.section-spray {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-spray {
    padding: 105px 0 150px;
  }
}

@media screen and (min-width: 1200px) {
  .section-spray .container {
    max-width: 1140px;
  }
}

.section-spray__row {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 250px;
          column-gap: 250px;
  row-gap: 65px;
  margin-top: 105px;
}

@media screen and (max-width: 1199px) {
  .section-spray__row {
    margin-top: 70px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-spray__row {
    row-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-spray__row {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.section-spray__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-spray__col-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section-spray__col-img img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .section-spray__col-img {
    min-height: 150px;
  }
}

.section-spray__col-img::after {
  background: url("./assets/image/icon_spray.png") center no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
}

.section-spray__col h3 {
  font-size: 20px;
  font-family: "Assistant";
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .section-spray__col h3 {
    font-size: 28px;
  }
}

.section-projects {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-projects {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .section-projects {
    padding-bottom: 0;
  }
}

.section-projects .container {
  background: #f2f2f2;
}

@media screen and (min-width: 1200px) {
  .section-projects .container {
    padding-bottom: 310px;
    padding-top: 210px;
  }
}

@media screen and (max-width: 1199px) {
  .section-projects .container {
    max-width: unset;
    padding: 0;
  }
}

.section-projects__wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .section-projects__wrapper {
    max-width: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-projects__project {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 495px;
}

.section-projects__project:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .section-projects__project {
    min-height: unset;
  }
}

@media screen and (max-width: 575px) {
  .section-projects__project {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.section-projects__image {
  min-width: 780px;
}

.section-projects__image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .section-projects__image {
    min-width: 300px;
  }
}

.section-projects__content {
  padding: 0 45px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .section-projects__content {
    padding: 20px 15px;
  }
}

.section-projects__title {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .section-projects__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .section-projects__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section-projects__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .section-projects__title {
    text-align: center;
    margin-bottom: 15px;
  }
}

.section-projects__desc {
  margin-bottom: 50px;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .section-projects__desc {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .section-projects__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-projects__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .section-projects__desc {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .section-projects__desc {
    margin-bottom: 20px;
  }
}

.section-advantages {
  overflow: hidden;
  background: #02ae13;
  position: relative;
  background-image: url("./assets/lights_full.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@media screen and (min-width: 1200px) {
  .section-advantages {
    padding: 135px 0 100px;
  }
}

.section-advantages::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 735px;
  height: 100%;
  background: url("./assets/image/icon_N.png") top left no-repeat;
  background-size: 100% 100%;
  content: '';
  display: none;
}

@media screen and (min-width: 1200px) {
  .section-advantages .container {
    max-width: 1060px;
  }
}

.section-advantages__title {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: -2.8px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .section-advantages__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-advantages__title {
    font-size: 32px;
    text-align: center;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .section-advantages__title {
    font-size: 20px;
    text-align: center;
  }
  .section-advantages{
    background-image: unset;
  }
}

.section-advantages__row {
  -ms-grid-columns: 500px 500px;
      grid-template-columns: 500px 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 45px;
  margin-top: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .section-advantages__row {
    margin-top: 50px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px){
  .section-advantages__row {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-advantages__row {
    row-gap: 15px;
  }
}

@media screen and (max-width: 575px) {
  .section-advantages__row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 10px;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.section-advantages__col {
  position: relative;
  color: #ffffff;
  font-size: content: '\undefined';px;
  font-weight: 700;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 117px;
}
@media only screen and (min-width: 992px){
  .section-advantages__col:nth-child(even){
    padding-right: 30px;
    padding-left: 160px;
  }
  .section-advantages__col:nth-child(even)::before {

    left: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .section-advantages__col {
    font-size: 20px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 991px) {
  .section-advantages__col {
    font-size: 16px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__col {
    padding-left: 40px;
  }
}

.section-advantages__col::before {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 55px;
  height: 100%;
  background: url("./assets/image/icon_advantage.png") center no-repeat;
  background-size: contain;
  content: '';
}
@media only screen and (max-width: 991px){
  .section-advantages__col::before{
    top: -20px;
    left: 25px;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-advantages__col::before {
    width: 30px;
    top: -29px;
    left: 5px;
  }
}

.section-technicians {
  overflow: hidden;
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .section-technicians {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 991px) {
  .section-technicians {
    min-height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .section-technicians {
    min-height: 450px;
    height: 100vh;
  }
  .section-advantages__col::before {
    position: absolute;
    top: -2px;
    left: 8px;
    width: 25px;
    height: 100%;
    background: url(./assets/image/icon_advantage.png) center no-repeat;
    background-size: contain;
    content: '';
  }
  .section-advantages__col{
    width: 90%;
  }

}

@media screen and (min-width: 1200px) {
  .section-technicians .container {
    max-width: 1300px;
  }
}

.section-technicians__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  letter-spacing: -2.6px;
  font-size: 44px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
  .section-technicians__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .section-technicians__title {
    font-size: 20px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 575px) {
  .section-technicians__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.section-technicians__title-slug {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3.6px;
}

@media screen and (max-width: 1199px) {
  .section-technicians__title-slug {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-technicians__title-slug {
    font-size: 32px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 575px) {
  .section-technicians__title-slug {
    font-size: 20px;
  }
}

.section-opinion {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-opinion {
    padding: 80px 0 70px;
  }
}

@media screen and (max-width: 1199px) {
  .section-opinion {
    background: #f2f2f2;
  }
}

.section-opinion .container {
  background: #f2f2f2;
}

@media screen and (min-width: 1200px) {
  .section-opinion .container {
    padding: 110px 40px 170px;
  }
}

@media screen and (max-width: 1199px) {
  .section-opinion .container {
    max-width: 100%;
    background: none;
  }
}

.section-opinion__slider {
  max-width: 830px;
  margin: 65px auto 0;
}

@media screen and (max-width: 991px) {
  .section-opinion__slider {
    max-width: 600px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .section-opinion__slider {
    max-width: 500px;
  }
}

@media screen and (max-width: 575px) {
  .section-opinion__slider {
    max-width: 100%;
  }
}

.section-opinion__slider-btn {
  background-color: #e9e5e5;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-opinion__slider-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 30px;
  content: '';
  background: url("./assets/image/icon_arrow.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  .section-opinion__slider-btn::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-opinion__slider-btn::after {
    width: 15px;
    height: 15px;
  }
}

.section-opinion__slider-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .section-opinion__slider-btn {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-opinion__slider-btn {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-opinion__slider-btn {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    bottom: -40px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.section-opinion__slider-next {
  right: 45px;
}

.section-opinion__slider-next::after {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1199px) {
  .section-opinion__slider-next {
    right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-opinion__slider-next {
    right: calc(50% - 45px);
  }
}

.section-opinion__slider-prev {
  left: 45px;
}

.section-opinion__slider-prev::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateY(180deg);
          transform: translateY(-50%) translateX(-50%) rotateY(180deg);
}

@media screen and (max-width: 1199px) {
  .section-opinion__slider-prev {
    left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-opinion__slider-prev {
    left: calc(50% - 45px);
  }
}

.section-opinion__content {
  padding: 40px 0 35px;
  font-family: "Assistant";
  position: relative;
  margin-bottom: 35px;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .section-opinion__content {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .section-opinion__content {
    font-size: 18px;
    padding: 60px 0 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-opinion__content {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .section-opinion__content {
    padding: 40px 0 15px;
  }
}

.section-opinion__content::before, .section-opinion__content::after {
  position: absolute;
  content: '';
  left: 0;
}

.section-opinion__content::before {
  top: 0;
  width: 50px;
  height: 30px;
  background: url("./assets/image/icon_comment.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1199px) {
  .section-opinion__content::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-opinion__content::before {
    height: 25px;
    width: 25px;
  }
}

.section-opinion__content::after {
  bottom: 0;
  height: 100%;
  width: 45px;
  border-bottom: 5px solid #b2b2b2;
}

@media screen and (max-width: 1199px) {
  .section-opinion__content::after {
    width: 100px;
  }
}

.section-opinion__author {
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .section-opinion__author {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .section-opinion__author {
    font-size: 18px;
  }
}

.section-opinion__location {
  color: #737373;
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .section-opinion__location {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-opinion__location {
    font-size: 16px;
  }
}

.section-gallery {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-gallery {
    padding: 70px 0 160px;
  }
}

.section-gallery__row {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .section-gallery__row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.section-gallery__row:not(:first-of-type) {
  margin-top: 20px;
}

.section-gallery__row:first-of-type {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .section-gallery__row:first-of-type {
    margin-top: 50px;
  }
}

.section-gallery__col {
  max-height: 570px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .section-gallery__col {
    max-height: 400px;
    height: 100%;
    min-height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .section-gallery__col {
    grid-column: unset !important;
  }
}

.section-gallery__col:hover {
  cursor: pointer;
}

.section-gallery__col:hover::after {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}

.section-gallery__col::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background-color: #39aa35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '+';
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  opacity: 1;
  z-index: 3;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

@media screen and (max-width: 1199px) {
  .section-gallery__col::after {
    width: 80px;
    height: 80px;
    font-size: 44px;
  }
}

.section-gallery__col-small {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-gallery__col-big {
  display: none;
}

.section-contact {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  overflow: hidden;
}

.section-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .section-contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}

.section-contact__group {
  background: #02ae13;
  height: 100%;
  width: 100%;
  max-width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 50px 100px 50px 0;
}

.section-contact__group::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: calc(100vw + 100%);
  height: 100%;
  background: #02ae13;
  z-index: -1;
  content: '';
}

@media screen and (max-width: 1199px) {
  .section-contact__group::after {
    width: 200vw;
  }
}

@media screen and (max-width: 1400px) {
  .section-contact__group {
    padding: 25px 50px 25px 0;
    max-width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .section-contact__group {
    max-width: 100%;
    padding: 20px 40px;
  }
}

.section-contact__map {
  position: absolute;
  left: 50vw;
  z-index: -1;
  width: 50vw;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .section-contact__map {
    left: 50%;
    width: calc(100vw - 50%);
  }
}

@media screen and (max-width: 1199px) {
  .section-contact__map {
    left: unset;
    width: 100%;
    min-height: 400px;
    z-index: 1;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section-contact__map {
    min-height: 250px;
  }
}

.section-contact__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .section-contact__title {
    text-align: center;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.section-contact__subtitle {
  font-size: 20px;
  font-family: "Assistant";
  padding-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-bottom: 15px;
  max-width: 100%;
}

.section-contact__subtitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 991px) {
  .section-contact__subtitle::after {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .section-contact__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-contact__subtitle {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-contact__subtitle {
    font-size: 18px;
  }
}

.section-contact__address {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Assistant";
}

@media screen and (max-width: 1400px) {
  .section-contact__address {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact__address {
    font-size: 18px;
  }
}

.section-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  .section-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-contact__item {
  position: relative;
  font-size: 20px;
  font-family: "Assistant";
  padding-left: 25px;
}

.section-contact__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  content: '';
}

.section-contact__item a {
  color: #fff;
}

.section-contact__item:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 1400px) {
  .section-contact__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .section-contact__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact__item {
    font-size: 16px;
  }
}

.section-contact__works {
  font-size: 20px;
  font-family: "Assistant";
  margin-bottom: 10px;
}

.section-contact__works:last-of-type {
  margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
  .section-contact__works {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact__works {
    font-size: 16px;
  }
}

.section-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.section-contact__row p {
  display: none;
}

.section-contact__row .block_input {
  width: 100%;
  max-width: calc(100% / 2 - 8px);
}

@media screen and (max-width: 575px) {
  .section-contact__row .block_input {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .section-contact__row .block_input:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-contact .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
}

.section-contact .wpcf7-response-output {
  margin: 0;
}

.section-contact .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-experies {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-experies {
    padding: 150px 0;
  }
}
::-webkit-input-placeholder {
  color: #fff;
}
.section-experies__row {
  margin-top: 60px;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .section-experies__row {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .section-experies__row {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
  .section-contact__group h2, .section-contact__group p, .section-contact .wpcf7-form, .section-contact__group li{
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

}

.section-experies__col:hover .section-experies__img::after {
  opacity: .5;
}

.section-experies__col:hover .section-experies__more {
  opacity: 1;
}

.section-experies__img {
  position: relative;
}

.section-experies__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: 0;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.section-experies__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.section-experies__more {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 20px 130px 20px 40px;
  border: 1px solid #fff;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  z-index: 4;
}

.section-experies__more::after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 35px;
  height: 100%;
  background: url("./assets/image/icon_view.png") center no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 1500px) {
  .section-experies__more::after {
    right: 10px;
    width: 30px;
  }
}

@media screen and (max-width: 1500px) {
  .section-experies__more {
    font-size: 20px;
    padding: 15px 100px 15px 20px;
  }
}

@media screen and (max-width: 1500px) {
  .section-experies__more {
    font-size: 18px;
  }
}

.section-experies__title {
  padding: 50px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  letter-spacing: -1.6px;
  background: #39aa35;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 1500px) {
  .section-experies__title {
    font-size: 24px;
    padding: 35px 10px;
  }
}

@media screen and (max-width: 1199px) {
  .section-experies__title {
    font-size: 22px;
    padding: 20px 10px;
  }
}

.section-mind {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-mind {
    padding: 130px 0 160px;
  }
}

@media screen and (min-width: 1200px) {
  .section-mind .container {
    max-width: 1600px;
  }
}

.section-mind__row {
  -ms-grid-columns: minmax(0, 550px) minmax(0, 1fr);
      grid-template-columns: minmax(0, 550px) minmax(0, 1fr);
  -webkit-column-gap: 65px;
          column-gap: 65px;
  row-gap: 15px;
}

@media screen and (max-width: 1300px) {
  .section-mind__row {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .section-mind__row {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

.section-mind__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-mind__title::after {
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}

@media screen and (max-width: 1199px) {
  .section-mind__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 1500px) {
  .section-mind__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 1300px) {
  .section-mind__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .section-mind__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 991px) {
  .section-mind__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .section-mind__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1500px) {
  .section-mind__title .section__title-slug {
    font-size: 32px;
  }
}

@media screen and (max-width: 1300px) {
  .section-mind__title .section__title-slug {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .section-mind__title .section__title-slug {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-mind__title .section__title-slug {
    font-size: 18px;
  }
}

.section-mind__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-mind__img img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-mind__info {
  margin-top: 55px;
  font-size: 20px;
  margin-left: 0;
}

@media screen and (max-width: 1500px) {
  .section-mind__info {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-mind__info {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-mind__info {
    font-size: 16px;
    margin-top: 15px;
  }
}

.section-mind__info p:last-child {
  margin-bottom: 0;
}

.section-this {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .section-this {
    padding: 100px 0 75px;
  }
}

@media screen and (min-width: 1200px) {
  .section-this .container {
    max-width: 1200px;
  }
}

.section-we {
  overflow: hidden;
  position: relative;
  background: url("./assets/image/we_are_bg.png") center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .section-we {
    padding: 150px 0 180px;
  }
}

@media screen and (min-width: 1920px) {
  .section-we {
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .section-we {
    background: #e2f9e2;
  }
}

@media screen and (min-width: 1200px) {
  .section-we .container {
    max-width: 1400px;
  }
}

.section-we__title {
  color: #39aa35;
  margin-bottom: 35px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .section-we__title {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .section-we__title {
    font-size: 34px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section-we__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.section-we__row {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 15px;
}

@media screen and (max-width: 1199px) {
  .section-we__row {
    -ms-grid-columns: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
        grid-template-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
        grid-template-columns: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
    row-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .section-we__row {
    -ms-grid-columns: minmax(0, max-content) minmax(0, max-content);
        grid-template-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
        grid-template-columns: minmax(0, max-content) minmax(0, max-content);
    row-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .section-we__row {
    -ms-grid-columns: minmax(0, max-content);
        grid-template-columns: minmax(0, -webkit-max-content);
        grid-template-columns: minmax(0, max-content);
    row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-we__slug {
  color: #39aa35;
  position: relative;
  padding: 10px 0 10px 75px;
  font-size: 24px;
}

@media screen and (max-width: 1400px) {
  .section-we__slug {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-we__slug {
    font-size: 18px;
    padding: 5px 0 5px 45px;
  }
}

@media screen and (max-width: 575px) {
  .section-we__slug {
    font-size: 16px;
    padding: 10px 0 10px 45px;
  }
}

.section-we__slug::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url("./assets/image/icon_advantage_green.png") center no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 767px) {
  .section-we__slug::before {
    width: 40px;
  }
}

.section-footer {
  overflow: hidden;
  background: #f1f1f1;
  padding: 25px 0 5px;
}

@media screen and (max-width: 1199px) {
  .section-footer {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-footer {
    padding: 15px 0;
  }
}

@media screen and (max-width: 1199px) {
  .section-footer .container {
    max-width: 100%;
  }
}

.section-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
}

.section-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
}

@media screen and (max-width: 575px) {
  .section-footer__menu {
    max-width: 100%;
  }
}

.section-footer__menu li {
  width: 100%;
  max-width: calc(50% - 40px);
  font-family: "Alef";
  letter-spacing: 0.16px;
  border-left: 1px solid #565656;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .section-footer__menu li {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .section-footer__menu li {
    max-width: 100%;
  }
}

.section-footer__menu a {
  color: #565656;
}

.section-footer__menu a:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .section-footer__menu a {
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 18px;
  }
}

.section-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 150px;
}

.section-footer__social li {
  width: 100%;
  max-width: calc(100% / 3 - 10px);
  font-size: 26px;
  text-align: center;
}

.section-footer__copy {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #747474;
}

@media screen and (max-width: 767px) {
  .section-footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}

.section-footer__copy p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .section-footer__copy p {
    font-size: 16px;
  }
}

.section-footer__copy a {
  color: #8c909e;
  font-size: 14px;
  letter-spacing: 0.45px;
  display: inline-block;
  /* padding: 10px 0 10px 30px; */
  padding: 0 0 0 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-footer__copy a {
    font-size: 16px;
  }
}

.section-footer__copy a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  background: url("./assets/image/icon_mixermedia.png") center no-repeat;
  background-size: contain;
  content: '';
}

.section-footer__copy a:hover {
  color: #000;
}

#modalGallery .modal-dialog {
  max-width: calc(100% - 20px);
  min-height: unset;
  height: calc(100vh - 50px);
}

#modalGallery .modal-content {
  height: 100%;
  background: none;
  border: none;
}

#modalGallery .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
}

#modalGallery .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.wpcf7-response-output {
  border: none !important;
}
.section-this .section__title span, .section-this .section-mind__info *{
	text-align:center
}

.section-mind__info__image{
	display:flex;
	justify-content:center
}
.section-mind__info__image img{
  padding: 50px 50px;
  width: 80%;
}
@media screen and (max-width: 575px) {
  .section-mind__info__image img {
    padding: 0;
    width: 100%;
  }
}
.section-mind__info p{
	/* text-align:left; */
  padding-right: 35px;
  text-align: justify;
}
@media only screen and (max-width: 1199px){
  .section-mind__info p{
    text-align:center;
    padding-right: 0;
  }
}
.single__service .section-advantages__title{
	text-align:center
}
.single__service .section-advantages__title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 100%;
    border-bottom: 5px solid rgba(255, 255, 255, 0.54);
	top:50%
}
.single__service .section-experies__img img {
    max-height: 410px;
}
.single__service .section-experies__row{
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.project__gallery .section-experies__col__gallery{
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px){
  .project__gallery{
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
}
@media only screen and (max-width: 1800px){
  .project__gallery .section-experies__title{
    font-size: 28px;
  }
}
@media only screen and (max-width: 1600px){
  .project__gallery .section-experies__title{
    font-size: 26px;
  }
}
@media only screen and (max-width: 1439px){
  .project__gallery .section-experies__title{
    font-size: 20px;
  }
}
.projects_category h3{
  font-size: 44px;
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
  color:#39aa35;
  font-weight: 700;
}
.projects_category{
  padding: 0 25px;
}
.contact_us .section-header{
  height: 410px;
  min-height: 410px;
  position: relative;
  background-color: #39aa35
}

.section_header_contact__bg{
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.section-header__container{
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0 auto;
}
.section_header_contact{
  display: flex;
  align-items: flex-start;

}
.contact_us .section-header-about__title{
  margin-bottom: 0;
}
.contact_us__form{
  background-color: #39aa35
}
.contact_us__form .container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.section_header_contact{
  padding-left: 60px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .section-header__container {
    max-width: calc(100% - 58.3333%);
    margin-left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .section-header__container {
    max-width: 1800px;
  }
}
.contact_us__form__main {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 7%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 7%;
  align-items: flex-start;
}
.contact_us__form__main h2{
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
}
.contact_us__form__main p{
  font-size: 24px;
}
.contact_us__form{
  position: relative;
}
.contact_us__form__info{
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
.contact_us__map{
  background-color: #f7f7f7;
}
.contact_us__map .container{
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
.contact_us__map__main iframe{
  min-height: 735px;
}
.contact_us__map__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
}
.contact_us__map .section__title{
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.contact_us__map .section__title::after{
  left: 0;
  width: 250px;
}
.contact_us__map__info p, .contact_us__map__info a{
  font-size: 24px;
  color: #212529;
  line-height: 1;
}
.contact_us__map__info p{
  margin-bottom: 20px;
}
.contact_us__map__info div{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
 .contact_us__map__info svg {
  width: 24px;
  height: 24px;
   margin-right: 10px;
}
.contact_us__map__info i{
  font-size: 21px;
  margin-bottom: 4px;
  margin-right: 15px;
}
.contact_us__map__info a:hover{
  opacity: 0.6;
}
.contact_us__map__main{
  padding-left: 10%;
}

@media only screen and (max-width: 1199px){
  .contact_us__form__main h2{
    font-size: 40px;
  }
  .contact_us__map__main{
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px){
  .section_header_contact{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_header_contact__bg {
       background-position: left;
     }

  .contact_us .section-header{
    position: relative;
    flex-wrap: wrap-reverse;
    display: flex;
  }
  .section-header__container{
    flex: 0 0 auto;
    width: 100%;
  }
  .section_header_contact__bg{
    position: relative;
  }
  .contact_us .section-header{
    min-height: 600px;
    height: 600px;
  }
  .section-header-about__title{
    text-align: center;
  }
  .contact_us__form{
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .contact_us__form__main{
    position: relative;
    padding: 50px;
    display: flex;
    align-items: center;
  }
  .contact_us__form__info {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact_us__form__main h2, .contact_us__form__main p{
    text-align: center;
  }
  .contact_us__map__info{
    padding-left: 0;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px){
  .contact_us__form__info {
    padding: 70px 15px;
  }
  .contact_us__map__main iframe {
    min-height: 335px;
  }
  .contact_us__form__main p,.contact_us__map__info p, .contact_us__map__info a{
    font-size: 18px;
  }
  .contact_us__form__main h2 {
    font-size: 34px;
  }
  .contact_us__form__main {
    padding: 50px 15px;
  }
}
.spray_page .section-mind__info{
  display: flex;
  flex-wrap: wrap;
}
.section-mind__info__item{
  margin-top: 70px;
}
.section-mind__info__item img{
  width:100%
}
.spray_page .section-mind__info p{
  text-align: justify;
}
@media screen and (max-width: 575px) {
  .section-mind__info p, .section-mind__info li, .section-mind__info h2 {
    text-align: center !important;
  }
}
.section-mind__info .section-mind__info__item:nth-of-type(odd){
  padding-right: 65px;
}
.section-mind__info .section-mind__info__item:nth-of-type(even){

  padding-left: 65px;
}
.section-mind__info__item__img, .section-mind__info__item__video{
  display: flex;
  align-items: center;
  justify-content: center;
}
.spray_page .section_pad{
  padding: 100px 0 150px;
}
.myVideo{
  width: 100%;
}
.spray_page .section-advantages h2{
  text-align: center;
}
@media only screen and (max-width: 1199px){
  .section-mind__info .section-mind__info__item:nth-of-type(odd){
    padding-right: 35px;
  }
  .section-mind__info .section-mind__info__item:nth-of-type(even){

    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px){
  .section-mind__info .section-mind__info__item:nth-of-type(odd){
    padding-right: 0;
  }
  .section-mind__info .section-mind__info__item:nth-of-type(even){

    padding-left: 0;
  }
  .section-mind__info__item{
    margin-top: 40px;
  }
}
.wrap .sub-menu{
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  justify-content: center;
  padding: 40px 7% 0;
  opacity: 0;
  transition: .7s;
  display: none;
  margin-top: 55px;
  background-color: white;
  flex-wrap: wrap;
}
.section-nav_sticky .wrap .sub-menu{
  margin-top: 40px;
}
@media only screen and (max-width: 1749px){
  .section-nav_sticky .wrap .sub-menu {
    margin-top: 22px;
  }
}
.wrap.active .sub-menu{

  opacity: 1;
}
.section-nav .container{
  position: unset;
}
.menu-header-navigation-container{
  height: 100%;
  display: flex;
  align-items: center;
}
.wrap .sub-menu li {
  padding: 0 1%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
 .wrap.active > a{
  background-color: #fff;
}
.sub-menu.active{
  display: flex;
  box-shadow: 0 4px 9px -4px grey;
}
.sub-menu a:hover{
  color: #000;
}
.sub-menu a{
  color: #626262;
  transition: .3s all;
}
@media only screen and (max-width: 1199px){
  .sub-menu.active {
    display: block;
  }
  .menu-header-navigation-container ul:not(.sub-menu) .menu-item-has-children.active > a:first-of-type, .menu-header-navigation-container .menu-item-has-children a{
    padding: 0;
  }
  .menu-header-navigation-container ul:not(.sub-menu) > li {
    padding: 0;
    display: flex;
  }

  .wrap .sub-menu{
    max-height: min-content;

    position: relative;
    padding: 10px 0;
    margin: 10px 0;
    height: auto;
  }
  .wrap:after {
    content: '\25BC';
    color: white;
    position: absolute;
    right: -10px;
    top: 0;
    transition: .3s all;
  }
  .wrap.active > a{
    background-color: transparent;
  }
  .menu-header-navigation-container ul:not(.sub-menu) > li{
    position: relative;
  }
  .wrap .sub-menu{
    background-color: transparent;
    box-shadow: unset;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }
  .wrap .sub-menu a{
    color:#fff
  }
  .wrap .sub-menu li{
    display: flex;
    justify-content: center;
  }
  .wrap .sub-menu li a{
    text-align: center;
    margin: 5px 0;
  }
  .wrap .sub-menu a:hover {
    color: #4d4d4d;
  }
  .wrap .sub-menu{
    transition: unset;
    opacity: 1!important;
  }
  .sub-menu.active{
    display: none;
  }
}

.menu-item i {
  display: inline-block;
  margin-right: 5px;
  width: 50px;
  height: 35px;
}
.menu-item i.full_svg{
  background-image: url("/wp-content/themes/sci_theme/assets/image/full_svg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-item i.roofs_svg{
  background-image: url("/wp-content/themes/sci_theme/assets/image/insulation_svg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-item i.basements_svg{
  background-image: url("/wp-content/themes/sci_theme/assets/image/basements.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
}
.menu-item i.insulation_svg {
  background: url('./assets/image/attic insulation.svg') center no-repeat;
  background-size: contain;
  width: 40px;
}
.sub-menu a{
  display: flex;
  align-items: center;
}
.sub-menu a:hover i {
  filter: brightness(0);
}
.button_submit__block{
  display: flex;
  justify-content: flex-end;
}
.button_submit__block .button_submit{
  padding-right: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
}
.button_submit__block .ajax-loader{
  position: absolute;
  left: -75px;

}

.section-footer__row {
  justify-content: center;
}
.section-footer__social{
  position: absolute;
  right: 0;
}
.section-footer__menu {
  margin-right: 25%;
}
.section-footer__copy a, .section-footer__social{
  max-width: 270px;
  justify-content: flex-start;
}
.section-footer__social li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  max-width: fit-content;
  margin-right: 20px;
}
.section-footer__social li a{
  display: flex;
}
.section-footer__social li a:hover {
  color: #000 !important;
}
.section-footer__social li:last-of-type{
  margin-right: 0;
}
.fa-linkedin-in{
  top: 3px;
  position: relative;
}
.home .section-header__group {
  max-width: 40%;
}
.home .section-header__bg {
  background-position: bottom right 23%;
  left: 40%;
  width: 60%;
}
.section-header__group .button_about{
  max-width: 500px;
  margin-top: 50px;
  width: calc(100% - 15px);

}
.section-header__group .button_about a{
  color:#fff;
  height: 100%;
  width: 100%;
  display: flex;align-items: center;
}
.button_about a:hover, .section-header__group .button_about a:hover, .section-header__group .button_about:hover a{
  color: #000000;
}
.page-template-spray-page .section-header__bg{
  background-position: bottom left;
}
.section-row .section-mind__col .section-mind__info{
  margin-left: 0!important;
}
/* .section-mind__info{
  font-size: 23px;
} */
@media only screen and (min-width: 1800px) {
  .single__service .section-experies__img img {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1749px){
  .wrap .sub-menu{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1440px){
  .wrap .sub-menu{
    margin-top: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .section-header__group, .home .section-header__group {
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .section-header__group, .home .section-header__group {
    max-width: 70%;
  }
  .page-template-about_page .section-mind__info{
    max-width: 900px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 1199px) {
  .section-header__group, .home .section-header__group {
    min-height: 500px;
    max-width: 70%;
    padding: 0 12px;
    z-index: 1;
  }
  .wrap .sub-menu li{
    width: 100%;
  }
  .menu-item i{
    filter: brightness(0) invert(1)
  }
  .section-nav__menu a:hover, .current_page_item{
    color: #000000;
  }

  .menu-item i {
    left: -30px;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .section-header__group, .home .section-header__group {
    max-width: 50%;
    min-height: 300px;
  }
  .section-header__bg{
    background-position: bottom right;
  }
}

@media screen and (max-width: 767px) {
  .section-header__group, .home .section-header__group {
    min-height: unset;
    padding: 50px 12px;
  }
}

@media screen and (max-width: 575px) {
  .section-header__group, .home .section-header__group {
    padding: 30px 12px;
    max-width: 375px;
  }
  .button_submit-wrapper{
    width: 100%;
    max-width: unset;
  }
  .button_submit__block .button_submit{
    padding-left: 30px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1199px){
  .section-footer__menu {
    margin-right:0;
  }
}
@media only screen and (max-width: 991px){
  .section-contact__item:not(:last-child) {
    margin-top: 10px;
    margin-right: auto;
  }
  .section-contact__group h2{
    margin-bottom: 30px;
  }
  .section-footer__row {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .section-spray__row .barrier{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer__copy a, .section-footer__social {
    max-width: unset;
    justify-content: flex-end;
  }

  .section-footer__social {
    padding-right: 15px;
  }

  .section-footer__row {
    padding-left: 15px;
  }
}
.menu-item i:before{
  font-size: 26px;
}

.section-header::after {
  background: url(./assets/linear_bg_right.png);
  content: '';
  width: 100%;
  height: calc(100% + 150px);
  background-position: right bottom;
  background-size: auto;
  z-index: 2;
  background-repeat: no-repeat;
  top: -150px;
  position: relative;
}
.page-template-spray-page .section-header::after{
  content: unset;
}

@media only screen and (max-width: 1200px){
  .section-header::after{
    content: unset;
  }
}
@media screen and (max-width: 767px){
  .section-header {
    min-height: 625px;
    /* min-height: 850px; */
    /* max-height: calc(100vh - 40px); */
  }
}
/* @media only screen and (max-height: 991px){
  .section-technicians{
    height: 100vh;
    min-height: 767px;
  }
} */
.page-template-contact_page{

}
@media (prefers-reduced-motion: no-preference)
{  :root {
    scroll-behavior: auto!important;
  }}
.slide-text button{
  min-width: unset;
  padding-right: 80px;
  display: block;
  margin-top: 60px;
}
.slide-text button:hover{
  border: 1px solid #000;
}
.slide-text .section-mind__info{
  display: none;
}
.slide-text .section-mind__info *{
  text-align: center!important;
}
.sub-menu .current-menu-item i {
  filter: invert(49%) sepia(79%) saturate(439%) hue-rotate(70deg) brightness(95%) contrast(90%);
}
@media screen and (max-width: 767px) {
  .home .section-header .section-header__bg, .section-header__bg {
    background-position: top left;
    background-size: contain;
  }

  .home .section-header .section-header__bg {
    
  }
}
@media screen and (max-width: 1199px) {
  .menu-header-navigation-container ul:not(.sub-menu)>li {
    flex-direction: column;
  }
  .menu-header-navigation-container ul:not(.sub-menu)>li>a {
    padding: 15px 0;
    flex-grow: 1;
    border-bottom: 1px solid #fff;
  }

  .menu-header-navigation-container ul:not(.sub-menu)>li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wrap:after {
    right: 0;
    top: 15px;
  }
  .sub-menu.active {
    /* display: flex;
    flex-direction: column; */
    padding: 0;
    margin: 0;
    background: #63bb5d;
  }
  .wrap .sub-menu li {
    margin: 0;
    justify-content: stretch;
  }
  .wrap .sub-menu li a {
    flex-grow: 1;
    margin: 0;
    padding: 10px 0;
  }
  .menu-item i {
    position: relative;
    left: unset;
    margin-right: 15px;
    width: 40px;
  }
  .menu-header-navigation-container ul:not(.sub-menu) .menu-item-has-children.active>a:first-of-type, .menu-header-navigation-container .menu-item-has-children a {
    padding: 15px 0;
  }
  .section-nav__menu {
    height: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .wrap .sub-menu li a {
    font-size: 16px;
  }
}
.breadcrumbs {
  padding: 20px 0;
}
.singlecontent {
  padding: 35px 0;
}
.singlecontent__descr {
  max-width: 1090px;
  margin: 0 auto;
}
.singlecontent__descr h2, .singlecontent__descr h1 {
  color: #010101;
  font-size: 60px;
  font-weight: 700;
  text-align: center !important;
  position: relative;
  padding-bottom: 35px;
}
.singlecontent__descr h2::after, .singlecontent__descr h1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 5px;
  content: '';
  background: #39aa35;
  transform: translateX(-50%);
}
.singlecontent__descr h1, .singlecontent__descr h2, .singlecontent__descr h3, .singlecontent__descr h4, .singlecontent__descr h5, .singlecontent__descr h6 {
  margin-bottom: 20px;
}
.singlecontent__descr p:not(:last-child) {
  margin-bottom: 15px;
}
.singlecontent__descr p, .singlecontent__descr ul li{
  font-size: 30px;
  line-height: 45px;
  text-align: justify;
  letter-spacing: -0.88px;
}
.singlecontent__descr img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .singlecontent__descr p {
    font-size: 20px;
    line-height: 135%;
    letter-spacing: normal;
  }
  .singlecontent__descr h2, .singlecontent__descr h1 {
    font-size: 40px;
    line-height: 135%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .singlecontent__descr h2, .singlecontent__descr h1 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .singlecontent__descr h2::after, .singlecontent__descr h1::after {
    width: 300px;
  }
  .singlecontent__descr p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .singlecontent__descr h2, .singlecontent__descr h1 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .singlecontent__descr h2::after, .singlecontent__descr h1::after {
    width: 90%;
  }
  .singlecontent__descr p {
    font-size: 16px;
  }
}
.projects__title {
  font-size: 50px;
  letter-spacing: -2.8px;
  font-weight: 700;
  line-height: 135%;
}
.projects__subtitle {
  line-height: 135%;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .projects__title {
    font-size: 40px;
    letter-spacing: normal;
  }
  .projects__subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .projects__title {
    font-size: 30px;
  }
  .projects__subtitle {
    font-size: 18px;
  }
}
.section-experies__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#wpcf7-f7-o1 .block_input input, #wpcf7-f7-o1 .block_input textarea {
  font-family: 'Alef';
}