

/* 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/main.include/about/style.css?17731024591987*/
.block-video {
  position: relative;
  margin-top: 65px;
  border-radius: 10px;
  overflow: hidden;
}
.block-video:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3) 100%);
}
.block-video .icon {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.block-video .name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  z-index: 1;
}

@media (max-width: 960px) {
  .block-video {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .block-video amp-img, .block-video img {
    width: 100%;
    height: auto;
  }
}
.static_top-buttons {
  width: 100%;
}

.staticPage-counter, .static_top-counter {
  display: flex;
  margin-top: 27px;
  justify-content: flex-end;
  text-align: end;
}

.staticPage-counter > div, .static_top-counter > div {
  margin-right: 56px;
}

.staticPage-counter > div:last-child, .static_top-counter > div:last-child {
  margin-right: 0;
  text-align: left;
}

.staticPage-counter--cnt, .static_top-counter--cnt {
  font-family: "TTNormsProWebDemiBold";
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #5cc9bb;
}

.staticPage-counter--text, .static_top-counter--text {
  font-family: "TTNormsProWebDemiBold";
  font-size: 16px;
  line-height: 22px;
  color: #5cc9bb;
}

.staticPage-counter--name, .static_top-counter--name {
  font-family: "TTNormsProWebNormal";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}

@media (max-width: 960px) {
  .staticPage-counter, .static_top-counter {
    margin-top: 30px;
    justify-content: center;
  }
  .staticPage-counter > div, .static_top-counter > div {
    margin-right: 30px;
  }
  .staticPage-counter--cnt, .static_top-counter--cnt {
    font-size: 30px;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/marketing_list/style.css?1773102482233*/
@media (max-width: 960px) {
  .mark_doc-list {
    max-height: 413px;
    overflow: hidden;
  }
  .mark_doc-list.open {
    max-height: fit-content;
  }
  .icon-doc {
    min-width: 25px;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/history/style.css?17731024783385*/
.historyGallery {
  position: relative;
  margin: 70px auto 135px;
  width: 100%;
}
.historyGallery_pagination {
  list-style: none;
  display: flex;
  padding: 0 0 20px;
  position: relative;
  min-width: calc(100% + 15px);
  opacity: 0;
  transition: opacity 0.5s;
}
.historyGallery_pagination.slick-initialized {
  opacity: 1;
}
.historyGallery_pagination:after {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed #B0B6C1;
  position: absolute;
  top: calc(50% - 10px);
  z-index: -1;
}
.historyGallery_pagination-item {
  cursor: pointer;
  max-width: 150px;
  display: flex !important;
  justify-content: center;
}
.historyGallery_pagination-item > div {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background-color: #F4F9FF;
  border: 1px solid #F4F9FF;
  transition: background-color 0.5s;
}
.historyGallery_pagination-item.slick-current > div {
  border: 1px dashed #EF443D;
  background-color: white;
}
.historyGallery_slider {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s;
  max-height: 369px;
}
.historyGallery_slider.slick-initialized {
  opacity: 1;
}
.historyGallery_slider-item {
  position: relative;
}
.historyGallery_slider-item--name {
  font-family: "TTNormsProWebDemiBold";
  font-size: 28px;
  line-height: normal;
}
.historyGallery_slider-item--desc p {
  font-size: 16px;
  line-height: 22px;
}
.historyGallery_slider-item--image {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.historyGallery_slider-item--image img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  max-height: 369px;
}
.historyGallery_slider-item--image .number {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "TTNormsProWebDemiBold";
  color: #5CC9BB;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .historyGallery {
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 60px;
    width: calc(100% + 15px);
  }
  .historyGallery_pagination-item {
    max-width: 95px;
  }
  .historyGallery_pagination-item > div {
    width: 65px;
    height: 65px;
    font-size: 14px;
  }
  .historyGallery_slider {
    max-height: fit-content;
    min-width: calc(100% + 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .historyGallery_slider-item {
    max-width: 80vw;
    padding-right: 30px;
  }
  .historyGallery_slider-item--desc {
    font-size: 14px;
    line-height: 20px;
  }
  .historyGallery_slider-item--name {
    font-size: 16px;
    line-height: 22px;
  }
  .historyGallery_slider-item--image {
    max-width: 219px;
    justify-content: flex-start;
    padding-left: 0;
  }
  .historyGallery_slider-item--image img {
    max-width: 100%;
    object-fit: contain;
    width: auto;
    height: 165px;
  }
  .historyGallery_slider-item--image .number {
    font-size: 48px;
  }
  .historyGallery_slider .slick-list {
    order: 1;
  }
  .historyGallery_slider .classic_slider-pagination {
    order: 3;
    margin-top: 15px;
  }
  .historyGallery_slider-right {
    order: 4;
  }
  .historyGallery_slider-left {
    order: 2;
  }
  .historyGallery_slider-arrow {
    margin-top: 15px;
    display: flex;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.detail/gallery/style.css?1773102467979*/
.gallery_full {
  width: 100%;
}
.gallery_full-item img, .gallery_full-item amp-img {
  object-fit: cover;
  height: 222px;
}
@media (max-width: 960px) {
  .gallery_full {
    margin-top: 30px;
    display: flex;
    overflow: scroll hidden;
  }
}

.screen_showroom {
  width: 100%;
}
.screen_showroom--bg {
  background: var(--light-blue, #F4F9FF);
}
.screen_showroom-address {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.screen_showroom-address--item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}
@media (max-width: 960px) {
  .screen_showroom-address {
    flex-direction: column;
  }
  .screen_showroom-address--item {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    align-self: stretch;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/video_slider/style.css?17731024911143*/
.videoGallery {
  position: relative;
  padding: 0;
  margin: 25px auto 120px;
  transition: visibility 0.3s;
}
.videoGallery_slider {
  width: 100%;
  margin: 0 auto;
  max-height: 186px;
  visibility: hidden;
}
.videoGallery_slider.slick-initialized {
  visibility: visible;
}
.videoGallery_slider-item {
  position: relative;
  cursor: pointer;
}
.videoGallery_slider-item img {
  display: block;
  width: calc(100% - 30px);
  min-height: 165px;
  object-fit: cover;
  border-radius: 5px;
}
.videoGallery_slider-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 960px) {
  .videoGallery {
    margin: 0 auto 30px;
    width: 100%;
  }
  .videoGallery_slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll hidden;
    visibility: visible;
  }
  .videoGallery_slider-item {
    margin: 0 4px 0 0;
    min-width: 330px;
    border-radius: 0;
  }
  .videoGallery_slider-item img {
    width: 100%;
    padding: 0 0 0 15px;
    border-radius: 0;
    max-width: 330px;
    height: 186px;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/main.include/callToAction/style.css?17731024601166*/
.callToAction {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 40px;
  background-color: #f4f9ff;
}
.callToAction_image {
  position: relative;
  z-index: 1;
}
.callToAction_content {
  padding: 30px 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.callToAction_content-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 18px;
}
.callToAction_content-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #737c8c;
}
.callToAction_content-buttons {
  margin-top: 23px;
}
@media (max-width: 960px) {
  .callToAction {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
  }
  .callToAction_image {
    position: relative;
    z-index: 0;
  }
  .callToAction_content {
    right: 0;
    width: 100%;
    margin: 0 auto 15px;
    padding: 15px;
  }
  .callToAction_content-desc, .callToAction_content-title {
    font-size: 16px;
    line-height: 22px;
  }
  .callToAction_content img {
    width: 100%;
    height: auto;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/form/modal-form/bitrix/form.result.new/.default/style.css?17731024555022*/
.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;
    filter: invert(1);
    padding: 16px;
    opacity: 0.5;
  }
}

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

/* End */
/* /local/templates/nettattoo_clean/components/bitrix/breadcrumb/seo/style.css?17731024391206 */
/* /local/templates/nettattoo_clean/components/bitrix/main.include/about/style.css?17731024591987 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/marketing_list/style.css?1773102482233 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/history/style.css?17731024783385 */
/* /local/templates/nettattoo_clean/components/bitrix/news.detail/gallery/style.css?1773102467979 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/video_slider/style.css?17731024911143 */
/* /local/templates/nettattoo_clean/components/bitrix/main.include/callToAction/style.css?17731024601166 */
/* /local/templates/nettattoo_clean/components/bitrix/form/modal-form/bitrix/form.result.new/.default/style.css?17731024555022 */
