/*тест 3д визуализатор*/
/*.breadcrumbs,*/

:root {
  --color-text: #181818;
  --color-background: #ffffff;
  --color-btn-text: #ffffff;
  --color-white: #ffffff;
  --color-accent: #339999;
  --color-light-gray: #f3f3f3;
  --color-light-gray-alt: #ebf5f5;
  --color-light-beige: #f5f0e8;
  --font-primary: Gilroy;
  --border-radius: 7px;
}

* {
  font-family: var(--font-primary);
}

body {
  color: var(--color-text);
}

h1.title-bordered {
  display: none;
}
.new_design h2,
.new_design .h2 {
  margin: 0 0 16px 0;
  font-weight: 800;
  font-size: 36px;
}
h2.title-margin,
.h2.title-margin {
  margin-bottom: 45px;
}

.section_row {
  margin-bottom: 110px;
}
.subtitle_text {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 45px;
  line-height: 1.1;
}
.head_3d__wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.head_3d__content {
  background: var(--color-light-gray);
  padding: 44px 30px;
  border-radius: var(--border-radius);
}
.h1.head_3d__title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 8px;
}
.head_3d__title span {
  display: block;
}
.color-green {
  color: var(--color-accent);
}
.head_3d__text {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 35px;
}
.head_3d__subtext {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 40px;
}
.head_3d__btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.btn-classic {
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  color: var(--color-btn-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 15.5px 16.5px;
  border-radius: var(--border-radius);
  text-align: center;
}
.btn-classic.btn-classic--transparent {
  background: transparent;
  color: var(--color-accent);
}
.btn-classic:hover {
  background: transparent;
  color: var(--color-accent);
}
.btn-classic--transparent:hover {
  background: var(--color-accent);
  color: var(--color-btn-text);
}
.title-medium {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
/* Стили для Owl Carousel */
.carousel_styles__custom {
  position: relative;
  overflow: hidden;
}

.head_3d__slide-item {
  height: 400px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.head_3d__slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel_styles__custom .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
}
.carousel_styles__custom.owl-carousel button.owl-dot {
  height: 8px;
  width: auto;
  margin: 0;
  background: #cccdce;
}
.carousel_styles__custom.owl-carousel button.owl-dot.active {
  background: #303030;
}
/* .owl-carousel--mobile .owl-stage {
  display: flex;
}
.owl-carousel--mobile .owl-item.active {
  margin-right: 20px;
}
.owl-carousel--mobile .owl-item.active {
  margin-right: 20px;
  width: var(--item-width) !important;
} */
/* Блок для кого */
.for_whom__wrap {
  display: grid;
  grid-template-columns: repeat(var(--item-count), 1fr);
  gap: 20px;
}
.for_whom__block {
  max-width: 100%;
}
.for_whom__block img {
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  width: 100%;
}
.for_whom__text {
  font-weight: 700;
  font-size: 22px;
}
/* Блок что вы получите*/
.what-you-get-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}
.what-you-get-image {
  background: url(/images/pages_sk/wug1.jpg) center center / cover no-repeat;
  height: 100%;
  border-radius: var(--border-radius);
  min-height: 230px;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 20px;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.feature-card-header .title {
  font-weight: 700;
  font-size: 22px;
}
.feature-card {
  background: var(--color-light-gray);
  padding: 20px;
  border-radius: var(--border-radius);
  font-size: 16px;
}
.feature-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}
.check-icon-wrapper {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
}
.visual-features-grid {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.visual-feature-bg img {
  width: 100%;
  border-radius: var(--border-radius);
  height: 100%;
}
.visual-feature-card {
  position: relative;
}
.visual-feature-bg {
  height: 100%;
}
.visual-feature-title {
  z-index: 3;
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-white);
  line-height: 110%;
}
.visual-feature-text {
  z-index: 3;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.visual-feature-card:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000000b2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: var(--border-radius);
}
.visual-feature-card:hover .visual-feature-text,
.visual-feature-card:hover:before {
  opacity: 1;
}
.quote-section {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.quote-card {
  background-color: var(--color-light-gray);
  border-radius: 7px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-card .quote-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.quote-card p {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
}
.quote-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}
/* Блок pricing*/
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}
.pricing-image-container {
  background: url(/images/pages_sk/pricing.jpg) center center / cover no-repeat;
  height: 100%;
  border-radius: var(--border-radius);
  min-height: 230px;
}
.pricing-details {
  display: flex;
  flex-direction: column;
}
.pricing-list-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 19px;
}
.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price-item {
  background-color: var(--color-light-gray);
  border-radius: 7px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.price-item .price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-accent);
}
.pricing-disclaimer {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
/* Блок features*/
.turnkey-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.turnkey-feature-card {
  border-radius: 7px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.turnkey-feature-card.style-gray {
  background-color: var(--color-light-gray);
}
.turnkey-feature-card.style-light-green {
  background-color: var(--color-light-gray-alt);
}
.turnkey-feature-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.turnkey-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.turnkey-feature-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.16;
}
/*Блок how-we-work*/
.how-we-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: flex-start;
}
.how-we-work-image {
  background: url(/images/pages_sk/how-we-work-1.jpg) center center / cover
    no-repeat;
  height: 100%;
  border-radius: var(--border-radius);
  min-height: 230px;
}
.steps-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}
.step-card {
  background-color: var(--color-light-gray);
  border-radius: 7px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  min-height: 158px;
  height: 100%;
}
.step-card div {
  padding-right: 40px;
}
.step-card div span {
  display: block;
}
.step-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.16;
}
.step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.1;
  color: var(--color-accent);
}

