h2 {
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  color: #0B0B0B;
  text-align: center;
  text-transform: uppercase;
}

.container {
  width: 100%;
  max-width: 1340px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.icompany_tabs_container {
  width: 100%;
  max-width: 1340px;
  padding-right: 0;
  padding-left: 320px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.icompany_tabs_container.full-width {
  padding-left: 0;
}
@media (max-width: 1280px) {
  .icompany_tabs_container {
    padding-left: 250px;
  }
  .container {
      max-width: 1170px;
  }}
@media (max-width: 1420px) {
  .icompany_tabs_container {
      max-width: 1170px;
  }}
@media (max-width: 1110px) {
  .icompany_tabs_container {
    max-width: calc(100% - 30px);
  }}
.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

.slick-dots li {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid transparent;
}

.slick-dots li.slick-active {
  border: 1px solid #000;
}

.slick-dots li button:before {
  width: 8px;
  height: 8px;
  background-color: #038E43;
  border-radius: 100px;
  font-size: 0;
  opacity: 1;
  top: 10px;
  left: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #000;
}

.slick-prev {
  z-index: 1;
}

.icompany_tabs_section {
  background-color: #f4f4f4;
  transition: margin 700ms;
}

@media (min-width: 769px) {
  .main.fh .icompany_tabs_section,
  .main.fh .icompany_contacts_section {
    /*margin-top: 100px;*/
  }
}

.icompany_clients_section {
  padding: 52px 0 60px;
  background-color: #f4f4f4;
}

.icompany_tabs_menu {
  width: 260px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
@media screen and (max-width: 1100px){
  .icompany_tabs_menu {
    width: 198px;
  }
}
#icompany_tab2,
#icompany_tab3,
#icompany_tab4,
#icompany_tab5,
#icompany_tab6,
#icompany_tab7 {
  height: 0;
  overflow: hidden;
}

#icompany_tab1 {
  height: auto;
}

.icompany_tabs_menu li:last-child a {
  border-bottom: 1px solid transparent;
}

.icompany_tabs_menu li a {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
  display: block;
  padding: 22px 0;
}
@media screen and (max-width: 1100px){
  .icompany_tabs_menu li a {
    font-size: 17px;
  }
}
.icompany_tabs_menu .active {
  color: #038E43;
  border-bottom: 1px solid #038E43;
}

.icompany_tab {
  width: 100%;
  margin-top: -55px;
}

.icompany_tab_title {
  text-align: center;
  margin-bottom: 36px;
}

.icompany_tab_clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* max-height: 380px; */
  gap: 70px 20px;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.icompany_tab_clients.active {
  max-height: 10000px !important;
  height: auto !important;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_tab_clients_item {
  width: 270px;
  /*margin-bottom: 70px;
  margin-right: 20px; */
  position: relative;
}

.icompany_tab_clients_item:nth-child(3n) {
  margin-right: 0;
}

.icompany_tab_clients_item_logo_box {
  width: 100%;
  height: 160px;
  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;
  border: 1px solid #038E43;
  background-color: #fff;
}

.icompany_tab_clients_name {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: #038E43;
  margin-top: 20px;
}

.icompany_tab_clients_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
  margin-top: 35px;
  margin-bottom: calc(18px * 2);
}

.icompany_tab_clients_number {
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  margin-top: 18px;
  position: absolute;
  bottom: 0;
}

.icompany_tab_clients_more_btn {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 302px;
  height: 46px;
  margin: auto;
  margin-top: -20px;
  cursor: pointer;
  position: relative;
}

.icompany_tab_clients_more_btn:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  right: 45px;
  top: 22px;
}

.icompany_tab_clients_more_btn:after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  right: 45px;
  top: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_tab_clients_more_btn.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_tab_clients_more_btn.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_letters_section {
  background-color: #EAE9E9;
  padding: 75px 0 60px;
}

.icompany_letters_section1 {
  padding: 52px 0 0;
  margin-top: -15px;
}

.icompany_letters_popup-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  max-height: 220px;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.icompany_letters_popup-gallery.active {
  max-height: 10000px;
  height: auto;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_letters_popup-gallery img {
  width: 160px;
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 1px solid #038E43;
  margin: 0 5px 10px 5px;
}

.icompany_letters_popup-gallery2 {
  max-height: 546px;
}

.icompany_letters_popup-gallery2 img {
  width: 203px;
  height: 268px;
  margin: 0 4px 10px 4px;
}

.icompany_video_section {
  background-color: #EAE9E9;
  padding: 52px 0 37px;
}

.icompany_letters_more_btn_link {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 302px;
  height: 46px;
  margin: 24px auto 0;
}

.icompany_tab_clients_more_btn_link {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 302px;
  height: 46px;
  margin: 64px auto 0;
}

.icompany_letters_more_btn {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 302px;
  height: 46px;
  margin: 24px auto 0;
  cursor: pointer;
  position: relative;
}

.icompany_letters_more_btn:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  right: 45px;
  top: 22px;
}

.icompany_letters_more_btn:after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  right: 45px;
  top: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_letters_more_btn.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_letters_more_btn.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_video_box {
  margin-top: 30px;
}

