

/* Start:/local/templates/abukva/components/bitrix/catalog/extProduct/style.css?17778102761122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.element/extProductElement/style.css?177807948420138*/
.section__header {
  text-align: center;
}
.section__header.heading-text-block {
  text-align: start;
}
.section__header span {
  font-size: 0.8em;
  color: var(--txt-faded);
}
@media (max-width: 1000px) {
  .section__header {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section__header {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .section__header {
    font-size: 20px;
    word-break: break-word;
  }
}

.hero-section .section__header {
  font-size: 40px;
}
@media (max-width: 1000px) {
  .hero-section .section__header {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .hero-section .section__header {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hero-section .section__header {
    font-size: 24px;
  }
}

.header__middle {
  font-size: 28px;
}

.header__small {
  font-size: 22px;
}

.header__verysmall {
  font-size: 18px;
}

.section__subheader {
  font-size: 16px;
  line-height: 1.4;
  color: var(--txt-color);
  text-align: center;
  margin: 0;
}

.product-html-blocks .text-main p:last-child {
  margin-bottom: 0;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-content__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #899BB8;
}
.hero-content__left img, .hero-content__left__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border: none;
  border-radius: 0;
}
.hero-content__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero-content__picture {
  width: 100%;
}
.hero-content__picture img,
.hero-content__picture picture {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-content__picture img {
  border-radius: 16px;
  border: 1px solid #899BB8;
}
.hero-content__announce {
  font-family: "Europe", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #002640;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hero-content__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-content img, .hero-content__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.hero-content__video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #899BB8;
  background: #000;
}
.hero-content__video:focus {
  outline: 2px solid #00AC6B;
  outline-offset: 2px;
}
.hero-content__video--iframe {
  border: none;
  border-radius: 0;
  aspect-ratio: 16/9;
}
.hero-content__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #899BB8;
  background: #000;
}
.hero-content__video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}
.hero-content--stacked {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-content--stacked .hero-content__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  height: auto !important;
}
.hero-content--stacked .hero-content__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.hero-content--stacked .hero-content__picture {
  display: none;
}
.hero-content--stacked .hero-content__announce {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1200px) {
  .hero-content {
    gap: 20px;
  }
  .hero-content__right {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-content__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .hero-content__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero-content__picture {
    display: none;
  }
  .hero-content__announce {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.materials__title {
  font-family: "Europe", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #00AC6B;
  text-align: center;
  margin: 0;
}
.materials__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  background: #f6ffff;
  border: 1px solid #60D6A9;
  border-radius: 16px;
  width: 100%;
  max-width: calc(50% - 5px);
}
@media (max-width: 1200px) {
  .materials__card {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 1000px) {
  .materials__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .materials__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.materials__copies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.materials__copies-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.materials__copies-label {
  font-family: "Europe", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #002640;
}
.materials__stack-svg {
  display: block;
}
.materials__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.materials__swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.materials__swatch-box {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #899bb8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.materials__swatch-label {
  font-family: "Europe", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #002640;
  white-space: nowrap;
}
.materials__desc {
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #002640;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1000px) {
  .materials__desc {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.additional__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .additional__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.additional__visual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: clamp(-webkit-min-content, -webkit-max-content, -webkit-max-content);
  width: clamp(-moz-min-content, -moz-max-content, -moz-max-content);
  width: clamp(min-content, max-content, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.additional__description {
  max-width: 400px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .additional__description {
    max-width: unset;
    text-align: center;
  }
}
.additional__cards-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
.additional__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.additional__cards::-webkit-scrollbar {
  display: none;
}
.additional__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}
.additional__card-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-decoration: none;
  width: clamp(280px, (100% - 40px) / 3, 380px);
  scroll-snap-align: start;
}
@media (hover: hover) and (pointer: fine) {
  .additional__card-link:hover .card__title {
    color: #00AC6B;
  }
}
@media (hover: none), (pointer: coarse) {
  .additional__card-link:active .card__title {
    color: #00AC6B;
  }
}
@media (max-width: 768px) {
  .additional__card-link {
    width: 80%;
  }
}
.additional__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 999px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.additional__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #002640;
  border-bottom: 2px solid #002640;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.additional__nav--prev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 768px) {
  .additional__nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .visual-box__copies img, .visual-box__colors img {
    width: 100%;
  }
}

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.card__image img {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 480px) {
  .card__title {
    font-size: 16px;
    word-break: break-all;
  }
}
.card__btn {
  width: 32px;
  height: 32px;
}
@media (max-width: 480px) {
  .card__btn {
    display: none;
  }
}
.card__description {
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .card__description {
    word-break: break-all;
  }
}

.sections-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: left;
}

.invoice-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  max-width: calc(50% - 5px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1200px) {
  .invoice-promo {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 1000px) {
  .invoice-promo {
    max-width: 100%;
  }
}
.invoice-promo__title {
  color: #00AC6B !important;
  margin: 0;
}
.invoice-promo__desc {
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #002640;
  margin: 0;
}
.invoice-promo__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.invoice-promo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #002640;
}
.invoice-promo__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #06799F;
}
.invoice-promo .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.process__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.process__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  min-height: 320px;
  text-align: left;
}
.process__step:nth-child(4n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.process__step-body, .process__step-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.process__step-image {
  height: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.process__step-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.process__step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.process__step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.process__step-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #00AC6B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  line-height: 1;
  color: #00AC6B;
}
.process__step-title {
  color: #00AC6B !important;
}
.process__step-text {
  margin: 0;
}
.process__step-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.process__arrow {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 384px;
  height: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("/local/templates/abukva/components/bitrix/catalog/product/bitrix/catalog.element/.default/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.process__arrow:nth-child(4n) {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 768px) {
  .process__step, .process__step:nth-child(4n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: unset;
  }
  .process__step-body, .process__step-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .process__step-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 220px;
  }
  .process__arrow {
    display: none;
  }
}

.section-form {
  scroll-margin-top: 100px;
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/news.list/bs4horizontalVideoImageDisplayCase/style.css?17800050486878*/
.product-carousel {
  position: relative;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: 100%;
  max-width: min(100%, 302px * 4 + 10px * 3);
}
.product-carousel a {
  text-decoration: none;
}
.product-carousel--loading {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.product-carousel__viewport {
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.product-carousel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.product-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 302px;
          flex: 0 0 302px;
  background: var(--color-surface);
  border-radius: 4px;
  border: 1px solid var(--main-accent2);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .product-carousel__item:hover, .product-carousel__item:focus-within {
    border-color: var(--second-main);
  }
}
.product-carousel__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 8px 10px 10px;
  gap: 6px;
  text-align: left;
  border-top: 1px solid var(--main-accent2);
  -webkit-transition: border-top-color 0.2s ease;
  transition: border-top-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .product-carousel__item:hover .product-carousel__item-inner, .product-carousel__item:focus-within .product-carousel__item-inner {
    border-top-color: var(--second-main);
  }
}
.product-carousel__item--more {
  border: 0;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 302px;
          flex: 0 0 302px;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-carousel__item--more .product-carousel__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  border-top: 0;
}
.product-carousel__img-link {
  display: block;
  border-bottom: 1px solid var(--color-border);
}
.product-carousel__img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px 4px 0 0;
  background: var(--color-surface);
}
.product-carousel__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.product-carousel__arrow--left {
  left: -24px;
}
.product-carousel__arrow--right {
  right: -24px;
}
.product-carousel__more-btn {
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.product-carousel__more-btn[disabled] {
  opacity: 0.65;
  cursor: default;
}
@media (max-width: 1200px) {
  .product-carousel {
    max-width: min(100%, 302px * 4 + 20px * 3);
  }
  .product-carousel__row {
    gap: 20px;
  }
  .product-carousel__arrow--left {
    left: -12px;
  }
  .product-carousel__arrow--right {
    right: -12px;
  }
}
@media (max-width: 1000px) {
  .product-carousel {
    max-width: 100%;
  }
  .product-carousel__arrow {
    display: none !important;
  }
  .product-carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--main-main) var(--main-accent2);
    padding-bottom: 10px;
  }
  .product-carousel__viewport::-webkit-scrollbar {
    height: 6px;
  }
  .product-carousel__viewport::-webkit-scrollbar-track {
    background: var(--main-accent2);
    border-radius: 4px;
  }
  .product-carousel__viewport::-webkit-scrollbar-thumb {
    background: var(--main-main);
    border-radius: 4px;
  }
}
@media (max-width: 480px) {
  .product-carousel__item, .product-carousel__item--more {
    -ms-flex-preferred-size: min(85vw, 280px);
        flex-basis: min(85vw, 280px);
  }
}
@media (max-width: 360px) {
  .product-carousel__row {
    gap: 10px;
  }
}

.product-card {
  text-align: left;
}
.product-card__article {
  color: var(--txt-muted);
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-card__title-link {
  display: block;
}
.product-card__title {
  margin: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--txt-color);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (hover: hover) and (pointer: fine) {
  .product-carousel__item:hover .product-card__title, .product-carousel__item:focus-within .product-card__title, .product-card__title-link:hover .product-card__title {
    color: var(--second-main);
  }
}
@media (hover: none), (pointer: coarse) {
  .product-card__title-link:active .product-card__title {
    color: var(--second-main);
  }
}
.product-card__desc {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--txt-faded);
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.product-card__meta {
  margin-top: 2px;
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.product-card__price {
  color: var(--third-main);
}
.product-card__qty {
  color: var(--txt-muted);
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/news.list/portfolio/style.css?17776614184130*/
.portfolio {
  width: 100%;
}
.portfolio__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .portfolio__grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .portfolio__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.portfolio__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.portfolio__trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.portfolio__trigger picture,
.portfolio__trigger img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .portfolio__trigger:hover picture, .portfolio__trigger:focus-visible picture, .portfolio__trigger:hover img, .portfolio__trigger:focus-visible img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.portfolio__trigger:focus-visible {
  outline: 2px solid #00AC6B;
  outline-offset: 2px;
}
.portfolio__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.portfolio__overlay::before {
  content: "";
  width: 48px;
  height: 48px;
  /* stylelint-disable-next-line function-url-quotes */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .portfolio__trigger:hover .portfolio__overlay, .portfolio__trigger:focus-visible .portfolio__overlay {
    opacity: 1;
  }
}
@media (hover: none), (pointer: coarse) {
  .portfolio__trigger:active .portfolio__overlay {
    opacity: 1;
  }
}
.portfolio__caption {
  padding: 10px;
  font-size: 14px;
  color: var(--txt-muted);
}
.portfolio__more {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .portfolio__more {
    padding-top: 0;
  }
}
.portfolio__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.portfolio__more-btn:disabled {
  cursor: not-allowed;
}
.portfolio__more-spinner {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: portfolio-more-spin 0.7s linear infinite;
          animation: portfolio-more-spin 0.7s linear infinite;
}

@-webkit-keyframes portfolio-more-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes portfolio-more-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/news.list/invoices/style.css?17780201867912*/
.invoice-templates {
  width: 100%;
}
.invoice-templates__lead {
  margin: 0 0 20px;
}
.invoice-templates__grid {
  margin: 0 0 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-auto-rows: 1fr;
}
.invoice-templates__footer {
  text-align: center;
}
.invoice-templates__note {
  margin: 0;
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-muted);
}

.invoice-template-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
  margin: 0;
  cursor: pointer;
  text-align: left;
  border-color: #EAEFF5 !important;
  -webkit-transition: border-color 0.2s ease !important;
  transition: border-color 0.2s ease !important;
}
.invoice-template-card--popular {
  border-color: var(--main-main) !important;
}
@media (hover: hover) and (pointer: fine) {
  .invoice-template-card:hover {
    border-color: var(--second-main) !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.invoice-template-card:has(.invoice-template-card__radio:checked), .invoice-template-card.is-selected {
  border-color: var(--second-main) !important;
}
.invoice-template-card__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.invoice-template-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--main-main);
  color: #FFFFFF;
  font-family: "Europe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.invoice-template-card__check {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  pointer-events: none;
}
.invoice-template-card:has(.invoice-template-card__radio:checked) .invoice-template-card__check, .invoice-template-card.is-selected .invoice-template-card__check {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.invoice-template-card__media {
  position: relative;
  height: 260px;
  background: #FFFFFF;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.invoice-template-card__media img,
.invoice-template-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.invoice-template-card__image {
  -o-object-fit: contain;
     object-fit: contain;
}
.invoice-template-card__number {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
}
.invoice-template-card__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #f3feff;
}
.invoice-template-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.invoice-template-card__title {
  margin: 0;
  color: var(--txt-color) !important;
  font-family: "Europe", sans-serif;
  font-size: var(--text-card-title);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}
.invoice-template-card__description {
  margin: 0;
  color: var(--txt-muted);
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
.invoice-template-card__footer {
  margin-top: auto;
  padding: 0 20px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.invoice-template-card__zoom {
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.invoice-template-card__media:hover .invoice-template-card__zoom, .invoice-template-card__media:focus-within .invoice-template-card__zoom {
  opacity: 1;
}
.invoice-template-card__order-btn {
  width: 100%;
}
.invoice-template-card__order-btn:disabled {
  background: transparent !important;
  border-color: #999999 !important;
  color: #999999 !important;
}
.invoice-template-card__download-btn-mobile {
  display: none !important;
  width: 100%;
  text-align: center;
}

.ui-card-hover:hover .invoice-template-card__title {
  color: var(--second-main) !important;
}

#invoiceModal .modal__dialog {
  padding: 20px;
}
#invoiceModal .modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#invoiceModal .invoice-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#invoiceModal .modal__title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  word-break: break-word;
}
#invoiceModal .invoice-modal__close {
  position: static !important;
  top: auto !important;
  right: auto !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-top: 0;
}
#invoiceModal .modal__figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(234, 239, 245, 0.85);
  background: #FFFFFF;
}
#invoiceModal .modal__img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(90vh - 230px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
#invoiceModal .modal__prose:empty {
  display: none;
}

@media (max-width: 1200px) {
  .invoice-templates__grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .invoice-templates__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .invoice-template-card__zoom {
    display: none !important;
  }
  .invoice-template-card__download-btn-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #invoiceModal {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .invoice-templates__grid {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
  .invoice-template-card__media {
    height: 220px;
  }
  #invoiceModal .modal__dialog {
    padding: 10px;
  }
  #invoiceModal .invoice-modal__header {
    gap: 10px;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/bitrix/components/arsisprint/extshop.order/templates/.default/style.css?177996222315103*/
@charset "UTF-8";
.extshop-order {
  margin: 0 auto;
  /* max-width: 800px; */
  padding: 0;
  position: relative;
}

.extshop-order .main-user-consent-request-announce-link {
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-muted);
  text-align: left;
}
@media (max-width: 480px) {
  .extshop-order .main-user-consent-request-announce-link {
    font-size: var(--text-12);
  }
}

.extshop-order .main-user-consent-request {
  position: relative;
}

.main-user-consent-request-popup-cont {
  max-height: calc(100vh - 50px);
}

.bx_catalog_list_home .extshop-order {
  padding: 0;
}

.extshop-order-item-header {
  font-size: 1.2rem;
  color: #1453c0;
  font-family: "Roboto", "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.extshop-order-item-header-num {
  width: 3rem;
  height: 3rem;
  border: 2px solid #1453c0;
  border-radius: 50%;
  margin: 0 1rem 0 -1.5rem;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  background: #fff;
  min-width: 3rem;
}

.extshop-order-item-header-text {
  padding: 1rem;
}

.extshop-order-item-header-subtext {
  font-size: 0.8rem;
}

.extshop-order-item {
  /*border-left: 2px solid  #1453c0;*/
}

.extshop-order-item_disable {
  border-color: #808080;
}

#extshop-order-promo {
  padding: 0 1rem;
  text-align: center;
}

.extshop-order-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7882352941);
  z-index: 8000;
}

