.path_block {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #969696;
  padding: 0 0 37px;
  margin-left: -5px;
}

.path_block a {
  color: #333236;
  text-decoration: none;
}

.path_block span {
  color: #333236;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

@media (max-width: 1024px) {
  .path_block {
    display: none;
  }
}

.inner_page_wr {
  padding: 25px 0 180px;
}

@media (max-width: 1024px) {
  .inner_page_wr {
    padding-bottom: 40px;
  }
}

.inner_page_wr h1 {
  padding-bottom: 22px;
  border-bottom: 1px solid #c4c4c4;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  text-transform: uppercase;
  color: #333236;
  position: relative;
}

.inner_page_wr h1:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 95px;
  background: #ff8910;
}

@media (max-width: 1024px) {
  .inner_page_wr h1 {
    font-size: 24px;
    line-height: 36px;
  }
}

.inner_page_wr .blog_inner {
  padding-top: 40px;
}

.inner_page_wr.new_page {
  padding-bottom: 40px;
}

.inner_page_wr.contacts_page {
  padding-bottom: 0;
}

.inner_page_wr.card_project {
  padding-bottom: 60px;
}

@media (max-width: 1023px) {
  .inner_page_wr.card_project {
    padding-bottom: 30px;
  }
}

.sort_page_list {
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .sort_page_list {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .sort_page_list .page_list {
    display: none;
  }
}

.sort_page_list .sort_block {
  display: flex;
  align-items: center;
}

.sort_page_list .sort_block .sort_title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
  white-space: nowrap;
  margin-right: 30px;
}

.sort_page_list .sort_block .sort_drop {
  /* flex: 0 0 220px; */
  min-width: 220px;
  position: relative;
  border: 1px solid #333236;
  padding: 8px 11px;
}

.sort_page_list .sort_block .sort_drop .sort_name {
  padding: 0 23px 0 7px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
  cursor: pointer;
}

.sort_page_list .sort_block .sort_drop .sort_name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 10px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803849 0.499999L11.1962 0.5L6 8Z' fill='black'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.sort_page_list .sort_block .sort_drop .sort_list {
  position: absolute;
  top: 120%;
  right: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.25);
  padding: 4px 12px;
  opacity: 0;
  visibility: hidden;
}

.sort_page_list .sort_block .sort_drop .sort_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sort_page_list .sort_block .sort_drop .sort_list ul li {
  padding: 8px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #333236;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sort_page_list .sort_block .sort_drop .sort_list ul li.active,
.sort_page_list .sort_block .sort_drop .sort_list ul li:hover {
  color: #ff8910;
}

.sort_page_list .sort_block .sort_drop .sort_list ul li a {
  color: inherit;
  text-decoration: none;
}

.sort_page_list .sort_block .sort_drop.opened .sort_list {
  opacity: 1;
  visibility: visible;
}

.page_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page_list .numbers {
  flex: 0 0 auto;
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
  margin-right: 6px;
}

.page_list .ar_next:before {
  transform: rotate(180deg);
}

.projects_items {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

@media (max-width: 1024px) {
  .projects_items {
    padding-top: 20px;
  }
}

.projects_items .item_pro {
  text-decoration: none;
  display: block;
}

.projects_items .item_pro span {
  display: block;
}

@media (min-width: 700px) {
  .projects_items .item_pro {
    /* padding-right: 70px; */
    flex: 0 0 calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 59px;
  }

  .projects_items .item_pro:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .projects_items .item_pro {
    margin-bottom: 30px;
    /* padding-right: 40px; */
  }
}

.projects_items .item_pro .image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.projects_items .item_pro .image img {
  width: 100%;
  transition: all 0.5s;
}

.projects_items .item_pro .image .logo_pro {
  position: absolute;
  right: 14px;
  bottom: 16px;
}

.projects_items .item_pro .image .logo_pro img {
  max-width: 200px;
}

.projects_items .item_pro .image .label {
  position: absolute;
  bottom: 20px;
  left: 15px;
  /* width: 125px; */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #ff8910;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.projects_items .item_pro .image .arrow {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 70px;
  height: 70px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .projects_items .item_pro .image .arrow {
    width: 40px;
    height: 40px;
  }
}

.projects_items .item_pro .image .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e6e6e6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.projects_items .item_pro .image .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5H16.6667M16.6667 8.5L8.90805 1M16.6667 8.5L8.90805 16' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.projects_items .item_pro:hover .image > img {
  transform: scale(1.2);
}

.projects_items .item_pro .date {
  padding: 0 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #626262;
}

@media (max-width: 1024px) {
  .projects_items .item_pro .date {
    padding: 0 10px;
  }
}

.projects_items .item_pro .name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
  padding: 7px 0px 0;
}

@media (max-width: 1024px) {
  .projects_items .item_pro .name {
    padding: 7px 10px 0;
  }
}

.projects_items .item_pro:hover .image .arrow {
  border-color: #ff8910;
}

.projects_items .item_pro:hover .image .arrow:before {
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
}

.projects_items .item_pro:hover .image .arrow:after {
  background: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5H16.6667M16.6667 8.5L8.90805 1M16.6667 8.5L8.90805 16' stroke='%23FF8910' stroke-width='2'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.projects_items .item_pro:hover .name {
  text-decoration: underline;
}

.form_ans {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 100px 0 0 0;
}

@media (max-width: 1200px) {
  .form_ans {
    padding: 60px 0 0;
  }
}

@media (max-width: 860px) {
  .form_ans {
    display: block;
    padding: 30px 0 0;
  }
}

.form_ans .form_left {
  flex: 0 0 495px;
  margin-right: 42px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .form_ans .form_left {
    flex: 0 0 300px;
  }
}

