

/* Start:/bitrix/components/tinkoff/tcb.button/templates/.default/tcb_button.css?174886246014075*/
@font-face {
	font-family: haas;
	font-style: normal;
	font-weight: 400;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.eot) format("eot"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.woff) format("woff"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Regular.ttf) format("ttf")
}

@font-face {
	font-family: haas;
	font-style: normal;
	font-weight: 500;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.eot) format("eot"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.woff) format("woff"),url(https://tcb.cdn-tinkoff.ru/static/fonts/haas/v6/NeueHaasUnicaW1G-Medium.ttf) format("ttf")
}

@font-face {
	font-family: TinkoffSans;
	font-style: normal;
	font-weight: 400;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Regular.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Regular.woff) format("woff")
}

@font-face {
	font-family: TinkoffSans;
	font-style: normal;
	font-weight: 500;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Medium.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Medium.woff) format("woff")
}

@font-face {
	font-family: TinkoffSans;
	font-style: normal;
	font-weight: 700;
	src: url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Bold.woff2) format("woff2"),url(https://tcb.cdn-tinkoff.ru/static/fonts/TinkoffSans/v2/TinkoffSans_Bold.woff) format("woff")
}
#tcb--popup-window{
	border-radius: 24px;
	padding: 32px 0;
	box-shadow: 0px 18px 30px 0px #000000A3;
	max-width: 100%;
}
.tcb--popup-window-wrap{
	padding: 0 32px;
}
#tcb--popup-window .popup-window-close-icon {
	opacity: 1;
	width: 32px;
	height: 32px;
}
#tcb--popup-window .popup-window-close-icon:after{
	background-image: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/close.svg');
	width: 32px;
	height: 32px;
}
.tcb--popup-logo{
	display: flex;
	justify-content: center;
}
.tcb--popup-logo_img{
	width: 150px;
	height: 34px;
}
.tcb--popup-product, .tcb--popup-contactinfo{
	margin-top: 32px;
}
.tcb--popup-product_title,.tcb--popup-contactinfo_title{
	font-family: TinkoffSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 24px;
}
.tcb--popup-conditions{
	margin-top: 32px;
}
.tcb--popup-conditions_title{
	font-family: TinkoffSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 24px;
	padding: 0 32px;
}

#tcb--popup-window .popup-window-close-icon {
	position: fixed;
}

.tcb--form_quantity-field{
	padding: 13px 12px;
	border-radius: 8px 0px 0px 8px;
	background: #244A7F0F;
	font-family:haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-right: 2px;
	cursor: text;
}
.tcb--form_quantity-field:hover {
	background: #244A7F14;
}

.tcb--form_quantity-field.tcb--form-field--focus{
	padding: 12px 11px;
	border: 1px solid #000;
}
.tcb--form_quantity-field.tcb--form-field--focus.tcb--form-field--invalid{
	padding: 12px 11px;
	border: 1px solid #E31C1C;
}

.tcb--form-field--focus #tcb--form_quantity{
	margin-top: 0px;
}
.tcb--form_quantity-field.tcb--form-field--focus:hover {
	background: #fff;
}

#tcb--form_plus_button{
	width: 32px;
	height: 21px;
	border-radius: 0px 8px 0px 0px;
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/plus.svg') #244A7F0F no-repeat center center;
	display: inline-block;
	margin-bottom: 2px;
}

#tcb--form_plus_button:focus {
	outline: none;
}
#tcb--form_plus_button:hover{
	background-color: #244A7F14;
}
#tcb--form_plus_button:disabled{
	opacity: 0.56;
}

#tcb--form_minus_button{
	width: 32px;
	height: 21px;
	border-radius: 0px 0px 8px 0px;
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/minus.svg') #244A7F0F no-repeat center center;
	display: inline-block;
	/*opacity: 0.56px*/
}
#tcb--form_minus_button:focus{
	outline: none;
}
#tcb--form_minus_button:hover{
	background-color: #244A7F14;
}

#tcb--form_minus_button:disabled{
	opacity: 0.56;
}

#tcb--form_quantity {
	background: none;
	border: none;
	width: 20px;
	padding: 0;
}
#tcb--form_quantity:focus {
	outline: none;
}

.tcb--form-row_cell{
	flex: 1;
}

.tcb--form-field {
	border-radius: 12px;
	padding: 0 16px 0 12px;
	background: #244A7F0F;
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
	cursor: text;
	display: inline-block;
	box-shadow: none;
}