.icompany_video_box .slick-next {
  background-image: url(../img/icons/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
}

@media (max-width: 1420px) {
  .icompany_video_box .slick-next {
      right: -70px;
  }
}
.icompany_video_box .slick-next:before {
  font-size: 0;
}

.icompany_video_box .slick-prev {
  background-image: url(../img/icons/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: -65px;
}

.icompany_video_box .slick-prev:before {
  font-size: 0;
}

.icompany_video_box .slick-arrow {
  width: 57px;
  height: 57px;
  border: 1px solid #038E43;
  border-radius: 100px;
  top: 76px;
}

.icompany_video_item {
  margin: 0 10px 20px 10px;
  width: 269px;
}

.icompany_video_item video {
  width: 100%;
  height: 269px;
}

.icompany_video_item_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 106%;
  text-transform: uppercase;
  margin-top: 16px;
}

.icompany_video_item_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 106%;
  margin-top: 20px;
}

.icompany_faq_section {
  padding: 60px 0 43px;
  background-color: #f4f4f4;
}

.icompany_faq_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icompany_faq_title {
  position: relative;
  text-align: left;
  margin-left: 15px;
}
.icompany_faq_title span {
  text-transform: uppercase;
}
.icompany_faq_question_box *{
      -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icompany_faq_title_icon_box {
  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;
  width: 50px;
  height: 50px;
  border: 1px solid #038E43;
  border-radius: 100px;
}

.icompany_faq_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  gap: 30px;
}

.icompany_faq_question {
  max-width: 780px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #626962;
  padding: 30px 65px 30px 45px;
  position: relative;
  cursor: pointer;
}

.icompany_faq_question.active {
  background-color: #038E43;
  color: #fff;
}

.icompany_faq_question:not(.num1) {
  margin-top: 12px;
}

.icompany_faq_question_btn {
  transform: rotate(90deg);
  position: absolute;
  right: 5%;
  top: calc(50% - 20px);
}

.active .icompany_faq_question_btn {
  transform: rotate(-90deg);
}

.active .icompany_faq_question_btn:before {
  color: #fff;
}

.icompany_faq_question_btn:before {
  content: "‹";
  color: #038E43;
  font-size: 40px;
  font-weight: 400;
}

.icompany_faq_response {
  border-radius: 20px;
  background-color: #fff;
  max-width: 780px;
  margin-top: 30px;
  padding: 30px 45px;
  position: relative;
  display: none;
}

.icompany_faq_response_name {
  font-weight: 600;
  font-size: 17px;
  line-height: 159.8%;
  text-transform: uppercase;
}

.icompany_faq_form {
  width: 398px;
}

.icompany_cta_form_textarea {
  display: block;
  width: 100%;
  height: 225px;
  border: 1px solid #038E43;
  border-radius: 6px;
  background-color: transparent;
  margin-top: 13px;
  margin-bottom: 22px;
  padding: 30px;
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #747474;
}

.icompany_faq_link {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 100%;
  height: 63px;
  margin-top: 20px;
}

.icompany_faq_response_place {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
}

.icompany_faq_response_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 160%;
  text-transform: uppercase;
  color: #038E43;
  margin-top: 20px;
}

.icompany_how_much_section {
  padding: 45px 0 60px;
  background-color: #f4f4f4;
}

.icompany_how_much_wrap {
  width: 747px;
  margin: auto;
}

.icompany_how_much_wrap p {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
  margin-top: 30px;
}

.icompany_how_much_btn {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 297px;
  height: 50px;
  font-weight: 600;
  font-size: 15px;
  margin: 37px auto 0;
}

