.SmartCaptcha-Shield_position_bottom {
	opacity: 0 !important;
	visibility: hidden !important;
}

.smart-captcha {
	margin-top: 10px;
	max-width: 300px;
}

body {
	font-variant-numeric: lining-nums proportional-nums;
}

.quote-sect-photo {
	height: auto;
}

.header__phone-wrap a:nth-child(2) {
	display: none;
}

.service-tables-wrap {
	overflow-x: auto;
}

.service-tables-wrap td,
.service-tables-wrap th {
	width: 16.666666667%;
}

.price-table td {
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.price-table th {
	text-align: center;
}

.price-table th:first-child {
	text-align: left;
}

.contacts__block-link {
	font-family: 'arial';
}

.table-container {
	overflow: auto;
}

.scroll-ip {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	right: 20px;
	bottom: 20px;
	z-index: 10000000;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.scroll-ip::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 15px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
}

.article-services {
	background-color: #FFEF7C;
	padding: 30px 15px 10px;
}

.article-services-title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.article-services-list {
	display: flex;
	flex-wrap: wrap;
}

.article-services-list-item {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

.article-services-list-link {
	text-decoration: none;
}

.subscribe {
	background-color: #FFEF7C;
}

.subscribe-box {
	padding: 30px 15px;
}

.subscribe-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 15px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form-mess {
	position: absolute;
	left: 0;
	bottom: 100%;
	display: none;
}

.subscribe-form-mess br {
	display: none;
}

.subscribe-form-mess.active {
	display: block;
}

.subscribe-form-row {
	display: flex;
	flex-wrap: wrap;
}

.subscribe-form-submit {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 60px;
}

.subscribe-form-label {
	width: 100%;
}

.subscribe-form-email {
	border: 1px solid rgba(0, 0, 0, 0.07);
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	min-height: 60px;
	padding: 17px 20px 17px 50px;
	background-image: url(/local/templates/netdolgoff/img/icons/envelop.svg);
	background-position: 15px center;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #333;
}

.subscribe-form-email::-webkit-input-placeholder {
	color: #333;
	font-size: 14px;
}

.subscribe-form-email::-moz-placeholder {
	color: #333;
	font-size: 14px;
}


/* Firefox 19+ */

.subscribe-form-email:-moz-placeholder {
	color: #333;
	font-size: 14px;
}


/* Firefox 18- */

.subscribe-form-email:-ms-input-placeholder {
	color: #333;
	font-size: 14px;
}

.subscribe-form-text {
	margin-top: 10px;
	color: #333;
}

.form-callback {
	border: 1px solid #FFBE46;
	padding: 30px 15px;
	background-color: #fff;
	line-height: 1.25;
	position: relative;
	margin: 30px -15px;
	display: none;
}

.article__main-text .form-callback {
	display: block;
}

.form-callback .static-form-mess.off {
	opacity: 0;
	visibility: hidden;
}

.form-callback .static-form-mess {
	padding: 0 15px;
	opacity: 1;
	visibility: visible;
}

.form-callback p {
	margin-bottom: 0;
}

.form-callback-title {
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
}

.form-callback-title span {
	font-size: 32px;
	font-family: 'TT Norms';
}

.form-callback-subtitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.form-callback-subtitle span {
	font-family: 'TT Norms';
}

.form-callback-row {
	border-left: 1px solid #EEEEEE;
}

.form-callback-col {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.form-callback-col:first-child {
	border-top: 1px solid #EEEEEE;
}

.form-callback-col:nth-child(2) {
	border-top: 1px solid #EEEEEE;
}

.form-callback-subtitle {
	padding: 20px;
}

.form-callback-text {
	font-weight: normal;
	font-size: 14px;
}

.form-callback-check {
	position: relative;
	padding: 15px 15px 15px 55px;
	font-size: 14px;
}

.form-callback-check::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/local/templates/netdolgoff/img/icons/check.svg) no-repeat center/contain;
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 0;
}

.form-callback-descr {
	font-weight: bold;
	padding: 15px;
	font-size: 16px;
}

.callback-form-submit {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	min-height: 60px;
}

.callback-form-label {
	height: 100%;
}

.callback-form-input {
	padding: 17px 40px 17px 50px;
	border: 1px solid #EEEEEE;
	border-top: none;
	background-position: 15px center;
	background-repeat: no-repeat;
	font-family: 'TT Norms';
	height: 100%;
	min-height: 60px;
}

.callback-form-input.required {
	border: 1px solid red;
}

.callback-form-input-name {
	background-image: url(/local/templates/netdolgoff/img/icons/user.svg);
}

.callback-form-input-tel {
	background-image: url(/local/templates/netdolgoff/img/icons/phone.svg);
}

.callback-form-input::-webkit-input-placeholder {
	color: #333;
	font-family: 'TT Norms';
	font-size: 14px;
}

.callback-form-input::-moz-placeholder {
	color: #333;
	font-family: 'TT Norms';
	font-size: 14px;
}


/* Firefox 19+ */

.callback-form-input:-moz-placeholder {
	color: #333;
	font-family: 'TT Norms';
	font-size: 14px;
}


/* Firefox 18- */

.callback-form-input:-ms-input-placeholder {
	color: #333;
	font-family: 'TT Norms';
	font-size: 14px;
}

.callback-service {
	display: none;
	margin: 30px -15px;
}

.article__main-text .callback-service {
	display: flex;
}

.callback-service-img {
	min-width: 300px;
	width: 300px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.callback-service-content {
	background-color: #fff;
}

.callback-service-text {
	position: relative;
	padding: 70px 15px 30px;
	font-size: 14px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 500;
}

.callback-service-text::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 29px;
	background: url(/local/templates/netdolgoff/img/icons/quote.svg) no-repeat center/contain;
	top: 30px;
	left: 20px;
}

.callback-row {
	display: flex;
	flex-wrap: wrap;
}

.callback-service-name {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	padding: 13px 15px;
}

.callback-service-position {
	font-weight: normal;
	margin-top: 5px;
	font-size: 12px;
}

.callback-service-btn-box {
	width: 100%;
}

.callback-service-btn {
	width: 100%;
	height: 100%;
	min-height: 60px;
}

.question-answers-sect {
	margin-bottom: 30px;
}

.question-answers-sect .heading {
	padding: 40px 57px 77px;
}

.review-text-name {
	font-weight: bold;
	margin-bottom: 10px;
}

.review-text-content {
	margin: 10px 0;
}

.review-text-number {
	font-weight: bold;
}

.similar-services {
	margin-top: 40px;
}

.main__text {
	width: 39%;
	margin-bottom: 20px;
}

.main__text a {
	text-decoration: none;
}

.main__btn-v2 {}

.main__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: calc(100% - 1px);
	top: -1px;
	bottom: -1px;
	border: 1px solid #DDDDDD;
	min-width: 57px;
	background-color: #EEEEEE;
	z-index: 100;
}