.tcb--form-sep {
	width: 20px;
}
#tcb--form .tcb--form-field input,#tcb--form .tcb--form-field textarea {
	text-align: left;
	width: 100%;
	border: none;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	background: none;
	padding: 9px 4px;
	margin-top: 18px;
	color: #000000CC;
}
.tcb--form-field textarea{
	height: 35px;
	resize:none;
	padding: 7px 4px!important;
}

.tcb--form-field textarea.tcb--form-field--tall{
	height: 83px;
}

.tcb--form-field input:focus,.tcb--form-field textarea:focus {
	outline: none;
}

.tcb--form-field:hover {
	background: #244A7F14;
}


.tcb--form-field--invalid {
	background: #E01F191F;
}

.tcb--form-field--focus {
	background: #fff;
	border: 1px solid #000000;
	color: #000;
	padding: 0 16px 0 11px;
}

.tcb--form-field--focus:hover {
	background: #fff;
}

.tcb--form-field--invalid.tcb--form-field--focus {
	border: 1px solid #E31C1C;
}

.tcb--form-field_label {
	position: absolute;
	font-size: 15px;
	line-height: 20px;
	color: #0000008A;
	top: 18px;
	left: 16px;
}

.tcb--form-field--filled .tcb--form-field_label{
	top: 10px;
	left: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

.tcb--form-field--focus .tcb--form-field_label{
	top: 9px;
	left: 15px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

.tcb--form-field--focus input, .tcb--form-field--focus textarea {
	margin-top: 17px;
}
.tcb--form-row_error {
	color: #E31C1C;
	font-size: 13px;
	line-height: 20px;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	margin-top: 4px;
}
.tcb--form-row_error--hidden {
	display: none;
}
.tcb--popup-product_line{
	display: flex;
	padding: 16px;
	border-bottom: 1px solid #0010241F;
	font-size: 15px;
	line-height: 24px;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	justify-content: space-between;
	align-items: center;
}
.tcb--popup-product_total {
	padding: 16px;
	display: flex;
	font-size: 15px;
	line-height: 24px;
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	justify-content: space-between;
}
.tcb--form_total_wrap {
	font-weight: 500;
}
.tcb--form_quantity_block{
	display: flex;
	flex-direction: column;
	min-width: 100px;
}
.tcb--form_quantity_input_wrap {
	display: flex;
}
.tcb--form_buttons{
	display: flex;
	flex-direction: column;
}
.tcb--form_buttons button{
	border: none;
	background: #244A7F0F;
	display: block;
	height: 16px;
	width: 16px;
}
.tcb--popup-product_info{
	margin-top: 20px;
	border: 1px solid #0010241F;
	border-radius: 16px;
}
.tcb--form-row{
	display: flex;
}
.tcb--button {
	border: none;
	background: #FFDD2D;
	color: #000000CC;
	font-size: 15px;
	line-height: 24px;
	padding: 16px 24px;
	font-family: haas;
	border-radius: 12px;
}

.tcb--button:hover {
	background: #FFCD33;
}


.tcb--button:focus {
	outline: none;
}

.tcb--button:active {
	background: #FAB619;
}

#tcb--button {
	background-image: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/logo.svg');
	padding-left: 66px;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 10px;
	font-weight: 500;
	display: block;
	margin: 0 auto;
	background-size: 55px;
	border-radius: 8px;
	/*
	background-position-y: 7px;
	background-size: 38px;
	padding-left: 62px;*/

}
#tcb--button_wrap {
	container-name: tcbbutton;
	container-type: inline-size;
}
@container tcbbutton (max-width: 256px) {
  #tcb--button {
    background-image: url(/bitrix/components/tinkoff/tcb.button/templates/.default/img/logo.svg);
	background-repeat: no-repeat;
	background-position-y: -3px;
	background-position-x: 10px;
	/*
	background-position-y: 7px;
	background-size: 23px;
	padding: 5px 20px 7px 43px;
	*/
	background-size: 34px;
	padding: 5px 20px 7px 45px;
	font-weight: 400;
	line-height: 20px;
	border-radius: 8px;
  }
}


.tcb--form_footer {
	display: flex;
	margin-top: 32px;
	justify-content: space-between;
	align-items: center;
}
#tcb--userconsent{
	position: relative;
	margin-top: 32px;
}
#tcb--userconsent label input {
	display: none;
}
#tcb--userconsent label {
	padding-left: 36px;
}
#tcb--userconsent .main-user-consent-request-announce-link {
	line-height: 21px;
}
#tcb--userconsent .main-user-consent-request-announce-link:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 6px;
	background: #ECF1F7;
	left: 0;
}

#tcb--userconsent .main-user-consent-request-announce-link:hover:before {
	background: #E4EBF3;
}