.icompany_faq_response_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 155.8%;
  color: #636363;
  margin-top: 20px;
  max-height: 300px;
  overflow: auto;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.icompany_faq_response_text.active {
  max-height: 10000px;
  height: auto;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_faq_response_text.active:after {
  content: '';
}

/* .icompany_faq_response_text:after {
  content: '...[]';
  color: #038E43;
  position: absolute;
  bottom: -2px;
  right: 0;
} */

.icompany_faq_response_text_more_btn {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-top: 20px;

  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}

.icompany_faq_response_text_more_btn:before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_faq_response_text_more_btn:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_faq_response_text_more_btn.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_faq_response_text_more_btn.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_faces_item_more_btn_link {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-top: 52px;
}

.icompany_faces_item_more_btn_link:before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_faces_item_more_btn_link:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_faces_item_more_btn_link.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_faces_item_more_btn_link.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_letters_more_btn_plus {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-top: 52px;
  position: relative;
  left: -1px;
}

.icompany_letters_more_btn_plus:before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_letters_more_btn_plus:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_letters_more_btn_plus.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_letters_more_btn_plus.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_tab_clients_more_btn_plus {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-top: 40px;
}

.icompany_tab_clients_more_btn_plus:before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_tab_clients_more_btn_plus:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_tab_clients_more_btn_plus.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_tab_clients_more_btn_plus.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_cta_section {
  padding: 52px 0;
}

.icompany_cta_section .form_supplier {
  background: url(/wp-content/uploads/2024/04/border-gradient-left.png) no-repeat;
  height: 361px;
}

.icompany_cta_section .form_parnter {
  background: url(/wp-content/uploads/2024/04/border-gradient-right.png) right no-repeat;
  height: 443px;
}

.icompany_cta_section .form_parnter .icompany_cta_form_wrap {
  padding-top: 4rem;
}

.icompany_cta_section .form_parnter h2,
.icompany_cta_section .form_parnter .icompany_cta_form_wrap3_text {
  padding-right: 3rem;
  padding-left: 3rem;
}

.icompany_cta_section .form_parnter .icompany_cta_form_wrap3_text div:first-child {
  margin-bottom: 10px;
}

.icompany_cta_section .form_supplier h2,
.icompany_cta_section .form_supplier .icompany_cta_form_wrap3_text {
  padding-left: 4rem;
}

.icompany_cta_section .form_parnter h2,
.icompany_cta_section .form_supplier h2 {
  font-size: 37px;
}

.icompany_cta_section .icompany_cta_form_label {
  color: #000;
}

.icompany_cta_section .icompany_cta_form_label input {
  border-radius: 50px;
  border: transparent;
  background: #fff;
}

.icompany_cta_section .icompany_cta_form_label input:focus {
  border: 1px solid #12924D;
}

.icompany_cta_section .block-btn p {
  margin-top: 0;
}

.icompany_cta_section .block-btn input {
  margin-top: 0;
  text-transform: none;
  letter-spacing: 1px;
}

.icompany_cta_img {
  margin-right: 160px;
}

.icompany_cta_img_tab,
.icompany_cta_img_mob {
  display: none;
}

.icompany_cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.icompany_cta_form_wrap_title {
  text-align: left;
  line-height: 118%;
}

.icompany_cta_form {
  margin-top: 43px;
}

.icompany_cta_form_wrap {
  display: flex;
  align-items: center;
}

.icompany_cta_form_wrap .inline-block {
  display: inline-block;
  width: 49%;
}

.icompany_cta_form_wrap .wpcf7 {
  display: inline-block;
  max-width: 62%;
}

.icompany_cta_form_label {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #038E43;
}

.icompany_cta_form_input {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #038E43;
  border-radius: 6px;
  padding-left: 30px;
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #747474;
  margin-top: 13px;
  margin-bottom: 22px;
  background-color: transparent;
}

.icompany_cta_form_btn {
  background: #038E43;
  border: 1px solid #038E43;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  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;
  cursor: pointer;
  width: 100%;
  height: 63px;
  border: 1px solid #038E43;
}

.icompany_cta_form_wrap .icompany_cta_form_btn {
  height: 56px;
}

.icompany_cta_form_check {
  display: none;
}

.icompany_cta_form_check_label {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 28px;
}

.icompany_cta_form_check_label::before {
  content: '';
  width: 29px;
  height: 29px;
  background-color: transparent;
  border: 2px solid #038E43;
  border-radius: 4px;
  position: absolute;
  left: -50px;
  top: 5px;
}

.icompany_cta_form_check:checked + .icompany_cta_form_check_label::before {
  background-image: url(../img/icons/checked.png);
  background-position: 50%;
}

@media (min-width: 1001px) {
  .icompany_cta_section .form_parnter form.wpcf7-form {
    width: 90%;
  }
  .icompany_cta_section .inline-block.name .icompany_cta_form_label {
    width: 95%;
  }
}

.icompany_faces_section {
  padding: 75px 0 0;
  background-color: #f4f4f4;
}

.icompany_faces_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  /* max-height: calc(405px * 2); */
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.icompany_faces_wrap.active {
  max-height: 10000px !important;
  height: auto !important;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_faces_item {
  width: 269px;
  margin-bottom: 50px;
}

.icompany_faces_item_img {
  width: 100%;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
}

.icompany_faces_item_name {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
}

.icompany_faces_item_posiyion {
  font-weight: 400;
  font-size: 18px;
  line-height: 106%;
  color: #038E43;
}

.icompany_big_faq_section {
  padding: 75px 0 42px;
  background-color: #f4f4f4;
}

.icompany_big_faq_title {
  text-align: left;
}

.icompany_big_faq_item_name {
  font-weight: 600;
  font-size: 17px;
  line-height: 159.8%;
  text-transform: uppercase;
}

.icompany_big_faq_item_position {
  font-size: 17px;
  line-height: 159.8%;
}

.icompany_big_faq_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icompany_big_faq_item_img {
  width: 74px;
  height: 74px;
  border: 1px solid #038E43;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.icompany_big_faq_item_box {
  margin-left: 20px;
}

.icompany_big_faq_item_title {
  font-weight: 600;
  font-size: 17px;
  color: #038E43;
  text-transform: uppercase;
}

.icompany_big_faq_more_link {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: 30px auto 10px;
}

.icompany_big_faq_more_link:before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_big_faq_more_link:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_big_faq_more_link.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_big_faq_more_link.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_big_faq_form_title {
  font-weight: 300;
  font-size: 45px;
  line-height: 114.3%;
  margin: 45px 0 0;
}

.icompany_cta_form_btn_big_faq {
  width: 397px;
  margin-left: auto;
}

.icompany_news_section {
  padding: 75px 0 0;
  background-color: #f4f4f4;
}

.icompany_news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  margin-top: 35px;
  /* max-height: 850px; */
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  gap: 20px;
}

.icompany_news_wrap.active {
  max-height: 10000px !important;
  height: auto !important;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_news_item {
  width: calc(33.33% - 13.33px);
  margin-bottom: 30px;
}

.icompany_news_item_img {
  width: 100%;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
}

.icompany_news_item_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 106%;
  margin-top: 20px;
}

.icompany_news_item_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
  margin-top: 18px;
}

