


/* Start:/bitrix/templates/custom/components/bitrix/main.file.input/new_upload/style.css*/
.webform-field-upload-list a.delete-file { vertical-align:top; display: inline-block; width:15px; height: 16px; background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -280px; margin: 0 0 0 6px; outline: none;}
.webform-field-upload-list a.delete-file:hover { background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -17px -280px; }
.webform-field-upload-list i { vertical-align:top; display: none; width:15px; height: 15px; background: url(/bitrix/js/main/core/images/popup/upload-waiting.gif) no-repeat 0 2px; margin: 0 0 0 8px; }

.hidden-caption {display: none;}

/* from intranet-common.css */
.webform-field-upload-list { margin:0; padding:0;}
.webform-field-upload-list a.upload-file-name { margin: 0 0 0 -4px; color: #0069c4; text-decoration: underline;}
.webform-field-upload-list a.upload-file-name:hover { color: #1c91e7; }
.webform-field-upload-list li { margin: 0 0 3px -5px; white-space: nowrap; color: #888;}
.webform-field-upload-list li.uploading { color: #bbbbbb; }
.webform-field-upload-list li.uploading a.upload-file-name { cursor: default; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.webform-field-upload-list li.uploading i {  display: inline-block; }

.webform-field-upload {     overflow: hidden;
    width: 180px;
    margin: 0 auto; height: 22px; margin-bottom: 7px;
    padding-right: 10px;
}
.webform-field-upload:hover .webform-button-text { color: #000; cursor:pointer !important;}
.webform-field-upload input { margin-top: -50px; margin-left:-410px; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; font-size: 150px; height: 100px; }

.webform-button-upload,
.webform-button-upload:before,
.webform-button-upload:after,
.webform-button-upload .webform-button-text {
	cursor:pointer;
	content: '';
	display: inline-block;
	height:27px;
	line-height:27px;
	vertical-align: top;
}
.webform-button-upload:before {
    background: url("/assets/img/home-page/icon-upload.png") no-repeat center left;
	margin-right: 8px;
	width:22px;
    height: 22px;
}
.webform-button-upload,
.webform-button-upload .webform-button-text {
	line-height: 22px;
	/*padding-left: 20px;*/
	/*text-align: center;*/
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	/*background: url("/assets/img/home-page/icon-upload.png") no-repeat center left;*/
	text-shadow: none;
    cursor: pointer !important;
}
.webform-button-upload {
	cursor: pointer;
}


.webform-button-upload .webform-button-left,
.webform-button-upload .webform-button-right {
	display: none;
}

/* End */



/* Start:/bitrix/templates/custom/template_styles.css*/
.fancybox-skin .fancybox-close {
  background: url("/assets/img/fancybox/icon-close.svg") no-repeat center center !important;
  background-size: contain !important;
}
.fancybox-skin .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: 0;
  transform: translate(0, -50%);
  visibility: visible;
  transition: all 0.3s ease;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #DADADA;
  color: #fff;
}
.fancybox-skin .fancybox-nav span:hover {
  box-shadow: 3px 3px 6px rgba(94, 94, 94, 0.25);
  background-color: #fff;
  color: #555555;
}
.fancybox-skin .fancybox-next span {
  right: -15px;
  transform: translate(50%, -50%);
  background-image: url("/assets/img/fancybox/arrow-right.svg");
}
.fancybox-skin .fancybox-next span:hover {
  background-image: url("/assets/img/fancybox/arrow-right-hover.svg");
}
.fancybox-skin .fancybox-prev span {
  left: -15px;
  transform: translate(-50%, -50%);
  background-image: url("/assets/img/fancybox/arrow-left.svg");
}
.fancybox-skin .fancybox-prev span:hover {
  background-image: url("/assets/img/fancybox/arrow-left-hover.svg");
}

.load_more__preloader {
  display: none;
}
.load_more--loading .load_more__preloader {
  display: inline;
}
.load_more--loading .load_more__text {
  display: none;
}

.listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list {
  justify-content: flex-start;
}
.listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li {
  margin-right: 10px;
  padding: 5px;
  flex-basis: 12%;
}
.listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li:last-child {
  margin-right: 0;
}
.listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li a {
  font-weight: 500;
}
@media (max-width: 768px) {
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list {
    margin-left: -3px;
    margin-right: -3px;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li {
    flex-basis: calc(25% - 6px);
    width: calc(25% - 6px);
    margin-bottom: 8px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li:nth-child(4n) {
    margin-right: 0;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li.designer-filter {
    width: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    background: transparent;
    justify-content: flex-start;
    padding-left: 0;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li.designer-filter .designer-filter-btn {
    height: 26px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li.designer-filter .designer-filter-btn img {
    width: 10px;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li.designer-filter .designer-filter-menu {
    left: 0;
    right: auto;
    top: 24px;
  }
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix ul.filter-gray-list li.designer-filter .designer-filter-menu-item {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .listing-page-content.redesign-2023 .section__filter .filters.new-fix .f-line {
    padding-bottom: 0;
  }
}
.listing-page-content.redesign-2023 .section__filter .man-line-block {
  /*display: flex;
  flex-grow: 1;
  justify-content: space-between;*/
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter {
  position: relative;
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-btn {
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  border-radius: 2px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-btn img {
  transition: all 0.3s ease;
  margin-left: 6px;
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-btn.opened img {
  transform: rotate(180deg);
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  background: #fff;
  z-index: 100;
  padding: 18px;
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-menu-item {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap;
  text-align: left;
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-menu-item:last-child {
  margin-bottom: 0;
}
.listing-page-content.redesign-2023 .section__filter .man-line-block .designer-filter-menu-item label {
  cursor: pointer;
}
.listing-page-content.redesign-2023 .wrap-catalog-content {
  position: relative;
}
.listing-page-content.redesign-2023 .wrap-catalog-content .catalog-content__preloader {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 30px;
  color: black;
}
.listing-page-content.redesign-2023 .wrap-catalog-content .catalog-items {
  transition: opacity 0.3s ease;
}
.listing-page-content.redesign-2023 .wrap-catalog-content.loading .catalog-content__preloader {
  display: block;
}
.listing-page-content.redesign-2023 .wrap-catalog-content.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.listing-page-content.redesign-2023 .wrap-catalog-content.loading .catalog-items {
  opacity: 0.2;
}
.listing-page-content.redesign-2023 .catalog.new-fix .wrap-catalog-content .catalog-items .item-inner .c-price-container .inner-c-price {
  text-transform: uppercase;
}
.listing-page-content.redesign-2023 .catalog.new-fix .wrap-catalog-content .catalog-items .item-inner .c-price-container .c-price {
  font-size: 15px !important;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 10px;
}
.listing-page-content.redesign-2023 .catalog.new-fix .wrap-catalog-content .catalog-items .item-inner .c-price-container .c-price .title {
  text-transform: none !important;
}
.listing-page-content.redesign-2023 .catalog.new-fix .wrap-catalog-content .catalog-items .item-inner .c-price-container .c-price .p-old-price {
  font-size: 19px;
  opacity: 0.7;
  text-decoration: line-through;
  padding-right: 30px;
}
.listing-page-content.redesign-2023 .catalog.new-fix .owl-carousel .owl-nav.disabled {
  display: none !important;
}
.listing-page-content.redesign-2023 .selected-designers {
  display: flex;
  flex-wrap: wrap;
}
.listing-page-content.redesign-2023 .selected-designers__item {
  margin-top: 15px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #A8A8A8;
  cursor: pointer;
  transition: all 0.3s ease;
}
.listing-page-content.redesign-2023 .selected-designers__item:after {
  position: relative;
  background-color: currentColor;
  content: "";
  padding: 0 0.5em;
  top: -4px;
  margin-left: 5px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 7L7 1" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 7L7 1" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  clip-path: padding-box inset(0.28125em 0);
}
.listing-page-content.redesign-2023 .selected-designers__item:hover {
  color: #000000;
}
@media (max-width: 768px) {
  .listing-page-content.redesign-2023 .selected-designers__item {
    font-size: 11px;
  }
}

.section__quality .item {
  display: block;
}
.section__quality .item .label-item {
  transition: all 0.3s ease;
}
.section__quality .item .label-item * {
  transition: all 0.3s ease;
}
.section__quality .item:hover .label-item {
  background: #FFCC00;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.section__quality .item:hover .label-item .label-item__name {
  border: none;
  color: #000000;
}

@media (max-width: 843px) {
  .header-fix-xs {
    margin-bottom: 70px !important;
  }
}
.trim-long-text {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
.trim-long-text.trim:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #eff1f2 0%, #eff1f2 40%, rgba(255, 255, 255, 0) 100%);
}
.trim-long-text .read-more {
  position: absolute !important;
  bottom: 0;
}

.designer-list .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.designer-list .item .label-item {
  transition: all 0.3s ease;
}
.designer-list .item .label-item__name {
  margin-left: 0 !important;
  line-height: 1.1;
}
.designer-list .item .label-item__position {
  color: #000000;
  font-weight: 400;
  margin-left: -6px;
}
.designer-list .item:hover .label-item {
  background: #FFCC00;
}
.designer-list .item:hover .label-item__name {
  color: #000000;
}
.designer-list .item:hover .label-item__position {
  display: block;
}
.designer-list.designer-list-blocks .item {
  margin-bottom: 30px;
}

.designer-popup {
  display: flex;
  padding: 35px;
  background: #D9D9D9;
}
.designer-popup__container {
  padding: 0 !important;
}
.designer-popup__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
  margin-right: 50px;
}
.designer-popup__info {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 11px 40px 9px 20px;
}
.designer-popup__info:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #FFCC00;
  transform: skewX(20deg);
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.25);
  z-index: 99;
}
.designer-popup__info_inner {
  z-index: 100;
  position: relative;
}
.designer-popup__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
}
.designer-popup__position {
  font-weight: 400;
  font-size: 13px;
}
.designer-popup__text {
  width: 48px;
  flex-basis: 48%;
  line-height: 1.4;
  font-weight: 400;
  font-size: 15px;
}
.designer-popup__text h1, .designer-popup__text h2, .designer-popup__text h3, .designer-popup__text h4, .designer-popup__text h5 {
  font-weight: 600;
  font-size: 20px;
}
.designer-popup__text p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}
.designer-popup__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .designer-popup {
    display: block;
    padding: 0;
    background: #D9D9D9;
  }
  .designer-popup__image {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .designer-popup__info {
    right: 20%;
  }
  .designer-popup__info:before {
    background: #000;
  }
  .designer-popup__name {
    font-size: 13px;
    color: #fff;
  }
  .designer-popup__position {
    font-weight: 400;
    font-size: 12px;
    color: #A8A8A8;
  }
  .designer-popup__text {
    width: auto;
    line-height: 1.4;
    font-weight: 400;
    font-size: 13px;
    padding: 0 15px 15px 15px;
  }
  .designer-popup__text h1, .designer-popup__text h2, .designer-popup__text h3, .designer-popup__text h4, .designer-popup__text h5 {
    font-size: 15px;
  }
  .designer-popup__text p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .designer-popup__text p:last-child {
    margin-bottom: 0;
  }
}

.section__carousel {
  background-repeat: repeat-x !important;
}

.itf-page-content.fix .material-tabs .r-tabs {
  background: #fff;
}
.itf-page-content.fix .material-tabs .tab-content {
  display: block;
}
.itf-page-content.fix .section__works .item-content__text:last-child::after {
  display: none !important;
}

.top-info-menu .menu__nav_info-item a {
  text-decoration: none !important;
}
.top-info-menu .menu__nav_info-item a:hover {
  text-decoration: none !important;
}

.menu.m-relative .menu__item .item, .menu.m-relative .menu__item a {
  text-decoration: none !important;
  transition: none !important;
}
.menu.m-relative .menu__item .item:hover, .menu.m-relative .menu__item a:hover {
  text-decoration: none !important;
}

.t898 {
  z-index: 100000;
}
.t898_animate .t898__animated-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -3px;
  border-radius: 50%;
  left: -3px;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border: 3px solid #0088cc;
  animation: t898__pulsate 1s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: t898__pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.t898_animate .t898__btn_label {
  animation: t898__btn-pulsate 2s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: t898__btn-pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.t898_animate:hover .t898__animated-circle {
  animation: none;
}
.t898_animate:hover .t898__btn_label {
  animation: none;
}
.t898__wrapper, .t898 .t898__tooltip {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.t898__tooltip {
  position: absolute;
  right: 70px;
  white-space: nowrap;
  background: #fff;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
  transform: translateX(0%) translateY(-50%);
  top: 50%;
  background: #292929;
  color: #fff;
  opacity: 0;
  transition: all 0.1s linear;
}
.t898__tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #292929;
}
.t898__hint {
  position: absolute;
  right: 80px;
  white-space: nowrap;
  background: #fff;
  padding: 9px 13px;
  font-size: 15px;
  border-radius: 3px;
  transform: translateX(0%) translateY(-50%);
  top: 50%;
  background: #292929;
  color: #fff;
  opacity: 0.85;
  transition: all 0.1s linear;
}
.t898__hint:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #292929;
}
.t898__wrapper {
  position: fixed;
  bottom: 50px;
  right: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
.t898__btn_label {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  background: #0088cc;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.t898__btn_label:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.t898__btn_label:hover .t898__tooltip {
  transform: translate(0, 0);
  opacity: 1;
}
.t898__btn_label:hover + .t898__tooltip {
  transform: translate(0, 0);
  opacity: 1;
}
.t898__btn_label:hover + .t898__tooltip:after {
  opacity: 1;
}
.t898__btn_input {
  display: none;
}
.t898__btn_input:checked ~ .t898__hint {
  opacity: 0;
  visibility: hidden;
}
.t898__btn_input:checked ~ a:nth-of-type(1) {
  transition: all 0.2s ease-in-out;
  transform: translate(0, -135%);
}
.t898__btn_input:checked ~ a:nth-of-type(2) {
  transition: all 0.225s ease-in-out;
  transform: translate(0, -255%);
}
.t898__btn_input:checked ~ a:nth-of-type(3) {
  transition: all 0.25s ease-in-out;
  transform: translate(0, -375%);
}
.t898__btn_input:checked ~ a:nth-of-type(4) {
  transition: all 0.275s ease-in-out;
  transform: translate(0, -495%);
}
.t898__btn_input:checked ~ a:nth-of-type(5) {
  transition: all 0.3s ease-in-out;
  transform: translate(0, -615%);
}
.t898__btn_input:checked ~ a:nth-of-type(6) {
  transition: all 0.325s ease-in-out;
  transform: translate(0, -735%);
}
.t898__btn_input:checked ~ a:nth-of-type(7) {
  transition: all 0.325s ease-in-out;
  transform: translate(0, -855%);
}
.t898__btn_input:checked ~ a:nth-of-type(8) {
  transition: all 0.35s ease-in-out;
  transform: translate(0, -975%);
}
.t898__btn_input:checked ~ a:nth-of-type(9) {
  transition: all 0.375s ease-in-out;
  transform: translate(0, -1095%);
}
.t898__btn_input:checked ~ a:nth-of-type(10) {
  transition: all 0.4s ease-in-out;
  transform: translate(0, -1215%);
}
.t898__btn_input:checked ~ a:nth-of-type(11) {
  transition: all 0.425s ease-in-out;
  transform: translate(0, -1335%);
}
.t898__btn_input:checked ~ .t898__animated-circle {
  display: none;
}
.t898__btn_input:checked ~ .t898__icon_link {
  opacity: 1;
  visibility: visible;
}
.t898__btn_input:checked + label {
  background: #fff !important;
  animation: none;
}
.t898__btn_input:checked + label .t898__bgimg {
  opacity: 0;
  visibility: hidden;
}
.t898__btn_input:checked + label .t898__icon-write {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
}
.t898__btn_input:checked + label .t898__icon-close {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.t898__btn:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.t898__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.t898__icon {
  transition: all 0.3s ease-in-out;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t898__icon-close {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
}
.t898__icon_tooltip {
  position: absolute;
  opacity: 0;
  right: 80px;
  white-space: nowrap;
  background: #fff;
  padding: 9px 13px;
  font-size: 15px;
  border-radius: 3px;
  transform: translateX(0%) translateY(-50%);
  top: 50%;
  background: #292929;
  color: #fff;
  transition: all 0.1s linear;
}
.t898__icon_tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #292929;
}
.t898__icon_link {
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
}
.t898__icon_link:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.t898__icon_link:hover .t898__tooltip {
  opacity: 0.85;
}
.t898_left .t898__tooltip {
  left: 80px;
  right: auto;
}
.t898_left .t898__tooltip:after {
  left: -20px;
  border-right-color: #292929;
  border-left-color: transparent;
}
.t898_left .t898__hint {
  left: 80px;
  right: auto;
}
.t898_left .t898__hint:after {
  left: -20px;
  border-right-color: #292929;
  border-left-color: transparent;
}
.t898__svg__wrapper {
  position: relative;
}
.t898__svg__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .t898 .t898__wrapper {
    bottom: 10px;
    right: 10px;
  }
}

.pay-desc li a {
  color: #434343;
  text-decoration: revert;
  font-weight: 500;
}
.pay-desc li a:hover {
  text-decoration: none;
}

.section__works .item-content__text {
  display: flex;
  align-items: center;
}

.section__shares .shares .gar-sale .gar-sale__item.action-2 .action-title {
  color: #FFCC00;
}

.section_more_product_items .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.section_more_product_items .more_product_items .owl-nav .owl-prev,
.section_more_product_items .more_product_items .owl-nav .owl-next {
  top: 50% !important;
  transform: translate(0, -50%);
  margin: -20px 0 0 0 !important;
}

.contacts-social a {
  display: block;
  color: black;
}

@media (min-width: 769px) {
  .kartochka_tovara-page-content .section__product_item {
    padding-bottom: 0;
  }
  .kartochka_tovara-page-content .block-title,
  .kartochka_tovara-page-content .more_product_items_title {
    font-size: 36px;
  }
  .products_item .product_item_wrap .product_item .product_item_info {
    transition: all 0.3s ease;
  }
  .products_item .product_item_wrap .product_item .product_item_info * {
    transition: all 0.3s ease;
  }
  .products_item .product_item_wrap .product_item .product_item_info .product_item_text {
    text-align: left !important;
  }
  .products_item .product_item_wrap .product_item .product_item_info .product_item_text .title {
    padding-left: 25px;
  }
  .products_item .product_item_wrap .product_item .product_item_info .product_item_text .product_item_price .product_price {
    justify-content: flex-start !important;
  }
  .products_item .product_item_wrap .product_item .product_item_info .product_item_text .product_item_price .product_price .price {
    padding-left: 15px;
  }
  .products_item .product_item_wrap .product_item:hover .product_item_info .product_item_text .product_item_price .title {
    padding-left: 22px;
  }
  .products_item .product_item_wrap .product_item:hover .product_item_info .product_item_text .product_item_price .product_price {
    margin-bottom: 10px;
    margin-top: -3px;
  }
  .materials-page-content .materials-item {
    /*.item-img,
    .item-info {
      height: 345px;
      min-height: 345px;
    }*/
  }
  .materials-page-content .materials-item .item {
    display: flex;
  }
  .materials-page-content .materials-item .item-info__label {
    position: relative !important;
    margin-left: -50px !important;
    bottom: 0 !important;
    margin-top: 30px !important;
  }
  .materials-page-content .materials-item .item-info {
    padding-bottom: 30px;
  }
  .materials-page-content .materials-item .item-img__img {
    object-fit: cover;
  }
  .designer-wrapper {
    align-items: flex-start !important;
    justify-content: space-between !important;
  }
  .designer-wrapper .designer-item {
    flex-grow: 1;
    max-width: 335px;
    align-items: flex-start !important;
  }
  .designer-wrapper .designer-item .designer-item__img {
    margin-top: 5px;
  }
  .designer-wrapper .designer-item .designer-circle {
    top: 18px;
  }
  .designer-wrapper .designer-item .designer-item__text {
    width: 265px;
  }
}
.section_telegram .btn.telegram_link,
.section__shares .coupon__form .btn.telegram_link {
  display: inline-block;
  width: 200px;
  font-size: 15px;
  min-height: 45px;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 33px;
}

@media (max-width: 768px) {
  .section__designer {
    padding-bottom: 55px !important;
  }
  .information_slider .owl-nav .owl-prev,
  .information_slider .owl-nav .owl-next {
    background: #fff !important;
    color: black !important;
  }
  .information_slider .owl-nav .owl-prev:before,
  .information_slider .owl-nav .owl-next:before {
    border-width: 2px 2px 0 0 !important;
  }
  .service-page-content {
    line-height: 1.5;
  }
  .service-page-content .service-montaj,
  .service-page-content .service-delivery,
  .service-page-content .service-faq,
  .service-page-content .service-send {
    margin-bottom: 35px !important;
  }
  .service-page-content .service-delivery,
  .service-page-content .service-garant,
  .service-page-content .service-info {
    display: flex;
    flex-direction: column-reverse;
  }
  .service-page-content .service-delivery__img,
  .service-page-content .service-garant__img,
  .service-page-content .service-info__img {
    margin-bottom: 15px;
  }
  .service-page-content .section__service .service-form {
    margin-top: 20px;
    margin-bottom: 55px;
    min-height: 0;
  }
  .service-page-content .section__service .service-form__right {
    position: static;
  }
  .service-page-content .section__service .service-send__img {
    margin-bottom: 15px;
    margin-right: 0;
    width: auto;
  }
  .service-page-content .section__service .service-garant {
    margin-bottom: 35px !important;
  }
  .service-page-content .section__service .service-garant__desc {
    min-height: 0 !important;
  }
  .service-page-content .section__service .service-video .information_slider .owl-nav .owl-prev {
    left: -20px !important;
  }
  .service-page-content .section__service .service-video .information_slider .owl-nav .owl-next {
    right: -20px !important;
  }
  .service-page-content .section__mini-video,
  .service-page-content .section__carousel {
    margin-bottom: 55px;
  }
  .service-page-content .section__service .service-info {
    padding: 0;
    margin-bottom: 55px;
  }
  .service-page-content .section__service .service-info__desc {
    margin-top: 0;
  }
  .service-page-content .faq-title {
    width: auto;
    padding-right: 37px;
  }
  .materials-page-content.fix .materials-logos {
    justify-content: flex-start;
    width: auto;
    margin-right: 145px;
  }
  .materials-page-content.fix .materials-logos img {
    margin-right: 7px;
  }
  .materials-page-content.fix .materials-logos img:last-child {
    margin-right: 0;
  }
  .materials-page-content.fix .materials-item .item-img {
    min-height: 237px;
  }
  .materials-page-content.fix .materials-item:nth-child(2n+1) .item {
    display: flex;
    flex-direction: column-reverse;
  }
  .materials-page-content.fix .materials-item .item-info {
    min-height: 0;
  }
  .materials-page-content.fix .materials-item .item-info__label {
    position: relative;
    bottom: 0;
    left: -35px;
    margin-top: 20px;
    margin-bottom: 25px;
    width: auto;
    margin-right: 10px;
    display: inline-block;
    transform: skewX(-12deg);
    padding-right: 20px;
  }
  .materials-page-content.fix .materials-item .item-info__label .inner {
    transform: skewX(12deg);
  }
  .materials-page-content.fix .materials-item .item-info_corpus.height-auto-mobile {
    height: auto;
  }
  .desinger-expert-page.fix .title_section {
    width: auto !important;
  }
  .home-page-content .section__works .item-content {
    overflow: hidden !important;
  }
  .itf-page-content.fix .section__works {
    padding-top: 55px;
  }
  .itf-page-content.fix .section__works .item-content {
    overflow: hidden !important;
  }
  .itf-page-content.fix .tab-content__gallery-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .itf-page-content.fix .section__itf .label-item__name {
    font-size: 13px !important;
  }
  .itf-page-content.fix .section__itf .information_slider .owl-stage-outer .owl-stage .item {
    height: auto !important;
  }
  .itf-page-content.fix .section__itf .material-tabs .r-tabs {
    margin-bottom: 55px;
  }
  .itf-page-content.fix .section__itf .material-tabs .r-tabs .r-tabs-nav {
    display: none;
  }
  .itf-page-content.fix .section__itf .material-tabs .r-tabs .r-tabs-accordion-title {
    display: block !important;
  }
  .itf-page-content.fix .section__itf .material-tabs .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    background: #d5d5d5;
    background: -webkit-gradient(linear, left top, right top, from(#d5d5d5), color-stop(80%, #c3c3c3), to(#c3c3c3));
    background: -webkit-linear-gradient(left, #d5d5d5 0%, #c3c3c3 80%, #c3c3c3 100%);
    background: -o-linear-gradient(left, #d5d5d5 0%, #c3c3c3 80%, #c3c3c3 100%);
    background: linear-gradient(to right, #d5d5d5 0%, #c3c3c3 80%, #c3c3c3 100%);
  }
  .itf-page-content.fix .section__itf .material-tabs .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: rgba(246, 203, 29, 0.85) !important;
  }
  .itf-page-content.fix .section__itf .material-tabs .tab-content__gallery-row .col-xs-12 {
    padding: 0 !important;
  }
  .itf-page-content.fix .section__itf .material-tabs .tab-content__gallery-row .label-item {
    width: 99%;
  }
  .itf-page-content.fix .section__itf .material-tabs .tab-content__gallery-row .label-item .label-item__name {
    padding: 8px 22px 8px 45px !important;
    line-height: 1.1 !important;
  }
  .o_nas-page-content.fix .about-carousel-work .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .o_nas-page-content.fix .title_section {
    width: auto !important;
  }
  .listing-page-content.redesign-2023 .section__desinger {
    padding-right: 15px;
    padding-left: 15px;
  }
  .kartochka_tovara-page-content .section__material-tabs {
    padding-bottom: 55px;
  }
  .kartochka_tovara-page-content .material-tabs .r-tabs .r-tabs-nav .r-tabs-tab {
    height: 40px !important;
  }
  .kartochka_tovara-page-content .section__product_item .prod-benefits ul li {
    flex-basis: 48%;
  }
  .contacts-page-content .contacts-wrapper {
    padding-top: 15px;
  }
  .contacts-page-content .contacts-title {
    font-size: 15px;
  }
  .header .m-menu-toggle-fix {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #A8A8A8;
    font-size: 9px;
    text-align: center;
    height: 50px;
  }
  .header .m-menu-toggle-fix .m-menu-toggle__icon {
    background: url("/assets/img/burger-menu.svg") no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 23px;
    margin-top: 1px;
  }
  .sp-popup-outer.sp-show {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-page-content .section__works .item-content {
    justify-content: space-around !important;
  }
  .home-page-content .section__works .item-content__text {
    flex-basis: 40%;
    flex-grow: 1;
    width: 50% !important;
    margin-right: 0 !important;
  }
  .home-page-content .section__works .item-content__text:after {
    right: 0 !important;
    transform: translate(25%, -50%) !important;
  }
  .home-page-content .section__works .item-content__text:nth-child(2n-1) {
    padding-right: 40px;
  }
  .home-page-content .section__works .item-content__text:nth-child(2n) {
    padding-left: 40px;
  }
  .reverse-row-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .pay-page-content .section__carousel .container {
    width: 100%;
  }
  .pay-page-content .section__carousel .container .page_bg {
    width: 100%;
  }
  .pay-page-content .section__pay_form {
    padding-top: 35px;
  }
  .pay-page-content .section__pay_form .row.pay {
    display: flex;
    flex-direction: column-reverse;
  }
  .pay-page-content .section__pay_form .pay-desc {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .contacts-page-content .d-slider .carousel-3d-container {
    margin-top: 0;
  }
  .contacts-page-content .section__contact_us {
    padding-top: 15px;
  }
  .contacts-page-content .section__rekviziti .rekviziti {
    padding: 25px;
  }
  .contacts-page-content .section__rekviziti .rekviziti-slider {
    margin-top: 0;
  }
  .contacts-page-content .section__rekviziti .rekviziti-slider .owl-carousel {
    height: auto;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .information_slider .owl-nav .owl-prev:before,
  .listing-page-content.redesign-2023 .section__new_catalog .information_slider .owl-nav .owl-next:before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .information_slider .owl-nav .owl-prev:before {
    left: 10px;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .information_slider .owl-nav .owl-next:before {
    right: 10px;
    left: auto !important;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .information_slider .owl-nav .owl-prev {
    left: -10px !important;
    box-shadow: 3px 3px 6px rgba(94, 94, 94, 0.25);
    width: 30px;
    height: 30px;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .information_slider .owl-nav .owl-next {
    right: -8px;
    box-shadow: 3px 3px 6px rgba(94, 94, 94, 0.25);
    width: 30px;
    height: 30px;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .catalog-items .item-inner .more-product {
    top: -100px !important;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .c-price-container .c-price {
    height: 40px !important;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .c-price-container .inner-c-price {
    top: 2px !important;
    height: 30px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .c-price-container .inner-c-price .js-cur-price {
    font-size: 13px !important;
    white-space: nowrap;
  }
  .listing-page-content.redesign-2023 .section__new_catalog .c-price-container .p-old-price {
    font-size: 12px !important;
  }
  .listing-page-content.redesign-2023 .section__desinger {
    padding-top: 0;
  }
}

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

/* End */
/* /bitrix/templates/custom/components/bitrix/main.file.input/new_upload/style.css */
/* /bitrix/templates/custom/template_styles.css */
