

/* Start:/local/templates/nettattoo_clean/components/bitrix/breadcrumb/.default/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/catalog/.default/bitrix/catalog.element/new23/style.css?177310244797175*/
@charset "UTF-8";
.fixedPC {
  width: 100%;
  height: 70px;
  background-color: white;
  border-top: 1px solid #EAEAEA;
  position: fixed;
  left: 0;
  bottom: -200px;
  z-index: 2;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.0588235294);
  transition: bottom 0.5s;
}
.fixedPC.open {
  bottom: 0;
}
.fixedPC-content {
  float: left;
  max-width: 50%;
  height: 70px;
  display: flex;
  align-items: center;
}
.fixedPC-rating {
  display: none;
}
.fixedPC-price {
  background-color: #F4F9FF;
  font-family: "TTNormsProWebNormal";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  color: #252525;
  height: 100%;
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-left: 25px;
  margin-right: 15px;
}
.fixedPC-price > span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fixedPC-price > span .price {
  font-size: 20px;
  margin-right: 15px;
  line-height: 26px;
  color: #EF443D;
}
.fixedPC-name {
  display: flex;
  width: 100%;
  font-family: "TTNormsProWebDemiBold";
  font-size: 20px;
  line-height: 20px;
}
.fixedPC-name--best {
  display: none;
  font-family: "TTNormsProWebNormal";
  font-weight: normal;
  min-width: 130px;
  height: 29px;
  background-color: #00AEEF;
  align-items: center;
  padding: 0 10px;
  font-size: 17px;
  line-height: 22px;
  color: white;
  text-transform: uppercase;
  /*display: inline-flex;*/
  margin-left: 15px;
  margin-top: 7px;
  position: relative;
  justify-content: center;
}
.fixedPC-image {
  display: none;
}
.fixedPC-price {
  background-color: transparent;
}
.fixedPC-price--value {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  gap: 4px;
  max-height: 50px;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  background: var(--green, #5CC9BB);
}
.fixedPC-buttons {
  display: flex;
  align-items: center;
}
.fixedPC-buttons .btn {
  max-height: 50px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 15px;
  margin-right: 15px;
}
.fixedPC-buttons .btn:before {
  display: none !important;
}
.fixedPC-buttons .tooltip.active {
  bottom: 45px;
  z-index: 6;
  opacity: 1;
}
.fixedPC-buttons .tooltip.active .tooltip-inner.buttons {
  padding: 15px;
}
.fixedPC-buttons .tooltip.active .tooltip-inner.buttons .btn {
  text-decoration: none;
  min-width: 215px;
  margin-bottom: 10px;
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid #737C8C !important;
  padding: 0 20px;
  border-radius: 46px;
  transition: all 0s;
}
.fixedPC-buttons .tooltip.active .tooltip-inner.buttons .btn > span:first-child {
  margin-right: 10px;
}
.fixedPC-right {
  display: flex;
  /*float: right;*/
  padding-right: 10%;
}

.catalog_element {
  width: 100%;
  margin-bottom: 64px;
  min-height: 480px;
}
.catalog_element-info {
  order: 1;
  display: grid;
  flex-wrap: wrap;
  margin-top: 100px;
}
.catalog_element-gallery {
  overflow: hidden;
  margin-right: 40px;
  position: relative;
  float: left;
}
.catalog_element-gallery--cloud {
  width: 174px;
  height: 167px;
  color: white;
  background-image: url("#cloud_product");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  position: absolute;
  left: 30%;
  top: 60%;
  z-index: 1;
}
.catalog_element-rating {
  display: flex;
  margin-bottom: 20px;
}
.catalog_element-rating .star-list {
  margin-right: 22px;
}
.catalog_element-rating .icon-star.active {
  fill: #ffca43;
}
.catalog_element-name {
  font-family: "TTNormsProWebDemiBold";
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  max-height: 200px;
  overflow: hidden;
}
.catalog_element-price {
  max-width: 462px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.catalog_element-price--old {
  font-family: "TTNormsProWebNormal";
  font-size: 20px;
  font-weight: 400;
  color: #B0B6C1;
  text-decoration: line-through;
}
.catalog_element-price--old + span {
  color: #B0B6C1;
  text-decoration: none;
}
.catalog_element-price--current {
  font-family: "TTNormsProWebNormal";
  font-size: 40px;
  font-weight: 500;
}
.catalog_element-sku {
  display: flex;
  flex-direction: column;
}
.catalog_element-sku--items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 10px;
}
.catalog_element-sku--items a {
  display: flex;
  margin-right: 5px;
  border: 2px solid transparent;
  margin-bottom: 5px;
}
.catalog_element-sku--items a.active {
  border-color: #fd4a42;
}
.catalog_element-smallDesc {
  font-size: 19px;
  font-weight: 400;
}
.catalog_element-smallDesc .flex-column > div {
  margin-bottom: 5px;
}
.catalog_element-buttons {
  margin-top: 30px;
  float: left;
}
.catalog_element-buttons--line {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
.catalog_element-buttons--line:last-child {
  margin-bottom: 0;
}
.catalog_element-buttons .btn-big {
  margin-right: 42px;
}
.catalog_element-buttons .btn-small {
  color: #252525;
  height: 54px;
  border-radius: 27px;
  padding: 0 15px;
  font-size: 14px;
}
.catalog_element-buttons .btn-small:hover {
  color: white;
}
.catalog_element-manager {
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1px 1px;
  grid-template-areas: "ava title" "ava name" "ava phone";
  padding: 15px 30px 15px 20px;
  border: 1px solid #fd4a42;
  border-radius: 80px;
  margin: 0 0 0 180px;
  max-width: 370px;
}
.catalog_element-manager--image {
  max-width: 120px;
  grid-area: ava;
  padding-right: 10px;
}
.catalog_element-manager--image img {
  width: 100%;
}
.catalog_element-manager--title {
  grid-area: title;
}
.catalog_element-manager--name {
  grid-area: name;
}
.catalog_element-manager--phone {
  grid-area: phone;
}
.catalog_element .js-tooltip-custom .tooltip.active {
  display: block;
  opacity: 1;
}
.catalog_element .js-tooltip-custom .tooltip {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 990px) {
  .catalog_element {
    display: flex;
    flex-direction: column;
    min-height: 1px;
  }
  .catalog_element .highlight {
    font-size: 15px;
    margin-left: 25px;
    max-width: 230px;
  }
  .catalog_element-info {
    margin-top: 0;
  }
  .catalog_element-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 5;
  }
  .catalog_element-buttons--line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    order: 5;
    margin-top: 0;
  }
  .catalog_element-buttons--line > form.js-tinkoff {
    width: 47%;
    display: grid;
    margin-bottom: 10px;
  }
  .catalog_element-buttons--line .btn-big {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .catalog_element-buttons--line > .btn-small {
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
    min-width: calc(50% - 10px);
  }
  .catalog_element-buttons--line:last-child {
    margin-bottom: 30px;
  }
  .catalog_element-smallDesc {
    display: flex;
    order: 6;
    flex-direction: column;
  }
  .catalog_element-smallDesc a:not(.active) {
    border: 0;
  }
  .catalog_element-smallDesc .icon-down {
    background-image: none;
    min-width: 15px;
    min-height: 15px;
    margin-top: 8px;
  }
  .catalog_element-gallery {
    width: 100%;
    display: flex;
    order: 1;
    margin-bottom: 0;
  }
  .catalog_element-gallery--cloud {
    display: none;
  }
  .catalog_element-name {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 30px;
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .catalog_element-rating {
    order: 3;
  }
  .catalog_element-price {
    order: 4;
    flex-flow: wrap;
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 0;
  }
  .catalog_element-price--current {
    font-size: 40px;
    margin-right: 30px;
    margin-bottom: 15px;
    line-height: 1;
  }
}
@media (max-width: 990px) and (max-width: 960px) {
  .catalog_element-counter {
    order: 4;
    margin-bottom: 15px;
  }
}
.catalog_description {
  display: block;
}
.catalog_description h1, .catalog_description h2, .catalog_description h3, .catalog_description h4, .catalog_description h5, .catalog_description h6 {
  margin: 20px 0 10px 0;
  padding: 0;
}
@media (max-width: 960px) {
  .catalog_description {
    text-align: left;
  }
  .catalog_description .heading-title, .catalog_description h2, .catalog_description .h2 {
    text-align: left;
  }
}

.sale_counter {
  display: flex;
  max-width: 200px;
  min-width: 200px;
  margin-left: 15px;
  background-color: #fd4a42;
  color: white;
  line-height: 1;
  padding: 8px;
}
.sale_counter .ds-element {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 25%;
}
.sale_counter .ds-element-value:after {
  content: ":";
  position: absolute;
  right: 0;
}
.sale_counter .ds-element:last-child .ds-element-value:after {
  content: "";
}
@media (max-width: 960px) {
  .sale_counter {
    margin-top: 15px;
    margin-left: 0;
  }
}

.table_prop-item div {
  display: flex;
  align-items: flex-end;
}
.table_prop-item div span {
  background-color: white;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  top: 7px;
}
.table_prop-item div:first-child {
  min-width: 262px;
  color: #737c8c;
  border-bottom: 1px dotted #737c8c;
}
.table_prop-item div:first-child span {
  padding-left: 0;
}

.btn-online {
  position: relative;
}
.btn-online:after {
  content: "•online";
  color: green;
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 1;
  font-size: 10px;
}

div.videoGallery {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  div.videoGallery {
    min-width: calc(100% + 15px);
  }
}

div.screen_training {
  margin-bottom: 100px;
}

.who_will_suit {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
.who_will_suit.open {
  display: block;
}
.who_will_suit-close {
  z-index: 1;
  margin-top: 20px;
  position: fixed;
  top: auto;
  right: 20px;
  background-color: white;
  border-radius: 22px;
  height: 42px;
  width: 42px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who_will_suit-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 20px;
  font-family: "TTNormsProWebDemiBold";
}
.who_will_suit-content {
  border-radius: 24px 24px 0px 0px;
  background: var(--white, #FFF);
  padding: 0 24px;
  max-height: 60vh;
  position: absolute;
  bottom: 0;
  overflow: scroll auto;
}

.product_gallery {
  flex-wrap: wrap;
}
.product_gallery .label_360 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3490196078);
}
.product_gallery .label_360 svg {
  width: 40px;
  height: 40px;
}
.product_gallery_big {
  margin: 0 0 25px;
  width: 472px;
  height: 472px;
  transition: opacity 0.5s;
}
.product_gallery_big-item {
  display: flex;
}
.product_gallery_big-item a {
  cursor: zoom-in;
  display: flex;
}
.product_gallery_big-item a img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product_gallery_big:not(.slick-initialized) .product_gallery_big-item img {
  display: none;
}
.product_gallery_small {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
}
.product_gallery_small.slick-initialized {
  opacity: 1;
  display: flex !important;
}
.product_gallery_small-item {
  max-width: 82px !important;
  max-height: 82px !important;
  min-width: 82px !important;
  min-height: 82px !important;
  width: 82px !important;
  height: 82px !important;
  margin-left: 20px !important;
  margin-right: 0 !important;
  cursor: pointer;
}
.product_gallery_small .slick-arrow {
  cursor: pointer;
  transform: rotate(0);
  min-width: 13px;
  min-height: 24px;
  fill: #B0B6C1;
  margin: 0;
}
.product_gallery_small .slick-arrow:hover {
  fill: #EE443D;
}
.product_gallery_small .slick-list {
  width: 100%;
  margin: 0 26px 0;
  padding: 0 !important;
}
.product_gallery_small .slick-list .slick-track {
  display: flex;
  margin-left: 0;
}
.product_gallery_small .slick-slide {
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
  margin-right: 10px;
  margin-bottom: 0;
}
.product_gallery_small .slick-slide:hover, .product_gallery_small .slick-slide.slick-current {
  border-color: #ee443d !important;
}
.product_gallery_small img, .product_gallery_small amp-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 960px) {
  .product_gallery {
    height: inherit;
    width: 100%;
  }
  .product_gallery .label_360 {
    top: 8px;
    right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 24px;
  }
  .product_gallery .label_360 svg {
    width: 24px;
    height: 24px;
  }
  .product_gallery_big {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 15px !important;
    overflow: hidden;
  }
}
@media (max-width: 320px) {
  .product_gallery {
    max-height: 320px;
  }
}

.product_video {
  display: flex;
  margin-top: 50px;
}
.product_video-item {
  display: flex;
  align-items: center;
  color: #404040;
  padding: 24px 20px;
  border-radius: 8px;
  background: var(--light-blue, #F4F9FF);
  font-size: 14px;
  line-height: 20px;
  min-width: 244px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.product_video-item:hover {
  color: #404040;
  text-decoration: none;
}
.product_video-item .icon {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin-right: 16px;
}
@media (max-width: 960px) {
  .product_video {
    width: calc(100% + 15px);
    margin-top: 0;
    overflow: scroll hidden;
    position: relative;
  }
  .product_video-item {
    font-size: 12px;
    padding: 12px 8px;
    min-width: 146px;
    max-width: 146px;
    line-height: normal;
  }
  .product_video-item .icon {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    margin-right: 8px;
  }
}

.labels-item {
  font-family: "TTNormsProWebDemiBold";
  display: flex;
  padding: 4px 16px 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: var(--green, #5CC9BB);
  font-size: 14px;
  color: #fff;
  margin-right: 16px;
}
.labels-item:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .labels-item {
    font-size: 12px;
    padding: 0 8px;
    margin-right: 4px;
    height: 20px;
  }
}

.bottom-buttons {
  border-radius: 8px;
  padding: 16px 24px;
  background-color: #F4F9FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 960px) {
  .bottom-buttons {
    flex-direction: column;
  }
  .bottom-buttons span {
    text-align: center;
    margin-bottom: 20px;
  }
}

.catalog-container .productPrev_360 {
  position: relative;
}
.catalog-container .productPrev_360 iframe {
  min-width: 500px;
  min-height: 500px;
}
.catalog-container .productPrev_360 .icon-360 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  position: absolute;
  z-index: 0;
  background-color: #fd4942;
  border-radius: 100%;
  right: 10%;
  top: 21%;
}
.catalog-container .productPrev_360 .icon-360 svg {
  width: 100%;
  height: 100%;
}
.catalog-container .productPrev_360 .cloud {
  left: 0;
  transform: rotate(-30deg);
  position: absolute;
  z-index: -2;
}
.catalog-container .productPrev_video {
  cursor: pointer;
  width: fit-content;
  position: relative;
  margin: 100px 0;
}
.catalog-container .productPrev_video img {
  border-radius: 5px;
}
.catalog-container .productPrev_video .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-container .productPrev.col-md-12 {
  display: flex;
  justify-content: center;
}
.catalog-container .productPrev.col-md-12 .productPrev_video {
  margin: 20px 0 60px;
  min-width: 650px;
}
.catalog-container .productPrev.col-md-12 .productPrev_video img {
  width: 100%;
  height: auto;
  max-width: 650px;
}
.catalog-container .catalog_element-counter {
  font-size: 14px;
}
.catalog-container .catalog_element-counter .counter {
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 58px;
  margin-left: 0px;
  padding: 10px 8px 3px;
  color: #252525;
  font-size: 10px;
  border-radius: 8px;
  border: 4px solid var(--red, #EF443D);
  background: var(--white, #FFF);
}
.catalog-container .catalog_element-counter .counter .ds-element {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 25%;
}
.catalog-container .catalog_element-counter .counter .ds-element-value {
  text-align: center;
  width: 100%;
  font-family: "TTNormsProWebDemiBold";
  font-size: 24px;
  line-height: 22px;
  color: var(--red, #EF443D);
}
.catalog-container .catalog_element-counter .counter .ds-element-value:after {
  content: ":";
  position: absolute;
  right: -4px;
}
.catalog-container .catalog_element-counter .counter .ds-element:last-child .ds-element-value:after {
  display: none;
}
.catalog-container .catalog_element-history {
  border-radius: 8px;
  background: var(--light-blue, #F4F9FF);
  font-size: 14px;
  color: var(--black, #252525);
  line-height: 20px;
  padding: 24px 24px 16px;
}
.catalog-container .catalog_element-history--title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  justify-content: space-between;
  display: flex;
}
.catalog-container .catalog_element-history--title .price-up {
  font-size: 16px;
  color: var(--red, #EF443D);
}
.catalog-container .catalog_element-history--title .price-up .icon {
  fill: #EF443D;
  transform: rotate(90deg);
}
.catalog-container .catalog_element-history--title .icon-down {
  fill: #252525 !important;
}
.catalog-container .catalog_element-history--title .icon-down.close {
  transform: rotate(180deg);
}
.catalog-container .catalog_element-topTags {
  margin-top: 16px;
  margin-bottom: 24px;
}
.catalog-container .catalog_element-gallery {
  max-width: 472px;
  overflow: visible;
  margin-right: 30px;
}
@media (max-width: 960px) {
  .catalog-container .catalog_element-gallery {
    overflow: hidden;
    flex-direction: column;
  }
}
.catalog-container .catalog_element-rating {
  display: inline-flex;
  margin-bottom: 0;
}
.catalog-container .catalog_element-rating .star-list {
  margin-right: 15px;
}
.catalog-container .catalog_element-rating .icon-star {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #f3f3f3;
}
.catalog-container .catalog_element-rating .icon-star.active {
  fill: #ffca43;
}
.catalog-container .catalog_element-userOrder {
  color: #737C8C;
  font-size: 16px;
  line-height: 18px;
}
.catalog-container .catalog_element-sale {
  font-family: "TTNormsProWebNormal";
  height: 29px;
  background-color: #FF726C;
  align-items: center;
  padding: 0 10px;
  font-size: 17px;
  line-height: 22px;
  color: white;
  display: inline-flex;
  margin-left: 15px;
  margin-top: -8px;
  position: relative;
  bottom: 7px;
  justify-content: center;
}
.catalog-container .catalog_element-name {
  font-family: "TTNormsProWebDemiBold";
  font-weight: normal;
  font-style: normal;
  margin-top: 23px;
  margin-bottom: 25px;
  font-size: 50px;
}
.catalog-container .catalog_element-name--best {
  width: 130px;
  height: 29px;
  background-color: #00AEEF;
  align-items: center;
  padding: 0 10px;
  font-size: 17px;
  line-height: 22px;
  color: white;
  text-transform: uppercase;
  display: inline-flex;
  margin-left: 15px;
  margin-top: -8px;
  position: relative;
  bottom: 7px;
  justify-content: center;
}
.catalog-container .catalog_element-info {
  margin-top: 20px;
  display: flex;
}
.catalog-container .catalog_element-procedures {
  order: 8;
  margin: 25px 0 0;
  display: flex;
  align-items: center;
}
.catalog-container .catalog_element-procedures a.style.blue {
  color: #2079F5;
  border-color: #2079F5;
  font-family: "TTNormsProWebNormal";
  font-size: 16px;
  line-height: 19px;
}
.catalog-container .catalog_element-topProps {
  order: 6;
  width: 100%;
  line-height: 1.4;
  margin-top: 0;
}
.catalog-container .catalog_element-topProps--title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
}
.catalog-container .catalog_element-topProps .table_prop-item {
  width: 100%;
}
.catalog-container .catalog_element-price {
  margin-top: 16px;
  border-radius: 8px;
  border: 2px solid rgba(176, 182, 193, 0.3);
  background: var(--white, #FFF);
  order: 3;
  min-height: 115px;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 0;
}
.catalog-container .catalog_element-price--value {
  display: flex;
  align-items: flex-start;
}
.catalog-container .catalog_element-price--current {
  display: flex;
  max-width: 240px;
  color: #EF443D;
  margin-bottom: 0;
  width: 100%;
  font-size: 30px;
}
.catalog-container .catalog_element-price--current svg {
  margin-left: 11px;
}
.catalog-container .catalog_element-price--credit {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.catalog-container .catalog_element-price--credit p {
  max-width: 120px;
}
.catalog-container .catalog_element-price--credit svg {
  margin-left: 10px;
}
.catalog-container .catalog_element-price--credit .credit {
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  border-radius: 8px;
  background: var(--green, #5CC9BB);
}
.catalog-container .catalog_element-price--credit .credit svg {
  margin-left: 8px;
}
.catalog-container .catalog_element-price--credit .radio_price {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "TTNormsProWebDemiBold";
  line-height: 22px;
}
.catalog-container .catalog_element-price--credit .radio_price input {
  display: none;
}
.catalog-container .catalog_element-price--credit .radio_price label {
  display: flex;
  align-items: center;
}
.catalog-container .catalog_element-price--credit .radio_price .jq-radio {
  min-width: 16px;
  min-height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #5CC9BB;
  border-radius: 16px;
  background: white;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-container .catalog_element-price--credit .radio_price .jq-radio.checked .jq-radio__div {
  display: flex;
  border-radius: 8px;
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #5CC9BB !important;
  box-shadow: none !important;
}
.catalog-container .catalog_element-price--credit .radio_price .sale {
  align-items: center;
  background-color: #fd4a42;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 12px;
  line-height: 12px;
  margin-left: 16px;
  padding: 4px 8px;
  width: fit-content;
}
.catalog-container .catalog_element-price--old {
  min-width: max-content;
  font-family: "TTNormsProWebNormal";
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: none;
  display: flex;
  margin-bottom: 0;
  height: 60px;
  align-items: flex-end;
  padding-bottom: 18px;
}
.catalog-container .catalog_element-price .or, .catalog-container .catalog_element-price .price {
  margin-right: 7px;
}
.catalog-container .catalog_element-price .price {
  text-decoration-line: line-through;
}
.catalog-container .catalog_element-price .btn {
  max-height: 66px;
}
.catalog-container .catalog_element-buttons {
  width: 100%;
  order: 4;
  margin: 10px 20px 0 0;
}
.catalog-container .catalog_element-buttons--line {
  width: 100%;
  max-width: 330px;
  margin: 0;
}
.catalog-container .catalog_element-buttons--line .js-tooltip-custom {
  width: 100%;
}
.catalog-container .catalog_element-buttons .btn {
  width: 100%;
  min-width: 235px;
  font-family: "TTNormsProWebNormal";
  padding: 0 25px 0 25px;
  border: 1px solid #737C8C;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 65px;
  height: 60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #737C8C;
  margin-bottom: 0;
  margin-right: 10px;
}
.catalog-container .catalog_element-buttons .btn-settings-toggle + .toggle-menu {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 80px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 20px 0px rgba(32, 121, 245, 0.1019607843);
  filter: drop-shadow(0px 0px 20px rgba(32, 121, 245, 0.1));
}
.catalog-container .catalog_element-buttons .btn-settings-toggle + .toggle-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  right: 28px;
}
.catalog-container .catalog_element-buttons .btn-settings-toggle + .toggle-menu > div {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #EAEAEA;
}
.catalog-container .catalog_element-buttons .btn-settings-toggle + .toggle-menu > div:last-child {
  border: 0;
}
.catalog-container .catalog_element-buttons .btn-classic-btn {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.catalog-container .catalog_element-buttons .btn-toggle-menu {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid white;
}
.catalog-container .catalog_element-buttons .btn-border-red {
  background-color: white;
  color: #EE443D;
  border-color: #EE443D;
}
.catalog-container .catalog_element-buttons .btn-border-red:hover {
  background-color: white;
  color: #EE443D;
  border-color: #EE443D;
}
.catalog-container .catalog_element-buttons .btn-small:hover {
  background-color: white;
  color: #737C8C;
  border-color: #737C8C;
}
.catalog-container .catalog_element-buttons .btn-big {
  background-color: #EE443D;
  color: white;
  border-color: #EE443D;
  margin-right: 0 !important;
}
.catalog-container .catalog_element-buttons .btn-big:hover {
  background-color: #EE443D;
  color: white;
  border-color: #EE443D;
}
.catalog-container .catalog_element-buttons .btn-tinkoff:before, .catalog-container .catalog_element-buttons .btn-pochtabank:before, .catalog-container .catalog_element-buttons .btn-renisans:before {
  display: none;
}
.catalog-container .catalog_element-smallDesc {
  width: 100%;
  order: 5;
  background-color: transparent;
  border-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  color: #252525;
}
.catalog-container .catalog_element-smallDesc .icon {
  fill: #4F8EF6;
}
.catalog-container .catalog_element-smallDesc--title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px !important;
}
.catalog-container .catalog_element-smallDesc .icon-checkList {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-right: 12px;
}
.catalog-container .catalog_description {
  font-size: 16px;
}
.catalog-container .catalog_description ul li {
  text-align: left;
}
.catalog-container .catalog_description ul li:before {
  top: 10px;
}
.catalog-container .catalog_description img {
  width: 100%;
  max-width: fit-content;
  height: auto;
  object-fit: contain;
}
.catalog-container .catalog_description .screen_training-questions--item {
  min-height: 218px;
}
.catalog-container .table_prop {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.catalog-container .table_prop-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 9px;
  width: 50%;
  float: left;
}
.catalog-container .table_prop-item div:last-child {
  max-width: 45%;
}
.catalog-container .table_prop-item div {
  align-items: flex-start;
}
.catalog-container .table_prop-item div:first-child {
  position: relative;
  min-width: 55%;
  max-width: 50%;
  border-bottom: 0;
}
.catalog-container .table_prop-item div:first-child:after {
  content: "";
  height: 0;
  border-bottom: 1px dotted #737c8c;
  width: 100%;
  left: 0;
  top: 22px;
  position: absolute;
}
.catalog-container .table_prop-item div:first-child > span {
  position: relative;
  background-color: white;
  z-index: 1;
}
.catalog-container .table_prop.init-toggle-hidden {
  overflow: hidden;
  height: 230px;
  position: relative;
}
.catalog-container .table_prop.init-toggle-hidden:not(.open):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.catalog-container .table_prop.init-toggle-hidden.open {
  height: auto;
}
.catalog-container .tooltip-inner.buttons {
  padding: 0 15px;
}
.catalog-container .tooltip-inner.buttons .btn {
  text-decoration: none;
  min-width: 215px;
  margin-bottom: 10px;
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid #737C8C !important;
  padding: 0 20px;
}
.catalog-container .tooltip-inner.buttons .btn > span:last-child {
  padding-left: 10px;
}
.catalog-container .tooltip-inner.buttons .btn b {
  display: block;
  color: #212529;
}
.catalog-container .after_before-head--title {
  font-family: "TTNormsProWebNormal";
  font-size: 36px;
  line-height: 40px;
}
.catalog-container .after_before-filter {
  width: 100%;
  background-color: #F4F9FF;
  background-image: url("/local/templates/nettattoo/img/sprite.svg#down_arrow");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 0;
  outline: none;
  -webkit-appearance: none; /* Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* убираем дефолнтные стрелочки */
  min-height: 50px;
  padding: 0 45px 0 18px;
  color: #EF443D;
  font-size: 24px;
}
@media (max-width: 960px) {
  .catalog-container .after_before-filter {
    font-size: 14px;
    margin-top: 15px;
  }
}
.catalog-container .after_before-filter option {
  color: #404040;
}
.catalog-container .procedures, .catalog-container .instalments {
  padding-top: 0;
}
.catalog-container .procedures_form-title, .catalog-container .procedures_left-title, .catalog-container .instalments_form-title, .catalog-container .instalments_left-title {
  font-family: "TTNormsProWebNormal";
  font-size: 32px;
  line-height: 1.2;
}
.catalog-container .procedures_head-title, .catalog-container .instalments_head-title {
  font-family: "TTNormsProWebNormal";
  font-size: 36px;
  line-height: 40px;
}
.catalog-container .uslug_list-item, .catalog-container .equipment_list-item {
  height: auto;
  border-radius: 10px;
  padding: 0 15px;
}
.catalog-container .uslug_list-item.bg, .catalog-container .equipment_list-item.bg {
  max-width: 276px;
  background: var(--light-blue, #F4F9FF);
  margin-right: 15px;
}
.catalog-container .uslug_list-item.bg:nth-child(4n+4), .catalog-container .equipment_list-item.bg:nth-child(4n+4) {
  margin-right: 0;
}
.catalog-container .uslug_list-item:nth-child(1n+6), .catalog-container .equipment_list-item:nth-child(1n+6) {
  padding-right: 15px;
}
.catalog-container .uslug_list-item--image, .catalog-container .equipment_list-item--image {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
}
.catalog-container .uslug_list-item--name, .catalog-container .equipment_list-item--name {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.catalog-container .tabs_list {
  font-size: 12px;
}
.catalog-container .tabs_list-item {
  text-align: center;
  padding: 0 20px;
}
.catalog-container .tabs_list-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #EAEAEA;
}
.catalog-container .tabs_list-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.catalog-container .tabs_list-item .icon-param {
  margin-right: 15px;
}
.catalog-container .tabs_list-item .icon-param [fill-rule=evenodd] {
  fill: #fd4a42;
}
.catalog-container .tabs_list-item.active .icon-param {
  fill: white;
}
.catalog-container .tabs_list-item.active .icon-param [fill-rule=evenodd] {
  fill: white;
}
.catalog-container .tabs_content-item {
  font-size: 16px;
}
.catalog-container .tabs_content-item--title, .catalog-container .tabs_content-item .heading-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 28px;
  line-height: normal;
  margin-bottom: 16px;
  text-align: left;
}
.catalog-container .tabs_content-item--subtitle {
  font-size: 20px;
  color: #737C8C;
}
.catalog-container .tabs_content-item .delivery {
  counter-reset: delivery_items;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.catalog-container .tabs_content-item .delivery_item {
  position: relative;
  max-width: 20%;
  padding-right: 18px;
}
.catalog-container .tabs_content-item .delivery_item:before {
  content: counter(delivery_items);
  counter-increment: delivery_items;
  display: flex;
  width: 82px;
  height: 82px;
  padding: 18.636px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 186.364px;
  background: var(--light-blue, #F4F9FF);
  font-size: 32px;
  font-style: normal;
  color: #4F8EF6;
  position: absolute;
  z-index: -1;
}
.catalog-container .tabs_content-item .delivery_item--top {
  height: 82px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.catalog-container .tabs_content-item .delivery_item:last-child {
  padding-right: 0;
}
.catalog-container .tabs_content-item .table_prop {
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-container .tabs_content-item .table_prop-item:nth-child(odd) {
  padding-right: 15px;
}
.catalog-container .tabs_content-item .table_prop-item:nth-child(even) {
  padding-left: 15px;
}
.catalog-container .tabs_content-item .table_prop-item div:last-child {
  padding-right: 15px;
  width: 100%;
}
@media (max-width: 960px) {
  .catalog-container .tabs {
    position: relative;
    margin-top: 80px;
  }
  .catalog-container .tabs_content .delivery {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .catalog-container .tabs_content .delivery_item {
    max-width: 50%;
    padding-right: 0;
  }
  .catalog-container .tabs_list {
    font-size: 16px;
    overflow-x: scroll;
  }
  .catalog-container .tabs_list:after {
    content: "";
    width: 87px;
    height: 28px;
    margin: 0 auto;
    background-image: url("/local/templates/nettattoo_clean/components/bitrix/catalog/.default/bitrix/catalog.element/new23/../img/scroll.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -50%);
  }
  .catalog-container .tabs_list-item {
    width: fit-content;
    min-height: 60px;
    border-radius: 60px;
    margin-right: 5px;
  }
  .catalog-container .tabs_list-item:not(.active) {
    border: 1px solid #EAEAEA;
  }
  .catalog-container .tabs.catalog {
    margin-top: 0;
  }
  .catalog-container .tabs.catalog .tabs_content-item {
    overflow: hidden;
    height: 60px;
  }
  .catalog-container .tabs.catalog .tabs_content-item .icon-right, .catalog-container .tabs.catalog .tabs_content-item .icon-left {
    transition: all 0.5s;
    transform: rotate(0deg) translate(-50%, -50%);
    margin-top: 0;
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .catalog-container .tabs.catalog .tabs_content-item .icon-down {
    transition: all 0.5s;
    transform: rotate(0deg) translate(0);
    margin-top: 0;
  }
  .catalog-container .tabs.catalog .tabs_content-item.active {
    height: auto;
  }
  .catalog-container .tabs.catalog .tabs_content-item.active .icon-down {
    transform: rotate(180deg) translate(0);
  }
  .catalog-container .tabs.catalog .tabs_list {
    display: none;
  }
  .catalog-container .tabs.catalog .tabs_list:after {
    display: none;
  }
  .catalog-container .tabs.catalog .tabs_list-item {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #fd4a42;
    background-color: transparent;
    color: #252525;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    padding: 0 30px;
    font-family: "TTNormsProWebNormal";
    justify-content: space-between;
  }
  .catalog-container .tabs.catalog .tabs_list-item .icon-down {
    fill: #252525;
  }
  .catalog-container .tabs.catalog .tabs_list-item.active {
    display: flex;
    background-color: #fd4a42;
    color: #fff;
  }
  .catalog-container .tabs.catalog .tabs_list-item.active .icon-down {
    fill: #fff;
  }
}

.video_frame {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.video_frame .icon {
  position: absolute;
}

.elos_screen ul.style li:before {
  top: 11px;
}
.elos_screen .hot_props-item {
  font-size: 14px;
}
.elos_screen .hot_props-item--title {
  font-size: 14px;
  line-height: 20px;
}

.productLp {
  display: none;
}

@media (max-width: 1200px) {
  div.screen_training {
    margin-bottom: 0;
  }
  .catalog-container .catalog_description {
    margin-bottom: 30px;
  }
  .catalog-container .catalog_element-topTags {
    margin-top: 0;
  }
  .catalog-container .catalog_element-topTags a {
    display: inline-flex;
    margin-top: 16px;
    margin-right: 13px;
  }
  .catalog-container .catalog_element-smallDesc .icon-checkList {
    display: none;
  }
  .catalog-container .catalog_element-price--old {
    height: auto;
  }
  .catalog-container .catalog_element-price--value {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .elos_screen img {
    width: 100%;
  }
  .catalog_listProduct {
    width: 100%;
  }
  .catalog-container .uslug_list-item--image {
    width: 100%;
    min-width: 0;
    min-height: 100px;
    max-width: 100%;
    max-height: 100px;
  }
  .catalog-container .uslug_list-item:nth-child(even) {
    padding-left: 0;
  }
  .catalog-container .equipment_list-item.bg {
    transform: scale(0.95);
    margin-bottom: 10px;
    margin-right: 0;
  }
  .catalog-container .productPrev_360 {
    position: relative;
    overflow: hidden;
  }
  .catalog-container .productPrev_360 iframe {
    min-width: 100%;
    min-height: 310px;
  }
  .catalog-container .productPrev_360 .cloud {
    width: 100%;
    height: 100%;
  }
  .catalog-container .productPrev_video {
    margin: 0;
  }
  .catalog-container .productPrev_video img {
    width: 100%;
    height: auto;
  }
  .catalog-container .productPrev_video .btn {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  .catalog-container .productPrev.col-md-12 {
    display: flex;
    justify-content: center;
  }
  .catalog-container .productPrev.col-md-12 .productPrev_video {
    min-width: 100%;
  }
  .catalog-container .productPrev.col-md-12 .productPrev_video img {
    max-width: 100%;
  }
  .catalog-container .breadcrumbs {
    margin: 0;
  }
  .catalog-container .catalog_element {
    font-family: "TTNormsProWebNormal";
    margin-bottom: 20px;
  }
  .catalog-container .catalog_element-counter {
    margin: 33px 0;
  }
  .catalog-container .catalog_element-info {
    order: 3;
    margin-top: 0;
  }
  .catalog-container .catalog_element-info > div {
    max-width: 100%;
  }
  .catalog-container .catalog_element-procedures {
    order: 6;
  }
  .catalog-container .catalog_element-sale {
    display: none;
  }
  .catalog-container .catalog_element-name {
    font-size: 24px;
    line-height: 32px;
    order: 1;
    margin: 0 0 15px;
  }
  .catalog-container .catalog_element-rating .star-list {
    margin-right: 15px;
  }
  .catalog-container .catalog_element-rating .star-list .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .catalog-container .catalog_element-price {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .catalog-container .catalog_element-price .price-mobile {
    width: 100%;
    border-radius: 8px;
    border: 2px solid rgba(176, 182, 193, 0.3);
    background: var(--white, #FFF);
    padding: 12px;
    margin-bottom: 10px;
  }
  .catalog-container .catalog_element-price .btn-big {
    height: 47px;
    font-size: 18px;
    padding: 0 24px;
    max-width: 100%;
    line-height: 1.2;
    width: 100%;
    min-width: 150px;
  }
  .catalog-container .catalog_element-price--value {
    flex-direction: row;
  }
  .catalog-container .catalog_element-price--credit {
    margin-bottom: 10px;
  }
  .catalog-container .catalog_element-price--credit p {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .catalog-container .catalog_element-price--old {
    height: 35px;
    padding-bottom: 2px;
    margin-top: 0;
  }
  .catalog-container .catalog_element-price--current {
    margin: 0;
    min-width: 190px;
    max-width: fit-content;
  }
  .catalog-container .catalog_element-price--current .rubl {
    font-size: 0.9em;
  }
  .catalog-container .catalog_element-buttons {
    margin-bottom: 0;
    margin-right: 0;
  }
  .catalog-container .catalog_element-buttons--line:last-child {
    margin-bottom: 0 !important;
    padding-left: 5px !important;
  }
  .catalog-container .catalog_element-buttons .btn {
    border-radius: 50px;
    height: 50px;
    margin: 0;
    width: 100%;
  }
  .catalog-container .catalog_element-buttons .btn.fixed-left {
    position: fixed;
    z-index: 11;
    left: 20px;
    bottom: 20px;
    display: flex;
    font-size: 16px;
    width: calc(100vw - 125px);
    min-width: 80px;
    height: 64px;
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    border: 0;
    transition: all 0s;
  }
  .catalog-container .catalog_element-buttons .btn.fixed-left + .toggle-menu {
    position: fixed;
    z-index: 11s;
    bottom: 100px;
    left: 15px;
    width: 100%;
    max-width: 240px;
  }
  .catalog-container .catalog_element-buttons .btn.fixed-left + .toggle-menu:before {
    right: 55px;
  }
  .catalog-container .catalog_element-buttons .btn-tinkoff:before, .catalog-container .catalog_element-buttons .btn-pochtabank:before, .catalog-container .catalog_element-buttons .btn-renisans:before {
    display: none;
  }
  .catalog-container .catalog_element-buttons div.btn-fixed-payment.fixed-center {
    position: fixed;
    z-index: 12;
    left: 0;
    bottom: 20px;
  }
  .catalog-container .catalog_element-buttons div.btn-fixed-payment.fixed-center button.js-toggle-payment {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    font-size: 0;
    min-width: 61px;
    width: 61px;
    height: 61px;
    margin-left: -32px;
    background-color: white;
    background-image: url("/local/templates/nettattoo/img/sprite.svg#icon-procent");
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 3px solid #EF443D;
    transition: all 0s;
  }
  .catalog-container .catalog_element-buttons div.btn-fixed-payment.fixed-center button.js-toggle-payment + .tooltip .tooltip-inner .btn {
    transition: all 0.5s;
    bottom: -100px;
  }
  .catalog-container .catalog_element-buttons div.btn-fixed-payment.fixed-center button.js-toggle-payment + .tooltip.active .tooltip-inner .btn {
    bottom: 0;
  }
  .catalog-container .catalog_element-buttons .tooltip.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .catalog-container .catalog_element-buttons .tooltip.active .title {
    color: #dadada;
  }
  .catalog-container .catalog_element-buttons .tooltip.active .arrow.arrow-buttons {
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-image: url("/local/templates/nettattoo/img/sprite.svg#icon-payment-close");
    background-position: 7px 6px;
    background-size: 80px;
    background-repeat: no-repeat;
  }
  .catalog-container .catalog_element-buttons .tooltip.active .tooltip-inner.buttons {
    background-color: transparent !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    max-width: 100% !important;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 100px;
  }
  .catalog-container .catalog_element-buttons .tooltip.active .btn {
    margin: 0 0 5px;
    background-color: white;
    border-radius: 100px;
    width: 280px;
    height: 66px;
    display: flex;
    font-size: 13px;
    line-height: 13px;
    color: #252525;
    text-align: left;
    align-items: center;
  }
  .catalog-container .catalog_element-buttons .tooltip.active .btn > span:first-child {
    min-width: 77px;
    text-align: center;
  }
  .catalog-container .catalog_element-buttons .tooltip.active .btn > span:last-child b {
    display: block;
  }
  .catalog-container .catalog_element-buttons .mobile-hidden {
    opacity: 0;
  }
  .catalog-container .catalog_element-topProps {
    order: 5;
  }
  .catalog-container .catalog_element-smallDesc {
    max-height: fit-content;
    margin-top: 30px;
    z-index: 0;
  }
  .catalog-container .catalog_element-smallDesc .icon-checkList {
    display: block;
  }
  .catalog-container .catalog_element-smallDesc:after {
    display: none;
  }
  .catalog-container .catalog_element-smallDesc .flex-column > div {
    margin-bottom: 18px;
  }
  .catalog-container .catalog_element-gallery {
    max-width: 100%;
    margin-top: 15px;
    margin-right: 0;
    overflow: visible;
  }
  .catalog-container .catalog_element .highlight {
    margin-left: 0;
    max-width: max-content;
    width: fit-content;
    min-width: fit-content;
  }
  .catalog-container .gallery {
    flex-direction: column;
  }
  .catalog-container .gallery_big {
    margin-top: 0;
  }
  .catalog-container .gallery_big-pagination {
    width: 100%;
    justify-content: left;
    position: relative;
    padding: 0;
    display: flex;
    order: 2;
    margin: 0;
  }
  .catalog-container .gallery_big-pagination li {
    height: 3px;
    margin-right: 16px;
    max-width: 30px;
  }
  .catalog-container .gallery_big-pagination li button {
    display: block;
    background-color: #e1e6f0;
    height: 3px;
    font-size: 0;
    outline: 0;
    border: 0;
    border-radius: 5px;
    min-width: 30px;
  }
  .catalog-container .gallery_big-pagination li.slick-active button {
    background-color: #b0b6c1;
  }
  .catalog-container .gallery_big-item {
    margin: 0 0 20px;
    min-height: 345px;
  }
  .catalog-container .gallery_big iframe {
    height: inherit;
  }
  .catalog-container .gallery_small {
    max-width: 100%;
    width: 100%;
    display: flex;
  }
  .catalog-container .gallery_small-item._video {
    position: absolute;
    max-width: 120px;
    padding: 0;
    max-height: 32px;
    min-width: 140px;
    bottom: 30px;
    display: flex;
    right: 7px;
    border: 0 !important;
    justify-content: end;
    padding-right: 40px;
    font-family: "TTNormsProWebNormal";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #404040;
    text-align: right;
  }
  .catalog-container .gallery_small-item._video .icon {
    background-size: 13px;
  }
  .catalog-container .gallery_small-item._video .btn {
    right: 0;
    max-width: 30px !important;
    max-height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }
  .catalog-container .gallery_small-item._video img {
    display: none;
  }
  .catalog-container .gallery_small .slick-track {
    display: flex;
    margin-left: 0;
  }
  .catalog-container .gallery_small .slick-list {
    margin: 0;
  }
  .catalog-container .gallery_small .slick-slide {
    background-color: #E1E6F0;
    min-height: 3px;
    margin-bottom: 0;
    padding: 0;
    min-width: 30px;
    border-radius: 3px;
    margin-right: 15px;
    border: 0 !important;
  }
  .catalog-container .gallery_small .slick-slide:before, .catalog-container .gallery_small .slick-slide img, .catalog-container .gallery_small .slick-slide .icon {
    display: none;
  }
  .catalog-container .gallery_small .slick-current {
    background-color: #B0B6C1;
  }
  .catalog-container .gallery_labels-item {
    height: 20px;
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 3px;
  }
  .catalog-container .table_prop {
    width: calc(100vw - 30px);
    min-height: 100px;
  }
  .catalog-container .table_prop-item {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 22px;
    font-size: 14px;
  }
  .catalog-container .table_prop.init-toggle-hidden {
    height: 170px;
  }
  .catalog-container .tabs.catalog {
    margin-bottom: 30px;
  }
  .catalog-container .tabs.catalog .tabs_list-item {
    height: auto;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid;
    border-bottom: 0;
    border-radius: 0;
    border-color: #EAEAEA;
    margin: 0;
    padding: 0 12px;
    background-color: white;
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .catalog-container .tabs.catalog .tabs_list-item.active {
    background-color: white;
    color: #252525;
  }
  .catalog-container .tabs.catalog .tabs_list-item.active .icon-down {
    fill: #252525;
  }
  .catalog-container .tabs.catalog .tabs_content-item {
    position: relative;
  }
  .catalog-container .tabs.catalog .tabs_content-item:not(:first-child) br {
    display: none;
  }
  .catalog-container .tabs.catalog .tabs_content-item.hot:not(.active):after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #EF443D;
    position: absolute;
    right: 35px;
    top: calc(50% - 5px);
  }
  .catalog-container .tabs.catalog .tabs_content-item--title, .catalog-container .tabs.catalog .tabs_content-item .heading-title {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 16px !important;
  }
  .catalog-container .tabs.catalog .tabs_content-item--subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-container .tabs.catalog .tabs_content-item--content {
    border-top: 1px solid #EAEAEA;
    padding: 30px 15px;
  }
  .catalog-container .tabs.catalog .tabs_content-item:last-child .tabs_list-item {
    border-bottom: 1px solid #EAEAEA;
  }
  .tooltip-inner.full {
    width: 100vw !important;
    max-width: calc(100vw - 30px) !important;
  }
  div.school {
    border-top: 0;
  }
  div.banners_slider {
    margin: 0 !important;
    width: 100%;
  }
  .horizontal-scroll {
    width: 100vw;
    overflow-y: scroll;
  }
  div.modal-demonstration {
    min-height: auto;
  }
  div.modal-demonstration .demonstration_form {
    padding: 15px;
  }
  div.modal-demonstration .demonstration_form-messenger--button a {
    width: 100%;
  }
  div.modal-demonstration .demonstration_form-messenger--button.full {
    width: 100%;
  }
  div.modal-demonstration .demonstration_form-messenger--button:not(.full):first-child {
    padding-right: 2.5px;
  }
  div.modal-demonstration .demonstration_form-messenger--button:not(.full):last-child {
    padding-left: 2.5px;
  }
  div.modal-demonstration .demonstration_desc {
    font-size: 16px;
    line-height: 1.2;
  }
  div.modal-demonstration .demonstration_desc ul.list {
    margin: 15px 20px;
  }
  div.modal-demonstration .demonstration_desc ul.list li {
    font-size: 16px;
    line-height: 1.2;
  }
  div.modal-demonstration .demonstration_title {
    font-size: 22px;
    line-height: 1.2;
    margin: 20px 30px;
  }
  .productLp {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 354px;
    margin: 0 auto 60px;
  }
  .productLp-button.btn {
    width: calc(100% - 60px);
    height: 50px;
    background-color: #ffca43;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
    position: absolute;
    bottom: 20px;
    color: #404040;
    overflow: hidden;
    margin: 0 30px;
  }
  .productLp-button.btn svg {
    display: none;
    fill: #404040;
    margin-right: 10px;
  }
  .productLp-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    background-color: #EF443D;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
  }
  .productLp-title {
    position: absolute;
    width: 238px;
    left: 14px;
    right: 14px;
    top: 44px;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
  }
}
@media (max-width: 320px) {
  .catalog-container .catalog_element {
    font-size: 12px;
  }
  .catalog-container .catalog_element-counter .counter {
    margin-top: 15px;
  }
  .catalog-container .catalog_element-price .btn-big {
    min-width: 0;
    padding: 0 20px;
  }
  .catalog-container .catalog_element-price a {
    font-size: 14px;
  }
  .catalog-container .catalog_element-price--old {
    font-size: 20px;
  }
  .catalog-container .catalog_element-price--current {
    font-size: 30px;
  }
  .catalog-container .catalog_element-price--current svg {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
  .catalog-container .catalog_element-buttons .btn-small {
    margin-right: 0 !important;
  }
  .catalog-container .catalog_element-buttons--line.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal_productLp {
  width: 100%;
  color: black;
}
.modal_productLp-toptitle {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #252525;
  margin-top: 39px;
}
.modal_productLp-title {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  font-family: "TTNormsProWebDemiBold";
}
.modal_productLp-image {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.modal_productLp-close {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  background-image: url(https://nettattoo.ru/local/templates/nettattoo/img/sprite.svg#icon-close-red);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#order input {
  height: 60px;
}
#order .progress {
  display: none;
}
#order .modal-content {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  background-color: #F4F9FF;
}
#order .modal-content > .tab-content {
  background-color: #F4F9FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#order .modal-content > .tab-content [aria-label=Close] {
  display: none !important;
}
#order .modal-content > .tab-content .modal_form {
  padding-top: 30px;
}
#order .modal-content > .tab-content .tab-pane {
  display: none;
}
#order .modal-content > .tab-content .tab-pane.active {
  display: block;
}
#order .modal-content > .modal-tabs {
  width: 100%;
  background-color: #F4F9FF;
}
#order .modal-content > .modal-tabs [role=tablist] {
  background-color: #F4F9FF;
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #E1E6F0;
  margin-bottom: 0;
}
#order .modal-content > .modal-tabs [role=tablist] li {
  border-right: 1px solid #E1E6F0;
  height: 40px;
  display: flex;
  align-items: flex-start;
  min-width: max-content;
}
#order .modal-content > .modal-tabs [role=tablist] li:last-child {
  border-right: 0;
}
#order .modal-content > .modal-tabs [role=tablist] li a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #202020;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-size: 16px;
  padding: 0 15px;
  align-items: center;
}
#order .modal-content > .modal-tabs [role=tablist] li a.active {
  color: white;
  border-color: #EF443D;
  background-color: #EF443D;
}
@media (max-width: 960px) {
  #order .modal-content > .modal-tabs [role=tablist] {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #order .modal-content > .modal-tabs [role=tablist] li {
    min-width: 90px;
    height: 65px;
  }
  #order .modal-content > .modal-tabs [role=tablist] li a {
    color: white;
    background-color: #C5D2EA;
    font-family: "TTNormsProWebDemiBold";
    font-size: 12px;
    line-height: 15px;
  }
  #order .modal-content > .modal-tabs [role=tablist] li a.active {
    background-color: #4F8EF6;
    border-color: #4F8EF6;
  }
}
@media (max-width: 960px) {
  #order .modal-content {
    max-width: 100vw;
  }
  #order .modal-content .instalments_form-title {
    margin-top: 0;
  }
  #order .modal-content .modal-tabs {
    display: flex;
    width: 100vw;
    overflow-y: scroll;
  }
}
#order .pb-sdk-pos-credit > div {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 960px) {
  #order .pb-sdk-pos-credit > div {
    min-width: 0;
    max-width: 100vw;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
  }
}
#order .pb-sdk-pos-credit .logo---2-NwG {
  display: none;
}
#order .pb-sdk-pos-credit .input,
#order .pb-sdk-pos-credit .button---39Wp4 {
  border-radius: 60px;
}

#tabsModalBanklist {
  background-color: #F4F9FF;
  display: flex;
  list-style: none;
  padding: 25px 30px;
  margin-bottom: 0;
}
#tabsModalBanklist .nav-item {
  max-width: 180px;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
#tabsModalBanklist .nav-item:last-child {
  margin-right: 0;
}
#tabsModalBanklist .nav-item .nav-link {
  background-color: #fff;
  padding: 2px 0;
  display: flex;
  width: 100%;
  height: 100%;
  color: #252525;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 100px;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
  align-items: center;
  outline: none;
}
#tabsModalBanklist .nav-item .nav-link.active {
  border-color: #EF443D;
}
#tabsModalBanklist .nav-item .nav-link span:first-child {
  width: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabsModalBanklist .nav-item .nav-link b {
  font-weight: bold;
  display: flex;
  font-size: 13px;
  line-height: 17px;
}
@media (max-width: 960px) {
  #tabsModalBanklist .nav-item {
    max-width: 60px;
    height: 60px;
  }
  #tabsModalBanklist .nav-item span:last-child {
    display: none;
  }
}
#tabsModalBanklist + .tab-content {
  max-width: 100vw;
}
#tabsModalBanklist + .tab-content .tab-pane {
  display: none !important;
  justify-content: center;
}
#tabsModalBanklist + .tab-content .tab-pane.active {
  display: flex !important;
}
@media (max-width: 960px) {
  #tabsModalBanklist {
    padding: 25px 0;
    display: flex;
    justify-content: space-evenly;
  }
}