.icompany_news_item_more_btn, .icompany_news_export_more_btn {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-top: 20px;
}

.icompany_news_item_more_btn:before, .icompany_news_export_more_btn::before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_news_item_more_btn:after, .icompany_news_export_more_btn::after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_news_item_more_btn.active:before, .icompany_news_export_more_btn.active::before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_news_item_more_btn.active:after, .icompany_news_export_more_btn.active::after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_other_news_title {
  margin-top: 80px;
}

.icompany_news_form_title {
  /* margin-top: 65px; */
  width: 380px;
  margin: 0 auto 0;
}

.icompany_news_form {
  width: 605px;
  margin: 33px auto 0;
}

.icompany_news_form .icompany_cta_form_input {
  width: 300px;
}

.icompany_news_form .icompany_cta_form_btn {
  width: 240px;
  height: 63px;
  border-radius: 6px;
}

.icompany_news_form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icompany_cleaning_device_section {
  padding: 75px 0 0;
  background-color: #f4f4f4;
}

.icompany_cleaning_device_subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #747474;
  margin-top: 10px;

  color: #038E43;
  font-weight: 300;
  font-size: 25px;
  line-height: 142.8%;
}

.icompany_cleaning_device_slider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
}

.icompany_cleaning_device_slider .slick-next {
  background-image: url(../img/icons/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}

.icompany_cleaning_device_slider .slick-next:before {
  font-size: 0;
}

.icompany_cleaning_device_slider .slick-prev {
  background-image: url(../img/icons/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: -60px;
}

.icompany_cleaning_device_slider .slick-prev:before {
  font-size: 0;
}

.icompany_cleaning_device_slider .slick-arrow {
  width: 57px;
  height: 57px;
  border: 1px solid #038E43;
  border-radius: 100px;
  top: -100px;
}

.icompany_cleaning_device_slider .slick-arrow.slick-prev {
  left: calc(100% - 135px);
}

.icompany_cleaning_device_slider .slick-slide {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.icompany_cleaning_device_slider_item {
  margin: 0 auto;
  max-height: 296px;
  overflow: auto;
}

.icompany_cleaning_device_slider_item_img {
  height: 296px;
  display: inline-block;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
}

.icompany_cleaning_device_slider_item_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 106%;
  max-width: 365px;
  margin-top: 22px;
  padding-left: 20px;
  display: inline-block;
}

.icompany_cleaning_device_slider_item_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
  margin-top: 30px;
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 340px);
}

.icompany_cleaning_device_video_slider_title {
  /* margin-top: 65px; */
}