.form_ans .form_left .form_title {
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 50px;
  text-transform: uppercase;
  color: #333236;
  padding-bottom: 7px;
}

@media (max-width: 1200px) {
  .form_ans .form_left .form_title {
    font-size: 24px;
    line-height: 30px;
  }
}

.form_ans .form_left .form_text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ff8910;
}

@media (max-width: 1200px) {
  .form_ans .form_left .form_text {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .form_ans .form_left {
    margin: 0 0 30px;
  }
}

.form_ans .form_right {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.form_ans .form_right .label_text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333236;
  padding-top: 12px;
}

.form_ans .form_right .label_text a {
  color: #333236;
}

.date_and_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 41px;
}

.date_and_share .date {
  background: #3c3c3c;
  padding: 4px 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.date_and_share .share {
  display: flex;
  align-items: center;
}

.date_and_share .share .name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #333236;
  padding-right: 22px;
}

.date_and_share .share a {
  text-decoration: none;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .date_and_share {
    display: block;
  }

  .date_and_share .date {
    margin-bottom: 20px;
  }
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333236;
  text-transform: none;
  margin: 0 0 24px;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 22px;
  }
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #ff8910;
  margin: 0 0 24px;
  text-transform: none;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px;
  }
}

h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  color: #333236;
  margin: 0 0 29px;
}

@media (max-width: 1024px) {
  h4 {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px;
  }
}

.new_page .image {
  margin-bottom: 40px;
}

.new_page .text_new {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333236;
  padding-bottom: 40px;
}

.new_page .text_warning {
  padding: 36px 29px 27px 70px;
  position: relative;
  background: #e6e6e6;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #333236;
  margin-bottom: 40px;
}

.new_page .text_warning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: #ff8910
    url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_368:1807)'%3E%3Cpath d='M21.6778 3.24395C21.2483 2.81435 20.5518 2.81435 20.1222 3.24395L6.94351 16.4228L1.87784 11.3571C1.44828 10.9275 0.751846 10.9275 0.322201 11.3571C-0.1074 11.7867 -0.1074 12.4831 0.322201 12.9127L6.16569 18.7561C6.59512 19.1857 7.29208 19.1854 7.72133 18.7561L21.6778 4.79959C22.1074 4.37004 22.1074 3.67356 21.6778 3.24395Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_368:1807'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% no-repeat;
}

@media (max-width: 1024px) {
  .new_page .text_warning {
    margin-bottom: 20px;
    padding: 36px 20px 27px 50px;
  }
}

.new_page .list_no {
  padding: 0 0 10px;
  margin: 0;
  list-style: none;
}

.new_page .list_no li {
  padding: 0 0 0 41px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333236;
  position: relative;
}

.new_page .list_no li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #c4c4c4;
  background: #ff8910;
}

.new_page .block_image {
  display: flex;
  margin-bottom: 20px;
}

.new_page .block_image .image_left {
  flex: 0 0 571px;
  margin-right: 27px;
}

@media (max-width: 900px) {
  .new_page .block_image {
    display: block;
  }

  .new_page .block_image .image_left {
    margin: 0 0 20px;
  }
}

.new_page .block_image .block_right ol {
  counter-reset: section;
  padding: 0;
  margin: 0;
  list-style: none;
}

.new_page .block_image .block_right ol li {
  padding: 0 0 0 44px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333236;
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .new_page .block_image .block_right ol li {
    padding-left: 36px;
  }
}

.new_page .block_image .block_right ol li:last-child {
  margin-bottom: 0;
}

.new_page .block_image .block_right ol li:before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #333236;
}

@media (max-width: 900px) {
  .new_page .block_image .block_right ol li:before {
    font-size: 18px;
    line-height: 20px;
    top: 4px;
  }
}

.gal_slider_wr {
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  .gal_slider_wr {
    padding-bottom: 30px;
  }
}

.gal_slider_wr .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.gal_slider_wr .title_block span {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 29px;
  color: #333236;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .gal_slider_wr .title_block span {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .gal_slider_wr .title_block span {
    max-width: 200px;
  }
}

.gal_slider_wr .gall_slider {
  margin: 0 -16px;
}

.gal_slider_wr .gall_slider a {
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
  text-decoration: none;
  overflow: hidden;
}

.gal_slider_wr .gall_slider a img {
  transition: all 0.4s;
}

.gal_slider_wr .gall_slider a:hover img {
  transform: scale(1.1);
}

.banner_block {
  font-size: 0;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .banner_block {
    margin-bottom: 20px;
  }
}

.banner_block .block_inner {
  padding: 50px 54px 56px 0;
  display: flex;
  position: relative;
  background: #f2f2f2;
}

@media (max-width: 1024px) {
  .banner_block .block_inner {
    padding: 30px 16px 30px;
    margin: 0 -16px;
  }
}

@media (max-width: 767px) {
  .banner_block .block_inner {
    display: block;
  }
}

.banner_block .block_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3000px;
  right: 100%;
  background: #f2f2f2;
}

.banner_block .block_inner .banner_title {
  flex: 0 0 370px;
  margin-right: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  color: #333236;
}

/* .banner_block .block_inner .banner_title span {
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
} */

@media (max-width: 767px) {
  .banner_block .block_inner .banner_title {
    font-size: 20px;
    line-height: 26px;
  }
}

.banner_block .block_inner .banners {
  flex: 1 1 auto;
  padding: 13px 0 0;
}

.banner_block .block_inner .banners .banner_item {
  display: block;
  position: relative;
  margin-bottom: 24px;
  height: 191px;
  overflow: hidden;
}

