
/*products-order*/
.products-order {
}

.products-order .product__item {
	margin: 0 0 -1px -1px;
	width: 100%;
}

.products-order .product__item-inner {
	padding: 22px 30px 30px;
	box-shadow: inset 0 0 0 1px #ececec;
	background: #fff;
	position: relative;
	transition: box-shadow .4s ease-out , border .4s ease-out;
	margin: 0 -1px 0 0;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.products-order .product__item-inner:hover {
	/*border-color: #fff;*/
	/*box-shadow: 0 0 20px 0 rgba(0,0,0,.15);*/
	/*z-index: 4;*/
}

.products-order .product__image-block {
	position: relative;
	width: 132px;
}

.products-order .product__image-link {
	position: relative;
	width: 132px;
	height: 132px;
	display: block;
}

.products-order .product__image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.products-order .product__content {
	/*width: calc(100% - 132px - 220px - 220px - 220px - 60px);*/
	width: calc(100% - 132px - 180px - 146px - 200px);
	padding: 0 0 0 30px;
	position: relative;
}

.products-order .product__promo {
	color: #60c339;
	/*margin-bottom: 12px;*/
	margin-top: 12px;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #60c339;
	display: inline-flex;
	padding: 3px 8px 4px;
}

.products-order .product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.067em;
	line-height: 1.501em;
	font-weight: 500;
}

.products-order .product__title a {
	transition: color 20ms ease-out;
	color: #333;
}

.products-order .product__title a:hover {
}

.products-order .product__info {
	margin: 0 -11px 0;
	display: flex;
	flex-wrap: wrap;
}

.products-order .product__sku {
	margin: 15px 11px 0;
}

.products-order .product__sku-name {
}

.products-order .product__sku-value {
}

.products-order .product__firm {
	margin: 15px 11px 0;
}

.products-order .product__firm-name {
}

.products-order .product__firm .a {
}

.products-order .product__firm .a:hover {
}

.products-order .product__variant {
	margin: 15px 0 0;
	font-size: .8em;
	color: #999;
	line-height: 1;
}

.products-order .product__variant-name {
}

.products-order .product__preorder {
	margin: 15px 0 0;
	font-size: .8em;
	color: #999;
	line-height: 1;
}

.products-order .product__preorder > span {
	color: #e6c553;
	border-bottom: 1px solid #e6c553;
	cursor: default;
}

.products-order .product__preorder > span:hover {
}

.products-order .product__description {
	font-size: .867em;
	line-height: 1.692em;
	color: #888;
	margin-top: 19px;
}

.products-order .product__description p {
	margin: 0;
}

.products-order .product__description + .properties-block {
	margin-top: 9px;
}

.products-order .product__more {
	margin-top: 19px;
}

.products-order .product__more-link {
	font-size: .867em;
	line-height: 1.692em;
	color: #333;
	cursor: pointer;
}

.products-order .product__more-link .svg {
	padding: 0 14px 0 1px;
}

.products-order .product__more-link:not(.active) .svg svg {
	transform: rotate(180deg);
}

.products-order .product__more-link .svg path {
	fill: #333;
}

.products-order .product__more-link:hover {
}

.products-order .product__more-link:hover .svg path {
}

.products-order .properties-block {
	display: none;
	margin-top: 19px;
}

.products-order .properties {
	/*display: none;*/
	font-size: .867em;
	line-height: 1.692em;
	color: #666;
	padding-bottom: 9px;
}

.products-order .properties__title {
	/*color: #333;*/
	margin-top: 1em;
	font-weight: 500;
}

.products-order .properties__title:first-child {
	margin-top: 0;
}

.products-order .properties__item {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-overflow: ellipsis;
	background: url(../img/_dot.png) no-repeat;
	background-position: 0 12px;
	background-repeat: repeat-x;
}

.products-order .properties__item-name {
	width: 50%;
	color: #333;
}

.products-order .properties__item-value {
	width: 50%;
	color: #777;
	margin-left: auto;
	text-align: right;
}

.products-order .properties__item-name > span {
	background: #fff;
	padding-right: 12px;
}

.products-order .properties__item-value > span {
	background: #fff;
	padding-left: 12px;
}

.products-order .properties__item_list {
	display: block;
	background: none;
}

.products-order .properties__item-name_list {
}

.products-order .properties__list {
}

.products-order .properties__list-item {
	padding-left: 15px;
	position: relative;
}