.icompany_cleaning_device_video_slider {
  margin: 55px auto 15px;
}
.icompany_cleaning_device_video_slider .slick-next {
  background-image: url(../img/icons/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}

.icompany_cleaning_device_video_slider .slick-next:before {
  font-size: 0;
}

.icompany_cleaning_device_video_slider .slick-prev {
  background-image: url(../img/icons/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: calc(100% - 135px);
}

.icompany_cleaning_device_video_slider .slick-prev:before {
  font-size: 0;
}

.icompany_cleaning_device_video_slider .slick-arrow {
  width: 57px;
  height: 57px;
  border: 1px solid #038E43;
  border-radius: 100px;
  top: -80px;
}

.icompany_cleaning_device_video_slider .slick-active:not(.slick-current):not(.slick-dots li) {
  position: relative;
  left: 30px;
}

.icompany_cleaning_device_video_slider_item {
  width: 480px;
  height: 480px;
}
.icompany_cleaning_device_video_slider_item a, .icompany_cleaning_device_video_slider_item a img {
  width: 100%;
  height: 100%;
    -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.icompany_cleaning_device_video_slider .slick-list .slick-slide .icompany_cleaning_device_video_slider_item .business__video-play:before {
  border-radius: 20px;
}
@media (max-width: 1420px) {
  .icompany_cleaning_device_video_slider_item {
    width: 400px;
    height: 400px;
  }
  .icompany_cleaning_device_video_slider .slick-active:not(.slick-current):not(.slick-dots li) {
    left: 25px;
  }
}
@media (max-width: 1280px) {
  .icompany_cleaning_device_video_slider_item {
    width: 450px;
    height: 450px;
  }
  .icompany_cleaning_device_video_slider .slick-active:not(.slick-current):not(.slick-dots li) {
    left: 10px;
  }
}
@media (max-width: 1110px) {
  .icompany_cleaning_device_video_slider,
  .miron4ik-eq-v .container {
    width: 100%;
    max-width: 100%;
  }
  .icompany_cleaning_device_video_slider .slick-active:not(.slick-current):not(.slick-dots li) {
    left: 15px;
  }
  .icompany_cleaning_device_video_slider_item {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .icompany_cleaning_device_video_slider .slick-active:not(.slick-current):not(.slick-dots li) {
    left: 20px;
  }
  .icompany_cleaning_device_video_slider_item {
    width: 350px;
    height: 350px;
  }
}
.icompany_cta_wrap3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icompany_cta_wrap3 .icompany_cta_img {
  margin-right: 0;
  display: none;
}

.icompany_cta_form_wrap3_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  width: 480px;
  color: #747474;
  margin-top: 10px;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icompany_franchise_section {
  padding: 75px 0 0;
  background-color: #f5f5f5;
}

.icompany_franchise_subtitle {
  width: 747px;
  font-weight: 300;
  font-size: 25px;
  line-height: 142.8%;
  text-align: center;
  color: #038E43;
  margin: 35px auto 0;
  width: 48%;
  float: left;
  text-align: left;
}

.icompany_franchise_text {
  width: 791px;
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  text-align: center;
  color: #636363;
  margin: 35px auto 0;
  width: 48%;
  margin-right: 0;
  text-align: left;
}

.icompany_franchise_title2 {
  margin-top: 53px;
}

.icompany_franchise_vantage_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 44px;
}

.icompany_franchise_vantage_item {
  width: 33%;
  max-width: 270px;
  margin-bottom: 33px;
  border: 1px solid transparent;
  padding: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 900px){
  .icompany_franchise_vantage_item {
      width: 50%;
  }
}
.icompany_franchise_vantage_item:hover {
  border: 1px solid #038E43;
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_franchise_vantage_item_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  text-transform: uppercase;
  color: #038E43;
  margin-top: 17px;
  height: 82px;
}

.icompany_franchise_vantage_item_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #636363;
  max-height: 136px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.icompany_franchise_vantage_item_text.active {
  max-height: 10000px;
  height: auto;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_franchise_vantage_item_text.active:after {
  content: '';
}

.icompany_franchise_vantage_item_text:after {
  content: '...[]';
  color: #038E43;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.icompany_vitaliser_section {
  padding: 54px 0 60px;
  background-color: #EAE9E9;
}

.icompany_vitaliser_line {
  width: 781px;
  height: 1px;
  margin: 18px auto 0;
  background-color: #DCDCDC;
}

.icompany_vitaliser_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.icompany_vitaliser_img {
  width: 142px;
  height: 142px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 32px;
}

.icompany_vitaliser_box_name {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  text-transform: uppercase;
}

.icompany_vitaliser_box_position {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #038E43;
  width: 380px;
}

.icompany_vitaliser_wrap {
  border-top: 15px solid #ddd;
  border-right: 15px solid #ddd;
  border-bottom: 15px solid #ddd;
  padding: 58px 40px 58px 0;
  margin-top: 55px;
  position: relative;
}

.icompany_vitaliser_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: -35px;
  width: 140px;
  height: 50px;
  background-image: url(../img/icons/quote-top.jpg);
}

.icompany_vitaliser_wrap:after {
  content: '';
  position: absolute;
  right: 90px;
  bottom: -35px;
  width: 140px;
  height: 50px;
  background-image: url(../img/icons/quote-bottom.jpg);
}

.icompany_vitaliser_wrap_text {
  max-height: 237px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.icompany_vitaliser_wrap_text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
  margin-bottom: 27px;
}

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

.icompany_vitaliser_wrap_text.active {
  max-height: 10000px;
  height: auto;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.icompany_vitaliser_wrap_text.active:after {
  content: '';
}

.icompany_vitaliser_wrap_text:after {
  content: '...[]';
  color: #038E43;
  position: absolute;
  bottom: 0;
  right: 0;
}

.icompany_vitaliser_wrap_text_more_btn {
  width: 58px;
  height: 58px;
  border: 1px solid #038E43;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-top: 20px;
}

.icompany_vitaliser_wrap_text_more_btn:before {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
}

.icompany_vitaliser_wrap_text_more_btn:after {
  content: '';
  width: 23px;
  height: 1px;
  background-color: #038E43;
  position: absolute;
  left: 17px;
  top: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.icompany_vitaliser_wrap_text_more_btn.active:before {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icompany_vitaliser_wrap_text_more_btn.active:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icompany_vitaliser_write_director_btn {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 243px;
  height: 50px;
  margin: 35px auto 0;
  font-weight: 600;
  font-size: 15px;
}

.icompany_franchise_benefits_section {
  padding: 52px 0 60px;
  background-color: #f4f4f4;
}

.icompany_franchise_benefits_subtitle {
  font-weight: 300;
  font-size: 25px;
  line-height: 142.8%;
  width: 747px;
  text-align: center;
  margin: 40px auto 0;
  color: #038E43;
}

.icompany_franchise_benefits_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.icompany_franchise_benefits_wrap_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(50% - 16px);
  margin-top: 38px;
  gap: 32px;
}
@media screen and (max-width: 900px){
  .icompany_franchise_benefits_wrap_item {
      width: 100%;
    max-width: 400px;
  }
}
img.icompany_franchise_benefits_wrap_icon {
    min-width: 39px;
}
.icompany_franchise_benefits_wrap_item_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
}

.icompany_franchise_benefits_wrap_item_text b {
  font-weight: 600;
  color: #000;
}

.icompany_franchise_benefits_btn {
  border: 1px solid #038E43;
  color: #038E43;
  border-radius: 100px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  width: 243px;
  height: 50px;
  margin: 55px auto 0;
  font-weight: 600;
  font-size: 15px;
}

.icompany_pluses_section {
  padding: 52px 0 0;
  background-color: #f4f4f4;
}

.icompany_pluses_subtitle {
  width: 747px;
  font-weight: 300;
  font-size: 25px;
  line-height: 142.8%;
  text-align: center;
  color: #038E43;
  margin: 30px auto 0;
}

.icompany_pluses_wrap {
  width: 650px;
  margin: 30px auto 0;
}

.icompany_pluses_wrap_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.icompany_pluses_wrap_item:last-child {
  margin-bottom: 0;
}

.icompany_pluses_wrap_item_icon {
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 100px;
  border: 1px solid #038E43;
  margin-top: 8px;
}

.icompany_pluses_wrap_item_icon:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #038E43;
}

.icompany_pluses_wrap_item_icon:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 18px;
  width: 1px;
  height: 12px;
  background-color: #038E43;
}

.icompany_pluses_wrap_item_text {
  width: 595px;
  font-weight: 400;
  font-size: 17px;
  line-height: 159.8%;
  color: #636363;
}

.icompany_pluses_wrap_item_icon2 {
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 100px;
  border: 1px solid #038E43;
  margin-top: 8px;
}

.icompany_pluses_wrap_item_icon2:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 14px;
  width: 19px;
  height: 1px;
  background-color: #038E43;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.icompany_pluses_wrap_item_icon2:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 13px;
  width: 1px;
  height: 12px;
  background-color: #038E43;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.icompany_contacts_section {
  padding: 75px 0;
  background-color: #f4f4f4;
}

.icompany_contacts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.icompany_contacts_wrap_map_box {
  width: 391px;
  height: 322px;
  /* border: 8px solid #E8E7E7; */
  border: 1px solid #dcdcdc;
  margin-right: 60px;
}

.icompany_contacts_wrap_content_box {
  width: 440px;
}

.icompany_contacts_wrap_content_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 159.8%;
  text-transform: uppercase;
  color: #038E43;
  margin-bottom: 15px;
}