.banner_block .block_inner .banners .banner_item .banner_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  transition: all 0.5s;
}

.banner_block .block_inner .banners .banner_item span {
  display: block;
}

.banner_block .block_inner .banners .banner_item .name_banner {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 37px;
  left: 33px;
}

.banner_block .block_inner .banners .banner_item .links {
  position: absolute;
  bottom: 16px;
  right: 22px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner_block .block_inner .banners .banner_item .links .link1 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner_block .block_inner .banners .banner_item .links .link2 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #ff8910;
  text-decoration: none;
}

.banner_block .block_inner .banners .banner_item:hover .banner_bg {
  transform: scale(1.2);
}

.banner_block .block_inner .banners .banner_item:hover .links .link1 {
  /* text-decoration-line: underline; */
  /* text-transform: uppercase; */
  font-weight: 600;
}

.banner_block .block_inner .banners .banner_item:last-child {
  margin-bottom: 0;
}

.page_404 {
  padding: 88px 0 200px;
  display: flex;
  align-items: center;
  max-width: 976px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .page_404 {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .page_404 {
    flex-direction: column;
    align-items: center;
  }

  .page_404 .right_404 {
    margin-bottom: 30px;
  }

  .page_404 .left_404 {
    order: 1;
  }
}

.page_404 .left_404 {
  flex: 1 1 auto;
}

.page_404 .left_404 .title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1d1d1d;
  padding-bottom: 34px;
}

.page_404 .left_404 .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #6b6b6b;
  padding-bottom: 36px;
}

.page_404 .left_404 .text p {
  margin: 0 0 14px;
}

.page_404 .left_404 .btn {
  max-width: 267px;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #ff8910;
}

.page_404 .right_404 {
  flex: 0 0 auto;
  max-width: 400px;
}

@media (max-width: 900px) {
  .page_404 .right_404 {
    flex: 0 0 350px;
  }
}

.maps_block_contacts {
  font-size: 0;
  padding-bottom: 67px;
}

@media (max-width: 860px) {
  .maps_block_contacts {
    padding-bottom: 0;
  }
}

.maps_block_contacts .block_inner {
  position: relative;
  z-index: 2;
}

.maps_block_contacts .block_inner .block_contacts {
  position: absolute;
  top: 28px;
  right: 0;
  width: 692px;
  padding: 42px 49px;
  background: #333236;
  display: flex;
}

@media (max-width: 767px) {
  .maps_block_contacts .block_inner .block_contacts {
    position: static;
    width: 100%;
    padding: 30px;
    margin-bottom: 24px;
  }
}

.maps_block_contacts .block_inner .block_contacts .left_contacts {
  flex: 1 1 auto;
}

.maps_block_contacts .block_inner .block_contacts .right_contacts {
  flex: 0 0 267px;
  text-align: center;
}

.maps_block_contacts .block_inner .block_contacts .right_contacts .btn {
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 610px) {
  .maps_block_contacts .block_inner .block_contacts {
    display: block;
  }

  .maps_block_contacts .block_inner .block_contacts .right_contacts {
    text-align: left;
    padding-top: 16px;
  }
}

.maps_block_contacts .block_inner .block_contacts .number {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  padding-bottom: 16px;
}

.maps_block_contacts .block_inner .block_contacts .number a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .maps_block_contacts .block_inner .block_contacts .number {
    padding-bottom: 16px;
  }
}

.maps_block_contacts .block_inner .block_contacts .email {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding-bottom: 23px;
}

.maps_block_contacts .block_inner .block_contacts .email a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .maps_block_contacts .block_inner .block_contacts .email {
    padding-bottom: 16px;
  }
}

.maps_block_contacts .block_inner .block_contacts .time {
  padding: 0 0 0 26px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.maps_block_contacts .block_inner .block_contacts .time:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362:387)'%3E%3Cpath d='M7.99998 0.5C3.58172 0.5 0 4.08172 0 8.49998C0 12.9183 3.58172 16.5 7.99998 16.5C12.4183 16.5 16 12.9183 16 8.49998C15.9953 4.08369 12.4163 0.504721 7.99998 0.5ZM8.57142 8.49998C8.57142 8.81559 8.31559 9.07142 7.99998 9.07142H3.42857C3.11297 9.07142 2.85713 8.81559 2.85713 8.49998C2.85713 8.18438 3.11297 7.92854 3.42857 7.92854H7.42858V3.92857C7.42858 3.61297 7.68441 3.35713 8.00002 3.35713C8.31562 3.35713 8.57142 3.61297 8.57142 3.92857V8.49998Z' fill='%23FF8910'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362:387'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% no-repeat;
  margin: auto;
}

.maps_block_contacts .block_inner .block_contacts .address {
  padding: 0 0 0 26px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

.maps_block_contacts .block_inner .block_contacts .address:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362:385)'%3E%3Cpath d='M8.99999 0C5.27849 0 2.24999 3.0495 2.24999 6.79875C2.24999 12.126 8.36549 17.6265 8.62574 17.8575C8.73299 17.9527 8.86649 18 8.99999 18C9.13349 18 9.26699 17.9528 9.37424 17.8582C9.63449 17.6265 15.75 12.126 15.75 6.79875C15.75 3.0495 12.7215 0 8.99999 0ZM8.99999 10.5C6.93224 10.5 5.24999 8.81775 5.24999 6.75C5.24999 4.68225 6.93224 3 8.99999 3C11.0677 3 12.75 4.68225 12.75 6.75C12.75 8.81775 11.0677 10.5 8.99999 10.5Z' fill='%23FF8910'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362:385'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% no-repeat;
  margin: auto;
}