.products-order .properties__list-item:first-child {
}

.products-order .properties__list-item:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #333;
	left: 0;
	top: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.products-order .product__price-outer {
	/*width: 220px;*/
	width: 200px;
	padding: 0 0 0 30px;
}

.products-order .product__price-block {
}

.products-order .product__price {
	color: #333;
	font-size: 1.133em;
	line-height: 1.454em;
	font-weight: 700;
	white-space: nowrap;
}

.products-order .product__price-old {
	font-size: .867em;
	line-height: 1.692em;
	color: #999;
	text-decoration: line-through;
	white-space: nowrap;
}

.products-order .product__price-text {
	padding-top: 7px;
	font-size: 11px;
	line-height: 1.2;
	color: #999;
}

.products-order .profit {
	font-size: .733em;
	line-height: 1.273em;
	color: #333;
	display: inline-block;
	padding: 1px;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	margin-bottom: 7px;
}

.products-order .profit__percent {
	display: inline-block;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	padding: 0 3px 0 5px;
}

.products-order .profit__price {
	background: #fff8db;
	display: inline-block;
	padding: 2px 5px 1px;
}

.products-order .product__amount-outer {
	/*width: 220px;*/
	width: 146px;
	padding: 0 0 0 30px;
}

.products-order .product__amount {
	text-align: center;
	width: 116px;
}

.products-order .product__amount-inner {
	position: relative;
}

.products-order .product__amount-minus {
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-order .product__amount-minus:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -6px;
	opacity: .5;
	transition: opacity .3s;
}

.products-order .product__amount-plus {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-order .product__amount-plus:before {
	content: '';
	width: 11px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -5px;
	opacity: .5;
	transition: opacity .3s;
}

.products-order .product__amount-plus:after {
	content: '';
	width: 1px;
	height: 11px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 0;
	opacity: .5;
	transition: opacity .3s;
}

.products-order .product__amount-minus:hover:before,
.products-order .product__amount-plus:hover:before,
.products-order .product__amount-plus:hover:after {
	opacity: 1;
}

.products-order .product__amount-input {
	border: 1px solid #eee;
	background: #fafafa;
	white-space: nowrap;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}

.products-order .product__amount-minus + .product__amount-input {
	padding: 0 30px;
}

.products-order .product__amount.disabled .product__amount-input,
.products-order .product__amount-inner.hidden-controls .product__amount-input {
	padding: 0 5px;
}

.products-order .product__amount.disabled .product__amount-minus,
.products-order .product__amount.disabled .product__amount-plus,
.products-order .product__amount-inner.hidden-controls .product__amount-minus,
.products-order .product__amount-inner.hidden-controls .product__amount-plus {
	display: none;
}

.products-order .product__amount-count {
	font-size: .8em;
	line-height: 1;
	color: #333;
	margin-top: 5px;
}

.products-order .product__total-outer {
	/*width: 220px;*/
	width: 180px;
	padding: 0 0 0 30px;
}

.products-order .product__total {
	color: #333;
	font-size: 1.133em;
	line-height: 1.454em;
	font-weight: 700;
	white-space: nowrap;
}

.products-order .product__remove {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.products-order .product__remove:before,
.products-order .product__remove:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 10px;
	margin-top: -1px;
	margin-left: -5px;
	transform: rotate(-45deg);
	background-color: #b8b8b8;
}

.products-order .product__remove:after {
	transform: rotate(45deg);
}

@media (max-width:1259px) {
	.products-order .product__item-inner {
		padding-left: 15px;
		padding-bottom: 22px;
	}

	.products-order .product__image-block {
		width: 112px;
	}

	.products-order .product__image-link {
		width: 112px;
		height: 112px;
	}

	.products-order .product__content {
		width: calc(100% - 112px - 190px - 170px - 170px);
		padding: 0 0 0 15px;
	}

	.products-order .product__title {
		font-size: .933em;
		line-height: 1.501em;
	}

	.products-order .product__price-outer {
		width: 190px;
		padding: 0 0 0 15px;
	}

	.products-order .product__amount-outer {
		width: 170px;
		padding: 0 0 0 15px;
	}

	.products-order .product__total-outer {
		width: 170px;
		padding: 0 0 0 15px;
	}
}

@media (max-width:959px) {
	.products-order .product__item-inner {
		padding-left: 127px;
		flex-wrap: wrap;
	}

	.products-order .product__image-block {
		position: absolute;
		left: 15px;
		top: 22px;
	}

	.products-order .product__content {
		width: 100%;
		margin-bottom: 15px;
	}

	.products-order .product__price-outer {
		width: calc(100% - 170px - 170px);
		padding: 0 0 0 15px;
	}
}

@media (max-width:767px) {
	.products-order .product__item-inner {
		padding: 15px;
	}

	.products-order .product__image-block {
		position: relative;
		left: auto;
		top: auto;
	}

	.products-order .product__content {
		padding-left: 0;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.products-order .product__price-outer {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}

	.products-order .product__amount-outer {
		width: 50%;
		padding: 0;
		margin-top: 15px;
	}

	.products-order .product__total-outer {
		width: 50%;
		padding: 7px 0 0 0;
		margin-top: 15px;
	}

	.products-order .product__total {
		text-align: right;
	}
}



/*mini-account*/
.mini-account {
	display: none;
}

.mini-account__menu {
	margin-top: 30px;
}

.mini-account__menu-item {
}

.mini-account__menu-item + .mini-account__menu-item {
	margin-top: 14px;
}

.mini-account__menu-item a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.mini-account__menu-item a:hover {
	color: #333;
	border-bottom-color: transparent;
}

.mini-account__menu-item a.active {
	color: #333;
	border-bottom-color: transparent;
}



/*order-content*/
#order__content {
	margin-top: 30px;
}

#order__content:first-child {
	margin-top: 0;
}