.icompany_contacts_wrap_content_address {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #747474;
  margin-bottom: 38px;
}

.icompany_contacts_wrap_content_tel_number {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #747474;
}

.icompany_contacts_wrap_content_email {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #038E43;
  margin-top: 23px;
  text-decoration: underline;
}

.icompany_contacts_wrap_content_social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.icompany_contacts_wrap_content_social_item {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #038E43;
  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;
  margin-right: 20px;
}

.icompany_contacts_wrap_content_social_item:last-child {
  margin-right: 0;
}

.icompany_contacts_title2 {
  margin-top: 110px;
}

.icompany_contacts_subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #747474;
  width: 767px;
  margin: 38px auto 0;
}

.icompany_contacts_btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #038E43;
  width: 243px;
  height: 50px;
  border: 1px solid #038E43;
  border-radius: 100px;
  margin: 40px auto 0;
}

.white-popup {
  background: #fff;
  width: 798px;
  height: 470px;
  padding: 85px;
  cursor: auto;
  margin: auto;
  position: relative;
}

.white-popup p {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #636363;
  margin-top: 19px;
  height: 197px;
  overflow-y: auto;
}

.icompany_franchise_modal_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  text-transform: uppercase;
  color: #038E43;
  margin-top: 10px;
}

button.icompany_modal_close_btn {
  border: 1px solid #038E43;
  border-radius: 100px;
  opacity: 1;
  right: 40px;
  top: 40px;
  position: absolute;
  width: 44px;
  height: 44px;
  background: transparent;
}

button.icompany_modal_close_btn:active {
  top: 40px;
}

button.icompany_modal_close_btn:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #038E43;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 14px;
}

button.icompany_modal_close_btn:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #038E43;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 14px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #038E43;
  width: 2px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #038E43;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #038E43;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #038E43;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D5D5D5;
}