.maps_block_contacts .mp_block {
  position: relative;
  z-index: 1;
  margin: 0 -16px;
}

#map {
  height: 625px;
}

@media (max-width: 860px) {
  #map {
    height: 400px;
  }
}

iframe {
  border: none !important;
}

.form_feed_back {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 0 119px 0;
}

@media (max-width: 1200px) {
  .form_feed_back {
    padding: 40px 0 40px;
  }
}

@media (max-width: 860px) {
  .form_feed_back {
    display: block;
    padding: 30px 0 30px;
  }
}

.form_feed_back .form_left {
  flex: 0 0 295px;
  margin-right: 42px;
  position: relative;
  z-index: 2;
}

.form_feed_back .form_left .form_title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #333236;
}

@media (max-width: 1200px) {
  .form_feed_back .form_left .form_title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 860px) {
  .form_feed_back .form_left {
    margin: 0 0 30px;
  }
}

.form_feed_back .form_right {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.form_feed_back .form_right .col_inputs {
  flex: 0 0 372px;
  margin-right: 30px;
}

@media (min-width: 540px) and (max-width: 767px) {
  .form_feed_back .form_right .col_inputs {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 539px) {
  .form_feed_back .form_right .col_inputs {
    margin-right: 0;
  }
}

.form_feed_back .form_right .field {
  margin-bottom: 11px;
  margin-right: 0;
}

.form_feed_back .form_right .col_textarea {
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .form_feed_back .form_right .col_textarea {
    flex: 0 0 calc(50% - 15px);
  }
}

.form_feed_back .form_right .col_textarea textarea {
  height: 111px;
}

.form_feed_back .form_right .label_text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333236;
  padding-top: 5px;
  padding-bottom: 20px;
}

.form_feed_back .form_right .label_text a {
  color: inherit;
}

.form_feed_back .form_right .btn {
  display: block;
  max-width: 263px;
}

.card_pro {
  padding: 12px 0 60px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .card_pro {
    padding-bottom: 30px;
  }
}

@media (max-width: 1000px) {
  .card_pro {
    display: block;
  }
}

.card_pro .card_left {
  flex: 0 0 calc(50%);
  padding-right: 26px;
}

@media (max-width: 1000px) {
  .card_pro .card_left {
    padding: 0 0 20px;
  }
}

.card_pro .card_left .card_logo {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #c4c4c4;
  margin-bottom: 16px;
  max-width: 200px;
}

.card_pro .card_left .card_title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333236;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.card_pro .card_left .card_body {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333236;
  padding-bottom: 30px;
}

.card_pro .card_left .card_body p {
  margin: 0;
}

.card_pro .card_right {
  flex: 0 0 calc(50% - 48px);
}

.card_pro .card_right img {
  height: auto;
}

.card_tabs .tabs-title {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #c4c4c4;
}

.card_tabs .tabs-title li {
  white-space: nowrap;
  margin-right: 88px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 29px;
  color: #333236;
  position: relative;
  padding-bottom: 22px;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  width: 50%;
  opacity: 0.4;
}

.card_tabs .tabs-title li.active {
  opacity: 1;
}

.card_tabs .tabs-title li:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff8910;
  transition: all 0.3s;
}

.card_tabs .tabs-title li.active {
  color: #333236;
}

.card_tabs .tabs-title li.active:before {
  width: 100%;
}

@media (max-width: 767px) {
  .card_tabs .tabs-title {
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .card_tabs .tabs-title li {
    width: auto;
  }

  .card_tabs .tabs-title li {
    margin-right: 30px;
  }

  .card_tabs .tabs-title li:before {
    bottom: -1px;
  }
}

.card_tabs .tabs-block .tabs-b {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
}

.card_tabs .tabs-block .tabs-b p {
  margin: 0 0 15px 0;
}

.card_tabs .tabs-block .tabs-b .two_block {
  display: flex;
}

.card_tabs .tabs-block .tabs-b .two_block .text_two {
  flex: 0 0 50%;
  padding-right: 30px;
}

.card_tabs .tabs-block .tabs-b .two_block .list_two {
  flex: 0 0 50%;
}

@media (max-width: 1024px) {
  .card_tabs .tabs-block .tabs-b .two_block {
    display: block;
  }

  .card_tabs .tabs-block .tabs-b .two_block .text_two {
    padding: 0 0 20px;
  }
}

.card_tabs .tabs-block .tabs-b ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.card_tabs .tabs-block .tabs-b ul li {
  padding-left: 27px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #333236;
  padding-bottom: 10px;
}

.card_tabs .tabs-block .tabs-b ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #333236;
}

.card_tabs .tabs-block .tabs-b.active {
  display: block;
}

.humans_block_wr {
  font-size: 0;
  padding-top: 60px;
}

@media (max-width: 900px) {
  .humans_block_wr {
    padding-top: 30px;
  }
}

.humans_block_wr .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.humans_block_wr .title_block span {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333236;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .humans_block_wr .title_block span {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .humans_block_wr .title_block span {
    max-width: 200px;
  }
}

.humans_block_wr .humans_slider {
  margin: 0 -15px;
}

.humans_block_wr .humans_slider .item {
  margin: 0 15px;
  border: 1px solid #c4c4c4;
  padding: 28px 40px 24px;
  min-height: 350px;
  text-align: center;
}

.humans_block_wr .humans_slider .item .image {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.humans_block_wr .humans_slider .item img {
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
}

.humans_block_wr .humans_slider .item:hover img {
  transform: scale(1.1);
}

.humans_block_wr .humans_slider .item .name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #333236;
  padding-bottom: 4px;
  text-align: left;
}

.humans_block_wr .humans_slider .item .job {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #ff8910;
  text-align: left;
}

.service_page_block {
  background: url(../img/service_bg.jpg) 50% no-repeat;
  background-size: cover;
  margin: 0 -16px;
  padding: 0 16px;
}

.service_page_block .block_inner {
  padding: 19px 0 60px;
}

@media (max-width: 1024px) {
  .service_page_block .block_inner {
    padding: 20px 0;
  }
}

.service_page_block .path_block {
  color: #969696;
  margin-bottom: 66px;
}

.service_page_block .path_block a {
  color: #ffffff;
}

.service_page_block .path_block span {
  color: #ffffff;
}

.service_page_block h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 47px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 33px;
  max-width: 344px;
}

