@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('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('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('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('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(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('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('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('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('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('img/close_black.svg');
		height: 20px;
		width: 20px;

	}
}