#order__error__no_tovar_in_order {
	margin-top: 30px;
}

#order__error__no_tovar_in_order:first-child {
	margin-top: 0;
}

.order-content {
	/*display: none;*/
}

.order-content__left {
	/*width: calc(100% - 315px);*/
	/*float: left;*/
	/*padding-right: 30px;*/
}

.order-content__right {
	/*width: 315px;*/
	/*float: left;*/
}


/*cart-block*/
.cart-block {
}

.cart-block + .cart-block {
	margin-top: 30px;
}

.cart-block__header {
	margin: 0 0 20px 0;
}

.cart-block__title {
	display: inline-block;
	font-size: 1.333em;
	line-height: 1.5625em;
	color: #333;
}

.cart-block__content {
	padding: 22px 30px 30px;
	box-shadow: inset 0 0 0 1px #ececec;
	background: #fff;
}

.cart__result {
	margin-top: 16px;
	line-height: 1.4;
}

.cart__result:first-child {
	margin-top: 0;
}

.cart__result-item {
}

.cart__result-item + .cart__result-item {
	margin-top: 10px;
}

.cart__result-item-text {
}

.cart__result-item-price {
	font-weight: 700;
}

.cart-block__footer {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 20px;
}

.cart-block__footer_total {
	color: #fc482d;
}

.cart-block__footer-text {
	font-weight: 700;
	font-size: 16px;
	margin-right: 15px;
	line-height: 1;
	padding-bottom: 2px;
}

.cart-block__footer-price {
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
}

@media (max-width:767px) {
	.cart-block__content {
		padding: 12px 15px 15px;
	}

	.customer-info .cart-block__content {
		padding-top: 19px;
	}

	.cart-block__footer {
		flex-wrap: wrap;
		justify-content: flex-start;
		text-align: right;
	}

	.cart-block__footer-text {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}

	.cart-block__footer-price {
		font-size: 18px;
		white-space: nowrap;
		width: 100%;
	}
}


/*auth*/
.auth {
	margin-top: 30px;
	width: calc(50% - 15px);
}

.auth .cart-block__header {
}

.auth .cart-block__title {
	cursor: pointer;
	margin: 0;
	padding: 0 38px 0 0;
	position: relative;
}

.auth .cart-block__title:after {
	cursor: pointer;
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(../img/_chevron.svg) no-repeat center center / contain;
	right: 0;
	top: 6px;
}

.auth .cart-block__header.active .cart-block__title {
}

.auth .cart-block__header.active .cart-block__title:after {
	transform: rotate(180deg);
}

.auth .cart-block__content {
	/*display: none;*/
}

.auth .form {
	margin-top: 16px;
}

.auth .form:first-child {
	margin-top: 0;
}

@media (max-width:959px) {
	.auth {
		width: 100%;
	}
}


/*promocode*/
.promocode {
}

.promocode__form {
	margin-top: 16px;
}

.promocode__form:first-child {
	margin-top: 0;
}

