

/* Start:/local/templates/normakuhni/components/bitrix/news.list/stocks_list/style.css?17829949663256*/
.stocks__slide {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: auto;
  min-height: 470px;
}
.stocks__slide > * {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.stocks__slide > *::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-17.34%, rgba(51, 51, 51, 0)), to(var(--black)));
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0) -17.34%, var(--black) 100%);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) -17.34%, var(--black) 100%);
  z-index: 0;
}
.stocks__slide > * > * {
  position: relative;
  z-index: 1;
}
.stocks__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: border-radius 0.3s ease;
  -o-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
.stocks .btn {
  margin-left: auto;
  padding: 10px 50px;
}
.stocks .btn + .btn {
  margin-left: 0;
  background-color: var(--white);
  border-color: var(--white);
  color: var(--orange);
}

.stocks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}

.stocks__name, .stocks__desc {
  width: 100%;
}

.stocks__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}

.stocks__price {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  font-size: 24px;
  font-weight: var(--weight_reg);
}


@media (hover: hover) and (pointer: fine) {
	.stocks__content:hover {
    border-radius: var(--radius);
  }
  .stocks .btn + .btn:hover {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
  }
}
@media (min-width: 992px) {
  .stocks__desc {
    margin-bottom: 10px;
  }
	.stocks__text {
    position: relative;
    padding-left: 30%;
  }
  .stocks__text::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    height: 1px;
    width: 23%;
    background-color: var(--white);
  }
  .stocks__text:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 1920px) {
  .stocks__info {
    -ms-flex-preferred-size: calc(300px + 220 * (100vw - 320px) / 1600);
        flex-basis: calc(300px + 220 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1200px) {
  .stocks__slide {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
	.stocks__content {
    border-radius: var(--radius);
  }
	.stocks__wrapper {
    row-gap: 17px;
  }
  .stocks__info {
    display: none;
  }
}
@media (max-width: 479.98px) {
	.stocks .btn {
    padding: 20px;
  }
  .stocks__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* End */


/* Start:/local/templates/normakuhni/components/nastart/main.feedback/banner_form/style.css?17829949661352*/
.block-form {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.block-form::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.8;
  z-index: 0;
}
.block-form__container {
  position: relative;
  z-index: 1;
}
.block-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.block-form__wrapper > * {
  width: 100%;
}

.block-form .form {
  padding: 30px;
  background-color: var(--white);
  border-radius: var(--radius_small);
  max-width: 795px;
}

.block-form .title {
  color: var(--white);
  max-width: 600px;
}

@media (max-width: 991.98px) {
  .block-form .form {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
	.block-form {
    padding: 30px 0;
  }
  .block-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
/* End */


/* Start:/local/templates/normakuhni/components/bitrix/main.userconsent.request/userconsent/user_consent.css?17829949664354*/
.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;
}

@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/normakuhni/components/bitrix/news.list/stocks_list/style.css?17829949663256 */
/* /local/templates/normakuhni/components/nastart/main.feedback/banner_form/style.css?17829949661352 */
/* /local/templates/normakuhni/components/bitrix/main.userconsent.request/userconsent/user_consent.css?17829949664354 */