.extshop-order-form-overlay {
  display: none;
}

.extshop-order-form-overlay-show .extshop-order-form-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1rem;
}

.extshop-order_hide .extshop-order-item_without-num .extshop-order-item-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: 0 0 1rem;
  text-align: center;
}

.extshop-order_hide .extshop-order-item_without-num .extshop-order-item-header .extshop-order-item-header-num {
  display: none;
}

.extshop-order-item-inner {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s;
}

.extshop-order-item_disable .extshop-order-item-header {
  color: #808080;
}

.extshop-order-item_disable .extshop-order-item-header-num {
  border-color: #808080;
}

.extshop-order-item_disable .extshop-order-item-inner {
  height: 0;
  padding: 0;
  max-height: 0;
}

.extshop-order_hide .extshop-order-item-header {
  display: none !important;
  /*opacity: 0;*/
}

.extshop-order_hide .extshop-order-item {
  border-left: none;
}

.extshop-order-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.82);
  z-index: 100100;
}

.extshop-order-overlay-inner {
  text-align: center;
  font-size: 1.5rem;
  color: #1453c0;
  border: 1px solid #9e9e9e;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin: 5rem 1rem;
  max-width: 500px;
}

/*.extshop-order-waiting:before {
  animation: changeContentOrder .8s linear infinite;
  display: inline-block;
  content: "⠋";
  font-size: 1em;
  margin-right: 1rem;
}*/
@-webkit-keyframes changeContentOrder {
  10% {
    content: "⠙";
  }
  20% {
    content: "⠹";
  }
  30% {
    content: "⠸";
  }
  40% {
    content: "⠼";
  }
  50% {
    content: "⠴";
  }
  60% {
    content: "⠦";
  }
  70% {
    content: "⠧";
  }
  80% {
    content: "⠇";
  }
  90% {
    content: "⠏";
  }
}
@keyframes changeContentOrder {
  10% {
    content: "⠙";
  }
  20% {
    content: "⠹";
  }
  30% {
    content: "⠸";
  }
  40% {
    content: "⠼";
  }
  50% {
    content: "⠴";
  }
  60% {
    content: "⠦";
  }
  70% {
    content: "⠧";
  }
  80% {
    content: "⠇";
  }
  90% {
    content: "⠏";
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.extshop-order-waiting:before {
  -webkit-animation: 1.5s linear infinite spinner;
          animation: 1.5s linear infinite spinner;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
  border: solid 2.8px #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  /* line-height: 1.5; */
  /* position: absolute; */
  top: 10%;
  left: 10%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  display: inline-block;
}

.extshop-order-container_100 {
  width: 100%;
}

/* Основной контейнер формы */
.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-20);
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid var(--main-accent2);
}