.main__btn-icon svg {
	width: 20px;
}

.section-tariff {
	padding: 80px 0;
	overflow: hidden;
}

.tariff__arrows {
	margin-top: 25px;
	column-gap: 16px;
}

.tariff__arrow {
	background-color: transparent !important;
}

.tariff__arrow:hover {
	background-color: #ffe599 !important;
}

.tariff-row {
	overflow: visible !important;
}

.tariff-col {
	height: auto !important;
}

.tariff__heading {
	margin-bottom: 25px !important;
}

.tariff-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	transition: all 0.1s;
	height: 100%;
}

.tariff-item:hover,
.tariff-item.active {
	background-color: #ddd;
}

.tariff-item:hover .tariff-month span,
.tariff-item.active .tariff-month span,
.tariff-item:hover .tariff-tax span,
.tariff-item.active .tariff-tax span {
	background-color: #ddd;
}

.tariff-item .btn {
	margin-top: 20px;
}

.tariff-top {
	font-size: 16px;
	margin-bottom: 12px;
	color: #707070;
}

.tariff-price {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 12px;
}

.tariff-head {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 20px;
}

.tariff-box {
	display: flex;
	grid-row-gap: 8px;
	flex-direction: column;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

.tariff-value {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.tariff-value::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	border-bottom: 1px dotted #ccc;
	z-index: -1;
}

.tariff-month span {
	background: #eee;
	display: block;
	padding-right: 12px;
	transition: all 0.1s;
}

.tariff-tax {
	font-weight: 500;
}

.tariff-tax span {
	background: #eee;
	display: block;
	padding-left: 12px;
	transition: all 0.1s;
}

.tariff-condition {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.tariff-condition-item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.tariff-condition-text {
	color: #707070;
	padding-right: 12px;
}

.tariff-condition-value {
	font-weight: 500;
}

.tariff-condition-icon {
	width: 24px;
	display: block;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 4px;
}

.tariff-description li {
	padding-left: 24px;
	position: relative;
}

.tariff-description li::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #333333;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 10px;
}

.benefits_guarantees_bg {
	padding: 41px 58px 100px;
	background-image: url(/img/garanty__main-item-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.benefits_guarantees_heading {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 37.5px;
	margin-bottom: 10px;
}

.benefits_guarantees_text {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}

.benefits_guarantees_bg > * {
	position: relative;
	z-index: 1;
}

.benefits_guarantees_bg:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #00000070;
}


/*section.section.facts {margin-top: 80px;}*/

.facts_wrap_inner .facts_item {
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 30px;
	padding: 24px 15px !important;
	display: flex;
	flex-direction: row;
	/*	flex-wrap: wrap;*/
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.row.facts_wrap_inner {
	margin: 0px -15px;
	padding-bottom: 50px;
}


/*.facts_heading_wrap > .row {padding-top: 80px;}*/

.facts_wrap_inner > .col-lg-4,
.facts_wrap_inner > .col-lg-8 {
	padding: 0px 15px;
}

form.form_quiz {
	border: 14px solid #FFBE46;
	border-bottom: 0px;
}

.form_quiz .calc__footer {
	padding-bottom: 0px;
	min-height: 90px;
	height: 90px;
}

.form_quiz .calc__footer:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 15px;
	width: 100%;
	background: #FFBE46;
}

.form_quiz .calc__btn--next::after {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="14"><path fill-rule="evenodd" fill="white" d="M7.062 7.092L1.34 1.284 2.61 0 9.5 7l-7.606 6.284L.624 12l6.438-5.092v.184z"/></svg>');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.form_quiz .calc__footer {
	position: relative;
}

.quiz-row {
	padding-top: 80px;
	width: 100%;
	display: block;
}

@media(max-width: 1440px) {
	.tariff-top {
		font-size: 14px;
	}
	.tariff-price {
		font-size: 36px;
	}
	.tariff-head {
		font-size: 16px;
	}
	.tariff-condition-icon {
		width: 20px;
	}
}

@media(max-width: 1199px) {
	.tariff-item {
		padding: 16px;
	}
	.section-tariff {
		padding: 60px 0;
	}
}

@media(max-width: 767px) {
	.tariff-price {
		font-size: 28px;
	}
	.benefits_guarantees_bg {
		padding: 15px;
	}
	.benefits_guarantees_heading {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		margin-bottom: 4px;
	}
	.benefits_guarantees_text {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 22.4px;
	}
	/*.facts_heading_wrap > .row {padding-top: 64px;}*/
	.row.facts_wrap_inner {
		padding-bottom: 34px;
	}
	.facts_item_text {
		max-width: calc(100% - 83px);
	}
	form.form_quiz {
		border: 2px solid #FFBE46;
	}
	.form_quiz .calc__footer.border.border--top {
		border: 0px;
		padding-top: 0px;
	}
	.form_quiz .calc__footer {
		height: initial;
		max-height: initial;
		min-height: initial;
		padding: 15px;
	}
	.form_quiz button.calc__btn {
		right: initial;
		bottom: initial;
		margin-bottom: 17px;
	}
	.form_quiz .calc__footer:before {
		display: none;
	}
}

@media(min-width: 576px) {
	.form-callback {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media(min-width: 992px) {
	#up-button {
		bottom: 150px !important;
		right: 65px !important;
	}
	.article-services {
		padding: 40px 40px 20px;
	}
	.article-services-title {
		margin-bottom: 30px;
	}
	.article-services-list-item {
		width: 33.333333333%;
	}
	.subscribe-box {
		padding: 40px;
	}
	.subscribe-title {
		font-size: 25px;
	}
	.subscribe-form-row {
		flex-wrap: nowrap;
	}
	.subscribe-form-submit {
		width: 360px;
		min-width: 360px;
		font-size: 14px;
		height: auto;
	}
	.subscribe-form-email {
		padding: 25px 30px 25px 67px;
		width: 100%;
		background-position: 32px center;
		font-size: 18px;
	}
	.subscribe-form-email::-webkit-input-placeholder {
		font-size: 18px;
	}
	.subscribe-form-email::-moz-placeholder {
		font-size: 18px;
	}
	/* Firefox 19+ */
	.subscribe-form-email:-moz-placeholder {
		font-size: 18px;
	}
	/* Firefox 18- */
	.subscribe-form-email:-ms-input-placeholder {
		font-size: 18px;
	}
	.form-callback-title {
		font-size: 40px;
		padding: 20px 40px;
	}
	.form-callback .static-form-mess {
		padding: 0 20px;
	}
	.form-callback-title span {
		font-size: 50px;
	}
	.form-callback-subtitle {
		font-size: 20px;
	}
	.form-callback-text {
		font-size: 16px;
	}
	.form-callback-subtitle {
		padding: 20px;
	}
	.form-callback-check {
		font-size: 16px;
	}
	.form-callback-descr {
		font-size: 18px;
		padding: 20px;
	}
	.callback-form-submit {
		font-size: 14px;
	}
	.callback-form-input {
		padding: 31px 40px 31px 65px;
		background-position: 32px center;
	}
	.callback-form-input::-webkit-input-placeholder {
		font-size: 18px;
	}
	.callback-form-input::-moz-placeholder {
		font-size: 18px;
	}
	/* Firefox 19+ */
	.callback-form-input:-moz-placeholder {
		font-size: 18px;
	}
	/* Firefox 18- */
	.callback-form-input:-ms-input-placeholder {
		font-size: 18px;
	}
	.callback-service-text {
		padding: 80px 30px 65px;
		font-size: 16px;
	}
	.callback-service-img {
		display: block;
	}
	.callback-service-name {
		padding: 21px 30px;
	}
	.callback-service-text::before {
		width: 48px;
		height: 35px;
		top: 32px;
		left: 35px;
	}
	.callback-row {
		flex-wrap: nowrap;
	}
	.callback-service-btn-box {
		width: 360px;
		min-width: 360px;
	}
	.callback-service-name {
		font-size: 20px;
	}
	.callback-service-position {
		font-size: 12px;
	}
	.main__btn-icon {
		min-width: 91px;
	}
	.main__btn-icon svg {
		width: auto;
	}
}

@media(min-width: 1200px) {
	.subscribe-form {
		margin-left: 60px;
	}
	.form-callback {
		padding: 40px;
	}
	.form-callback-col {
		border-right: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
		border-left: none;
		border-top: none;
	}
	.form-callback-col:first-child {
		border-top: 1px solid #EEEEEE;
	}
	.form-callback-col:nth-child(2) {
		border-top: 1px solid #EEEEEE;
	}
}

@media(min-width: 1440px) {
	.subscribe-title {
		font-size: 30px;
	}
	.subscribe-form-email {
		padding: 31px 30px 31px 67px;
	}
	.form-callback,
	.callback-service {
		margin-left: -60px;
		margin-right: -60px;
	}
}

@media(max-width: 1440px) {
	.price-table td {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}
}

@media(max-width: 768px) {
	.table-container table {
		min-width: 650px;
	}
	/*.b24-widget-button-position-bottom-right {right: auto !important;left: 50px;}*/
}

.searchCityOnInput {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	box-shadow: 0px 0px 16px 10px rgba(34, 60, 80, 0.22);
	padding: 30px;
	z-index: 999;
}

.searchCityOnInput a.hide,
.searchCityOnInput button.hide {
	display: none;
}

.searchCityOnInput.hide {
	display: none;
}

.searchCityOnInput a:not(.city_not_found),
.searchCityOnInput button:not(.city_not_found) {
	padding: 5px 10px;
	color: #333;
	font-weight: 400;
	line-height: 1.4;
	border: 1px solid rgba(51, 51, 51, 0.5);
	border-radius: 4px;
}

.swiper-wrapper.blog__row {
	overflow: visible;
	margin: 0;
}

.swiper-slide.services__slider-item {
	margin-bottom: 0;
}

.blog__item-wrap.swiper-slide {
	padding: 0;
	height: auto;
}

.btn-okk {
	position: fixed;
	background-color: #FFBE46;
	text-transform: uppercase;
	border: 1ps solid #DDDDDD;
	color: #333333;
	line-height: 1;
	padding: 9px 21px;
	bottom: 3px;
	right: 50px;
	font-weight: bold;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s;
	min-width: 385px;
	z-index: 1000;
}

.btn-okk:hover {
	background-color: #fed46f;
}

.btn-okk-icon {
	display: inline-block;
	margin-left: 10px;
}

.recall_okk-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.recall_okk-title a {
	color: #FFBE46;
}

@media(max-width: 768px) {
	.btn-okk {
		min-width: 1px;
		left: 2px;
		right: 2px;
	}
}

[data-filter-item] {
	display: none;
}

[data-filter-item].active {
	display: block;
}

.vk-video-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #30f;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.agreement-label {
	position: relative;
	padding-left: 35px !important;
	min-height: 20px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.agreement-checkbox {
	display: none;
}

.agreement-checkbox:checked + .agreement-box {
	background-color: #FEB211;
}

.agreement-checkbox:checked + .agreement-box::before {
	display: inline-block;
}

.agreement-box {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #FEB211;
	border-radius: 4px;
	left: 5px;
	top: 5px;
	display: inline-block;
}

.agreement-box::before {
	content: '';
	display: none;
	position: absolute;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 9px;
	width: 6px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.form-alert {
	position: absolute;
	top: 100%;
	font-size: 12px;
	color: #DD1C1A;
	display: block;
	left: 0;
	margin-top: 5px;
}

.main-screen-service_form .get_consult_sect_form-orange_text-small {
	text-align: left !important;
	max-width: none !important;
}

.main-screen-service_form input.input {
	width: 100%;
}

.practice__form {
	max-width: 595px !important;
}

.consult__form-text-wrap {
	padding-left: 0 !important;
}

.cookie-confirm {
	position: fixed;
	right: 15px;
	left: 15px;
	bottom: 8px;
	z-index: 10000;
	background-color: #fff;
	padding: 12px 10px;
	font-size: 12px;
	margin: 0 auto;
}

.cookie-confirm span {
	text-decoration: underline;
}

.cookie-confirm .btn {
	font-size: 12px;
	height: 56px;
	margin-left: 12px;
}

.agreement-popup-box {
	overflow: auto;
	padding: 0 30px 50px;
	margin-top: 50px;
}

.fancybox-content {
	padding: 0;
}

.fancybox-close-small {
	border: 1px solid #ddd;
	width: 39px;
	height: 39px;
	padding: 12px !important;
	transition: 0.3s;
}

.fancybox-close-small:hover {
	background-color: #ddd;
}

.footer__footer {
	flex-direction: column;
}

.footer-agreement {
	flex-direction: column;
}

.footer-agreement > * {
	text-decoration: underline;
}

.footer__info-block .footer__text {
	margin-bottom: 15px;
}

@media(min-width: 992px) {
	.agreement-label {
		padding-left: 40px !important;
		cursor: pointer;
		min-height: 30px;
	}
	.agreement-box {
		width: 30px;
		height: 30px;
		left: 0;
		top: 0;
	}
	.agreement-box::before {
		height: 11px;
		width: 6px;
		bottom: 3px;
	}
	.form-alert {
		font-size: 14px;
	}
	.cookie-confirm {
		max-width: 400px;
		font-size: 14px;
		bottom: 12px;
	}
	.agreement-popup-box {
		max-width: 800px;
		max-height: 450px;
		padding: 0 60px 60px;
		margin-top: 60px;
	}
	.footer__footer {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer__info-block .footer__text {
		margin-bottom: 0;
	}
	.footer-agreement > * {
		margin-bottom: 15px !important;
	}
}

@media(min-width: 1440px) {
	.cookie-confirm {
		max-width: 460px;
	}
	.agreement-popup-box {
		max-width: 1024px;
		max-height: 576px;
	}
	.footer-agreement {
		flex-direction: row;
		column-gap: 60px;
	}
	.footer-agreement > * {
		width: 44.5%;
	}
}

@media(min-width: 1600px) {
	.agreement-popup-box {
		max-width: 1200px;
		max-height: 680px;
		padding: 0 60px 80px;
		margin-top: 80px;
	}
	.footer-agreement {
		column-gap: 60px;
	}
	.footer-agreement > * {
		width: auto;
	}
}

.mt30 {
	margin-top: 30px !important;
}
.main__heading-v2 {
	max-width: none; 
	margin-bottom: 0 !important;
	padding-top: 30px;
}
.user-remove-pattern {
	position: absolute;
	top: 0;
	right: 0;
}
.consult__row,
.consult__form {
	z-index: 2;
}
.border {
	border-color: rgba(0,0,0,0.07);
}
.h2 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.1;
}
.h6 {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 16px;
	
}
.user-remove-box {
	row-gap: 24px;
	font-weight: 500;
}
.row-padding {
	margin-left: -15px;
	margin-right: -15px;
}
.row-padding > * {
	padding-left: 15px;
	padding-right: 16px;
}
@media(min-width: 992px) {
	.h2 {
		font-size: 40px;
		margin-bottom: 0;
	}
	.h6 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.user-remove-box {
		row-gap: 40px;
	}
}



.agreement-bottom-links{
	margin-top: 30px;
}

.agreement-bottom-links a{
	text-decoration: underline;
}