

/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/homeSlider/style.css?17731024801651*/
.homeSlider {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 352px;
}
.homeSlider .slick-slide img {
  width: 100%;
}
.homeSlider .slick-arrow {
  transition: opacity 0.2s;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  opacity: 0;
  top: 50%;
  margin-top: -41.5px;
  z-index: 1;
  cursor: pointer;
}
.homeSlider .slick-arrow:hover {
  opacity: 1 !important;
}
.homeSlider .slick-arrow.arrow-left {
  left: 0;
}
.homeSlider .slick-arrow.arrow-right {
  right: 0;
}
.homeSlider .slick-arrow .icon {
  width: 20px;
  height: 20px;
}
.homeSlider:hover .slick-arrow {
  opacity: 0.5;
}
.homeSlider-item {
  position: relative;
}
.homeSlider-item--btn {
  position: absolute !important;
  left: 26px;
  bottom: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 187px;
  color: black !important;
  text-decoration: none !important;
}
.homeSlider-pagination {
  padding: 0 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
}
.homeSlider-pagination li {
  overflow: hidden;
  height: 4px;
  width: 4px;
  margin-right: 8px;
  background-color: #B0B6C1;
  border: 0;
  border-radius: 5px;
  min-width: 4px;
  max-width: 4px;
}
.homeSlider-pagination li:last-child {
  margin-right: 0;
}
.homeSlider-pagination button {
  display: none;
}
.homeSlider-pagination .slick-active {
  background-color: #737C8C;
}
@media (max-width: 960px) {
  .homeSlider-item--btn {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/homeCoice/style.css?17731024794477*/
.homeCoice {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 350px;
}
.homeCoice .slick-slide img {
  width: 100%;
}
.homeCoice .slick-arrow {
  transition: opacity 0.2s;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  opacity: 0;
  top: 50%;
  margin-top: -41.5px;
  z-index: 1;
  cursor: pointer;
}
.homeCoice .slick-arrow:hover {
  opacity: 1 !important;
}
.homeCoice .slick-arrow.arrow-left {
  left: 0;
}
.homeCoice .slick-arrow.arrow-right {
  right: 0;
}
.homeCoice .slick-arrow .icon {
  width: 20px;
  height: 20px;
}
.homeCoice:hover .slick-arrow {
  opacity: 0.5;
}
.homeCoice-item {
  min-height: 355px !important;
  padding: 20px 20px 50px 20px;
  font-family: "TTNormsProWebNormal";
  background-color: white;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  font-size: 16px;
  line-height: 21px;
  color: #252525;
  text-decoration: none !important;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  max-width: 280px;
}
.homeCoice-item:hover {
  color: #252525;
}
.homeCoice-item--img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.homeCoice-item--btn {
  display: block;
  margin-top: 34px;
}
.homeCoice-item--price {
  font-family: "TTNormsProWebDemiBold";
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #fd4a42;
}
.homeCoice-item--price i {
  font-size: 23px;
}
.homeCoice-item--price .sale {
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #B0B6C1;
}
.homeCoice-item--price .sale i {
  font-size: 15px;
}
.homeCoice-item--price .percent {
  text-decoration-line: none;
  color: #B0B6C1;
  font-size: 16px;
  line-height: 21px;
}
.homeCoice-item--rating {
  display: block;
  margin-bottom: 23px;
}
.homeCoice-item--name {
  display: block;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.homeCoice-item--title {
  font-family: "TTNormsProWebDemiBold";
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.homeCoice-item--img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.homeCoice-item--img img {
  width: auto !important;
}
.homeCoice-pagination {
  padding: 0 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
}
.homeCoice-pagination li {
  overflow: hidden;
  height: 4px;
  width: 4px;
  margin-right: 8px;
  background-color: #B0B6C1;
  border: 0;
  border-radius: 5px;
  min-width: 4px;
  max-width: 4px;
}
.homeCoice-pagination li:last-child {
  margin-right: 0;
}
.homeCoice-pagination button {
  display: none;
}
.homeCoice-pagination .slick-active {
  background-color: #737C8C;
}
@media (max-width: 960px) {
  .homeCoice {
    overflow: scroll hidden;
    display: flex;
  }
  .homeCoice-item {
    max-width: 180px;
    min-width: 180px;
    padding: 10px;
    margin-right: 10px;
    min-height: 270px !important;
    max-height: 270px;
    box-shadow: none;
    background-color: #F3F3F3;
  }
  .homeCoice-item--price {
    font-size: 20px;
    line-height: 22px;
  }
  .homeCoice-item--price i {
    font-size: 20px;
  }
  .homeCoice-item--name {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .homeCoice-item--img {
    width: 80px;
    height: 180px;
  }
  .homeCoice-item--img img {
    max-width: 90px;
    height: 143px;
    object-fit: contain;
  }
  .homeCoice-item--rating {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .homeCoice-item--rating span {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
  }
  .homeCoice-item--rating svg {
    width: 16px;
    height: 16px;
  }
  .homeCoice-item--btn {
    display: block;
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .homeCoice-item--btn svg {
    width: 40px;
    height: 40px;
  }
  .homeCoice-item--title {
    font-size: 20px;
    line-height: normal;
  }
  .homeCoice .slick-arrow.arrow-right {
    right: 15px;
  }
}

.starRating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.starRating svg {
  width: 20px;
  height: 20px;
  fill: #FFCA43;
  margin-right: 8px;
}
.starRating span {
  font-size: 16px;
  font-weight: bold;
  color: #FFCA43;
  margin-top: 2px;
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/icons-list/style.css?1773102481350*/
.homeIcons {
  width: 100%;
}
.homeIcons p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}
.homeIcons .red {
  color: #fd4a42;
}
@media (max-width: 960px) {
  .homeIcons {
    margin-top: 60px;
  }
  .homeIcons .row {
    display: flex;
    overflow: scroll hidden;
    flex-wrap: nowrap;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/catalog.section/new23/style.css?177310244313710*/
.catalog_listProduct {
  width: 100%;
  border-left: 1px solid #EAEAEA;
}
.catalog_listProduct a {
  text-decoration: none !important;
  color: inherit;
  text-align: left;
}
.catalog_listProduct a.style.blue {
  color: #2079F5;
  border-color: #2079F5;
}
.catalog_listProduct .starRating {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 15px 0 10px;
}
.catalog_listProduct .starRating svg {
  width: 20px;
  height: 20px;
  fill: #FFCA43;
  margin-right: 8px;
}
.catalog_listProduct .starRating span {
  font-size: 16px;
  font-weight: bold;
  color: #FFCA43;
}
.catalog_listProduct .price100 {
  font-size: 13px;
  line-height: 1;
}
.catalog_listProduct .highlight {
  height: 40px;
  background-color: #2FA9FF;
  color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  padding-left: 5px;
}
.catalog_listProduct .highlight:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 20px 0;
  border-color: transparent #2fa9ff transparent transparent;
  position: absolute;
  left: -25px;
}
.catalog_listProduct .highlight:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -5px;
  left: auto;
  margin-top: -2.5px;
}
.catalog_listProduct .highlight.min {
  height: 34px;
  font-size: 14px;
  width: fit-content;
  min-width: fit-content;
  padding: 0 10px 0 10px;
  margin-right: 17px;
}
.catalog_listProduct .highlight.min:after {
  right: -17px;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #2fa9ff;
  left: auto;
}
@media (max-width: 1200px) {
  .catalog_listProduct .highlight.min {
    transform: scale(0.9);
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .catalog_listProduct .highlight.min {
    transform: scale(1);
    max-width: 100%;
    font-size: 12px;
    line-height: 18px;
    min-width: 120px;
    height: auto;
    background: none;
    color: #2FA9FF;
    flex-direction: column;
    padding: 0;
  }
  .catalog_listProduct .highlight.min:after, .catalog_listProduct .highlight.min:before {
    display: none;
  }
}
.catalog_listProduct:after {
  content: "";
  clear: both;
  display: block;
}
.catalog_listProduct--content {
  padding: 29px 22px 29px;
  background-color: white;
}
.catalog_listProduct-item {
  position: relative;
  text-align: center;
  width: 25%;
  height: 410px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  transition: box-shadow 0.5s;
  overflow: hidden;
}
.catalog_listProduct-item:nth-child(5n+5) {
  clear: both;
}
.catalog_listProduct-item:nth-child(1), .catalog_listProduct-item:nth-child(2), .catalog_listProduct-item:nth-child(3), .catalog_listProduct-item:nth-child(4) {
  border-top: 1px solid #EAEAEA;
}
.catalog_listProduct-item.js-cur-banner {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EAEAEA;
}
.catalog_listProduct-item.js-cur-banner img {
  opacity: 0;
}
@media (max-width: 960px) {
  .catalog_listProduct-item.js-cur-banner {
    display: none;
  }
}
.catalog_listProduct-item--labels {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 200px;
  left: 0;
  top: 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.catalog_listProduct-item--labels > div {
  margin-bottom: 5px;
}
.catalog_listProduct-item--labelSale {
  background-color: #FF6D66;
  color: white;
  height: 20px;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 7px;
  margin-bottom: 2px;
  width: fit-content;
}
.catalog_listProduct-item--labelHit {
  background-color: #00AEEF;
  color: white;
  height: 20px;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 7px;
  width: fit-content;
}
.catalog_listProduct-item--labelContract {
  background-color: #FFCA43;
  color: #404040;
  height: 20px;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 7px;
  width: fit-content;
}
.catalog_listProduct-item--choice {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.catalog_listProduct-item--set {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.catalog_listProduct-item--img {
  position: relative;
  font-size: 0;
  min-height: 170px;
  max-width: 280px;
  margin: 0 auto;
}
.catalog_listProduct-item--img img, .catalog_listProduct-item--img amp-img {
  display: block;
  margin: 0 auto;
  max-height: 153px;
  object-fit: cover;
  max-width: 153px;
}
.catalog_listProduct-item--btn {
  display: flex;
  width: 100%;
  padding: 17px 28px 20px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  border-radius: 12px;
  background-color: #FFD43E;
  visibility: hidden;
}
.catalog_listProduct-item:hover .catalog_listProduct-item--btn {
  visibility: visible;
}
.catalog_listProduct-item--price {
  font-family: "TTNormsProWebDemiBold";
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  color: #fd4a42;
  min-height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.catalog_listProduct-item--price .sale {
  font-family: "TTNormsProWebNormal";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: line-through;
  color: #B0B6C1;
}
.catalog_listProduct-item--price .percent {
  font-family: "TTNormsProWebNormal";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #B0B6C1;
}
.catalog_listProduct-item--desc {
  font-size: 14px;
  line-height: 1.2;
  padding: 0 15px;
}
.catalog_listProduct-item--name {
  font-family: "TTNormsProWebDemiBold";
  font-size: 16px;
  line-height: 22px;
  margin: 9px 0 12px;
  display: block;
  text-align: left;
}
.catalog_listProduct-item--name:hover {
  color: #fd4a42;
}
.catalog_listProduct-item--prop {
  min-height: 90px;
  display: flex;
  position: relative;
}
.catalog_listProduct-item--prop .props {
  font-size: 12px;
  line-height: 16px;
  color: #737C8C;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: max-content;
  max-height: 100px;
  overflow: hidden;
}
.catalog_listProduct-item--prop .props li {
  max-width: fit-content;
  padding: 4px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #737C8C;
  height: fit-content;
  margin-bottom: 4px;
  margin-right: 4px;
}
.catalog_listProduct-item--prop:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, white);
}
.catalog_listProduct-item--pagination {
  margin-top: 60px;
  list-style: none;
  padding: 0;
  display: flex;
  bottom: -40px;
  width: 100%;
  justify-content: center;
}
.catalog_listProduct-item--pagination li {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  margin-right: 20px;
  background-color: #dfdfdf;
}
.catalog_listProduct-item--pagination li:hover, .catalog_listProduct-item--pagination li.slick-active {
  border-color: #fd4a42;
  background-color: #fd4a42;
}
.catalog_listProduct-item--pagination li button {
  display: none;
}
.catalog_listProduct-item--slider {
  margin-bottom: 0 !important;
  min-height: 170px;
  max-height: 170px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.catalog_listProduct-item--sliderJsPager {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
}
.catalog_listProduct-item--sliderJsPager span {
  min-width: 30px;
  height: 100%;
  width: 100%;
}
@media (max-width: 950px) {
  .catalog_listProduct-item--sliderJsPager {
    display: none;
  }
}
.catalog_listProduct-item--slider .slick-slide {
  max-height: 153px;
  overflow: hidden;
}
.catalog_listProduct-item--slider-pagination {
  padding: 0;
  margin: 16px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}
.catalog_listProduct-item--slider-pagination button {
  background-color: transparent;
  outline: none;
  padding: 0;
  margin-right: 5px;
  border: 0;
  font-size: 0;
}
.catalog_listProduct-item--slider-pagination button:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #d8dfe9;
  background-color: #fff;
  border-radius: 6px;
}
.catalog_listProduct-item--slider-pagination li:last-child button {
  margin-right: 0;
}
.catalog_listProduct-item--slider-pagination li.slick-active button:after {
  border-color: #fd4a42;
}
.catalog_listProduct-item:hover {
  overflow: visible;
}
.catalog_listProduct-item:hover .catalog_listProduct-item--prop .props {
  max-height: max-content;
}
.catalog_listProduct-item:hover .catalog_listProduct-item--prop:before {
  display: none;
}
.catalog_listProduct-item:hover .catalog_listProduct--content {
  z-index: 2;
  box-shadow: 0px 4px 50px 0px rgba(176, 182, 193, 0.3);
}
.catalog_listProduct.catalog_products .catalog_listProduct-item {
  width: 33.3333333333%;
}
.catalog_listProduct.catalog_products .catalog_listProduct-item:nth-child(5n+5) {
  clear: none;
}
.catalog_listProduct .catalog_list-item--slider-pagination {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: center;
}
.catalog_listProduct .catalog_list-item--slider-pagination li {
  background-color: #B0B6C1;
  border: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin-right: 8px;
}
.catalog_listProduct .catalog_list-item--slider-pagination li button {
  display: none;
}
.catalog_listProduct .catalog_list-item--slider-pagination li.slick-active {
  background-color: #737C8C;
}
@media (max-width: 1200px) {
  .catalog_listProduct-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 990px) {
  .catalog_listProduct {
    border: 0;
    margin-top: 0;
    padding: 0;
    max-width: 100vw;
  }
  .catalog_listProduct a[data-toggle=tooltip] {
    font-size: 13px;
  }
  .catalog_listProduct .starRating svg {
    width: 16px;
    height: 16px;
  }
  .catalog_listProduct .starRating span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  .catalog_listProduct-item {
    width: calc(50% - 15px) !important;
    margin: 0 15px;
    border: 1px solid #EAEAEA;
    padding: 0;
  }
  .catalog_listProduct-item:hover {
    box-shadow: none;
    border-color: #EAEAEA;
  }
  .catalog_listProduct-item:nth-child(3n+4) {
    clear: none;
  }
  .catalog_listProduct-item:nth-child(odd) {
    margin-right: 0;
    clear: both;
  }
  .catalog_listProduct-item:nth-child(even) {
    margin-left: 0;
    border-left: 0;
  }
  .catalog_listProduct-item--labels > div {
    font-size: 8px;
    height: auto;
    border-radius: 0 3px 3px 0;
  }
  .catalog_listProduct-item--uslugImg amp-img, .catalog_listProduct-item--uslugImg img {
    max-width: 100%;
    max-height: 110px;
    object-fit: cover;
  }
  .catalog_listProduct-item--img {
    min-height: 0;
    max-height: fit-content;
  }
  .catalog_listProduct-item--slider {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }
  .catalog_listProduct-item--choice {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
  .catalog_listProduct-item--choice svg {
    width: 100%;
    height: 100%;
  }
  .catalog_listProduct-item--img img {
    min-height: 120px;
    max-height: 120px;
  }
  .catalog_listProduct-item--price {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    min-height: 0;
  }
  .catalog_listProduct-item--price .sale, .catalog_listProduct-item--price .percent {
    font-size: 14px;
    line-height: 18px;
  }
  .catalog_listProduct-item--name {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    display: flex;
    justify-content: start;
    min-height: 0;
    overflow: hidden;
  }
  .catalog_listProduct-item--credit {
    padding: 0;
    font-size: 13px;
    line-height: 16px;
  }
  .catalog_listProduct-item--credit > span {
    flex-wrap: wrap;
  }
  .catalog_listProduct-item--btn {
    padding: 0 15px !important;
    max-height: 20px !important;
    height: 20px !important;
    min-height: 35px !important;
    font-size: 14px !important;
    margin: 15px 0 0 !important;
    width: 100%;
  }
  .catalog_listProduct-item--prop {
    min-height: 90px;
  }
  .catalog_listProduct-sets .catalog_listProduct-item {
    min-height: 265px;
  }
  .catalog_listProduct-sets .catalog_listProduct-item:before {
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, 15px);
  }
  .catalog_listProduct-sets .catalog_listProduct-item:last-child:before {
    display: none;
  }
  .catalog_listProduct-sets .catalog_listProduct-item:last-child:after {
    bottom: auto;
    left: 50%;
    top: 0;
    transform: translate(-50%, -15px);
  }
  .catalog_listProduct--content {
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .catalog_listProduct-item {
    width: calc(100% - 30px) !important;
    margin-left: auto;
    border: 1px solid #EAEAEA !important;
    margin-bottom: 15px;
    max-height: fit-content;
    min-height: 0;
  }
  .catalog_listProduct-item:nth-child(odd) {
    margin-right: auto;
    margin-left: 15px;
  }
  .catalog_listProduct-item:nth-child(even) {
    margin-left: 15px;
    margin-right: auto;
  }
  .catalog_listProduct-item--name {
    min-height: 0;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/catalog.section.list/home_sections/style.css?17731024402727*/
.order_today {
  width: 100%;
  position: relative;
}
.order_today-cloud {
  margin-left: 0;
  padding: 0;
  width: fit-content;
  min-height: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}
.order_today-cloud > div {
  display: inline;
  border-bottom: 1px solid #2079f5;
  color: #2079f5;
}
.order_today-cloud svg {
  fill: #737c8c;
}
@media (max-width: 1200px) {
  .order_today-cloud {
    margin-left: 0;
  }
}
.order_today-title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.order_today-subtitle {
  font-size: 20px;
  line-height: normal;
  color: #737c8c;
  text-align: left;
}
.order_today-list {
  margin-top: 50px;
}
.order_today-item {
  text-align: left;
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.order_today-item--img {
  border-radius: 8px;
  overflow: hidden;
}
.order_today-item--img img {
  width: 100%;
}
.order_today-item--title {
  font-family: "TTNormsProWebDemiBold";
  font-size: 17px;
  line-height: 20px;
  margin: 15px 0 30px;
  text-align: left;
  min-height: 60px;
  color: #252525;
  text-decoration: none;
}
.order_today-item--title:hover {
  color: inherit;
  text-decoration: inherit;
}
.order_today-item .btn {
  width: 100%;
}
@media (max-width: 990px) {
  .order_today {
    display: flex;
    flex-direction: column;
  }
  .order_today-item {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .order_today-item--title {
    min-height: auto;
    margin: 15px 0 30px;
  }
  .order_today-item--img {
    width: 100%;
  }
  .order_today-item--img img, .order_today-item--img amp-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .order_today-list {
    order: 5;
    width: calc(100% - 30px);
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .order_today-arc {
    position: relative;
    order: 4;
    right: 0;
    top: 0;
    padding: 0 15px;
    width: 100%;
    justify-content: left;
    background: none;
  }
  .order_today-cloud {
    position: relative;
    order: 3;
    margin: 20px auto 0;
    width: 100%;
    display: flex;
    justify-content: left;
    height: auto;
    padding: 0 15px;
  }
  .order_today-cloud svg {
    margin-right: 10px;
  }
  .order_today-cloud > div {
    width: fit-content;
    height: 23px;
  }
  .order_today-cloud > div br {
    display: none;
  }
  .order_today-subtitle {
    font-size: 20px;
    line-height: 26px;
    order: 2;
    padding: 0 50px;
  }
  .order_today-title {
    font-size: 20px;
    line-height: normal;
    padding: 0;
    margin: 0 15px;
  }
  .order_today-subtitle {
    font-size: 16px;
    line-height: normal;
    padding: 0 15px;
  }
}

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/banner-all-page-slider/style.css?17731024701674*/
.banners_slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 140px;
}
.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;
}
.banners_slider-item img {
  object-fit: contain;
}
.banners_slider-item .pc {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 200px;
  object-fit: contain;
}
.banners_slider-item .mobile {
  display: none !important;
}
.banners_slider .icon {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 990px) {
  .banners_slider {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-height: 200px;
    position: relative;
  }
  .banners_slider-item {
    max-width: 100%;
    min-height: 200px;
    overflow: hidden;
  }
  .banners_slider-item img {
    max-width: 100%;
  }
  .banners_slider-item img img {
    max-width: 100%;
    object-fit: contain;
  }
  .banners_slider-item img.pc {
    display: none !important;
  }
  .banners_slider-item .mobile {
    display: block !important;
    width: 100%;
  }
  .banners_slider .icon {
    display: none !important;
  }
  .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/main.include/about/style.css?17731024591987*/
.block-video {
  position: relative;
  margin-top: 65px;
  border-radius: 10px;
  overflow: hidden;
}
.block-video:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3) 100%);
}
.block-video .icon {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.block-video .name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/nettattoo_clean/components/bitrix/news.list/service/style.css?17731024871126*/
.service_list {
  position: relative;
  width: 100%;
  display: flex;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  z-index: 1;
}
.service_list-item {
  padding: 40px;
  width: 25%;
  border-right: 1px solid #f3f3f3;
}
.service_list-item:last-child {
  border-right: 0;
}
.service_list-item--title {
  position: relative;
  margin-top: 17px;
  font-size: 19px;
  line-height: 25px;
  font-family: "TTNormsProWebNormal";
}
.service_list-item--title b, .service_list-item--title strong {
  font-family: "TTNormsProWebDemiBold";
}
.service_list-item--img {
  height: 132px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 990px) {
  .service_list {
    flex-wrap: wrap;
    margin: 0;
    border: 0;
  }
  .service_list-item {
    width: 50%;
    border: 0;
    padding: 15px;
  }
  .service_list-item--img {
    height: 100px;
  }
  .service_list-item--img img, .service_list-item--img amp-img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
  }
  .service_list-item--title {
    font-size: 16px;
    line-height: 20px;
  }
}

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

/* End */


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

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

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

/* End */


/* 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/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 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/homeSlider/style.css?17731024801651 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/homeCoice/style.css?17731024794477 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/icons-list/style.css?1773102481350 */
/* /local/templates/nettattoo_clean/components/bitrix/catalog.section/new23/style.css?177310244313710 */
/* /local/templates/nettattoo_clean/components/bitrix/catalog.section.list/home_sections/style.css?17731024402727 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/banner-all-page-slider/style.css?17731024701674 */
/* /local/templates/nettattoo_clean/components/bitrix/main.include/about/style.css?17731024591987 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/service/style.css?17731024871126 */
/* /local/templates/nettattoo_clean/components/bitrix/main.include/training/style.css?17731024656513 */
/* /local/templates/nettattoo_clean/components/bitrix/news.list/screen_clients/style.css?17731024862546 */
/* /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 */