@media (max-width: 1024px) {
  .service_page_block h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.service_page_block .service_links {
  display: flex;
  border-bottom: 1px solid #c4c4c4;
}

@media (max-width: 1000px) {
  .service_page_block .service_links {
    display: block;
  }
}

.service_page_block .service_links .title_links {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  margin-right: 20px;
}

@media (max-width: 1000px) {
  .service_page_block .service_links .title_links {
    margin: 0 0 20px;
  }
}

.service_page_block .service_links ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
}

@media (max-width: 1000px) {
  .service_page_block .service_links ul {
    overflow: auto;
  }
}

.service_page_block .service_links ul li {
  margin: 0 35px;
}

@media (max-width: 1024px) {
  .service_page_block .service_links ul li {
    margin: 0 20px;
  }
}

@media (max-width: 1000px) {
  .service_page_block .service_links ul li:first-child {
    margin-left: 0;
  }
}

.service_page_block .service_links ul li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 18px;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 25px;
  transition: all 0.2s;
  -webkit-text-stroke-width: 0;
}

.service_page_block .service_links ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  max-width: 96px;
  margin: 0 auto;
  height: 3px;
  background: #ff8910;
  opacity: 0;
  transition: all 0.2s;
}

.service_page_block .service_links ul li a:hover {
  color: #ff8910;
  -webkit-text-stroke-width: 2px;
}

.service_page_block .service_links ul li a:hover:before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .service_page_block .service_links ul li a {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 18px;
  }
}

.service_page_block .service_links ul li:last-child {
  margin-right: 0;
}

.service_page_block .service_links ul li.active a {
  color: #ff8910;
  -webkit-text-stroke-width: 2px;
}

.service_page_block .service_links ul li.active a:before {
  opacity: 1;
}

.slider_line_text {
  font-size: 0;
  padding: 76px 0 60px;
}

@media (max-width: 1024px) {
  .slider_line_text {
    padding: 30px 0;
  }
}

.slider_line_text .text_line {
  display: flex;
  padding-bottom: 60px;
}

@media (max-width: 1000px) {
  .slider_line_text .text_line {
    padding-bottom: 30px;
    display: block;
  }
}

.slider_line_text .text_line .text_line_left {
  flex: 0 0 373px;
  margin-right: 29px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333236;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .slider_line_text .text_line .text_line_left {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 26px;
  }
}

.slider_line_text .text_line .text_line_right {
  flex: 1 1 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
}

.slider_line_text .text_line .text_line_right p {
  margin: 0 0 30px;
}

@media (max-width: 1000px) {
  .slider_line_text .text_line .text_line_right p {
    margin-bottom: 15px;
  }
}

.slider_line_text .text_line .text_line_right p:last-child {
  margin-bottom: 0;
}

.slider_line_main {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 1000px) {
  .slider_line_main {
    margin-bottom: 30px;
  }
}

.slider_line_main .line_item {
  display: flex;
}

@media (max-width: 1000px) {
  .slider_line_main .line_item {
    display: block;
  }
}

.slider_line_main .line_item .item_text {
  flex: 0 0 390px;
  background: #ff8910;
  padding: 37px 29px;
  padding-bottom: 60px;
}

.slider_line_main .line_item .item_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider_line_main .slick-track {
  display: flex;
}

.slider_line_main .slick-track .slick-slide {
  height: auto;
}

.slider_line_main .line_item .item_text .item_title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 14px;
  
}

.slider_line_main .line_item .item_text .item_title a{
  text-decoration: none;
  color: inherit;
}

.slider_line_main .line_item .item_text .item_body {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  opacity: 0.8;
}

.slider_line_main .line_item .item_img {
  flex: 1 1 auto;
}

.slider_line_main .line_item .item_img img {
  height: 100%;
  object-fit: cover;
}

.slider_line_main .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 25px;
  left: 318px;
}

@media (max-width: 1000px) {
  .slider_line_main .slick-dots {
    position: static;
    text-align: center;
    padding: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .slider_line_main .line_item .item_text .item_title {
    font-size: 20px;
    line-height: 1.4;
  }

  .banner_block .block_inner .banners .banner_item .name_banner{
    font-size: 20px;
  }
}
.slider_line_main .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 9px;
  border: 1px solid #ff8910;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  margin: 0 3px;
}

.slider_line_main .slick-dots li button {
  display: none;
}

.slider_line_main .slick-dots li.slick-active {
  background: #ff8910;
  border-color: #fff;
}

.check_block_btn {
  max-width: 1008px;
  margin: 0 auto 60px auto;
  display: flex;
}

.check_block_btn .left_check {
  flex: 1 1 auto;
  padding: 0 0 0 75px;
  position: relative;
}

.check_block_btn .left_check .check_title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
}

.check_block_btn .left_check .check_text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30.6px;
  color: #626262;
}

