.project_items img {
  border-radius: 8px;
  object-fit: cover;
}

.project_items .item-project {
  width: calc(25% - 12px);
}

.project_items .title {
  margin-top: 12px;
  color: #1e1e23 !important;
  font-size: 16px;
  font-weight: 500;
}

.sec_index_vk .vk_container .text .title {
  color: #fff !important;
}

.price-desc_bot {
  margin-top: 16px;
  color: var(--Primary, #1e1e23);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  letter-spacing: -0.16px;
}

.project_items .description {
  color: #898f94;
  font-size: 16px;
  margin-top: 4px;
  font-weight: 400;
}

.project_items {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 16px;
}

.vk-across_banner .sec_index_vk {
  margin: 60px 0;
}

.vk-across_banner .container {
  padding: 0;
}

.vk-across_banner .title {
  color: #fff;
}

.modern-page-navigation {
  display: flex;
  gap: 8px;
}

.page-item,
.modern-page-current,
.modern-page-dots,
.modern-page-previous,
.modern-page-next,
.modern-page-first {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f6f6f7;
  color: #000;
}

.modern-page-current {
  border-radius: 8px;
  background: #f96a30;
  color: #fff;
}

.modern-page-next {
  transform: rotate(180deg);
}

.nav-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.modern-page-next svg path,
.modern-page-previous svg path {
  stroke: #000;
}

.sec_index_estimate_form {
  margin-top: 120px;
}

.sec_index_estimate_form .wrapper_question_form:after {
  background-image: url(/images/new_design/estimate.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  border-radius: 0 8px 8px 0;
}

.sec_index_estimate_form .wrapper_question_form {
  padding: 55px;
}

.sec_estimate_download {
  width: 100%;
  border-radius: 8px;
  background: #f6f6f7;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.estimate-download_info {
  display: flex;
  flex-direction: column;
  max-width: 656px;
}

.estimate-download_description {
  margin-top: 24px;
  margin-bottom: 64px;
  color: #1e1e23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.estimate-download_title {
  color: var(--Accent, #f96a30);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.84px;
}

.estimate-download_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--White, #fff);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;

  width: 200px;
  padding: 12px 0;
  border-radius: 8px;
  background: var(--Accent, #f96a30);
}

.sec_estimate_download:after {
  height: 500px;
  content: "";
  position: absolute;
  right: 0px;
  top: -50px;
  background-image: url(/images/new_design/etimate-download.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  width: 500px;
}

.sec-content_wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.section-block_m {
  margin-top: 140px;
}

.sec-left_title {
  color: #1e1e23;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.8px;
}

.sec_index__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: 340px;
  margin-bottom: 48px;
}

.sec-content_left {
  max-width: 410px;
}

.step-attention {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
}

.other-price_description {
  color: #1e1e23;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  letter-spacing: -0.28px;
}

.sec-content_right {
  max-width: 1090px;
}

.price-block {
  margin-top: 96px;
}

.price-block_title {
  color: #f96a30;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.price-block_items {
  display: flex;
  flex-direction: column;
}

.price-item {
  width: 100%;
  border-top: 1px solid #535354;
  border-bottom: 1px solid #535354;
  padding: 32px 0;
  cursor: pointer;
}

.price-item_top {
  color: #1e1e23;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.84px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.price-items_bot {
  display: none;
  margin-top: 32px;
}

.price-item.active .price-item_top {
  color: #f96a30;
  transition: all 0.3s ease;
}

.price-item.active .price-item_top svg path {
  stroke: #f96a30;
  transition: all 0.3s ease;
}

.price-item.active .price-item_top svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.price-item_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #d5d7d9;
  padding: 20px 0;
}

.price-item_bot:last-of-type {
  border-bottom: none;
}

.price-bot_name {
  color: #1e1e23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.price-bot_val {
  color: #1e1e23;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;

  letter-spacing: -0.16px;
}

.step_top__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
}

.step-title {
  color: #1e1e23;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.8px;
}

.step-description {
  color: #1e1e23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.step-items {
  margin-top: 40px;
}

.step-item_slide {
  padding-right: 20px;
}

.step-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  background: #f6f6f7;
  height: 320px;
}

.step-item_title {
  color: #1e1e23;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.18px;
}

.step-item_description {
  color: #535354;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.section-container_off .container {
  padding: 0;
}

