

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

.grid .bx_sidebar {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .ext-eshop-template-section-horizontal .container-custom {
    padding: 0 10px;
  }
}

/* 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;
  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;
}

.catalog-detail-page {
  padding-top: 10px;
}

.catalog-detail-page__layout {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.catalog-detail-page__layout--with-sidebar {
  -ms-grid-columns: minmax(0, 1fr) 300px;
  grid-template-columns: minmax(0, 1fr) 300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.catalog-detail-page__full-width {
  width: 100%;
}

.popular-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.popular-section__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.popular-section__title {
  margin: 0;
  text-align: center;
  color: var(--main-main);
  font-family: "Europe", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 1000px) {
  .catalog-detail-page__layout--with-sidebar {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  .popular-section__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .popular-section__title {
    font-size: 28px;
  }
}
/* 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/extEshopTemplate/style.css?17780779582530 */
/* /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 */