.check_block_btn .left_check:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_400:2254)'%3E%3Cpath d='M34.978 43.1251H5.27079C2.36324 43.1251 0 40.7618 0 37.8543V8.1471C0 5.23955 2.36324 2.87631 5.27079 2.87631H29.2281C30.0216 2.87631 30.6656 3.52029 30.6656 4.31377C30.6656 5.10725 30.0216 5.75122 29.2281 5.75122H5.27079C3.95019 5.75122 2.87491 6.82651 2.87491 8.1471V37.8543C2.87491 39.1749 3.95019 40.2501 5.27079 40.2501H34.978C36.2985 40.2501 37.3738 39.1749 37.3738 37.8543V21.5632C37.3738 20.7698 38.0178 20.1258 38.8113 20.1258C39.6048 20.1258 40.2487 20.7698 40.2487 21.5632V37.8543C40.2487 40.7618 37.8855 43.1251 34.978 43.1251Z' fill='%23FF8910'/%3E%3Cpath d='M23.4785 26.8341C23.1107 26.8341 22.7426 26.694 22.4629 26.4122L13.8381 17.7875C13.2766 17.226 13.2766 16.3157 13.8381 15.7541C14.3996 15.1926 15.31 15.1926 15.8715 15.7541L23.4806 23.3629L43.5453 3.29819C44.1072 2.73634 45.0175 2.73634 45.579 3.29819C46.1405 3.8597 46.1405 4.77004 45.579 5.33155L24.4962 26.4143C24.2144 26.694 23.8466 26.8341 23.4785 26.8341Z' fill='%23FF8910'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_400:2254'%3E%3Crect width='46' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% no-repeat;
  content: "";
}

.check_block_btn .check_right {
  flex: 0 0 305px;
}

.check_block_btn .check_right .btn {
  display: block;
}

@media (max-width: 1000px) {
  .check_block_btn {
    display: block;
  }

  .check_block_btn .left_check {
    padding-bottom: 20px;
  }

  .check_block_btn .left_check .check_title {
    font-size: 16px;
    line-height: 20px;
  }

  .check_block_btn .check_right {
    max-width: 350px;
  }
}

.works_block_slider {
  position: relative;
  font-size: 0;
}

.works_block_slider .block_inner {
  padding: 79px 29px 60px 0;
  position: relative;
}

@media (max-width: 1100px) {
  .works_block_slider .block_inner {
    padding: 40px 10px 40px;
  }
}

.works_block_slider .block_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -3000px;
  bottom: 0;
  background: #333236;
}

@media (max-width: 1100px) {
  .works_block_slider .block_inner:before {
    right: -300px;
  }
}

.works_block_slider .block_inner .work_title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-top: 1px solid #a0a0a1;
  padding: 25px 0 25px;
}

.works_block_slider .block_inner .work_title:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 96px;
  height: 3px;
  background: #ff8910;
}

@media (max-width: 1100px) {
  .works_block_slider .block_inner .work_title {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.works_block_slider .block_inner .work_title span {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #ffffff;
  flex: 1 1 auto;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .works_block_slider .block_inner .work_title span {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .works_block_slider .block_inner .work_title span {
    flex: none;
    width: 100%;
    padding-bottom: 10px;
  }
}

.works_block_slider .block_inner .work_title .arrow_work {
  flex: 0 0 116px;
  margin-right: 33px;
}

.works_block_slider .block_inner .work_title .arrow_work .ar_left2,
.works_block_slider .block_inner .work_title .arrow_work .ar_right2 {
  display: none !important;
}

@media (max-width: 900px) {
  .works_block_slider .block_inner .work_title .arrow_work .ar_left,
  .works_block_slider .block_inner .work_title .arrow_work .ar_right {
    display: none !important;
  }

  .works_block_slider .block_inner .work_title .arrow_work .ar_left2,
  .works_block_slider .block_inner .work_title .arrow_work .ar_right2 {
    display: inline-block !important;
  }
}

.works_block_slider .block_inner .work_title .link_btn {
  white-space: nowrap;
}

.works_block_slider .block_inner .work_title .link_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8H14M14 8L7.48276 1M14 8L7.48276 15' stroke='%23FF8910'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.works_block_slider .block_inner .work_line_slider2 {
  display: none;
}

@media (max-width: 900px) {
  .works_block_slider .block_inner .work_line_slider2 {
    display: block;
  }
}

@media (max-width: 900px) {
  .works_block_slider .block_inner .work_line_slider {
    display: none;
  }
}

.works_block_slider .block_inner .item_main {
  display: flex;
}

.works_block_slider .block_inner .item_pro {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 0;
  margin-right: 59px;
  padding-right: 70px;
  transition: all 0.3s !important;
  min-height: 486px;
  flex: 0 0 calc(50% - 30px);
}

.works_block_slider .block_inner .item_pro:nth-child(2) {
  margin-right: 0;
}

.works_block_slider .block_inner .item_pro span {
  display: block;
}

@media (max-width: 900px) {
  .works_block_slider .block_inner .item_pro {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.works_block_slider .block_inner .item_pro .image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.works_block_slider .block_inner .item_pro .image img {
  width: 100%;
  transition: all 0.3s;
}

.works_block_slider .block_inner .item_pro .image .logo_pro {
  position: absolute;
  right: 14px;
  bottom: 16px;
}

.works_block_slider .block_inner .item_pro .image .logo_pro img {
  max-width: 200px;
}

.works_block_slider .block_inner .item_pro .image .label {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 125px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ff8910;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.works_block_slider .block_inner .item_pro .image .arrow {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 70px;
  height: 70px;
  border: 1px solid #5c5c5c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .works_block_slider .block_inner .item_pro .image .arrow {
    width: 40px;
    height: 40px;
  }
}

.works_block_slider .block_inner .item_pro .image .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e6e6e6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.works_block_slider .block_inner .item_pro .image .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5H16.6667M16.6667 8.5L8.90805 1M16.6667 8.5L8.90805 16' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.works_block_slider .block_inner .item_pro .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #e6e6e6;
}

@media (max-width: 1024px) {
  .works_block_slider .block_inner .item_pro .date {
    padding: 0 10px;
  }
}

.works_block_slider .block_inner .item_pro .name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 10px 0px 0;
}

@media (max-width: 1024px) {
  .works_block_slider .block_inner .item_pro .name {
    padding: 7px 10px 0;
  }
}

.works_block_slider .block_inner .item_pro:hover .image > img {
  transform: scale(1.1);
}

.works_block_slider .block_inner .item_pro:hover .image .arrow {
  border-color: #ff8910;
}

.works_block_slider .block_inner .item_pro:hover .image .arrow:before {
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
}

.works_block_slider .block_inner .item_pro:hover .image .arrow:after {
  background: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5H16.6667M16.6667 8.5L8.90805 1M16.6667 8.5L8.90805 16' stroke='%23FF8910' stroke-width='2'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.works_block_slider .block_inner .item_pro:hover .name {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .works_block_slider .block_inner .item_pro.pad-t {
    padding-top: 70px;
  }
}

.serificate_block_wr {
  padding: 54px 0 60px;
}

@media (max-width: 1024px) {
  .serificate_block_wr {
    padding: 20px 0;
  }
}

.serificate_block_wr .block_inner {
  border-top: 1px solid #626262;
  position: relative;
  padding-top: 25px;
}

.serificate_block_wr .block_inner:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 96px;
  height: 3px;
  background: #ff8910;
}