/* Адаптация */
@media screen and (max-width: 1355px) {
  .icompany_video_box {
    width: 650px;
    margin: 40px auto 0;
  }
  .icompany_video_box .slick-next {
    right: -35px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    max-width: 992px;
  }
  .icompany_tabs_container {
    width: 100%;
    max-width: 992px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .icompany_faq_response_text:after,
  .icompany_vitaliser_wrap_text:after,
  .icompany_franchise_vantage_item_text:after {
    content: '';
  }
  .icompany_cta_form_wrap .inline-block {
    display: block;
    width: 100%; 
  }
  .icompany_cta_img {
    margin-right: 45px;
  }
  .icompany_cta_section .form_supplier {
    margin-bottom: 5rem;
  }
  .icompany_cta_section .form_supplier,
  .icompany_cta_section .form_parnter {
    height: auto;
    background: none;
    position: relative;
  }
  .icompany_cta_section .form_supplier .icompany_cta_form_wrap {
    padding-top: 4rem;
  }
  .icompany_cta_section .form_parnter .icompany_cta_form_wrap {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  .icompany_cta_section .form_parnter .icompany_cta_form_wrap .wpcf7 {
    order: 2;
  }
  .icompany_cta_section .form_parnter h2,
  .icompany_cta_section .form_parnter .icompany_cta_form_wrap3_text {
    padding: 0;
    text-align: center;
    margin: 15px auto 0;
  }
  .icompany_cta_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
  }
  .icompany_cta_img_desc {
    display: none;
  }
  .icompany_cta_section {
    position: relative;
  }
  .icompany_cta_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    object-position: top;
    max-height: 280px;
  }
  .icompany_cta_img_tab,
  .icompany_cta_img_tab_supplier {
    display: block !important;
  }
  .icompany_cta_form,
  .icompany_franchise_text,
  .icompany_vitaliser_line,
  .icompany_how_much_wrap,
  .icompany_contacts_subtitle {
    width: 100%;
  }
  .icompany_cta_form_wrap {
    display: block;
    margin-top: 280px;
  }
  .icompany_cta_form_wrap_title {
    text-align: center !important;
    padding: 2rem 0 0;
  }
  .icompany_cta_section .form_supplier h2,
  .icompany_cta_section .form_supplier .icompany_cta_form_wrap3_text {
    width: auto;
    text-align: center;
	padding: 0;
  }
  .icompany_cta_form_wrap .wpcf7 {
    max-width: 100%; 
  }
  .icompany_tabs_menu {
    width: 100%;
    top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .icompany_tabs_menu li a {
    font-size: 16px;
    padding: 6px 0;
    margin: 30px 0;
  }
  .icompany_tabs_menu li:last-child a {
    border-bottom: 1px solid gainsboro;
  }
  .icompany_tabs_menu li:last-child a.active {
    border-bottom: 1px solid #038E43;
  }
  .icompany_letters_popup-gallery,
  .icompany_video_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icompany_franchise_vantage_item {
    width: 260px;
  }
  .icompany_franchise_benefits_wrap_item {
    width: 440px;
  }
  .icompany_franchise_benefits_wrap_item_text {
    width: 380px;
  }
  .icompany_cleaning_device_slider {
    margin: 33px auto 0;
  }
  .icompany_cleaning_device_slider_item {
    margin-left: auto;
  }
  .icompany_news_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icompany_news_item {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .container,
  .icompany_tabs_container {
    max-width: 768px;
  }
  .icompany_tabs_menu li a {
    font-size: 13px;
  }
  .icompany_video_box {
    width: 100%;
  }
  .icompany_video_box .slick-next {
    right: 100px;
  }
  .icompany_video_box .slick-prev {
    left: 100px;
  }
  .icompany_video_item {
    width: 269px;
    margin: 0 auto 20px;
  }
  .icompany_tab_clients_item {
    width: 225px;
  }
  .icompany_tab_clients {
    max-height: 415px;
  }
  .icompany_faq_question_box {
    height: auto !important;
  }
  .icompany_faq_title_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icompany_faq_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icompany_faq_question,
  .icompany_faq_response {
    width: calc(100% - 40px);
	margin: 12px auto 0;
    padding: 30px 40px;
    height: auto !important;
  }
  .icompany_faq_response_text_more_btn {
    position: relative;
    bottom: 0 !important; 
  }
  .icompany_faq_form {
    width: 100%;
    margin-top: 75px;
  }
  .accordion h4 {
    padding-right: 45px;
  }
  .icompany_faces_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icompany_faces_item {
    width: 340px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .icompany_news_item {
    margin-right: 13px;
    margin-left: 13px;
  }
  .icompany_franchise_vantage_item {
    width: 230px;
  }
  .icompany_franchise_benefits_wrap_item {
    width: 350px;
  }
  .icompany_franchise_benefits_wrap_item_text {
    width: 290px;
  }
  .white-popup {
    width: 380px;
    height: 400px;
    padding: 35px;
  }
  button.mfp-close {
    right: 10px;
    top: 10px;
  }
  button.mfp-close:active {
    top: 10px;
  }
  .icompany_cleaning_device_slider_item_img {
    float: none;
    height: auto;
  }
  .icompany_cleaning_device_slider_item_text {
    width: 100%;
  }
  .icompany_cta_form {
	margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container,
  .icompany_tabs_container {
    max-width: 576px;
  }
  .icompany_tabs_menu {
    -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;
  }
  .icompany_tabs_menu li {
    width: 100%;
    text-align: center;
  }
  .icompany_tabs_menu li:last-child a {
    border-bottom: 1px solid #038E43;
  }
  .icompany_tabs_menu li a {
    border: 1px solid #038E43;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    background-color: #f4f4f4;
    color: #038E43;
    height: 48px;
    font-size: 18px;
    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;
    font-weight: 400;
    margin-top: 10px;
  }
  .icompany_tabs_menu li a.active {
    background-color: #038E43;
    color: #fff;
  }
  .icompany_tab_clients_item:nth-child(3n) {
    margin-right: 20px;
  }
  .icompany_franchise_subtitle,
  .icompany_franchise_text,
  .icompany_franchise_benefits_subtitle,
  .icompany_pluses_subtitle,
  .icompany_pluses_wrap,
  .icompany_vitaliser_line {
    width: 100%;
  }
  .icompany_pluses_wrap_item_text {
    width: 480px;
  }
  .icompany_video_box .slick-next {
    right: 65px;
  }
  .icompany_video_box .slick-prev {
    left: 65px;
  }
  .icompany_news_wrap {
    max-height: 430px;
  }
  .icompany_news_item,
  .icompany_news_form {
    width: 100%;
  }
  .icompany_news_form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icompany_news_form .icompany_cta_form_input {
    width: 100%;
  }
  .icompany_cleaning_device_subtitle {
	text-align: center !important;
  }
  .icompany_cleaning_device_slider,
  .icompany_cleaning_device_video_slider {
    width: 100%;
  }
  .icompany_cleaning_device_slider_item,
  .icompany_cleaning_device_video_slider_item {
    margin: auto;
  }
  .icompany_franchise_vantage_item_title {
    height: auto;
    margin-bottom: 8px;
  }
  .icompany_vitaliser_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icompany_vitaliser_box_position {
    width: auto;
  }
  .icompany_vitaliser_box_info {
    margin-top: 20px;
  }
  .icompany_vitaliser_wrap {
    border: 0;
    padding: 58px 0 100px 0;
  }
  .icompany_vitaliser_wrap:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .icompany_vitaliser_wrap:after {
    bottom: -5px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .icompany_franchise_benefits_wrap_item,
  .icompany_franchise_benefits_wrap_item_text {
    width: 100%;
  }
  .icompany_franchise_benefits_wrap_icon {
    margin-right: 20px;
  }
  .icompany_vitaliser_box_info {
    width: 315px;
    text-align: center;
  }
  .icompany_contacts_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icompany_contacts_wrap_map_box {
    margin-right: 0;
  }
  .icompany_contacts_wrap_content_box {
    width: 395px;
    margin-top: 40px;
  }
  .page-template-template-equipment h2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 575px) {
  .icompany_cta_form_wrap {
	margin-top: 200px;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 25px;
  }
  .icompany_franchise_subtitle,
  .icompany_franchise_benefits_subtitle,
  .icompany_pluses_subtitle {
    font-size: 20px;
  }
  .container,
  .icompany_tabs_container {
    max-width: 100%;
  }
  .icompany_tab_clients_item {
    width: 165px;
    margin-right: 15px;
  }
  .icompany_tab_clients_item img {
    width: 140px;
  }
  .icompany_tab_clients_item:nth-child(3n) {
    margin-right: 0;
  }
  .icompany_tab_clients_text {
    font-size: 14px;
    margin-top: 25px;
  }
  .icompany_tab_clients {
    max-height: 390px;
  }
  .icompany_pluses_wrap_item_text {
    width: 84%;
  }
}

@media screen and (max-width: 563px) {
  .icompany_video_box .slick-next {
    right: 0;
  }
  .icompany_video_box .slick-prev {
    left: 0;
  }
}

@media screen and (max-width: 554px) {
  .icompany_tab_clients_item:nth-child(3n) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 512px) {
  .icompany_big_faq_more_link {
    width: 100%;
  }
  .icompany_cta_form_wrap3_text {
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .icompany_big_faq_more_link {
    font-size: 16px;
  }
  .icompany_franchise_vantage_item {
    width: 100%;
  }
}

@media screen and (max-width: 454px) {
  .icompany_big_faq_more_link {
    font-size: 16px;
  }
}

@media screen and (max-width: 449px) {
  .white-popup {
    width: 345px;
    height: 390px;
    padding: 20px;
  }
  button.mfp-close {
    width: 30px;
    height: 30px;
    right: 7px;
    top: 7px;
  }
  button.mfp-close:active {
    top: 7px;
  }
  button.mfp-close:before {
    left: 7px;
  }
  button.mfp-close:after {
    left: 7px;
  }
}

@media screen and (max-width: 430px) {
  .icompany_tabs_section .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
  .icompany_cta_form_btn {
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .icompany_contacts_wrap_content_box {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .icompany_cta_img_tab {
    display: none;
  }
  .icompany_cta_img_mob {
    display: block;
  }
}

@media screen and (max-width: 390px) {
  .icompany_tabs_section .icompany_video_box .slick-next {
    right: -10px;
  }
  .icompany_tabs_section .slick-prev {
    left: -10px;
  }
  .icompany_tab_clients_item:nth-child(3n) {
    margin-right: 15px;
  }
  .icompany_tab_clients_item:nth-child(2n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */

.icompany_faq_question_box {
  position: relative;
}

.icompany_faq_section .wpcf7 {
  margin-top: -95px;
}

@media screen and (max-width: 991px) {
  .icompany_faq_section .wpcf7 {
    margin: 30px auto;
	width: calc(100% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .icompany_tab {
    margin-top: 0;
  }
}