/*Блок gallery*/
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery-grid a {
  border: none;
}
.gallery-grid img {
  width: 100%;
  border-radius: var(--border-radius);
}
.show-more-button {
  text-align: center;
  background: var(--color-light-gray);
  padding: 15px 30px;
  border-radius: var(--border-radius);
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 30px auto;
  width: max-content;
  cursor: pointer;
}
.final-promise-card {
  position: relative;
  background-color: var(--color-light-beige);
  border-radius: 7px;
  padding: 59px 60px;
  overflow: hidden;
  min-height: 233px;
}
.final-promise-card p {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  max-width: 584px;
}
.final-promise-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 693px;
  height: 573px;
  right: 0;
  top: 0;
  background: url(/images/pages_sk/final-promise-bg.png) right top no-repeat;
}
/*Блок Наши клиенты*/
.our_clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.our_clients-grid > div {
  background: var(--color-light-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: var(--border-radius);
}

/*Блок faq*/
#faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#faq .faq-grid .faq-list {
  max-width: 100%;
  margin-right: 0;
}
#faq .faq-list__quastion {
  padding: 0;
  color: var(--color-text);
  min-height: unset;
  background: none;
}
#faq .faq-list__item {
  background: var(--color-light-gray);
  border-radius: var(--border-radius);
  padding: 33px 20px;
  margin: 0;
  height: 100%;
}
#faq .faq-list__answer {
  padding: 15px 0 15px 0px;
}
#faq .faq-list__quastion:after {
  top: 7px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(/local/templates/etagerka/etagerca/dist/images/icon-select-arrow-green.svg)
    top center no-repeat;
}
#faq .faq-list__quastion span {
    max-width: 80%;
    display: block;
}