#tcb--userconsent input:checked + .main-user-consent-request-announce-link:before {
	background:url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/check.svg') #FFDD2D;
}

#tcb--userconsent input:checked + .main-user-consent-request-announce-link:hover:before {
	background-color: #FCC521;
}
#tcb--userconsent.tcb--form-field--invalid{
	background: none;
}
#tcb--userconsent.tcb--form-field--invalid  .main-user-consent-request-announce-link:before {
	background: #E01F191F;
}
#tcb--form-userconsent-error {
	margin-left: 36px;
}

#tcb--form_promocode-field {
	height: 56px;
	cursor: pointer;
}
.tcb--form_promocode-field--one{
	height: 56px;
	background: #fff;
	border: 1px solid #0010241F;
}
.tcb--form-field.tcb--form_promocode-field--one:hover{
	background: #fff;
	cursor: auto;
}

.tcb--form_promocode-field--one .tcb--form-field_label{
	top: 10px;
	left: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

#tcb--form_promocode-field:hover {
	background: #244A7F14;
}

#tcb--form_promocode-field:after {
	content: '';
	display: block;
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/arrow_down.svg') transparent no-repeat 50% 50%;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
}

#tcb--form_promocodes {
	display: none;
}
#tcb--form_promocodes.tcb--form_promocodes--opened{
	display: block;
	border-radius: 15px;
	box-shadow: 0px 8px 16px 0px #00000029;
	border: 1px solid #DDDFE0;
	padding: 6px;
	background: #fff;
	margin-top: 4px;
	margin-left: 32px;
	position: absolute;
	width: calc(100% - 64px);
	z-index: 1000;
}

#tcb--form_promocodes label {
	padding: 10px;
	display: block;
	border-radius: 8px;
	cursor: pointer;
}
#tcb--form_promocodes label:hover {
	background: #244A7F0F;
}
.tcb--form_promocode{
	position: relative;
}

#tcb--form_promocodes label:after {
	position: absolute;
	right: 10px;
	top: 5px;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
}

#tcb--form_promocodes input:checked + label:after {
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/check.svg') transparent no-repeat 50% 50%;
}

#tcb--form_promocodes input {
	display: none;
}

#tcb--form_promocode-field.tcb--form-field--focus:after {
	background: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/arrow_up.svg') transparent no-repeat 50% 50%;
}

#tcb--form_promocode-field.tcb--form-field--focus:hover{
	background: #fff;
}

#tcb--form_promocode-field.tcb--form-field--focus .tcb--form-field_label{
	font-size: 15px;
	line-height: 20px;
	color: #000000CC;
	top: 17px;
	left: 15px;
}
#tcb--form_promocode-field_value {
	font-family: haas,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	background: none;
	padding: 9px 4px;
	margin-top: 18px;
	color: #000000CC;
	display: inline-block;
}
#tcb--form_promocode-field.tcb--form_promocodes--selected .tcb--form-field_label{
	top: 10px;
	left: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #000000CC;
}

#tcb--form_promocode-field.tcb--form_promocodes--selected.tcb--form-field--focus .tcb--form-field_label{
	top: 9px;
	left: 15px;
}

#tcb--form_save_button {
	text-wrap: nowrap;
	margin-left: 32px;
	min-width: 184px;
	display: flex;
	justify-content: center;
}
#tcb--form_save_button:disabled {
	padding: 12px 24px;
}
#tcb--form_save_button:disabled .tcb-form_save_button_preloader {
	display: block;
}

#tcb--form_save_button:disabled .tcb-form_save_button_text {
	display: none;
}

@keyframes tuiLoaderRotate{0%{transform:rotate(0)}50%{transform:rotate(1turn)}to{transform:rotate(3turn)}}

@keyframes tuiLoaderDashOffset{0%{stroke-dashoffset:-66}50%{stroke-dashoffset:-314}to{stroke-dashoffset:-66}}

.tcb-form_save_button_preloader {
	display: none;
	min-width: 1em;
	max-width: 1em;
	min-height: 1em;
	max-height: 1em;
	margin: 0.25rem -0.5em;
	border-radius: 100%;
	overflow: hidden;
	transform: scaleY(-1);
	animation: tuiLoaderRotate 3s linear infinite;
	font-size: 24px;
}
.tcb-form_save_button_preloader circle {
	fill: none;
	stroke: #000;
	stroke-width: 17px;
	animation: tuiLoaderDashOffset 3s linear infinite;
}