table.prev_product li:before {
  top: 12px;
}
table.prev_product p {
  font-size: 14px;
}
table.prev_product img {
  margin: 20px 20px 0 0;
  display: block;
}
table.prev_product.vertical {
  margin-top: 47px;
  margin-bottom: 75px;
}
table.prev_product.vertical .h3 {
  margin: 20px 0;
}
table.prev_product.vertical tr {
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  table.prev_product table.prev_product li:before {
    top: 15px;
  }
  table.prev_product table.prev_product img {
    margin: 20px 0;
    display: block;
  }
}

.duoCompare {
  width: 100%;
  margin-top: 132px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  overflow: hidden;
}
.duoCompare_item {
  position: relative;
  width: 100%;
}
.duoCompare_item-picture {
  position: absolute;
  z-index: 1;
  width: 155px;
  left: 0;
  height: 100%;
}
.duoCompare_item-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.duoCompare_item-content {
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(176, 182, 193, 0.4);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  padding: 24px 24px 24px 155px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}
.duoCompare_item-content > b {
  font-size: 18px;
}
.duoCompare_item-content .table_prop {
  width: 100%;
}
.duoCompare_item-content .table_prop-item {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
.duoCompare_item-content .table_prop-item > div:last-child {
  min-width: 46%;
}
.duoCompare_item-content .table_prop-item > div:first-child {
  min-width: 54%;
}
.duoCompare_item-content .table_prop-item .old-price {
  color: #737C8C;
  text-decoration-line: line-through;
}
.duoCompare_item-content .table_prop-item.price, .duoCompare_item-content .table_prop-item.price > div:first-child {
  color: #EF443D;
  border-color: #EF443D;
}
.duoCompare_item:first-child {
  margin-bottom: 30px;
}
.duoCompare-left {
  display: flex;
  flex-direction: column;
  width: calc(50% + 50px);
  position: relative;
  padding-right: 50px;
}
.duoCompare-left--figure {
  height: 100%;
  flex-shrink: 0;
  align-self: stretch;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.duoCompare-right {
  width: calc(50% - 50px);
  padding-left: 20px;
}
.duoCompare-right .duoCompare_item-picture {
  right: 0;
  left: 0;
  width: 100%;
  bottom: 70%;
  z-index: -1;
}
.duoCompare-right .duoCompare_item-content {
  padding: 24px;
}
@media (max-width: 960px) {
  .duoCompare {
    align-items: start;
    margin-top: 0;
  }
  .duoCompare-left, .duoCompare-right {
    width: 100%;
    padding: 0;
  }
  .duoCompare_item {
    margin-top: 130px;
  }
  .duoCompare_item-picture {
    z-index: -1;
    bottom: 130px;
  }
  .duoCompare_item-content {
    padding: 12px;
    font-size: 13px;
  }
  .duoCompare_item-content > b {
    font-size: 14px;
  }
  .duoCompare_item-content .table_prop-item {
    margin-top: 8px;
  }
  .duoCompare-left--figure {
    transform: rotate(90deg);
    width: 28px;
    height: 50%;
    bottom: -30%;
    right: calc(50% - 15px);
    left: calc(50% - 15px);
  }
  .duoCompare-right {
    margin-top: 30px;
  }
  .duoCompare-right .duoCompare_item {
    margin-top: 280px;
  }
  .duoCompare-right .duoCompare_item-content {
    padding: 12px;
  }
  .duoCompare-right .duoCompare_item-picture {
    left: 0;
    width: fit-content;
  }
}

.red {
  color: #fd4a42;
}

.tabs {
  width: 100%;
}
.tabs_list {
  font-family: "TTNormsProWebDemiBold";
  font-size: 12px;
  display: flex;
  margin: 0 auto 60px;
}
.tabs_list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  width: 100%;
  min-height: 64px;
  padding: 0 15px;
  font-size: 18px;
  border-top: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
}
.tabs_list-item.active {
  background-color: #fd4a42;
  color: white;
}
.tabs_list-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #EAEAEA;
}
.tabs_list-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tabs_list-item .icon-param {
  margin-right: 15px;
}
.tabs_list-item .icon-param [fill-rule=evenodd] {
  fill: #fd4a42;
}
.tabs_list-item.active .icon-param {
  fill: white;
}
.tabs_list-item.active .icon-param [fill-rule=evenodd] {
  fill: white;
}
.tabs.catalog .tabs_content ul li {
  display: flex;
}
@media (max-width: 960px) {
  .tabs {
    position: relative;
    margin-top: 80px;
  }
  .tabs_list {
    overflow-x: scroll;
  }
  .tabs_list:after {
    content: "";
    width: 87px;
    height: 28px;
    margin: 0 auto;
    background-image: url("/local/templates/nettattoo_clean/components/bitrix/catalog/.default/bitrix/catalog.element/new23/img/scroll.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -50%);
  }
  .tabs_list-item {
    width: fit-content;
    min-height: 60px;
    border-radius: 60px;
    margin-right: 5px;
    line-height: 16px;
    font-size: 16px;
    font-family: "TTNormsProWebNormal";
  }
  .tabs_list-item:not(.active) {
    border: 1px solid #EAEAEA;
  }
  .tabs.catalog {
    margin-top: 0;
  }
  .tabs.catalog .tabs_content-item {
    overflow: hidden;
    height: 60px;
  }
  .tabs.catalog .tabs_content-item .icon-right, .tabs.catalog .tabs_content-item .icon-left {
    transition: all 0.5s;
    transform: rotate(0deg) translate(-50%, -50%);
    margin-top: 0;
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .tabs.catalog .tabs_content-item .icon-down {
    transition: all 0.5s;
    transform: rotate(0deg) translate(0);
    margin-top: 0;
  }
  .tabs.catalog .tabs_content-item.active {
    height: auto;
  }
  .tabs.catalog .tabs_content-item.active .icon-down {
    transform: rotate(180deg) translate(0);
  }
  .tabs.catalog .tabs_list {
    display: none;
  }
  .tabs.catalog .tabs_list:after {
    display: none;
  }
  .tabs.catalog .tabs_list-item {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #fd4a42;
    background-color: transparent;
    color: #252525;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    padding: 0 30px;
    font-family: "TTNormsProWebNormal";
    justify-content: space-between;
  }
  .tabs.catalog .tabs_list-item .icon-down {
    fill: #252525;
  }
  .tabs.catalog .tabs_list-item.active {
    display: flex;
    background-color: #fd4a42;
    color: white;
  }
  .tabs.catalog .tabs_list-item.active .icon-down {
    fill: white;
  }
}
.tabsClassic {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  border: 1px solid #E1E6F0;
  background-color: #F4F9FF;
}
.tabsClassic .tabsClassic {
  margin: 0;
  background-color: #FCFDFF;
  border: 0;
}
.tabsClassic .tabsClassic .tabsClassic-item--text,
.tabsClassic .tabsClassic .tabsClassic-item--title {
  font-family: "TTNormsProWebNormal";
  padding-left: 65px;
}
.tabsClassic .tabsClassic .tabsClassic-item--title {
  font-size: 16px;
  min-height: 40px;
}
.tabsClassic .tabsClassic .tabsClassic-item {
  padding-left: 0;
  min-height: 40px;
}
.tabsClassic-item {
  width: 100%;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tabsClassic-item--title {
  padding-left: 50px;
  min-height: 62px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "TTNormsProWebNormal";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding-right: 60px;
  border-bottom: 1px solid #e1e6f0;
}
.tabsClassic-item--title span {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("/local/templates/nettattoo_clean/components/bitrix/catalog/.default/bitrix/catalog.element/new23/img/sprite.svg#down_arrow");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -6.5px;
  margin-left: -6.5px;
}
@media (max-width: 1200px) {
  .tabsClassic-item--title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.tabsClassic-item--text {
  color: #404040;
  background-color: white;
  font-family: "TTNormsProWebNormal";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .tabsClassic-item--text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.tabsClassic-item--title:not(.collapsed) span {
  transform: rotate(-180deg);
}
.tabsClassic-item .line {
  padding-left: 64px;
  min-height: 40px;
  background-color: #FCFDFF;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #e1e6f0;
}
.tabsClassic-item ul {
  margin-bottom: 0;
}
.tabsClassic-item ul li {
  font-size: 16px;
  color: #737c8c;
  list-style: disc;
  padding: 0;
  margin-left: 1.3rem;
}
.tabsClassic-item ul li:before {
  display: none;
}
@media (max-width: 960px) {
  .tabsClassic-item--title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabsClassic-item .line {
    padding: 10px 15px 10px 28px;
  }
}

.checkbox_slider {
  font-size: 16px;
  line-height: 26px;
  color: black;
  cursor: pointer;
}
.checkbox_slider-ball {
  margin: 0 12px;
  width: 48px;
  height: 24px;
  border-radius: 24px;
  background-color: #5CC9BB;
  position: relative;
}
.checkbox_slider-ball:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: left 0.5s;
}
.checkbox_slider-content {
  display: flex;
}
.checkbox_slider-content .active {
  color: #5CC9BB;
}
.checkbox_slider input {
  display: none;
}
.checkbox_slider input:checked + .checkbox_slider-content {
  color: #5CC9BB;
}
.checkbox_slider input:checked + .checkbox_slider-content .active {
  color: black;
}
.checkbox_slider input:checked + .checkbox_slider-content .checkbox_slider-ball:before {
  left: 26px;
}

.hot_props {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 72px;
  font-size: 16px;
  display: flex;
  justify-content: start;
  gap: 15px;
}
.hot_props-item {
  display: flex;
  flex-direction: column;
  background-color: #F4F9FF;
  border-radius: 8px;
  padding: 20px;
  max-width: 260px;
}
.hot_props-item--icon {
  width: 40px;
  height: 40px;
}
.hot_props-item--title {
  margin: 12px 0;
  font-family: "TTNormsProWebDemiBold";
  font-size: 18px;
  line-height: 26px;
}
.hot_props-item--desc {
  color: #404040;
}
.type_manipule_toggle .hot_props-item {
  min-width: 280px;
}
@media (max-width: 960px) {
  .hot_props {
    flex-direction: column;
    margin-top: 21px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
    gap: 10px;
  }
  .hot_props-item {
    padding: 12px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hot_props-item--title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .hot_props-item--title br {
    display: none;
  }
  .hot_props-item--icon {
    margin-right: 8px;
  }
  .hot_props-item--desc {
    margin-top: 8px;
  }
  .hot_props-item--desc p {
    margin-bottom: 0;
  }
}

.category_description-content {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.category_description-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.category_description-content.active {
  max-height: fit-content;
}
.category_description-content.active:before {
  display: none;
}

ul.list {
  padding-left: 0;
  color: #252525;
  font-size: 19px;
  font-weight: 400;
}
ul.list > li {
  position: relative;
  min-height: 23px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  line-height: 1.2;
  margin-bottom: 8px;
}
ul.list > li:before {
  width: 23px;
  height: 23px;
  background-image: url("#icon-list");
  background-size: cover;
  display: inline-block;
  background-position: center;
  margin-right: 18px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
ul.style {
  padding-left: 0;
}
ul.style li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
ul.style li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #fd4a42;
  background-color: white;
  border-radius: 6px;
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translate(0, -50%);
}
ul.gray {
  padding-left: 0;
}
ul.gray li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
ul.gray li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d8dfe9;
  border-radius: 6px;
  position: absolute;
}
ul.disc {
  padding-left: 0;
}
ul.disc li {
  color: #737c8c;
  list-style: disc;
  padding: 0;
  margin-left: 1.3rem;
}

ol {
  padding-left: 0;
  counter-reset: ol-counter;
}
ol > li {
  list-style: none;
}
ol > li:before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  color: #fd4a42;
  margin-right: 5px;
  font-family: "TTNormsProWebNormal";
}

.dashed-block {
  font-size: 20px;
  line-height: 28px;
  padding: 24px;
  border-radius: 8px;
  border: 2px dashed var(--green, #5CC9BB);
}

.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 img {
  width: 100%;
}
.uslug_list-item--image {
  min-width: 178px;
  min-height: 178px;
  max-width: 178px;
  max-height: 178px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #D9D9D9;
}
.uslug_list-item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  }
}

hr.style {
  width: 100%;
  height: 1px;
  background-color: #efefef;
  border: 0;
  margin: 60px auto;
}
@media (max-width: 960px) {
  hr.style {
    margin: 15px auto;
  }
}

.equipment {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}
.equipment_list-item {
  position: relative;
  width: 20%;
  float: left;
  height: 220px;
  margin-bottom: 30px;
  padding: 15px;
}
.equipment_list-item--gift {
  background-color: #fd4a42;
  border: 1px solid #fd4a42;
  color: white;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "TTNormsProWebDemiBold";
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.equipment_list-item--image {
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.equipment_list-item--name {
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 990px) {
  .equipment_list-item {
    width: 50%;
    margin-bottom: 15px;
    height: auto;
  }
  .equipment_list-item--name {
    line-height: 1.2;
  }
}

.screen_procedures {
  margin: 100px 0;
  color: #252525;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  width: 100%;
}
.screen_procedures-filter {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
}
.screen_procedures-filter--item {
  margin-bottom: 8px;
  cursor: pointer;
  margin-right: 5px;
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 596px;
  border-radius: 8px;
  background: var(--light-blue, #F4F9FF);
}
.screen_procedures-filter--item.active {
  color: white;
  background-color: var(--red, #EF443D);
}
.screen_procedures-slider {
  transition: opacity 0.3s;
  opacity: 0;
  display: flex !important;
  min-height: 465px;
}
.screen_procedures-slider.slick-initialized {
  opacity: 1;
}
.screen_procedures-slider--item {
  padding-right: 30px;
}
.screen_procedures-slider--item img {
  border-radius: 8px;
  cursor: zoom-in;
  width: 100%;
  height: auto;
}
.screen_procedures-slider .desc {
  margin-top: 40px;
}
.screen_procedures-slider .slick-arrow {
  transition: opacity 0.3s;
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  margin-top: 120px;
}
.screen_procedures-slider .slick-arrow:first-child {
  margin-right: 40px;
}
.screen_procedures-slider .slick-arrow:last-child {
  margin-left: 10px;
}
.screen_procedures-slider .slick-disabled {
  cursor: inherit;
  filter: grayscale(1);
  opacity: 0.2;
}
@media (max-width: 960px) {
  .screen_procedures {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    width: calc(100% + 15px);
    margin-bottom: 50px;
  }
  .screen_procedures-slider {
    min-height: 291px;
  }
  .screen_procedures-slider--item {
    max-width: 80vw;
    padding-right: 15px;
  }
  .screen_procedures-slider--item img {
    width: 100%;
    height: auto;
  }
  .screen_procedures-filter {
    margin: 24px 0;
    overflow: scroll hidden;
    flex-wrap: nowrap;
  }
  .screen_procedures-filter--item {
    min-width: fit-content;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
  }
  .screen_procedures .heading-title {
    padding-right: 15px;
  }
  .screen_procedures .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

.catalog_compare_table {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.catalog_compare_table .dashed-block {
  margin-top: 20px;
}
.catalog_compare_table .catalog_compare_table__container {
  overflow-x: auto;
  width: calc(100% + 15px);
}
.catalog_compare_table .catalog_compare_table__container table thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #E1E6F0;
}
.catalog_compare_table .catalog_compare_table__container table thead tr th.catalog_compare_table__column_width {
  width: 22%;
}
.catalog_compare_table .catalog_compare_table__container table thead tr th.catalog_compare_table__column_topleft {
  border-top-left-radius: 5px;
}
.catalog_compare_table .catalog_compare_table__container table thead tr th.catalog_compare_table__column_topright {
  border-top-right-radius: 5px;
}
.catalog_compare_table .catalog_compare_table__container table thead tr th.catalog_compare_table__column_colored {
  background-color: var(--green, #5CC9BB);
  border: 1px solid #E1E6F0;
  border-left-color: #FFF;
  border-right-color: #FFF;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-top-color: transparent;
}
.catalog_compare_table .catalog_compare_table__container table thead tr th.catalog_compare_table__column_nocolor {
  border-color: transparent;
  border-bottom-color: #E1E6F0;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #E1E6F0;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_topleft {
  padding: 0px;
  background-color: transparent !important;
  border: none !important;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_topleft div {
  background-color: #F4F9FF;
  border: 1px solid #E1E6F0;
  border-top-left-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_bottomleft {
  padding: 0px;
  background-color: transparent !important;
  border: none !important;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_bottomleft div {
  background-color: #F4F9FF;
  border-bottom: 1px solid #E1E6F0;
  border-left: 1px solid #E1E6F0;
  border-bottom-left-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_bottomright {
  padding: 0px;
  background-color: transparent !important;
  border: none !important;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_bottomright div {
  border-bottom: 1px solid #E1E6F0;
  border-right: 1px solid #E1E6F0;
  border-bottom-right-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.catalog_compare_table .catalog_compare_table__container table tbody tr td.catalog_compare_table__column_colored {
  background-color: #F4F9FF;
  font-weight: bold;
}
.catalog_compare_table .label_red {
  color: #fd4a42;
}

.screen_service {
  position: relative;
  font-size: 16px;
}
.screen_service-message {
  font-size: 28px;
  line-height: 36px;
}
.screen_service-message--user {
  line-height: 22px;
  font-size: 16px;
}
.screen_service--bg {
  position: absolute;
  margin-left: -125px;
  top: 50px;
}
.screen_service-list {
  display: flex;
  flex-wrap: wrap;
}
.screen_service-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid var(--border, rgba(176, 182, 193, 0.3));
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  max-width: 320px;
  margin: 0 20px 20px 0;
}
.screen_service-item:first-child {
  max-width: 388px;
  margin-left: 400px;
}
@media (max-width: 960px) {
  .screen_service {
    margin-top: 60px;
  }
  .screen_service-message {
    font-size: 18px;
    line-height: normal;
    width: 100%;
  }
  .screen_service-message--pic {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    max-height: 300px;
  }
  .screen_service-message--pic img {
    object-fit: cover;
  }
  .screen_service-message--user {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
  }
  .screen_service--bg {
    display: none;
  }
  .screen_service-list {
    padding: 0 15px 60px;
    justify-content: space-between;
  }
  .screen_service-item {
    font-size: 14px;
    padding: 16px;
    max-width: calc(50% - 10px);
    width: 100%;
    margin: 0 0 15px !important;
    border-radius: 8px;
  }
  .screen_service-item:nth-child(odd) {
    margin-right: 7.5px;
  }
  .screen_service-item:nth-child(even) {
    margin-left: 7.5px;
  }
}

.screen_training {
  margin-top: 113px;
  font-size: 16px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.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: 100px;
  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-item {
  font-size: 14px;
  line-height: 20px;
  max-width: calc(33.3333333333% - 10px);
}
.screen_training .dashed-block {
  margin-top: 36px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .screen_training {
    margin-top: 0;
    font-size: 14px;
    padding: 0;
    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%;
  }
}

.screen_repair {
  font-size: 20px;
  line-height: 28px;
  margin-top: 120px;
}
.screen_repair-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
  line-height: 36px;
}
.screen_repair-message--user {
  font-size: 16px;
  line-height: 22px;
}
.screen_repair .dashed-block {
  margin-right: 32px;
  width: fit-content;
  border-color: #EF443D;
  font-size: 20px;
  line-height: 28px;
  padding: 32px;
}
@media (max-width: 960px) {
  .screen_repair {
    margin-top: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }
  .screen_repair-user img {
    position: absolute;
    height: 364px;
    left: -50px;
    z-index: -1;
    top: 25px;
  }
  .screen_repair-message {
    font-size: 16px;
    line-height: 22px;
    margin-top: 58px;
  }
  .screen_repair .dashed-block {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 16px;
    align-items: center;
  }
}

.screen_lamp {
  font-size: 20px;
  line-height: 28px;
}
.screen_lamp .small {
  font-size: 16px;
  line-height: 22px;
}
.screen_lamp .heading-title {
  order: 0;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 0;
}
.screen_lamp .dashed-block {
  margin: 32px 0;
  width: fit-content;
}
@media (max-width: 960px) {
  .screen_lamp {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
  }
  .screen_lamp .small {
    font-size: 14px;
    line-height: 20px;
  }
  .screen_lamp .dashed-block {
    font-size: 14px;
    line-height: 20px;
    padding: 16px;
    margin: 130px 0 20px;
    width: 100%;
    order: 5;
    text-align: center;
  }
  .screen_lamp-image {
    top: 44px;
    position: absolute;
    height: 305px;
    justify-content: end;
    display: flex;
  }
  .screen_lamp-image img {
    height: 100%;
  }
}

.staticPage {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  color: #252525;
}
.staticPage-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 40px;
  margin: 60px 0 32px;
  line-height: normal;
}
@media (max-width: 1200px) {
  .staticPage-title {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  .staticPage-title {
    margin-top: 0;
    font-size: 28px;
  }
}
.staticPage-desc {
  font-family: "TTNormsProWebNormal";
  font-size: 20px;
  line-height: 28px;
}
.staticPage-desc .link_items {
  font-size: 16px;
  line-height: 22px;
  margin-top: 72px;
  max-width: 80%;
}
@media (max-width: 1200px) {
  .staticPage-desc {
    font-size: 18px;
    line-height: 1.2;
  }
}
.staticPage-desc.small {
  font-size: 16px;
  line-height: 1.2;
  padding-right: 60px;
}
.staticPage-buttons {
  margin-top: 32px;
}
.staticPage-buttons--desc {
  font-size: 18px;
  line-height: 1.5;
  color: #EF443D;
  margin-left: 24px;
}
.staticPage-image {
  z-index: -1;
}
.staticPage-people {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #737c8c;
  position: absolute;
  top: 15%;
  right: 75px;
}
.staticPage-people b, .staticPage-people strong {
  color: #252525;
  font-family: "TTNormsProWebDemiBold";
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}
.staticPage-video {
  position: relative;
  margin-top: 65px;
  border-radius: 10px;
  overflow: hidden;
}
.staticPage-video--name {
  font-size: 14px;
  line-height: 20px;
  color: white;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
}
.staticPage-video:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.staticPage-video amp-img {
  display: block;
}
.staticPage-video .icon {
  width: 76px;
  height: 76px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.staticPage-counter {
  display: flex;
  margin-top: 27px;
  justify-content: flex-end;
  text-align: end;
}
.staticPage-counter > div {
  margin-right: 56px;
}
.staticPage-counter > div:last-child {
  margin-right: 0;
  text-align: left;
}
.staticPage-counter--cnt {
  font-family: "TTNormsProWebDemiBold";
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #5cc9bb;
}
.staticPage-counter--text {
  font-family: "TTNormsProWebDemiBold";
  font-size: 16px;
  line-height: 22px;
  color: #5cc9bb;
}
.staticPage-counter--name {
  font-family: "TTNormsProWebNormal";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}
@media (max-width: 960px) {
  .staticPage-counter {
    margin-top: 30px;
    justify-content: center;
  }
  .staticPage-counter > div {
    margin-right: 30px;
  }
  .staticPage-counter--cnt {
    font-size: 30px;
  }
}
.staticPage-screen {
  margin-top: 20px;
}
.staticPage-screen--number {
  font-family: "TTNormsProWebDemiBold";
  font-size: 16px;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  position: relative;
}
.staticPage-screen--number span {
  color: #EF443D;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staticPage-arrow {
  margin-top: 60px;
  margin-left: 30px;
}
@media (max-width: 960px) {
  .staticPage {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    overflow: hidden;
  }
  .staticPage .link_items {
    margin-top: 62px;
    max-width: 100%;
  }
  .staticPage .link_items a {
    line-height: 2;
  }
  .staticPage-counter {
    justify-content: start;
  }
  .staticPage-desc {
    font-size: 16px;
    line-height: 1.3;
    padding: 0;
  }
  .staticPage-desc.small {
    font-size: 14px;
    padding-right: 0;
  }
  .staticPage-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 16px;
  }
  .staticPage-people {
    right: auto;
    position: relative;
    top: 23px;
    font-size: 13px;
    padding-left: 15px;
  }
  .staticPage-people b {
    font-size: 16px;
    margin: 0;
  }
  .staticPage-image {
    position: relative;
    right: 0;
    width: 100%;
  }
  .staticPage-image img {
    width: 100%;
  }
  .staticPage-buttons {
    margin: 30px 0;
    width: 100%;
  }
  .staticPage-video {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .staticPage-video amp-img {
    max-width: 100%;
    max-height: 220px;
  }
  .staticPage-video amp-img img {
    object-fit: contain;
  }
  .staticPage-video .icon {
    width: 44px;
    height: 44px;
  }
  .staticPage-video--name {
    left: 15px;
    bottom: 15px;
  }
  .staticPage-screen {
    margin-top: 86px;
  }
  .staticPage-arrow {
    display: none;
  }
}

.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;
  }
}

.circleProps {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.circleProps-item {
  display: flex;
  max-width: 25%;
}
.circleProps-item--circle {
  width: 100%;
  height: 100%;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 100px;
  margin-right: 20px;
}
.circleProps-item--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 22px;
}
.circleProps-item--content b {
  font-size: 18px;
  margin-bottom: 12px;
}
.circleProps-item--content p {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .circleProps {
    flex-direction: column;
    justify-content: start;
  }
  .circleProps-item {
    max-width: 100%;
    margin-top: 15px;
  }
}

ul.style {
  padding-left: 0;
}
ul.style li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: flex;
}
ul.style li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #fd4a42;
  background-color: white;
  border-radius: 6px;
  position: absolute;
  top: 0.7rem;
  left: 0;
  transform: translate(0, -50%);
}

ol.style {
  padding-left: 0;
  counter-reset: ol-counter;
}
ol.style > li {
  display: flex !important;
  list-style: none;
}
ol.style > li:before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  color: #fd4a42;
  margin-right: 5px;
  font-family: "TTNormsProWebNormal";
}

/*# 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/news.list/screen_clients/style.css?17731024862546*/
.screenClients {
  width: 100%;
  padding: 120px 0 0;
  background-image: url("/local/templates/nettattoo_clean/components/bitrix/news.list/screen_clients/./img/bg.webp");
  background-position: top right;
  background-repeat: no-repeat;
}
.screenClients_slider {
  width: 100%;
  display: flex;
  margin-top: 0;
  justify-content: space-between;
}
.screenClients_slider .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}
.screenClients_slider-title {
  line-height: 32px;
  font-size: 24px;
  margin-left: 10px;
}
.screenClients_slider-desc {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 10px;
}
.screenClients_slider-item {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
}
.screenClients_slider-picture {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 38px;
}
.screenClients_slider-picture:after {
  content: "";
  border: 1px solid white;
  max-width: 168px;
  max-height: 168px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.screenClients_slider-picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .screenClients {
    width: 100%;
    max-width: 100vw;
    padding: 44px 0 20px;
    background: none;
  }
  .screenClients_slider {
    width: 100%;
    margin-top: 21px;
    display: flex;
    overflow: scroll hidden;
  }
  .screenClients_slider-item {
    min-width: 230px;
    margin-right: 15px;
    justify-content: start;
  }
  .screenClients_slider-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .screenClients_slider-title {
    font-size: 16px;
    line-height: 22px;
    margin-left: 8px;
  }
  .screenClients_slider-picture {
    margin-bottom: 10px;
  }
}

.banners_slider-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 23px;
}
.banners_slider-pagination li {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  margin-right: 12px;
}
.banners_slider-pagination li:hover, .banners_slider-pagination li.slick-active {
  border-color: #fd4a42;
  background-color: #fd4a42;
}
.banners_slider-pagination li button {
  display: none;
}
@media (max-width: 990px) {
  .banners_slider-pagination {
    position: relative;
    bottom: 20px;
    left: 15px;
    right: auto;
    width: 100%;
  }
}

/*# 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/payment_list/style.css?17731024831569*/
.instalments_left {
  float: left;
  max-width: 55%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.instalments_left-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
  max-width: 330px;
}
.instalments_left-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}
.instalments_left-list--item {
  display: flex;
  line-height: 1.3;
  margin-top: 30px;
  flex-direction: column;
  width: 33.3333333333%;
}
.instalments_left-list--item > div:first-child {
  min-width: 167px;
  display: flex;
  align-items: flex-end;
  min-height: 85px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .instalments {
    padding: 65px 15px 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  .instalments_left {
    max-width: 100%;
  }
  .instalments_left-list {
    padding-right: 0;
  }
  .instalments_left-list--item {
    line-height: 20px;
    width: 50%;
    margin-top: 0;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .instalments_left-list--item:nth-child(2n) {
    padding-right: 0;
  }
  .instalments_left-list--item > div:first-child {
    min-height: auto;
  }
  .instalments_left-list--item > div:first-child img {
    max-width: 110px;
    object-fit: contain;
  }
  .instalments_left-title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 40px;
  }
  .instalments_left-title .icon {
    width: 24px;
    height: 19px;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/form/home-form/bitrix/form.result.new/.default/style.css?17731024531650*/
.instalments_form {
  float: right;
  background-color: #f4f9ff;
  padding: 50px 60px;
  position: relative;
  max-width: 500px;
}
.instalments_form .modal_form-close {
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 0;
  width: 17px;
  height: 17px;
  background-size: cover;
  z-index: 5;
  fill: white;
}
.instalments_form-poly {
  text-align: center;
}
.instalments_form-button {
  margin: 30px 0;
}
.instalments_form label {
  font-family: "TTNormsProWebNormal";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #737c8c;
  margin-bottom: 14px;
}
.instalments_form label, .instalments_form input, .instalments_form button {
  width: 100%;
  max-width: 340px;
}
.instalments_form-desc {
  font-family: "TTNormsProWebNormal";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.instalments_form-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}
@media (max-width: 990px) {
  .instalments_form {
    margin-top: 0;
    max-width: 100%;
    padding: 10px;
    text-align: center;
  }
  .instalments_form .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;
  }
  .instalments_form-title {
    font-size: 28px;
    line-height: 32px;
    margin: 43px 0 20px;
  }
  .instalments_form:after {
    width: 248px;
    height: 211px;
    top: 124px;
    left: 15px;
    background-size: contain;
  }
}

/*# 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/product_lp_desc/style.css?1773102484468*/
.gray_item {
  background: #F3F3F3;
  border-radius: 4px;
  padding: 16px;
  position: relative;
  min-height: 233px;
  margin: 10px 20px;
}
.gray_item-title {
  font-family: "TTNormsProWebDemiBold";
  color: #252525;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}
.gray_item-desc {
  font-size: 14px;
  line-height: 18px;
  max-width: 68%;
}
.gray_item-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

/* End */
/* /local/templates/nettattoo_clean/components/bitrix/breadcrumb/.default/style.css?17731024391206 */
/* /local/templates/nettattoo_clean/components/bitrix/catalog/.default/bitrix/catalog.element/new23/style.css?177310244797175 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/video_slider/style.css?17731024911143 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/screen_clients/style.css?17731024862546 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/marketing_list/style.css?1773102482233 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/payment_list/style.css?17731024831569 */
/* /local/templates/nettattoo_clean/components/bitrix/form/home-form/bitrix/form.result.new/.default/style.css?17731024531650 */
/* /local/templates/nettattoo_clean/components/bitrix/news.detail/gallery/style.css?1773102467979 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/product_lp_desc/style.css?1773102484468 */