/* Заголовок формы */
.order-form__header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-10);
}

.order-form__title {
  font-family: "Europe", sans-serif;
  font-size: var(--h3);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--main-main);
}

.order-form__subtitle {
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-muted);
  margin: 0;
}

/* Контент формы */
.order-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* Поле формы */
.order-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/* Лейбл */
.order-form__label {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-faded);
  margin: 0;
  text-align: left;
}

.order-form__required {
  color: #db0000;
}

/* Инпут */
.order-form__input {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.order-form__input::-webkit-input-placeholder {
  color: var(--txt-faded);
}

.order-form__input::-moz-placeholder {
  color: var(--txt-faded);
}

.order-form__input:-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__input::-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__input::placeholder {
  color: var(--txt-faded);
}

.order-form__input:hover {
  border-color: #999;
}

.order-form__input:focus {
  border-color: var(--main-main);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-form__input.order-form__input--error {
  border-color: #db0000;
}

/* Textarea */
.order-form__textarea {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  outline: none;
  resize: vertical;
  min-height: 104px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.order-form__textarea::-webkit-input-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea::-moz-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea:-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea::-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea::placeholder {
  color: var(--txt-faded);
}

.order-form__textarea:hover {
  border-color: #999;
}

.order-form__textarea:focus {
  border-color: var(--main-main);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Сообщение об ошибке */
.order-form__error {
  font-family: "Europe", sans-serif;
  font-size: var(--text-12);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #db0000;
  margin-top: 4px;
  display: none;
}

.order-form__error.active {
  display: block;
}

/* Согласие на обработку данных */
.order-form__agreement {
  margin-top: 2px;
}

.order-form__agreement label {
  font-family: "Europe", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.order-form__agreement input[type=checkbox] {
  margin-top: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: var(--second-main);
}

.order-form__agreement a {
  color: var(--third-main);
  text-decoration: underline;
}

.order-form__agreement a:hover {
  text-decoration: none;
}

/* Кнопки */
.order-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-10);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.order-form__button {
  font-family: "Europe", sans-serif;
  font-size: var(--text-btn);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 12px 24px;
  border: 1.5px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  outline: none;
}

.order-form__button--primary {
  background: var(--second-main);
  color: #fff;
  border-color: var(--second-main);
}

.order-form__button--primary:hover {
  background: var(--second-main);
  opacity: 0.9;
}

.order-form__button--primary:active {
  opacity: 0.85;
}

.order-form__button--primary:disabled {
  background: var(--main-accent2);
  cursor: not-allowed;
}

.order-form__button--secondary {
  background: transparent;
  color: var(--txt-color);
  border-color: var(--second-main);
}

.order-form__button--secondary:hover {
  background: rgba(255, 108, 0, 0.06);
}

.order-form__button--secondary:active {
  background: rgba(255, 108, 0, 0.12);
}

/* Адаптив */
@media (max-width: 768px) {
  .order-form {
    max-width: 100%;
  }
  .order-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-form__button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .order-form {
    padding: 20px;
    border-radius: 0;
  }
}
/* Контейнер формы в оверлее */
.extshop-order-form-container {
  /* max-width: 800px; */
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: calc(100vh - 100px);
  overflow: auto;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .extshop-order-form-container {
    max-height: calc(100vh - 50px);
  }
}

/* Оверлей */
.extshop-order-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(51, 51, 51, 0.79);
  z-index: 8000;
  display: none;
}

.extshop-order-form-overlay-show .extshop-order-form-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .extshop-order-form-overlay-show .extshop-order-form-overlay {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

/* Промо-блок внутри формы */
#extshop-order-promo {
  margin-bottom: 24px;
}

#extshop-order-promo:empty {
  display: none;
}

/* Состояние загрузки */
.extshop-order-waiting .order-form__button--primary {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.extshop-order-waiting .order-form__button--primary::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spinner 0.8s linear infinite;
          animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Оверлей с сообщениями */
.extshop-order-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.51);
  z-index: 100100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.extshop-order-overlay.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.extshop-order-overlay-inner {
  text-align: center;
  font-family: "Europe", sans-serif;
  font-size: var(--text-20);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--third-main);
  border: 1px solid #9e9e9e;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  margin: 5rem 1rem;
  max-width: 500px;
}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/.default/style.css?17775989294920*/
.webform-field-upload-list del {
	display: inline-block;
	margin: 0 3px 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.webform-field-upload-list del:hover {
	background: #E00101;
	color: #fff;
}
.webform-field-upload-list .error-text {
	color: #E00101;
}
.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 0 11px 2.8em;
	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 {
	white-space: nowrap;
	width: 100%;
}
.webform-field-upload-list li div.webform-field-item-wrap {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
*/	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 3px 0;
	color: #888;
	white-space: nowrap;
}
.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-list li .upload-file-name {
	padding: 0 5px 0 0;
}

.webform-field-upload {
	overflow: hidden;
	width: 250px;
	max-width: 100%;
	height: 39px;
	line-height: 39px;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.file-input .webform-field-upload input[type=file],
.file-input .webform-field-upload input[type=button] {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}
.webform-field-upload .webform-small-button {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.webform-field-upload-list ~ .webform-field-upload .webform-button-replace { display: none; }
.webform-field-upload-list.webform-field-upload-list-single {list-style: none; margin:0 0 11px 10px;}
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload { display: none; }
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace { display: none; }

.webform-field-upload-icon {
	display: none;
	margin: 0 10px 0 0;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #535c6a no-repeat center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);
	vertical-align: top;
	background-size: 50%;
	overflow: hidden;
}
.webform-field-upload-icon canvas, .webform-field-upload-icon img {
	width: 100%;
}

.webform-field-upload-list.webform-field-upload-icon-view .webform-field-upload-icon {
	display: inline-block;
}
.webform-field-upload-notice {
	font-size: 11px;
	font-style: italic;
}
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17776696524416*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/abukva/components/bitrix/catalog/extProduct/style.css?17778102761122 */
/* /local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.element/extProductElement/style.css?177807948420138 */
/* /local/templates/abukva/components/bitrix/news.list/bs4horizontalVideoImageDisplayCase/style.css?17800050486878 */
/* /local/templates/abukva/components/bitrix/news.list/portfolio/style.css?17776614184130 */
/* /local/templates/abukva/components/bitrix/news.list/invoices/style.css?17780201867912 */
/* /bitrix/components/arsisprint/extshop.order/templates/.default/style.css?177996222315103 */
/* /bitrix/components/bitrix/main.file.input/templates/.default/style.css?17775989294920 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17776696524416 */