.serificate_block_wr .block_inner .serificate_title {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333236;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .serificate_block_wr .block_inner .serificate_title {
    display: block;
    width: auto;
    padding-bottom: 20px;
  }
}

.serificate_block_wr .block_inner .right_serti {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  margin-right: -5px;
}

@media (max-width: 1024px) {
  .serificate_block_wr .block_inner .right_serti {
    width: 100%;
  }
}

.serificate_block_wr .block_inner .right_serti .slider_sertific {
  margin: 0 -10px;
}

.serificate_block_wr .block_inner .right_serti .item {
  display: block;
  margin: 0 10px;
  text-decoration: none;
}

.serificate_block_wr .block_inner .right_serti .item img {
  width: 100%;
}

.serificate_block_wr .arrow_work {
  padding-top: 24px;
  text-align: right;
}

.serificate_block_wr .arrow_work .ar_right {
  margin-right: 0;
}

.cams_block_wr {
  padding: 0 0 44px;
}

.cams_block_wr .block_inner {
  display: flex;
}

@media (max-width: 1000px) {
  .cams_block_wr .block_inner {
    display: block;
  }
}

.cams_block_wr .block_inner .cams_left {
  flex: 0 0 370px;
  margin-right: 30px;
}

.cams_block_wr .block_inner .cams_left .cams_title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #333236;
  padding-bottom: 45px;
}

@media (max-width: 1000px) {
  .cams_block_wr .block_inner .cams_left {
    bottom: 0;
  }

  .cams_block_wr .block_inner .cams_left .cams_title {
    padding-bottom: 30px;
  }

  .cams_block_wr .block_inner .cams_left .image {
    display: none;
  }
}

.cams_block_wr .block_inner .cams_right {
  flex: 1 1 auto;
}

.cams_block_wr .block_inner .cams_right .cam_banner {
  background: linear-gradient(0deg, #f2f2f2, #f2f2f2), #ffffff;
  padding: 25px 36px 35px;
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .cams_block_wr .block_inner .cams_right .cam_banner {
    display: block;
    padding: 20px;
  }
}

.cams_block_wr .block_inner .cams_right .cam_banner .cam_body {
  flex: 1 1 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #626262;
  padding-top: 3px;
}

.cams_block_wr .block_inner .cams_right .cam_banner .top_cam {
  flex: 0 0 200px;
  margin-right: 29px;
}

@media (max-width: 600px) {
  .cams_block_wr .block_inner .cams_right .cam_banner .top_cam {
    margin: 0 0 20px;
  }
}

.cams_block_wr .block_inner .cams_right .cam_banner .top_cam .cam_name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ff8910;
  padding: 16px 0 8px;
}

.cams_block_wr .block_inner .cams_right .cam_banner .top_cam .camp_price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #333236;
}

.prices_table {
  font-size: 0;
}

.prices_table .block_inner {
  padding: 63px 0 54px 44px;
  position: relative;
}

.prices_table .block_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -219px;
  left: 0;
  right: -3000px;
  background: #333236;
}

@media (max-width: 1200px) {
  .prices_table .block_inner {
    padding: 30px 0;
  }

  .prices_table .block_inner:before {
    left: -20px;
  }
}

.prices_table .block_inner .prices_title {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 39px;
  color: #ffffff;
  padding-bottom: 29px;
}

@media (max-width: 1000px) {
  .prices_table .block_inner .prices_title {
    font-size: 22px;
    line-height: 26px;
  }
}

.prices_table .block_inner .inner {
  position: relative;
  z-index: 1;
  display: flex;
}

@media (max-width: 1000px) {
  .prices_table .block_inner .inner {
    display: block;
  }
}

.prices_table .block_inner .inner .price_col {
  flex: 0 0 calc(50% - 23px);
  margin-right: 46px;
}

@media (max-width: 1000px) {
  .prices_table .block_inner .inner .price_col {
    margin: 0;
    width: 100%;
  }
}