.promocode__form .label {
}

.promocode__fields {
	/*position: relative;*/
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.promocode__fields > div {
	margin-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

.promocode__fields > div:first-child {
	max-width: 356px;
	width: 100%;
}

.promocode__fields .input-text {
	/*padding-right: 63px;*/
}

.promocode__fields .button {
	height: 48px;
}

.promocode__button {
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 0;*/
	/*width: 48px;*/
	/*height: 48px;*/
	/*padding: 0;*/
	/*border: 0;*/
	/*cursor: pointer;*/
	/*background: transparent;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*opacity: .5;*/
	/*transition: opacity 20ms ease-out;*/
}

.promocode__button:hover {
	/*opacity: 1;*/
}

.promocode__button:after {
	/*content: '';*/
	/*background: url(../img/_arrow_at_input.svg) no-repeat center center / contain;*/
	/*width: 16px;*/
	/*height: 10px;*/
	/*display: block;*/
}


/*discount*/
.discount .cart__result {
	font-weight: 500;
}


/*delivery*/
.delivery .cart-block__content {
	padding: 0;
	box-shadow: none;
	background: none;
}

.delivery__content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.delivery__content:first-child {
	margin-top: -15px;
}

.delivery__item {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	margin-top: 30px;
}

@media (max-width:959px) {
	.delivery__item {
		width: 100%;
	}
}

@media (max-width:767px) {
	.delivery__item {
		margin-top: 15px;
	}
}


/*payment*/
.payment .cart-block__content {
	padding: 0;
	box-shadow: none;
	background: none;
}

.payment__content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.payment__content:first-child {
	margin-top: -15px;
}

.payment__item {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	margin-top: 30px;
}

@media (max-width:959px) {
	.payment__item {
		width: 100%;
	}
}

@media (max-width:767px) {
	.payment__item {
		margin-top: 15px;
	}
}


/*date-time*/
.date-time {
}

.date-time-fields {
	margin-top: 16px;
}

.date-time-fields:first-child {
	margin-top: 0;
}

@media (max-width:767px) {
	.date-time .form__col + .form__col {
		margin-top: 19px;
	}
}


/*customer-info*/
.customer-info .form {
	margin-top: 16px;
}

.customer-info .form:first-child {
	margin-top: 0;
}

.user-type {
	margin-bottom: 25px;
}




/*printing*/
.printing {
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ececec;
}

.printing__link-block {
	padding-left: 30px;
	margin-left: auto;
}

.printing__link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.printing__link:hover {
	border-bottom-color: transparent;
}

@media (max-width:767px) {
	.printing {
		padding-top: 20px;
		font-size: 14px;
	}
}


/*go-to-payment*/
.go-to-payment {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}


/*order-info*/
.order-info {
	font-size: .867em;
	line-height: 1.692em;
	margin-top: 30px;
	width: calc(50% - 15px);
}

.order-info:first-child {
	margin-top: 0;
}

.order-info table {
	width: 100%;
}

.order-info table tr {
}

.order-info table tr th {
	border: 1px solid #ececec;
	text-align: left;
	font-weight: 500;
	color: #365edc;
	padding: 6px 10px;
}

.order-info table tr td {
	border: 1px solid #ececec;
	color: #777;
	padding: 6px 10px;
}

.order-info table tr td:first-child {
	color: #333;
	width: 50%;
	padding-left: 20px;
}

.order-info table tr td:last-child {
	width: 50%;
	padding-right: 20px;
}

.order-info table tr:nth-child(even) td {
}

.order-info table tr:nth-child(odd) td {
}

.order-info table tr:hover td {
	background: #fafafa;
}

.order-info ul {
	margin-left: 1em;
}

.order-info ul > li {
	display: list-item;
	list-style: disc outside;
	margin-left: 1em;
	/*padding-left: 1em;*/
	padding-left: .3em;
}

.order-info ul > li + li {
	margin-top: 3px;
}

.order-info a:hover {
	color: #333!important;
}

@media (max-width:767px) {
	.order-info {
		width: 100%;
	}

	.order-info table tr td:first-child {
		padding-left: 10px;
	}

	.order-info table tr td:last-child {
		padding-right: 10px;
	}
}


/*archive-info*/
.archive-info {
	font-size: .867em;
	line-height: 1.692em;
	margin-top: 30px;
	width: 100%;
}

.archive-info:first-child {
	margin-top: 0;
}

.archive-info table {
	width: 100%;
}

.archive-info table tr {
}

.archive-info table tr th {
	border: 1px solid #ececec;
	text-align: left;
	font-weight: 500;
	color: #365edc;
	padding: 6px 10px;
}

.archive-info table tr td {
	border: 1px solid #ececec;
	color: #777;
	padding: 6px 10px;
}

.archive-info table tr td:first-child {
}

.archive-info table tr td:last-child {
}

.archive-info table tr:nth-child(even) td {
}

.archive-info table tr:nth-child(odd) td {
}

.archive-info table tr td:nth-child(1) {
	width: 10%;
}

.archive-info table tr td:nth-child(2) {
	width: 20%;
}

.archive-info table tr td:nth-child(3) {
	width: 15%;
}

.archive-info table tr td:nth-child(4) {
	width: 10%;
}

.archive-info table tr td:nth-child(5) {
	width: 15%;
}

.archive-info table tr td:nth-child(6) {
	width: 15%;
}

.archive-info table tr td:nth-child(7) {
	width: 15%;
}

.archive-info table tr:hover td {
	background: #fafafa;
}

.archive-info ul {
	margin-left: 1em;
}

.archive-info ul > li {
	display: list-item;
	list-style: disc outside;
	margin-left: 1em;
	/*padding-left: 1em;*/
	padding-left: .3em;
}

.archive-info ul > li + li {
	margin-top: 3px;
}

.archive-info a:hover {
	color: #333!important;
}

@media (max-width:959px) {
	.archive-info table,
	.archive-info thead,
	.archive-info tbody,
	.archive-info td,
	.archive-info tr {
		display: block;
	}

	.archive-info table {
		margin-top: -20px;
	}

	.archive-info table th {
		display: none!important;
	}

	.archive-info table tr {
		margin-top: 20px;
		border-top: 3px solid #ececec;
	}

	.archive-info table tr:first-child {
		display: none!important;
	}

	.archive-info table tr td {
		position: relative;
		width: 100%!important;
		border-top: 0;
		text-align: right!important;
		white-space: normal!important;
		line-height: 1.3;
		padding: 8px 10px 8px 50%;
	}

	.archive-info table tr td:before {
		content: attr(data-label);
		position: absolute;
		top: 50%;
		left: 10px;
		width: 50%;
		padding-right: 15px;
		white-space: nowrap;
		text-align: left;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 11px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #000;
		line-height: 1;
	}
}


/*account*/
.account {
	margin-top: 20px;
}

.account:first-child {
	margin-top: 0;
}

.account__header {
	font-size: .867em;
	font-weight: 700;
	line-height: 1.5385em;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin-bottom: 20px;
}

.account__title {
}

.account__user {
}

.account__content {
}

.account__item {
	position: relative;
	margin-top: 15px;
	font-size: 1.0667em;
}

.account__item:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: -1px;
}

.account__item_1:before {
	background-image: url(../img/_list_black.svg);
}

.account__item_2:before {
	background-image: url(../img/_edit_black.svg);
}

.account__item_3:before {
	background-image: url(../img/_logout_black.svg);
}

.account__item a {
	color: #000;
	border-bottom: 1px dashed #000;
	margin-left: 45px;
}

.account__item a:hover {
	border-bottom-color: transparent;
}




/*sms-send*/
.sms-send-outer {
	display: flex;
	flex-wrap: wrap;
}

.sms-send-outer .input-text {
	width: 82px;
	text-align: center;
}

.sms-send {
	padding-left: 16px;
	height: 52px;
	display: flex;
	align-items: center;
}

.sms-send > div {
	padding-bottom: 2px;
}

.sms-send > div a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sms-send > div a:hover {
	border-color: transparent;
}

.sms-send_type_captcha {
	font-size: 14px;
}

.sms-send_type_remaining {
	font-weight: 500;
	width: calc(100% - 82px - 16px);
	font-size: 12px;
	height: 48px;
}

.sms-send_type_repeat {
	width: calc(100% - 82px);
	font-size: 14px;
	height: 48px;
}

@media (max-width: 540px) {
	.sms-send_type_captcha {
		padding-left: calc(152px + 16px);
		height: auto;
		margin-top: 8px;
		font-size: 13px;
	}

	.sms-send_type_remaining {
	}

	.sms-send_type_repeat {
		font-size: 12px;
	}
}
