.t-submit {
	background: none; margin: 0px; border: 0px currentColor; border-image: none; height: 60px; text-align: center; padding-right: 60px; padding-left: 60px; font-size: 16px; font-weight: 700; white-space: nowrap; cursor: pointer; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none;
}
.t-submit_sending {
	opacity: 0.5;
}
@media screen and (max-width:640px)
{
.t-submit {
	padding-right: 30px; padding-left: 30px; white-space: normal;
}
}
.t-input {
	margin: 0px; padding: 0px 20px; border-radius: 0px; border: 0px currentColor; border-image: none; width: 100%; height: 60px; line-height: 1.33; font-size: 16px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none;
}
.t-input_bbonly {
	border-radius: 0px !important; padding-right: 0px !important; padding-left: 0px !important; border-top-color: currentColor !important; border-right-color: currentColor !important; border-bottom-color: currentColor; border-left-color: currentColor !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 1px; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-bottom-style: solid; border-left-style: none !important; background-color: transparent !important;
}
.t-input_pvis {
	padding: 26px 20px 10px;
}
.tn-atom__form .t-input_pvis {
	padding: 26px 20px 10px !important;
}
.t-input__vis-ph {
	transform-origin: left 50%; transition:transform 0.2s linear; left: 20px; top: 22px; width: calc(100% - 40px); height: 17px; line-height: 1; overflow: hidden; font-size: 16px; white-space: nowrap; position: absolute; -ms-text-overflow: ellipsis; opacity: 0.5; pointer-events: none; transform: translateZ(0px); -webkit-transform: translateZ(0); -webkit-transition: transform 0.2s linear; -webkit-transform-origin: left;
}
.t-input:focus ~ .t-input__vis-ph {
	width: auto; -ms-text-overflow: inherit; transform: translateY(-100%) scale(0.7); -webkit-transform: translateY(-100%) scale(.7);
}
.t-input_has-content + .t-input__vis-ph {
	width: auto; -ms-text-overflow: inherit; transform: translateY(-100%) scale(0.7); -webkit-transform: translateY(-100%) scale(.7);
}
:invalid.t-input {
	box-shadow: none;
}
fieldset.t-input-group {
	margin: 0px; padding: 0px; border: currentColor; border-image: none;
}
.t-input-group_cb div[data-customstyle=yes] {
	vertical-align: middle; display: inline;
}
.t-form_bbonly .t-input__vis-ph {
	left: 0px !important;
}
.t-form_bbonly .js-error-control-box .t-input__vis-ph {
	left: 10px !important;
}
.t-input-group_ta textarea.t-input {
	resize: vertical;
}
.t-select {
	background: none; padding: 0px 45px 0px 20px; outline: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; width: 100%; height: 60px; line-height: 1.33; font-size: 16px; cursor: pointer; box-sizing: border-box; -webkit-appearance: none; appearance: none; -moz-appearance: none;
}
.t-select_bbonly {
	border-radius: 0px !important; padding-right: 0px !important; padding-left: 0px !important; border-top-color: currentColor !important; border-right-color: currentColor !important; border-left-color: currentColor !important; border-top-width: 0px !important; border-right-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; background-color: transparent !important;
}
.t-select_bbonly option {
	color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
.t-select__wrapper {
	position: relative;
}
.t-select__wrapper::after {
	border-width: 6px 5px 0px; border-style: solid; border-color: rgb(0, 0, 0) transparent transparent; margin: auto; top: 0px; width: 0px; height: 0px; right: 20px; bottom: 0px; position: absolute; content: " "; pointer-events: none;
}
.t-select::-ms-expand {
	width: 0px; height: 0px; opacity: 0;
}
.t-select__wrapper_bbonly::after {
	right: 0px !important;
}
.t-checkbox__control {
	display: block; position: relative; cursor: pointer;
}
.t-checkbox__control .t-checkbox {
	position: absolute; z-index: -1; opacity: 0;
}
.t-checkbox__indicator {
	border: 2px solid rgb(0, 0, 0); transition:0.2s; border-image: none; width: 20px; height: 20px; margin-right: 10px; vertical-align: middle; display: inline-block; position: relative; box-sizing: border-box; opacity: 0.6; -webkit-transition: all 0.2s;
}
.t-checkbox__indicator::after {
	border-width: 0px 2px 2px 0px; border-style: solid; border-color: rgb(0, 0, 0); border-image: none; left: 6px; top: 2px; width: 3px; height: 8px; display: none; position: absolute; content: ""; transform: rotate(45deg);
}
.t-checkbox__control :checked.t-checkbox ~ .t-checkbox__indicator {
	opacity: 1;
}
.t-checkbox__control :checked.t-checkbox ~ .t-checkbox__indicator::after {
	display: block;
}
.t-checkbox__labeltext {
	display: inline;
}
.t-checkbox__labeltext div {
	display: inline;
}
.t-checkboxes__wrapper .t-checkbox__control {
	margin: 10px 0px;
}
.t-radio {
	position: absolute; z-index: -1; opacity: 0;
}
.t-radio__control {
	margin: 0px 0px 10px; display: table; position: relative; cursor: pointer;
}
:first-child.t-radio__control {
	margin: 3px 0px 10px;
}
:last-child.t-radio__control {
	margin: 0px;
}
.t-radio__indicator {
	border-radius: 50%; border: 2px solid rgb(0, 0, 0); transition:0.2s; width: 20px; height: 20px; margin-right: 10px; vertical-align: middle; display: inline-block; position: relative; box-sizing: border-box; opacity: 0.6; -webkit-transition: all 0.2s;
}
.t-radio__indicator::after {
	background: rgb(0, 0, 0); margin: auto; border-radius: 50%; transition:0.2s; left: 0px; top: 0px; width: 10px; height: 10px; right: 0px; bottom: 0px; position: absolute; content: ""; opacity: 0; -webkit-transition: all 0.2s;
}
.t-radio__control :checked.t-radio ~ .t-radio__indicator::after {
	opacity: 1;
}
.t-radio__control :checked.t-radio ~ .t-radio__indicator {
	opacity: 1;
}
.t-inputquantity {
	width: 70px; text-align: center; margin-right: 0.5rem; margin-left: 0.5rem;
}
.t-inputquantity__btn {
	font-size: 26px; margin-right: 0.5rem; margin-left: 0.5rem; cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none;
}
.t-form .uploadcare-widget-button {
	background: rgb(51, 51, 51); line-height: 1.4; font-size: 14px;
}
.t-form .uploadcare-widget-button:hover {
	background: rgb(68, 68, 68);
}
legend.t-input-title {
	padding-left: 0px;
}
.t-input-title {
	height: 100%; padding-right: 10px; vertical-align: middle; display: block;
}
.t-input-subtitle {
	height: 100%; padding-right: 10px; vertical-align: middle; display: block;
}
.t-form__bottom-text {
	text-align: center; margin-top: 30px;
}
.t-input-error {
	color: red; font-size: 13px; margin-top: 5px; display: none;
}
.t-form .js-error-control-box .t-input-error {
	display: block;
}
.t-form .js-error-control-box :not(.t-input-phonemask).t-input {
	border: 1px solid red !important; border-image: none !important;
}
.t-form .js-error-control-box .t-checkbox__control {
	border: 1px solid red !important; border-image: none !important;
}
.t-form .js-error-control-box .t-checkboxes__wrapper {
	border: 1px solid red !important; border-image: none !important;
}
.t-form .js-error-control-box .t-select {
	border: 1px solid red !important; border-image: none !important;
}
.t-form .js-error-control-box .t-radio__wrapper {
	border: 1px solid red !important; border-image: none !important;
}
.t-form .js-error-control-box .uploadcare-widget {
	border: 1px solid red !important; border-image: none !important;
}
.t-form .js-error-control-box .t-checkboxes__wrapper {
	padding: 10px;
}
.t-form .js-error-control-box .t-radio__wrapper {
	padding: 10px;
}
.t-form .js-error-control-box .t-checkbox__control {
	padding: 10px;
}
.t-form .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control {
	padding: 0px; border: currentColor !important; border-image: none !important;
}
.t-form .js-error-control-box .t-input_bbonly.t-input {
	padding-left: 10px !important;
}
.t-form__errorbox-bottom {
	display: none;
}
.t-form__errorbox-wrapper {
	background: rgb(249, 93, 81); padding: 10px; text-align: center; margin-bottom: 20px;
}
.t-form__errorbox-text {
	padding: 0px 10px 10px; color: rgb(255, 255, 255); box-sizing: border-box;
}
.t-form__errorbox-item {
	padding-top: 10px; display: none;
}
.t-form__successbox {
	background: rgb(98, 197, 132); padding: 20px; text-align: center; color: rgb(255, 255, 255); margin-bottom: 20px;
}
.t-form option {
	color: rgb(0, 0, 0);
}
.t-form .t-submit {
	position: relative;
}
.t-form .t-btn_sending.t-submit {
	color: transparent !important;
}
.t-btn_sending.t-btn {
	color: transparent !important;
}
.t-form .t-btn_sending::before {
	border-width: 2px; border-style: solid; border-color: rgb(51, 51, 51) rgb(204, 204, 204) rgb(204, 204, 204); border-radius: 50%; animation:t-submit-spinner 0.6s linear infinite; border-image: none; left: 50%; top: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; position: absolute; content: ""; box-sizing: border-box;
}
.t-btn_sending.t-btn::before {
	border-width: 2px; border-style: solid; border-color: rgb(51, 51, 51) rgb(204, 204, 204) rgb(204, 204, 204); border-radius: 50%; animation:t-submit-spinner 0.6s linear infinite; border-image: none; left: 50%; top: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; position: absolute; content: ""; box-sizing: border-box;
}