.news-item {
  padding: 24px;
  border-radius: 8px;
  background: #f6f6f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}

.news-item_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news-item_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;

  letter-spacing: -0.18px;
  margin-bottom: 12px;
  display: block;
  color: #000;
}

.news-detail ul,
.news-detail ol {
  padding-left: 35px;
}

.news-item:hover .news-item_title {
  position: relative;
  z-index: 2;
}

.news-item_description {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.news-item_mg {
  max-height: 178px;
}

.news-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.sec_news .sec_index_vk {
  margin: 16px 0;
}

.sec_news .sec_index_vk .container {
  padding: 0;
}

.news-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.news-items:not(.right_block) .news-item:nth-of-type(5) {
  grid-row: 2 / 4;
  grid-column: 1 / 3;
  flex-direction: column-reverse;
}

.news-items.right_block .news-item:nth-of-type(9) {
  grid-row: 2 / 4;
  flex-direction: column-reverse;
  grid-column: 4 / 6;
}

.news-items.right_block .news-item:nth-of-type(9) .news-item_mg {
  max-height: unset;
  height: 100%;
  margin-bottom: 24px;
}

.news-items:not(.right_block) .news-item:nth-of-type(5) .news-item_mg {
  max-height: unset;
  height: 100%;
  margin-bottom: 24px;
}

ul.circle li {
  list-style-type: disc;
}

.content-full {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.top-left_title {
  color: #f96a30;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  letter-spacing: -0.18px;
  max-width: 360px;
}

.top-description {
  color: #1e1e23;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  letter-spacing: -0.28px;
  max-width: 1112px;
}

.detail-m {
  margin-top: 96px;
}

.content-right {
  max-width: 1500px;
  margin-left: auto;
}

.detail-slider_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.detail-slider_slide {
  height: 450px;
}

.detail_slider button {
  display: none !important;
}

.content-right .block-title {
  color: #f96a30;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  letter-spacing: -0.18px;
  margin-bottom: 20px;
}

.content-right h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.84px;
  margin-top: 48px;
  margin-bottom: 20px;
}

.content-right .news-detail_content h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.84px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-right p {
  margin-bottom: 48px;
}

.content-right ul,
.content-right ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 10px;
}

.content-right ul li {
  position: relative;
  padding-left: 20px;
}

.content-right ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #f96a30;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.content-img {
  width: 100%;
  max-width: 1112px;
}

.content-img img {
  width: 100%;
  border-radius: 8px;
}

.content-full_img img {
  border-radius: 8px;
}

.content-text_img {
  max-width: 512px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-full_text {
  color: #f96a30;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  letter-spacing: -0.18px;
}

.content-full_text .btn {
  border-radius: 8px;
  background: #f96a30;
  width: 150px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.content-price {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.content_page {
  h2 {
    color: #1e1e23;
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    margin: 20px 0;
  }
}

.content-price_title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.8px;
  max-width: 260px;
}

.content-price_items {
  display: flex;
  gap: 16px;
  max-width: 1260px;
}

.content-price_item {
  width: calc(33.3333% - 10px);
  border-radius: 8px;
  background: #f6f6f7;
  padding: 32px;
}

.price-item_title {
  color: #f96a30;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  letter-spacing: -0.18px;
  margin-bottom: 12px;
}

.price-item_price {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;

  letter-spacing: -0.2px;
}

.price-item_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.price-item_list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.price-item_list li svg {
  flex-shrink: 0;
}

.work-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.work-slider {
  margin-top: 48px;
}

.work-item {
  padding-right: 16px;
}

.slider-nav_top {
  position: relative;
}

.section-w-t .title_block {
  color: #1e1e23;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.slider-nav_top .slick-arrow {
  position: absolute;
  right: 185px;
  top: -77px;
  font-size: 0px;
  background: #f6f6f7;
  border-radius: 8px;
  padding: 8px;
}

.slider-nav_top .slick-arrow {
  position: absolute;
  right: 185px;
  top: -77px;
  font-size: 0px;
  background: #f6f6f7;
  border-radius: 8px;
  padding: 8px;
}

.slider-nav_top .slick-prev {
  right: 229px;
  transform: rotate(180deg);
}

.slider-nav_top .slick-arrow:after {
  content: "";
  display: block;
  width: 24px;
  background: url(/images/new_design/arrows.svg);
  height: 24px;
}

.slider-nav_top .slick-arrow.slick-disabled:after {
  opacity: 0.4;
}

.service-top {
  display: flex;
  justify-content: space-between;
}

.service-top_title {
  color: #1e1e23;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.8px;
  max-width: 300px;
}

.service-top_description {
  max-width: 1112px;
  color: #1e1e23;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  letter-spacing: -0.28px;
}

.service-items {
  display: flex;
  flex-direction: column;
  max-width: 1112px;
  margin-left: auto;
}

.service-item {
  width: 100%;
  padding: 32px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-top: 1px solid #535354;
}

.service-item:last-of-type {
  border-bottom: 1px solid #535354;
}

.service-item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #1e1e23;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  letter-spacing: -0.84px;
  transition: all 0.3s ease;
}

.service-item_bot {
  display: none;
  margin-top: 32px;
  color: #1e1e23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.service-item.active .service-item_top {
  color: #f96a30;
}

.service-item.active .service-item_top svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.service-item.active .service-item_top svg path {
  stroke: #f96a30;
}

.slider-nav_off button {
  display: none !important;
}

.block-quot {
  width: 100%;
  max-width: 1112px;
  position: relative;
  color: #f96a30;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 48px 0 48px auto;
}

.block-quot svg {
  flex-shrink: 0;
}

.top-banner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  height: 480px;
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 140px;
}

