

/* Start:/local/templates/nettattoo_clean/components/bitrix/breadcrumb/seo/style.css?17731024391206*/
.breadcrumbs {
  margin: 0 0 22px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  max-width: fit-content;
}
.breadcrumbs-item span.name {
  width: 100%;
  display: block;
}
.breadcrumbs-item a {
  display: flex;
  width: max-content;
}
.breadcrumbs-item:last-child {
  min-width: 225px;
  max-width: 522px;
  overflow: hidden;
}
.breadcrumbs-item:last-child span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs h1 {
  font-family: "TTNormsProWebNormal";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #8c94a2;
  margin: 0;
  text-decoration: none;
}
.breadcrumbs a.black, .breadcrumbs span.black, .breadcrumbs h1.black {
  color: black;
}
@media (max-width: 990px) {
  .breadcrumbs {
    margin-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    width: 100%;
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .breadcrumbs a, .breadcrumbs span, .breadcrumbs h1 {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.detail/map_contacts/style.css?17731024691097*/
.map canvas, .map .ymaps-2-1-77-ground-pane {
  filter: grayscale(1);
}
.map_contacts {
  width: 100%;
  height: 100%;
  min-height: 800px;
}
.map_contacts canvas {
  filter: grayscale(1);
}
.map_contacts .popover {
  width: 212px;
  height: 126px;
  background-color: white;
  border-radius: 8px;
  position: relative;
}
.map_contacts .popover:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: white;
  transform: rotate(-62deg);
  top: auto;
  bottom: -12px;
  left: 20px;
  border-radius: 100% 0 0 0;
}
.map_contacts .popover .address {
  height: 50px;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
}
.map_contacts .popover .address .icon {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.map_contacts .popover-inner {
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .map_contacts {
    min-height: 100vw;
  }
}

.initMapContacts {
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.detail/gallery_big/style.css?17731024682263*/
.trainingGallery {
  position: relative;
  margin-bottom: 120px;
  padding: 0;
  margin-top: 20px;
}
.trainingGallery_slider {
  width: 100%;
  margin: 0 auto;
}
.trainingGallery_slider-item {
  padding-right: 10px;
}
.trainingGallery_slider-item img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 530px;
  object-fit: cover;
}
.trainingGallery_sliderThumb {
  width: 100%;
  margin: 10px 0 0;
  position: static;
  display: flex;
  justify-content: start;
  padding: 0;
}
.trainingGallery_sliderThumb .slick-list {
  width: 100%;
}
.trainingGallery_sliderThumb .slick-list .slick-track {
  margin-left: 0;
}
.trainingGallery_sliderThumb .slick-slide img {
  border: 2px solid transparent;
  margin: 0 auto;
}
.trainingGallery_sliderThumb .slick-current img {
  border-color: #fd4a42;
}
.trainingGallery_variant {
  display: flex;
  width: 50%;
  padding-left: 15px;
  margin: 112px 0 93px;
  position: relative;
}
.trainingGallery_variant > div {
  max-width: 250px;
  width: 50%;
}
.trainingGallery_variant > div:nth-child(even) {
  margin-left: 100px;
  position: relative;
}
.trainingGallery_variant > div:nth-child(even):before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #252525;
  display: block;
  position: absolute;
  left: -60px;
  transform: rotate(15deg);
}
.trainingGallery_variant-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 960px) {
  .trainingGallery {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .trainingGallery .icon-plus {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fd4a42;
    fill: #fff;
    padding: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .trainingGallery img {
    display: block;
    margin: 0 auto;
  }
  .trainingGallery_sliderThumb {
    display: none;
  }
  .trainingGallery_slider {
    width: calc(100% + 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .trainingGallery_slider-item {
    max-width: 80vw;
    padding-right: 4px;
  }
  .trainingGallery_slider-item img {
    max-height: 185px;
    border-radius: 5px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/form/online-prev-form/bitrix/form.result.new/.default/style.css?17731024597559*/
.modal_left {
  float: left;
  max-width: 560px;
  font-size: 20px;
  line-height: 25px;
}
.modal_left .image_full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_left-content {
  padding: 26px 36px;
  background-color: white;
}
.modal_left-content--small {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 18px;
  margin-bottom: 35px;
  text-align: center;
  color: #737c8c;
}
.modal_left-content--title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 25px;
}
.modal_left-content--scrollbar {
  max-height: 550px;
  overflow: hidden visible;
}
.modal_left-content--scrollbar.max-height-modal {
  max-height: 790px;
  display: block;
}
.modal_left-content--scrollbar .scroll-y {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
}
.modal_left-content--scrollbar .scroll-element_outer,
.modal_left-content--scrollbar .scroll-element_size,
.modal_left-content--scrollbar .scroll-element_track {
  width: 100%;
  height: 100%;
}
.modal_left-content--scrollbar .scroll-element_size,
.modal_left-content--scrollbar .scroll-element_track {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #fd4a42;
}
.modal_left-content--scrollbar .scroll-bar {
  width: 100%;
  height: 20px;
  background-color: #fd4a42;
  position: absolute;
}
.modal_left-content--descVideo {
  font-size: 16px;
  color: #737c8c;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.modal_form {
  position: relative;
  text-align: center;
  max-width: 500px;
  background-color: #f4f9ff;
  padding: 20px;
}
.modal_form.big {
  min-width: 750px;
  text-align: left;
  z-index: 2;
}
@media (max-width: 1200px) {
  .modal_form.big {
    min-width: 600px;
  }
}
.modal_form .progress {
  margin: 0 auto 30px;
  max-width: 643px;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  position: relative;
  background-color: #f5f5f5;
  color: white;
}
.modal_form .progress-bar {
  border-radius: 10px;
  background-color: #5cc9bb;
}
.modal_form .progress-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "TTNormsProWebNormal";
  font-size: 14px;
  font-weight: 400;
}
.modal_form-poly {
  text-align: center;
}
.modal_form-price {
  font-size: 19px;
  font-weight: bold;
  color: #ee443d;
}
.modal_form-button {
  margin-bottom: 28px;
  margin-top: 20px;
}
.modal_form label {
  font-family: "TTNormsProWebNormal";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #737c8c;
  margin-bottom: 14px;
}
.modal_form label, .modal_form input, .modal_form button, .modal_form textarea {
  width: 100%;
}
.modal_form-close {
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 0;
  width: 17px;
  height: 17px;
  background-size: cover;
  z-index: 5;
  fill: white;
}
.modal_form-desc {
  font-family: "TTNormsProWebNormal";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.modal_form-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 17px;
  overflow: hidden;
}
.modal_form-tab {
  display: flex;
  justify-content: space-between;
}
.modal_form-tab button.btn {
  width: 165px;
  height: 52px;
  font-family: "TTNormsProWebNormal";
  font-size: 14px;
  padding: 0;
  border-color: #d8dfe9;
  color: #737c8c !important;
  background-color: transparent !important;
}
.modal_form-tab button.btn:hover, .modal_form-tab button.btn.active {
  background-color: transparent;
  color: #737c8c !important;
  border-color: #fd4a42;
}
.modal_form-whiteBlock {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 17px 24px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.modal-content {
  flex-direction: row;
  border-radius: 0;
}
.modal-dialog {
  max-width: fit-content;
}
@media (max-width: 990px) {
  .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .modal_left {
    display: none;
    font-size: 14px;
    line-height: 20px;
  }
  .modal_left-content {
    display: none;
  }
  .modal_left.big {
    min-width: 100%;
  }
  .modal_left.opened {
    display: flex;
  }
  .modal_left.opened .modal_left-content {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 15px 15px 15px;
  }
  .modal_form {
    max-width: 100%;
  }
  .modal_form-tab button.btn {
    max-width: 100px;
    width: 100px;
    min-width: 150px;
  }
  .modal_form-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .modal_form-desc {
    order: 2;
    font-size: 16px;
    line-height: 1.2;
  }
  .modal_form-close {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    filter: invert(1);
    opacity: 0.5;
  }
}

.demonstration.full {
  background-image: url("/local/templates/nettattoo_clean/components/bitrix/form/online-prev-form/bitrix/form.result.new/.default/./img/demonstration_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 786px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.demonstration.full .demonstration_form {
  margin-top: 50px;
  position: relative;
}
.demonstration.full .demonstration_form-messenger {
  grid-template-columns: auto auto auto auto;
  display: grid;
  width: 100%;
  max-width: 100%;
}
.demonstration.full .demonstration_form-messenger--item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px;
}
.demonstration.full .demonstration_form-messenger--item .icon {
  margin-bottom: 10px;
}
.demonstration.full .demonstration_form-messenger--item.selected {
  background-color: white;
}
.demonstration.full .modal_form-close {
  display: none;
}
.demonstration_image {
  position: relative;
  min-height: 786px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  z-index: -1;
}
.demonstration_image--left {
  position: absolute;
  right: -41%;
  z-index: 1;
}
.demonstration_image--center {
  z-index: 2;
}
.demonstration_image--right {
  z-index: 2;
  position: absolute;
  left: -110px;
  bottom: -20px;
}
@media (max-width: 990px) {
  .demonstration.full {
    min-height: 0;
    background: none;
  }
  .demonstration.full .demonstration_form {
    margin-top: 25px;
    margin-bottom: 0;
    position: relative;
    /*&.camera:before{
      width: 88px;
      height: 91px;
      right: 0;
      top: -25px;
      background-size: contain;
    }*/
  }
  .demonstration.full .demonstration_form-poly, .demonstration.full .demonstration_form-poly a {
    font-size: 14px;
  }
  .demonstration.full .demonstration_form-messenger {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .demonstration.full .demonstration_form-messenger--item {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 25%;
    min-width: 0;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px;
    margin-right: 0;
  }
  .demonstration.full .demonstration_form-messenger--item:last-child {
    margin-right: 0;
  }
  .demonstration.full .demonstration_form-title {
    font-size: 27px;
    padding: 0 0;
    text-align: left;
  }
  .demonstration_image {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/nettattoo_clean/components/bitrix/breadcrumb/seo/style.css?17731024391206 */
/* /local/templates/nettattoo_clean/components/bitrix/news.detail/map_contacts/style.css?17731024691097 */
/* /local/templates/nettattoo_clean/components/bitrix/news.detail/gallery_big/style.css?17731024682263 */
/* /local/templates/nettattoo_clean/components/bitrix/form/online-prev-form/bitrix/form.result.new/.default/style.css?17731024597559 */