@media (max-width: 600px) {
	.tcb--form-row_cell {
		flex-basis: 100%;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.tcb--form-row {
		flex-wrap: wrap;
	}
	.tcb--form_footer {
		flex-wrap: wrap;
		flex-direction: column-reverse
	}
	#tcb--form_save_button {
		width: 100%;
		margin-left: 0;
	}
	.tcb--popup-product_line {
		flex-wrap: wrap;
	}
	#tcb--product_name {
		width: 100%;
		margin-bottom: 16px;
	}
	#tcb--popup-window .popup-window-close-icon {
		position: absolute;
	}
	#tcb--popup-window .popup-window-close-icon:after{
		background-image: url('/bitrix/components/tinkoff/tcb.button/templates/.default/img/close_black.svg');
		height: 20px;
		width: 20px;

	}
}
/* End */


/* Start:/bitrix/components/vluchko.dolyamewidget/product.card/templates/.default/style.css?17430966322042*/
.dolyame-widget {
  max-width: 290px;
    padding: 0;
    cursor: pointer;
}
.dolyame-widget__icon {
   width: 110px;
    /* height: 35px; */
    display: inline-block;
}
.dolyame-widget__icon--popup {
  display: block;
  margin: 0 auto 32px auto;
  width: 200px;
  height: 30px;
}
.dolyame-widget__text {
  display: inline-block;
        margin-left: 16px;
        font-size: 13px;
		    position: absolute;
    margin-top: 6px;
        line-height: 22px;
        font-weight: 700;
        letter-spacing: .04em;
}
.dolyame-widget__modal .tingle-modal-box {
  max-width: 600px;
  text-align: center;
  width: 100%;
}
.dolyame-widget__modal .tingle-modal-box__content {
  padding: 40px;
}
@media (max-width:767px) {
  .dolyame-widget__modal .tingle-modal-box__content {
    padding: 16px;
  }
}
.dolyame-widget__popup {
  position: relative;
}
.dolyame-widget__popup-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-image: url("/bitrix/components/vluchko.dolyamewidget/product.card/templates/.default/images/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.dolyame-widget__popup-header {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px;
}
@media (max-width:767px) {
  .dolyame-widget__popup-header {
    font-size: 20px;
    line-height: 26px;
  }
}
.dolyame-widget__popup-body {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width:767px) {
  .dolyame-widget__popup-body {
    font-size: 16px;
  }
}
.dolyame-widget__image {
  margin: 16px 0;
  max-width: 520px;
  max-height: 192px;
  width: 100%;
}
@media (max-width:767px) {
  .dolyame-widget__image {
    display: none;
  }
}
.dolyame-widget__image--mobile {
  display: none;
}
@media (max-width:767px) {
  .dolyame-widget__image--mobile {
    margin: 16px -70px;
    max-width: unset;
    min-width: unset;
    width: calc(132%);
    display: block;
  }
}
.dolyame-widget__popup-footer {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
.dolyame-widget__popup-footer a {
  color: #1771e6;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/components/vluchko.dolyamewidget/product.card/templates/.default/vendor/tingle/tingle.min.css?17430966323157*/
.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;background:rgba(0,0,0,.8);opacity:0;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAANpJREFUOBGNkz0KAjEQhYPYWXgCKws7LcXWyt7WG4i9jegBvIJ4AvEyXsRCsBDiN0sGkiE/O/A2O9n3viS7rPPeb9ETrVzPwrtHDzR1XF5I6oPWLQaeq5hDXQRw0I6xCuF5HH7Tz7oFuTkhrSyEhza8THaLoQhphpWUg/QOFyA/AFpy5nTbGrIjxvg4AiiGBzYc+rGZH9KPzFy+ZbX4bX9l+VDZr5NQMMbhbtvMxccpQ3JhpTchtXATQviItIpvW0CY7HHm8c9UDRd2chbABt3RQk2tEe8O3dDkD4JQ4iOR7BMpAAAAAElFTkSuQmCC),pointer;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:1vw;right:1vw;z-index:1000;padding:0;width:40px;height:40px;border:none;border-radius:50%;background:0 0;color:#fff;font-size:40px;line-height:normal;cursor:pointer}.tingle-modal-box{position:relative;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-ms-flex-negative:0;flex-shrink:0}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{overflow:hidden;height:100%}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(15px);filter:blur(15px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{padding-top:5vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s;transition:background-color .4s}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}
/* End */
/* /bitrix/components/tinkoff/tcb.button/templates/.default/tcb_button.css?174886246014075 */
/* /bitrix/components/vluchko.dolyamewidget/product.card/templates/.default/style.css?17430966322042 */
/* /bitrix/components/vluchko.dolyamewidget/product.card/templates/.default/vendor/tingle/tingle.min.css?17430966323157 */