@media (max-width: 992px) {
  .how-we-work-grid {
    grid-template-columns: 1fr 1fr;
  }
  .head_3d__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .head_3d__slider.owl-carousel {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .head_3d__slider .owl-dots {
    position: relative;
  }
  .what-you-get-grid,
  .quote-section,
  .visual-features-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .turnkey-features-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #faq .faq-list__quastion span {
    width: 100%;
  }
  h2.title-margin,
  .h2.title-margin,
  .subtitle_text {
    margin-bottom: 30px;
  }
  .new_design h2,
  .new_design .h2,
  .price-item .price {
    font-size: 24px;
  }
  .section_row {
    margin-bottom: 60px;
  }
  .subtitle_text {
    font-size: 20px;
  }
  h1.head_3d__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .head_3d__text {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .head_3d__subtext {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .head_3d__content,
  .quote-card,
  .final-promise-card {
    padding: 20px;
  }
  .head_3d__btns {
    flex-direction: column;
  }
  .head_3d__slider.owl-carousel button.owl-dot {
    height: 2px;
  }
  .for_whom__text,
  .visual-feature-title {
    font-size: 20px;
  }
  .feature-card-header .title,
  .title-medium {
    font-size: 18px;
  }
  .quote-card .quote-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .quote-card p,
  .final-promise-card p {
    font-size: 16px;
  }
  .scrolled_items__mobile {
    grid-template-columns: repeat(var(--item-count), 307px);
  }
  .for_whom__block img {
    width: auto;
    margin-bottom: 10px;
  }
  .for_whom__block {
    max-width: 293px;
  }
  .scrolled_items__mobile {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scrolled_items__mobile::-webkit-scrollbar {
    width: 0;
    display: none;
    height: 0;
  }
  .pricing-disclaimer {
    font-size: 14px;
  }
  .pricing-list-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .turnkey-features-grid {
    gap: 10px;
  }
  .how-we-work-grid,
  #faq .faq-grid {
    grid-template-columns: 1fr;
  }
  .how-we-work-image {
    order: 1;
  }
  .steps-column {
    display: grid;
    gap: 10px;
    order: 2;
  }
  .step-card div span {
    display: inline;
  }
  .step-number {
    font-size: 24px;
  }
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .final-promise-card {
    min-height: 284px;
  }
  .final-promise-card::after {
    content: "";
    width: 393px;
    height: 233px;
    top: unset;
    bottom: 0;
    background: url(/images/pages_sk/final-promise-bg--mob.png) right top
      no-repeat;
  }
  .form_3d_text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/*Ниже старые*/

.popup.js-callback_project {
  width: 415px;
  background: #ffffff;
  border-radius: 4px;
  top: 20% !important;
  margin: 0px auto;
  padding: 40px;
}
.popup.js-callback_project .popup__wrapper {
  padding: 0px;
}
.popup.js-callback_project .popup__caption {
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 150%;
  text-align: center;
  color: #333333;
}
.popup.js-callback_project .popup__close:before,
.popup.js-callback_project .popup__close:after {
  width: 20px;
}
.popup.js-callback_project .popup__close {
  width: 16px;
  height: 32px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.popup.js-callback_project label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
}
.popup.js-callback_project label span.label_file {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #313131;
  margin: 20px 0 0 0;
  display: block;
  padding: 5px 0 7px 35px;
  background: url("/images/pages_sk/file_icon.png") top left no-repeat;
  cursor: pointer;
}
.popup.js-callback_project label input {
  margin-top: 5px;
}
.popup.js-callback_project label input.inputfile {
  /*padding: 0px;
    border: none;
    height: auto;
    min-height: unset;*/
  display: none;
}
.popup.js-callback_project label:before {
  width: 27px;
  height: 27px;
  background: url("/images/pages_sk/file_icon.png") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.popup.js-callback_project #checkBox {
  min-height: unset;
}
.popup.js-callback_project .link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 20px;
  cursor: unset;
  border: none;
}
.popup.js-callback_project .link a {
  color: #999999;
  border: none;
  text-decoration: underline;
}
.popup.js-callback_project .button.popup__button {
  background: linear-gradient(180deg, #2daaaa 0%, #359c9c 100%);
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 9px 0;
  max-width: 260px;
}

.fancybox-inner body {
  margin: 0;
}
.modal_project {
  display: flex;
}
.modal_project .modal_project__img_col {
  min-width: 600px;
  max-width: 600px;
  height: 500px;
}
.modal_project .modal_project__img_col img {
  width: 100%;
  height: 100%;
}
.modal_project .modal_project__form_col {
  width: 40%;
  max-width: 300px;
  padding: 40px;
}
.modal_project .modal_project__form_col .modal_project__form_title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.modal_project .modal_project__form_col {
  width: 415px;
  background: #ffffff;
  border-radius: 4px;
  top: 20% !important;
  margin: 0px auto;
  padding: 40px;
}
.modal_project .modal_project__form_col form {
  margin: 0;
}
.modal_project .modal_project__form_col label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.modal_project .modal_project__form_col label span {
  display: block;
}
.modal_project .modal_project__form_col label span span {
  display: inline-block;
}
.modal_project .modal_project__form_col label span.label_file {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #313131;
  margin: 20px 0 0 0;
  display: block;
  padding: 5px 0 7px 35px;
  background: url("/images/pages_sk/file_icon.png") top left no-repeat;
  cursor: pointer;
}
.modal_project .modal_project__form_col label input {
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #e5e3dc;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  line-height: 21px;
  padding: 7px;
  width: 100%;
}
.modal_project .modal_project__form_col label input.inputfile {
  /*padding: 0px;
    border: none;
    height: auto;
    min-height: unset;*/
  display: none;
}
.modal_project .modal_project__form_col label:before {
  width: 27px;
  height: 27px;
  background: url("/images/pages_sk/file_icon.png") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal_project .modal_project__form_col #checkBox {
  min-height: unset;
  margin: 0px 5px 0 0;
  float: left;
}
.modal_project .modal_project__form_col .link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 20px;
  cursor: unset;
  border: none;
}
.modal_project .modal_project__form_col .link a {
  color: #999999;
  border: none;
  text-decoration: underline;
}
.modal_project .modal_project__form_col .button.popup__button {
  background: linear-gradient(180deg, #2daaaa 0%, #359c9c 100%);
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 9px 0;
  width: 100%;
}
.modal_project .modal_project__form_col .form_errors + br {
  display: none;
}
.modal_project .modal_project__form_col .form_errors p {
  color: red;
  margin: 0 0 5px 0;
}
.modal_thankyou {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_thankyou p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #333333;
}

@media (max-width: 1099px) {
  .popup.js-callback_project {
    top: 5% !important;
  }
}

@media (max-width: 800px) {
  .modal_project .modal_project__img_col {
    min-width: 50%;
    max-width: 300px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
  }
  .modal_project .modal_project__img_col img {
    width: 100%;
    height: auto;
  }
  .bottom_form_3d_wrap .bottom_form_3d_block.form {
    padding: 23px 30px 0 29px;
    width: 80%;
  }
}
@media (max-width: 650px) {
  .modal_project {
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal_project .modal_project__img_col {
    min-width: 50%;
    max-width: 50%;
    padding: 10px;
  }
  .modal_project .modal_project__form_col {
    padding-top: 0px;
  }
}
@media (max-width: 550px) {
  .popup.js-callback_project {
    max-width: 96%;
    top: 2% !important;
  }
  .popup.js-callback_project #checkBox {
    float: left;
  }
  .popup.js-callback_project .link {
    float: right;
    width: 90%;
    margin-top: 10px;
    border-bottom: none;
  }
  .popup.js-callback_project.popup--open {
    padding: 15px;
  }
}

/*тест 3д визуализатор*/