.prices_table .block_inner .inner .price_col:nth-child(2n) {
  margin-right: 0;
}

.prices_table .block_inner .inner .price_col .price_item {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 21px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.prices_table .block_inner .inner .price_col .price_item .name {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  padding-right: 20px;
  flex: 1 1 auto;
}

.prices_table .block_inner .inner .price_col .price_item .price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: right;
  color: #ffffff;
  white-space: nowrap;
}

.prices_table .block_inner .inner .price_col .link_all_price a {
  /* font-style: italic; */
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* text-decoration-line: underline; */
  text-decoration: none;
  color: #ff8910;
}

@media (max-width: 1000px) {
  .prices_table .block_inner .inner .price_col .link_all_price a {
    font-size: 14px;
  }
}

.accor_block_wr {
  font-size: 0;
  padding: 15px 0 60px;
}

@media (max-width: 1024px) {
  .accor_block_wr {
    padding: 10px 0 30px;
  }
}

.accor_block_wr .block_inner {
  display: flex;
}

.accor_block_wr .block_inner .accor_left {
  flex: 0 0 400px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333236;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .accor_block_wr .block_inner {
    display: block;
  }

  .accor_block_wr .block_inner .accor_left {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.accor_block_wr .block_inner .accor_right {
  flex: 1 1 auto;
}

.accor_block_wr .block_inner .accor_right .accor_block {
  margin-bottom: 18px;
  border-bottom: 1px solid #c4c4c4;
}

.accor_block_wr .block_inner .accor_right .accor_block .accor_name {
  padding: 14px 40px 14px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #333236;
  position: relative;
  cursor: pointer;
}

.accor_block_wr .block_inner .accor_right .accor_block .accor_name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 13.8403C11.5698 13.8403 11.1397 13.6761 10.8118 13.3483L0.492339 3.02876C-0.164113 2.3723 -0.164113 1.30798 0.492339 0.651792C1.14853 -0.00439389 2.21264 -0.00439389 2.86914 0.651792L11.9999 9.78311L21.1308 0.652111C21.7872 -0.00407496 22.8512 -0.00407496 23.5074 0.652111C24.1641 1.3083 24.1641 2.37262 23.5074 3.02907L13.1881 13.3486C12.86 13.6765 12.4299 13.8403 11.9999 13.8403Z' fill='black'/%3E%3C/svg%3E%0A")
    50% no-repeat;
  margin: auto;
  width: 24px;
  transition: all 0.3s;
  height: 14px;
}

.accor_block_wr .block_inner .accor_right .accor_block .accor_name:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 13.8403C11.5698 13.8403 11.1397 13.6761 10.8118 13.3483L0.492339 3.02876C-0.164113 2.3723 -0.164113 1.30798 0.492339 0.651792C1.14853 -0.00439389 2.21264 -0.00439389 2.86914 0.651792L11.9999 9.78311L21.1308 0.652111C21.7872 -0.00407496 22.8512 -0.00407496 23.5074 0.652111C24.1641 1.3083 24.1641 2.37262 23.5074 3.02907L13.1881 13.3486C12.86 13.6765 12.4299 13.8403 11.9999 13.8403Z' fill='%23FF8910'/%3E%3C/svg%3E%0A")
    50% no-repeat;
}

.accor_block_wr .block_inner .accor_right .accor_block .accor_body {
  padding-top: 10px;
  padding-bottom: 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 39px;
  color: #333236;
  display: none;
}

.accor_block_wr .block_inner .accor_right .accor_block.active .accor_name:before {
  transform: rotate(180deg);
}

.text_block_bottom {
  padding: 0 0 125px;
}

@media (max-width: 1024px) {
  .text_block_bottom {
    padding-bottom: 50px;
  }
}

.text_block_bottom .block_inner {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333236;
}

.text_block_bottom .block_inner p {
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  .humans_slider .slick-track {
    display: flex;
  }

  .humans_slider .slick-list .slick-track {
    margin-left: 0;
  }
}

.content_int {
  font-size: 18px;
  line-height: 30px;
}

.content_int figure {
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
}

.content_int img {
  height: auto;
}

.content_int h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
}

.content_int a {
  color: #ff8910;
}

.content_int h3 {
  font-size: 21px;
  margin-top: 30px;
}

.content_int h4 {
  text-transform: uppercase;
  font-size: 28px;
}

.content_int ul {
  padding-left: 0;
}

.content_int ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.content_int ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
}

.content_int ul li::after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 11px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ff8910;
}

.content_int figure {
  margin: 40px 0;
}

/* .text_block_bottom h2{
  text-align: left !important;
  text-transform: uppercase;
  font-weight: 600;
} */

.about_content img {
  float: left;
  margin-right: 30px;
}

.about_text_slogan_wrap {
  margin-top: 120px;
  margin-bottom: 120px;
}

.about_text_slogan {
}

@media (max-width: 768px) {
  .content_int h2 {
    font-size: 20px;
  }
  .about_content img {
    float: none;
    margin: auto;
    margin-bottom: 40px;
  }

  .about_text_slogan_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.page-nav {
  display: flex;
  grid-gap: 25px;
  margin-bottom: 60px;
}

.page-nav br{
  display: none;
}

.page-nav--nomargin{
  margin-bottom: 0;
}

.page-nav__btn {
  display: inline-block;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .page-nav {
    flex-wrap: wrap;
  }
  .page-nav__btn {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (max-width: 768px) {
  .page-nav__btn {
    width: 100%;
  }
}

.service_form {
  margin-bottom: 100px;
}

.service_last-form .form_ans {
  padding-bottom: 100px;
  padding-top: 50px;
}