.top-banner_info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.top-banner_title {
  max-width: 670px;
}

.top-banner_title h1 {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;

  letter-spacing: -1.68px;
}

.top-banner_btn {
  width: 120px;
  padding: 12px 0;
  border-radius: 8px;
  background: #f96a30;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.top-banner_btn:hover {
  background: #cf4f19;
}

.top-banner_btn a {
  color: #fff;
}

.top-banner_overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.top-block_title h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;

  letter-spacing: -1.68px;
}

.top-block {
  margin: 80px 0;
}

.fa.colored {
  background: #f96a30;
}

.contact-item_icon .fa {
  height: 54px;
  width: 49px;
  border-radius: 3px;
}

.fa.colored {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: white;
  font-size: 29px;
}

.contact-block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.contact-block_info {
  max-width: 50%;
}

.contact-block_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-block_item {
  display: flex;
  align-items: flex-start;
  max-width: 370px;
  width: calc(50% - 10px);
  gap: 8px;
}

.contact-item_info .dark_table {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-item_info a.socials_sg.desctop_whatsapp img {
  width: 21px;
}

.contact-block_item a {
  color: #f96a30;
}

.contact-block_title {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
}

.contact-block_req {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-block_print {
  width: 100%;
  display: flex;
  justify-content: end;
  margin: 20px 0;
}

.contact-block_print a {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #f96a30;
  border-radius: 8px;
  padding: 10px;
  color: #f96a30;
}

i.fa.fa-print {
  color: #f96a30;
}

.contact-block_text {
  padding-top: 20px;
  border-top: 1px solid #cecece;
}

.contact-block_text p {
  margin-top: 11px;
}

.contact-block_map {
  margin-top: 20px;
}

.request-block {
  background: #f96a30;
  padding: 40px 0;
}

.request-block_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.request-block_text {
  max-width: 630px;
}

.request-block_title {
  max-width: 240px;
  font-size: 23px;
}

.request-block_btn {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px;
}

.request-block_btn a {
  color: #fff;
}

.partners-wrapper {
  margin-top: 100px;
}

.partners.slider-nav_top .slick-arrow {
  right: 0;
}

.partners.slider-nav_top .slick-prev {
  right: 60px;
  transform: rotate(180deg);
}

.partners-title {
  color: #1e1e23;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}

.partners-subtitle {
  font-size: 16px;
  max-width: 560px;
  margin-bottom: 50px;
}

.section-title {
  color: #1e1e23;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 18px;
  max-width: 560px;
}

.blockPriceShivt.pagePrices {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.one_fifth {
  width: calc(100% / 4 - 15px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.st-callout {
  background: #f96a30;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
}

.one_fifth img {
  height: 210px;
}

.price-img {
  text-align: center;
  margin-top: 20px;
}

.price-img img {
  width: 100%;
  height: 100%;
}

.price-text {
  margin-top: 20px;
}

.price-text p {
  font-size: 16px;
  margin: 10px 0;
}

.price-text ul {
  list-style: disc;
  padding-left: 40px;
}

.styled-block {
  border-left: 2px solid;
  background: #f7f7f8 0 0 repeat;
  color: #555555;
  margin-bottom: 40px;
  font-size: 20px;
  margin-top: 30px;
  padding: 37px 50px;
  border-left-color: #f96a30;
}

.catalog.sections.front .item {
  border: none;
  margin: 0 0 10px;
  padding-bottom: 55%;
  height: 0px;
  position: relative;
  z-index: 2;
}

.item .dark_block_animate {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.fronts_sec2 .catalog.sections.front .item .dark_block_animate {
  opacity: 0.5;
}

.front .item .img_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.catalog.sections.front .item .info {
  padding: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 4;
  margin: 0px 23px 17px;
}

.fronts_sec2 .catalog.sections.front .item .info {
  margin: 0px;
  margin-bottom: -15px;
  bottom: 50%;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

.fronts_sec2 .title_price_front_section {
  background: #f96a30;
  z-index: 999;
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  bottom: 0px;
  color: #fff;
}

.fronts_sec2 .catalog.sections.front .item .inner_text {
  font-size: 23px;
}

.title .wrap_outer .inner_text {
  position: relative;
  left: -7px;
  color: #fff;
  font-style: normal;
  z-index: 1;
}

.items.items-project_sections {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.item-project_sections {
  width: calc(100% / 3 - 16px);
}

.blockPriceObr {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.blockPriceObr .col-md-6 {
  width: calc(100% / 3 - 16px);
}

.blockPriceObr .col-md-6 .item__blockPriceObr {
  min-height: 265px;
  padding: 13px;
  height: 100%;
}

.item__blockPriceObr {
  border: 1px solid #f96a30;
}

.text__blockPriceObr ol,
.text__blockPriceObr ul {
  padding-left: 35px;
}

.title__blockPriceObr {
  font-size: 16px;
  text-align: center;
  background: #f96a30;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 0px;
}

.fronts_sec2 {
  margin-top: 40px;
}

.design_agro_block_2:after {
  content: "";
  display: block;
  clear: both;
}

.design_agro_block_2 {
  border: 2px solid #f96a30;
  margin-bottom: 15px;
  margin-top: 40px;
}

.design_agro_block_2 .left_image {
  float: left;
  width: 45%;
}

.design_agro_block_2 .right_content_block {
  width: 54%;
}

.design_agro_block_2 .left_image img {
  max-width: 100%;
}

.design_agro_block_2 .right_content_block {
  float: right;
}

.design_agro_block_2 .filterSgs {
  max-width: 200px;
  margin: 0 auto;
}

.right_content_block .title_right_block,
.right_content_block .description_right_block {
  font-size: 19px;
  text-align: center;
}

.right_content_block .description_right_block {
  font-size: 16px;
}

.right_content_block .description_right_block span {
  color: red;
}

.right_content_block .title_right_block span {
  color: red;
}

.right_content_block .title_right_block {
  margin-top: 40px;
  margin-bottom: 9px;
}

.right_content_block .description_right_block {
  margin-bottom: 28px;
  position: relative;
}

.description_right_block:after {
  content: "";
  display: block;
  clear: both;
  width: 80%;
  bottom: 0;
  height: 2px;
  margin: 0 auto;
  background: #f96a30;
  margin-top: 15px;
}

.right_content_block {
  padding: 50px;
}

.design_agro_block_2 .filterSgs {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  background: #f96a30;
  text-align: center;
  padding: 13px 0;
  border-radius: 8px;
  color: #fff;
}

.block_text {
  margin: 40px 0;
}

.block_text p {
  margin-bottom: 14px;
}

.block_text ul {
  padding-left: 45px;
  list-style: disc;
  margin-bottom: 14px;
}

.block_text ul li {
  list-style: disc;
}

.block-width_table table {
  border-collapse: collapse;
  width: 100%;
}

.block-width_table table.table > thead > tr > th {
  font-size: 14px;
  font-weight: normal;
  background-color: #f96a30;
  border: 1px solid #ddd;
  color: white;
  border-bottom-width: 0px;
  padding: 10px;
}

.block-width_table table.table td {
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-bottom-width: 0px;
  padding: 10px;
}

.block-width_table table.table tr {
  border: 1px solid #ddd;
}

.accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #f96a30;
  border-radius: 8px;
  cursor: pointer;
}

.panel-collapse {
  display: none;
}

.accordion-type-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.section-title_mt {
  margin-top: 40px;
}

.smetListChar .border__smetListChar {
  border: 2px solid #f96a30;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 5px;
}

.smetListChar .title_smetListChar {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.smetListChar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.smetListChar .col-md-4 {
  width: calc(100% / 3 - 16px);
}

.page404 .i404 {
  font-size: 300px;
  text-align: center;
  line-height: 365px;
}

.page404 .i404 {
  color: #f96a30;
}

.page404 .t404 {
  margin: 74px 0 0;
  text-align: center;
}

.error-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.error-link {
  display: block;
  background: #f96a30;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}

.alert-danger {
  background-color: #f96a30;
  border-color: #f96a30;
  color: #fff;
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.liceny_fiz {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c90c06;
  border-right: 1px solid #c90c06;
  padding: 10px;
  position: relative;
  z-index: 9;
}

.liceny_fiz img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.detail .detailimage img {
  max-height: 300px;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  border-bottom: 0px solid;
}

.detail .detailimage {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
}

.detail .image-wide {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-company .front .item .img_block {
  position: unset;
}

.container-company h2 {
  color: #1e1e23;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0;
}

.container-company h4 {
  color: #1e1e23;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0;
}

.liceny_fiz span {
  color: #f96a30;
}

.container-company p {
  margin-bottom: 14px;
}

.container-company .alert-danger:nth-of-type(2) {
  margin-top: 120px;
}

.container-company .styled-block {
  margin-top: 80px;
}

.props.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.props .col-md-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-company .spincrement1 {
  font-size: 58px;
  color: #f96a30;
}

.container-company .props .text {
  padding: 0px 50px 16px 0px;
  position: relative;
  margin: 0px 0px 20px;
}

.container-company .items.row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.container-company .item_block.col-md-6.col-sm-6 {
  width: calc(100% / 2 - 16px);
  border: 1px solid #f96a30;
  border-radius: 8px;
  padding: 15px;
  height: 70px;
}

.container-company .item_block.col-md-6.col-sm-6 .item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.container-company .item_block.col-md-6.col-sm-6 .item a {
  color: #f96a30;
}

.container-company .wraps {
  display: none;
}

.container-company .order-block {
  display: none;
}

.portfolio.front .row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.portfolio.front .row .col-md-3 {
  width: calc(100% / 4 - 4px);
}

.portfolio.item-views .link .item,
.portfolio.item-views .link .item .bottom_title .btn-default,
.btn-default.white_br.white {
  background: #f96a30 !important;
}

.portfolio.item-views .item {
  border: none;
  margin-bottom: 2px;
  overflow: hidden;
  padding-bottom: 74%;
  height: 0px;
  position: relative;
}

.portfolio.item-views .link .item > div {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0;
}

.portfolio.item-views .link .item .top_title {
  font-size: 26px;
  line-height: 24px;
  top: 0px;
}

.item .dark_block_animate {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.portfolio.item-views .link .item .top_title div {
  margin: 20px 20px 0px 20px;
}

.item:hover .dark_block_animate {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.portfolio.front .item:hover .text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  color: #fff;
  font-size: 22px;
}

.portfolio.front .item .text .cont {
  margin: 20px 20px 0px;
}

.portfolio.front .item:hover .text .cont > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio.front .item .text .section_name {
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  background: #d4d4d4;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0px 10px;
  margin: 0px 10px 10px 0px;
  display: inline-block;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
}

.portfolio.item-views .link .item .top_title {
  font-size: 26px;
  line-height: 24px;
  top: 0px;
  color: #fff;
}

.portfolio.item-views .link .item .bottom_title .btn-default {
  position: absolute;
  left: 20px;
  right: auto;
  bottom: 20px;
  top: auto;
  background: #d4d4d4;
  color: #fff;
  font-size: 19px;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.item-views.portfolio.front {
  margin-top: 40px;
}

.geography_page .geography_list .geography_item {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: none;
  transition: none;
}

.geography_page .geography_list .geography_item {
  float: left;
  width: 25%;
  margin-bottom: 16px;
}

.geography_page .geography_list .geography_item:before {
  position: absolute;
  content: "";
  background: url(/images/1/placeholder.png) no-repeat;
  width: 16px;
  height: 18px;
  display: block;
  left: 8px;
  top: 4px;
}

.geography_item a {
  color: #f96a30;
}

.geography_page.standart_page {
  margin-top: 40px;
}

.map_block {
  margin-top: 40px;
}

.request-block_mb {
  margin-bottom: 30px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  max-width: 665px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.popup-body {
  background: #1e1e23;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}

.popup-title {
  text-align: center;
  color: #fff;
  font-size: 35px;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-close path {
  stroke: #fff;
}

.popup-form {
  margin: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.popup-form input {
  outline: none;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 25px;
  font-size: 18px;
  color: #fff;
}

.popup-body .success_form {
  display: none;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.popup-form input[type="submit"] {
  background: #f96a30;
  color: #fff;
  font-size: 18px;
  border: none;
}

.popup-body .politics a {
  color: #f96a30;
}

.popup-body .politics {
  color: #fff;
}

.overflow-popup {
  z-index: 98;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(-2px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overflow-popup.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

body.overflow-active {
  overflow-y: hidden;
}

form[name="aspro_stroy_form_order_product"].popup-form input,
form[name="aspro_stroy_form_order_product"].popup-form select,
form[name="aspro_stroy_form_order_product"].popup-form textarea {
  background-color: #ffffff;
  padding: 5px;
  color: #000;
}

form[name="aspro_stroy_form_order_product"].popup-form .row_field label {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

form[name="aspro_stroy_form_order_product"].popup-form
  .row_field
  input[type="text"] {
  display: block;
  width: 100%;
}

form[name="aspro_stroy_form_order_product"].popup-form
  .row_field
  input[type="email"] {
  display: block;
  width: 100%;
}

form[name="aspro_stroy_form_order_product"].popup-form .row_field textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 25px;
  font-size: 18px;
  color: #fff;
}

form[name="aspro_stroy_form_order_product"].popup-form {
  max-height: 500px;
  overflow: auto;
  padding-right: 20px;
}

form[name="aspro_stroy_form_order_product"].popup-form::-webkit-scrollbar-track {
  border-radius: 100px;

  background-color: #f6f6f7;
}

form[name="aspro_stroy_form_order_product"].popup-form::-webkit-scrollbar {
  border-radius: 100px;
  width: 5px;
}

form[name="aspro_stroy_form_order_product"].popup-form::-webkit-scrollbar-thumb {
  background-color: #f96a30;
  border-radius: 100px;
}

form[name="aspro_stroy_form_order_product"].popup-form .uploader label span {
  color: #fff;
}

form[name="aspro_stroy_form_order_product"].popup-form #fileName {
  color: #fff;
}

.city {
  margin-top: 80px;
}

.city .city-block-wrapper .title-block {
  color: var(--Primary, #1e1e23);
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.city .city-block-wrapper .city-items {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.city .city-block-wrapper .city-items a {
  color: #1e1e23;
  font-size: 18px;
  font-weight: 500;
}

.city .city-block-wrapper .city-items a:hover {
  text-decoration: underline;
}

.city-selector .city-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.city-selector {
  position: relative;
  display: flex;
  align-items: center;
}

.city-selector:hover {
  cursor: pointer;
}

.city-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 160px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.city-link {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.city-link:hover {
  background: #f5f5f5;
}

.author__btn__top {
  padding: 12px;
  border-radius: 8px;
  background: #f96a30;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s;
  margin-top: -90px;
  position: absolute;
}

.author-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 110px;
  font-family: "Cambria", serif;
  gap: 40px;
  flex: 1 0 auto;
}

@media screen and (min-width: 992px) {
  .author-card {
    flex-direction: row;
    min-height: 700px;
    font-size: 24px;
  }
}

.author-card__info {
  max-width: 768px;
}

.personal_info p {
  margin-bottom: 16px;
}

.personal_info ul li {
  margin: 0 0 20px 24px;
  list-style-type: disc;
}

.like_h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.84px;
  margin-left: 40px;
}

.personal_info table {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

.personal_info table td {
  border: 1px solid #dddddd;
  padding: 8px;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:hover .checkmark {
  background-color: #ddd;
}

.catalog-content h2 {
  color: #1e1e23;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0;
}
.catalog-content p {
  margin-bottom: 15px;
}
.catalog-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.catalog-content ul li {
  list-style: disc;
}
.catalog-content li {
  margin-bottom: 15px;
}

.potbor_section_sort a.link {
  margin-bottom: 10px;
}
