

/* 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/uslug/style.css?1773102490920*/
.uslug {
  margin-top: 27px;
  padding: 0;
}
.uslug_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uslug_list-item {
  float: left;
  margin-bottom: 32px;
  text-align: left;
  padding: 0;
  padding-right: 20px;
}
.uslug_list-item--image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.uslug_list-item--name {
  font-family: "TTNormsProWebNormal";
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
}
.uslug_list.small > .uslug_list.small-item img {
  margin: 0 auto;
}
.uslug_list.small > .uslug_list.small-item:last-child {
  margin-right: 0;
}
@media (max-width: 990px) {
  .uslug_list {
    display: flex;
    flex-wrap: wrap;
  }
  .uslug_list-item {
    min-width: auto;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .uslug_list-item--name {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
  }
}

/*# 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/main.include/training/style.css?17731024656513*/
.screen_training {
  margin-top: 113px;
  font-size: 16px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.screen_training .heading-bottom {
  width: 100%;
}
.screen_training-more {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.screen_training-list {
  width: 100%;
  display: flex;
  gap: 47px;
  padding-left: 33px;
  margin-top: -60px;
}
.screen_training-list--item {
  position: relative;
  display: inline-flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid var(--border, rgba(176, 182, 193, 0.3));
  background: var(--white, #FFF);
}
.screen_training-list--item:first-child {
  bottom: 70px;
}
.screen_training-list--item .title {
  font-size: 16px;
  color: #252525;
}
.screen_training-list--item .desc {
  font-size: 14px;
  color: #737C8C;
}
.screen_training-list--item a {
  font-size: 14px;
}
.screen_training-master amp-img {
  max-width: 100%;
  max-height: 550px;
}
.screen_training-master amp-img img {
  object-fit: contain;
}
.screen_training-icon {
  display: flex;
  width: 56px;
  height: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid;
  margin-bottom: 12px;
}
.screen_training-icon.red {
  border-color: #EF443D;
}
.screen_training-icon.blue {
  border-color: #4F8EF6;
}
.screen_training-questions {
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.screen_training-questions--item {
  display: flex;
  padding: 16px 24px;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--light-blue, #F4F9FF);
  margin-bottom: 15px;
  min-height: 70px;
  width: calc(50% - 8px);
}
.screen_training-questions--item.full {
  width: 100%;
}
.screen_training-questions--item.fit {
  width: fit-content;
}
.screen_training-questions--item.x3 {
  width: calc(33.3333333333% - 8px);
}
.screen_training-questions--item.x2 {
  width: calc(50% - 8px);
}
.screen_training-questions--item b {
  display: block;
  margin-bottom: 1rem;
}
.screen_training-price {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background: var(--light-blue, #F4F9FF);
  width: fit-content;
}
.screen_training-price--summ {
  border-radius: 8px;
  background: var(--green, #5CC9BB);
  color: white;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: -4px;
}
.screen_training-price--summ .price {
  opacity: 0.8;
  text-decoration: line-through;
}
.screen_training-video {
  cursor: pointer;
  position: relative;
  width: 570px;
  height: 431px;
  border-radius: 8px;
  overflow: hidden;
}
.screen_training-video:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.screen_training-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screen_training-video .icon {
  z-index: 1;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.screen_training-jurnal {
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
}
.screen_training .hot_props {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 72px;
  font-size: 16px;
  display: flex;
  justify-content: start;
  gap: 15px;
}
.screen_training .hot_props-item {
  font-size: 14px;
  line-height: 20px;
  max-width: calc(33.3333333333% - 10px);
  display: flex;
  flex-direction: column;
  background-color: #f4f9ff;
  border-radius: 8px;
  padding: 20px;
}
.screen_training .dashed-block {
  margin-top: 36px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 24px;
  border-radius: 8px;
  border: 2px dashed var(--green, #5CC9BB);
}
@media (max-width: 960px) {
  .screen_training {
    margin-top: 0;
    font-size: 14px;
    padding: 0 !important;
    width: 100%;
    overflow: hidden;
  }
  .screen_training amp-img {
    max-width: 100%;
    max-height: 450px;
  }
  .screen_training amp-img img {
    object-fit: contain;
  }
  .screen_training-video {
    width: 100%;
    height: 223px;
    border-radius: 8px;
  }
  .screen_training-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .screen_training-video .icon {
    width: 48px;
    height: 48px;
  }
  .screen_training-questions {
    font-size: 14px;
    line-height: 20px;
  }
  .screen_training-questions--item {
    min-height: 0;
    padding: 12px;
    text-align: left;
    justify-content: left;
  }
  .screen_training-questions--item.mx2 {
    width: calc(50% - 8px);
  }
  .screen_training-price {
    margin-bottom: 20px;
  }
  .screen_training-icon {
    margin-right: 12px;
  }
  .screen_training-master {
    display: none;
  }
  .screen_training-master--mobile .title {
    font-size: 16px;
    line-height: 22px;
    color: #252525;
  }
  .screen_training-master--mobile .desc {
    font-size: 14px;
    line-height: 20px;
    color: #737C8C;
  }
  .screen_training-jurnal {
    display: none;
  }
  .screen_training .dashed-block {
    margin-top: 32px;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 32px;
  }
  .screen_training .hot_props {
    flex-direction: inherit;
  }
  .screen_training .hot_props-item {
    flex-direction: column;
    max-width: calc(50% - 8px);
  }
  .screen_training .hot_props-item.full {
    max-width: 100%;
  }
  .screen_training .btn {
    width: 100%;
  }
}

.likeWidget {
  display: flex;
  width: 100%;
}
.likeWidget_item {
  text-align: center;
  min-width: 95px;
  padding: 5px 15px;
  border-radius: 60px;
  margin-right: 10px;
  background-color: #ececec;
  color: #2480cc;
  cursor: pointer;
  font-size: 16px;
}
.likeWidget_item img {
  max-width: 15px;
  max-height: 15px;
  margin-right: 0.5rem;
}
.likeWidget_item.active {
  color: white;
  background-color: #2480cc;
}
@media (max-width: 960px) {
  .likeWidget {
    justify-content: space-between;
  }
  .likeWidget_item {
    min-width: 75px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .likeWidget {
    overflow: scroll hidden;
  }
}

/*# 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/uslug/style.css?1773102490920 */
/* /local/templates/nettattoo_clean/components/bitrix/news.detail/gallery/style.css?1773102467979 */
/* /local/templates/nettattoo_clean/components/bitrix/main.include/training/style.css?17731024656513 */
