.tabs-content-navigation-button-full [type="submit"] {
	color: #fff;
	background: #84b8df;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	min-height: 48px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: none;
	padding: 0 60px
}

.tabs-content-navigation-button-empty [type="submit"] {
	border: 2px solid #84b8df;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	min-height: 48px;
	color: #333;
	width: 100%;
	background: #fff
}

.page-table .tabs-content-navigation-button-full [type="submit"] {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 30px
}

.tabs-buttons .swiper-slide:not(.swiper-slide-thumb-active):hover .tabs-button-number {
	background: #84b8df;
	color: #fff;
}

.tabs-buttons .swiper-slide:not(.swiper-slide-thumb-active):hover .tabs-button-title {
	border-bottom-color: #84b8df;
}

.personal-account-items .hidden-field-block, .personal-account-items .hidden-group {
	display: none;
}

#calculator-main-form .empty-required-field {
	border-color: red;
}

.header-link {
	flex: 0 0 auto;
	margin: 0 0 0 12px;
}

.header-link-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px
}

.header-link:hover svg path,
.header-link:focus svg path {
	fill: #84B8DF;
}

@media (max-width: 991px) {
	.header-link {
		margin: 0 0 0 6px;
	}
}

@media (max-width: 767px) {
	.header-link-icon {
		width: 24px;
		height: 24px;
	}
}

a.btn-href {
	padding: 14px 30px;
	color: #fff;
	background: #84b8df;
	font-weight: 600;
	font-size: 15px;
	position: absolute;
}

a.btn-href.gray {
	border: 2px solid #999;
	color: #999;
	background: #f0f0f0;
}

.label-items.schedule {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2%;
}

.table-calc-input::-webkit-input-placeholder {
	opacity: 0
}

.table-calc-input::-moz-placeholder {
	opacity: 0
}

.table-calc-input:-ms-input-placeholder {
	opacity: 0
}

.table-calc-input::-ms-input-placeholder {
	opacity: 0
}

.table-calc-input::placeholder {
	opacity: 0
}

.schedule-table .title td {
	text-align: center;
}

.schedule-table .content-tble td {
	padding: 1% 2%;
}

@media (max-width: 767px) {
	.schedule-table .title {
		display: none;
	}

	.label-item table.schedule-table {
		width: 100%
	}

	.schedule-table td {
		display: block;
	}

	.table-calc-input::-webkit-input-placeholder {
		opacity: 1
	}

	.table-calc-input::-moz-placeholder {
		opacity: 1
	}

	.table-calc-input:-ms-input-placeholder {
		opacity: 1
	}

	.table-calc-input::-ms-input-placeholder {
		opacity: 1
	}

	.table-calc-input::placeholder {
		opacity: 1
	}
}

.requisite-box {
	width: 550px;
}

.requisite-box .modal-req-header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
}

.requisite-box .requisite-table {
	width: 100%;
}

.requisite-box .requisite-table td {
	border: 1px solid #ddd;
	padding: 10px;
}

.requisite-box .requisite-table td:nth-child(1) {
	font-weight: 600;
}

#calculator-main-form input[type="number"] {
	-moz-appearance: textfield;
}

#calculator-main-form input[type="number"]::-webkit-outer-spin-button,
#calculator-main-form input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}