/*!
Theme Name: Адвокатська Контора Козаря
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: advokat-kozar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Адвокатська Контора Козаря is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;
	--gap: 30px;
	--radius: 30px;

	--text-size: 16px;
	--h1-size: 48px;
	--h2-size: 36px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 21px;
	--h6-size: 18px;

	--bg-light: #F9F9F9;
	--black: #2A2A2A;
	--black-light: #706F6F;
	--white: #FFFFFF;
	--brown: #AB8D62;
	--grey: #3B4D51;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	color: var(--black-light);
	background: var(--white);
}
a {
	color: var(--brown);
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: var(--black);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', serif;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 1.2;
	color: var(--black);
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 600;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field-label {
	display: block;
	margin-bottom: 6px;
}
::-webkit-input-placeholder {
	color: #777777;
}
::-moz-placeholder {
	color: #777777;
}
:-ms-input-placeholder {
	color: #777777;
}
:-moz-placeholder {
	color: #777777;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: none;
	color: var(--black);
	-moz-border-radius: calc(var(--radius) / 1.2);
	-webkit-border-radius: calc(var(--radius) / 1.2);
	border-radius: calc(var(--radius) / 1.2);
	padding: 10px 30px;
	height: 50px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	font-size: calc(var(--text-size) / 1.166);
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
	margin: var(--gap) 0 0;
	padding: 12px 20px;
	text-align: center;
	line-height: 1.3;
}
.form-field-checkbox .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.form-field-checkbox .wpcf7-list-item {
	margin: 0;
}
.form-field-checkbox .wpcf7-list-item label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
	z-index: 1;
}
.form-field-checkbox .wpcf7-list-item input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: rgba(217, 217, 217, 0.01);
	border: 1px solid var(--white);
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .25s;
}
.form-field-checkbox .wpcf7-list-item input[type="checkbox"]:checked:after {
	content: '';
    width: 6px;
    height: 11px;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(45deg);
}

.form-field-radio .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 1.5);
}
.form-field-radio .wpcf7-list-item {
	margin: 0;
}
.form-field-radio .wpcf7-list-item label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
	z-index: 1;
}
.form-field-radio .wpcf7-list-item input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: rgba(217, 217, 217, 0.01);
	border: 1px solid var(--white);
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: .25s;
}
.form-field-radio .wpcf7-list-item input[type="radio"]:checked:after {
	content: '';
    width: 6px;
    height: 11px;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(45deg);
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-light {
	background: var(--bg-light);
}


.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 2);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading p:first-child {
	color: var(--brown);
	margin-bottom: 10px;
}
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 600;
}
.heading.white,
.heading.white h2 {
	color: var(--white);
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Roboto', serif;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 12px 34px;
	-moz-border-radius: calc(var(--radius) / 1.2);
	-webkit-border-radius: calc(var(--radius) / 1.2);
	border-radius: calc(var(--radius) / 1.2);
	outline: none;
	min-height: 50px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-w100 {
	width: 100%;
}
.btn-primary {
	background-color: var(--brown);
	border-color: var(--brown);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
/*.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--blue);
}
.btn-secondary:hover {
	background-color: var(--blue-dark);
	border-color: var(--blue-dark);
	color: var(--white);
}
.btn.btn-link {
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--blue);
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	min-height: inherit;
}
.btn.btn-link:hover {
	color: var(--blue-dark);
}
*/


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.soc-links li.soc-mobile {
	display: none;
}
@media(max-width: 991px) {
	.soc-links li.soc-mobile {
		display: block;
	}
	.soc-links li.soc-desktop {
		display: none;
	}
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}



.soc-links-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
}
.soc-links-2 li.soc-mobile {
	display: none;
}
@media(max-width: 991px) {
	.soc-links-2 li.soc-mobile {
		display: block;
	}
	.soc-links-2 li.soc-desktop {
		display: none;
	}
}
.soc-links-2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--black);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.soc-links-2 li a:hover {
	background: rgba(42, 42, 42, .5);
}
.soc-links-2 li a svg {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
}




.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 36px;
	height: 36px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--brown);
}
.mobile-menu {
	margin: 0 0 calc(var(--gap) * 2);
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.mobile-menu li a {
	font-weight: 500;
	display: block;
	text-decoration: none;
	color: var(--black);
}
.mobile-menu li a:hover {
	color: var(--brown);
}

.mobile-contacts {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	color: var(--black);
	margin-bottom: var(--gap);
}
.mobile-contacts p {
	position: relative;
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 1;
}
.mobile-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--brown);
}
.mobile-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.mobile-contacts p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.mobile-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.mobile-contacts p a {
	color: var(--black);
	text-decoration: none;
}
.mobile-contacts p a:hover {
	color: var(--brown);
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 480px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--brown);
	background-clip: padding-box;
	outline: 0;
	padding: calc(var(--gap) * 1.5) var(--gap) var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--black);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .8;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h3-size);
	color: var(--white);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: calc(var(--gap) / 1.5);
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #999999;
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--white);
}


.page-content ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 20px;
}
.page-content ul li::marker {
	color: var(--brown);
}


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 32px -15px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid var(--line);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - 30px) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - 30px * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - 30px * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - 30px * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - 30px * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - 30px * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - 30px * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - 30px * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}
img.alignleft,
img.alignright,
img.aligncenter {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}




.wrapper {
	position: relative;
	z-index: 1;
}

.topbar {
	position: relative;
	background: var(--black);
	color: var(--white);
	padding: 15px 0;
	z-index: 1;
}
.topbar a {
	color: var(--white);
	text-decoration: none;
}
.topbar a:hover {
	color: var(--brown);
}
.topbar-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: var(--gap);
	height: 24px;
	z-index: 1;
}
.topbar-contacts {
	flex: auto;
	display: flex;
	align-items: center;
	gap: var(--gap);
}
.topbar-contacts p {
	position: relative;
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 1;
}
.topbar-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
}
.topbar-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.topbar-contacts p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.topbar-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.topbar-contacts p:after {
	content: '';
	width: 1px;
	height: 24px;
	background: var(--white);
	position: absolute;
	top: 50%;
	right: calc(var(--gap) / -2);
	transform: translateY(-50%);
	z-index: 1;
}
.topbar-contacts p:last-child:after {
	display: none;
}




.header {
	position: sticky;
	top: 0;
	background: var(--white);
	padding: 8px 0;
	border-bottom: 1px solid var(--bg-light);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 74px;
	gap: calc(var(--gap) * 1.5);
}
.header-logo img {
	max-height: 74px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 1.5);
	font-size: var(--h5-size);
	font-weight: 600;
}
.main-menu li a {
	color: var(--grey);
	text-decoration: none;
}
.main-menu li a:hover {
	color: var(--brown);
}
.header-button {
	flex: 0 0 auto;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	border: 0;
	border-radius: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--grey);
}


.main {
	position: relative;
	z-index: 1;
}


.footer {
	background: var(--black);
	color: var(--white);
}
.footer a {
	color: var(--white);
	text-decoration: none;
}
.footer a:hover {
	color: var(--brown);
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-widget {
	max-width: calc((100% / 3) - (2 * var(--gap) / 3) - var(--gap));
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.footer-widget > * {
	margin: 0;
}
.footer-widget-title {
	font-size: var(--h5-size);
	font-weight: 600;
}
.footer-logo img {
	max-height: 74px;
}
.footer-social {
	margin-top: auto;
}
.footer-social-label {
	color: var(--brown);
}
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	padding-left: 24px;
}
.footer-menu li::marker {
	color: var(--brown);
}
.footer-contacts__item {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(171, 141, 98, 0.3);
	padding-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
	z-index: 1;
}
.footer-contacts__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.footer-contacts__item-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	background: var(--brown);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.footer-contacts__item-icon:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
}
.footer-contacts__item-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer-contacts__item.phone .footer-contacts__item-icon:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts__item.e-mail .footer-contacts__item-icon:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.footer-contacts__item.address .footer-contacts__item-icon:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-bottom {
	background: var(--brown);
	padding: 15px 0;
	text-align: center;
	color: var(--white);
}
.footer-bottom a {
	color: var(--white);
	text-decoration: none;
}
.footer-bottom a:hover {
	color: var(--bg-light);
}



.page-header {
	position: relative;
	background: var(--bg-light);
	padding: 48px 0;
	z-index: 1;
}
.page-body.section {
	padding-top: 48px;
}
.page-breadcrumbs {
	margin-bottom: 10px;
}
.page-breadcrumbs a {
	text-decoration: none;
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 600;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 600;
	color: var(--grey);
	line-height: 1;
	text-align: center;
}
.error-404-button {
	text-align: center;
}


.modalThanks .modal-content {
	padding: calc(var(--gap) * 1.5) var(--gap);
	font-size: var(--h6-size);
}
.modalThanks .modal-body h1,
.modalThanks .modal-body h2,
.modalThanks .modal-body h3,
.modalThanks .modal-body h4,
.modalThanks .modal-body h5,
.modalThanks .modal-body h6 {
	color: var(--brown);
}



.hero-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 144px);
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:after {
	content: '';
	background: var(--black);
	opacity: .9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 120px;
}
.hero-left {
	flex: 0 0 calc(55% - 60px);
	max-width: calc(55% - 60px);
}
.hero-text-before-heading {
	color: var(--brown);
	font-size: var(--h5-size);
	font-weight: 400;
	margin-bottom: 20px;
}
.hero-heading {
	color: var(--white);
	font-size: calc(var(--h1-size) * 1.333);
	line-height: 1.17;
	font-weight: 600;
	margin-bottom: 40px;
}
.hero-content {
	color: var(--white);
	font-size: var(--h5-size);
	margin-bottom: 80px;
}
.hero-right {
	flex: 0 0 calc(45% - 60px);
	max-width: calc(45% - 60px);
}
.hero-form {
	position: relative;
	padding: 50px;
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--brown);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}
.hero-mobile {
	margin-top: var(--gap);
}
.hero-sep {
	font-size: 14px;
	color: var(--white);
	margin-bottom: var(--gap);
}

.payment-strip-section {
	position: relative;
	z-index: 2;
	padding-top: 36px;
	padding-bottom: 100px;
	background: var(--white);
}
.law-card.law-payment-strip {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: 30px;
	padding: 26px 30px;
	background: linear-gradient(135deg, rgba(0, 160, 70, .08), var(--white) 58%);
	border: 1px solid rgba(0, 160, 70, .24);
	border-top: 4px solid #00A046;
	border-radius: 0 var(--radius) var(--radius) var(--radius);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .08);
}
.law-payment-service {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	background: linear-gradient(135deg, rgba(238, 243, 244, .96), rgba(255, 255, 255, .78));
	border: 1px solid rgba(0, 160, 70, .16);
	border-radius: 0 26px;
	box-shadow: 0 12px 28px rgba(0, 160, 70, .08);
}
.law-payment-graphic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	flex: 0 0 88px;
	border-radius: 22px;
	background: #d2f7d7;
	box-shadow: 0 12px 26px rgba(0, 160, 70, .12);
}
.law-payment-graphic img {
	display: block;
	width: 82px;
	height: 82px;
	object-fit: contain;
}
.law-payment-service-title {
	color: var(--black);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.18;
}
.law-payment-strip-content h3 {
	margin-bottom: 8px;
	font-size: 26px;
	font-weight: 600;
}
.law-payment-strip-content p {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
}
.law-payment-action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 18px;
}
.law-payment-button {
	min-height: 46px;
	padding: 10px 24px;
}




.formRequest-text {
	text-align: center;
	margin-bottom: 10px;
	color: var(--brown);
}
.formRequest-heading {
	margin-bottom: var(--gap);
	text-align: center;
	font-size: var(--h5-size);
	font-weight: 600;
}



.about-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.about-left,
.about-right {
	flex: 1;
}
.about-right {
	padding-top: 20px;
}
.about-images {
	position: relative;
	height: 100%;
	min-height: calc(var(--container) / 2.5);
	z-index: 1;
}
.about-image {
	position: absolute;
	width: calc(50% - var(--gap) / 2);
	height: calc(50% - var(--gap) / 2);
	z-index: 1;
}
.about-image img {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.about-image-1 {
	top: 0;
	left: 0;
	height: 100%;
	padding: 20px 0 0 20px;
}
.about-image-1 img {
	box-shadow: none;
	-moz-border-radius: 0 70px 70px 70px;
	-webkit-border-radius: 0 70px 70px 70px;
	border-radius: 0 70px 70px 70px;
}
.about-image-1:before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 0;
	left: 0;
	border: 2px solid var(--grey);
	-moz-border-radius: 0 70px 70px 70px;
	-webkit-border-radius: 0 70px 70px 70px;
	border-radius: 0 70px 70px 70px;
	z-index: -1;
}
.about-image-2 {
	right: 0;
	top: 0;
}
.about-image-2 img {
	-moz-border-radius: 70px 70px 70px 0;
	-webkit-border-radius: 70px 70px 70px 0;
	border-radius: 70px 70px 70px 0;
}
.about-image-3 {
	right: 0;
	bottom: 0;
}
.about-image-3 img {
	-moz-border-radius: 0 70px 70px 70px;
	-webkit-border-radius: 0 70px 70px 70px;
	border-radius: 0 70px 70px 70px;
}
.heading.about-heading {
	margin-bottom: var(--gap);
}
.about-content {
	font-size: var(--h5-size);
}
.about-content > * {
	margin-bottom: var(--gap);
}
.about-content > *:last-child {
	margin-bottom: 0;
}
.about-content ul {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	padding: 0;
	list-style: none;
}
.about-content ul li {
	position: relative;
	padding-left: 50px;
	z-index: 1;
}
.about-content ul li:before {
	content: '';
	background: url(images/check-circle.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	z-index: 1;
}



.advantages-wrap {
	max-width: 1116px;
	margin: auto;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -1.2) calc(var(--gap) / -.6);
}
.advantages-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 calc(var(--gap) / .6);
	padding: 0 calc(var(--gap) / 1.2);
}
.advantages-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	border-bottom: 10px solid var(--brown);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
	overflow: hidden;
	z-index: 1;
}
.advantages-item__icon {
	margin-bottom: calc(var(--gap) / 1.2);
	width: 90px;
	height: 90px;
	background: var(--brown);
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.advantages-item__icon img {
	max-height: 50px;
	max-width: 50px;
}
.advantages-item__title {
	color: var(--grey);
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: calc(var(--gap) / 2);
}
.advantages-item__icon-flat {
	position: absolute;
	width: 150px;
	height: 150px;
	top: -15px;
	right: -15px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--brown);
	opacity: .3;
	z-index: -1;
}



.feedback-section {
	color: var(--white);
}
.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedback-bg:after {
	content: '';
	background: var(--black);
	opacity: .9;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.feedback-wrap {
	display: flex;
	gap: 170px;
}
.feedback-left {
	flex: 0 0 calc(50% - 110px);
	max-width: calc(50% - 110px);
}
.feedback-right {
	flex: 0 0 calc(50% - 60px);
	max-width: calc(50% - 60px);
}
.feedback-form {
	position: relative;
	padding: 50px;
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--brown);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	max-width: 532px;
	z-index: 1;
}
.feedback-content {
	font-size: var(--h5-size);
	margin-bottom: 80px;
	color: var(--white);
	line-height: 1.5;
	max-width: 530px;
}
.feedback-icon {
	max-width: 530px;
	text-align: center;
}
.feedback-icon img {
	max-height: 200px;
}



.steps-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}
.steps-left {
	flex: 0 0 calc(42% - var(--gap));
	max-width: calc(42% - var(--gap));
}
.steps-right {
	flex: 0 0 calc(58% - var(--gap));
	max-width: calc(58% - var(--gap));
}
.steps-content {
	margin-bottom: calc(var(--gap) * 2);
	font-size: var(--h5-size);
}
.steps-image {
	position: relative;
	max-width: 480px;
	padding: var(--gap) var(--gap) 0 0;
	z-index: 1;
}
.steps-image:before {
	content: '';
	position: absolute;
	width: calc(100% - var(--gap));
	height: calc(100% - var(--gap));
	right: 0;
	top: 0;
	border: 4px solid var(--brown);
	-moz-border-radius: 0 70px;
	-webkit-border-radius: 0 70px;
	border-radius: 0 70px;
	z-index: -1;
}
.steps-image img {
	-moz-border-radius: 0 70px;
	-webkit-border-radius: 0 70px;
	border-radius: 0 70px;
}
.steps-items {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.steps-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap) * 1.5);
	z-index: 1;
}
.steps-item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% + var(--gap));
	background: #A7A6A6;
	top: 10px;
	left: 29px;
	z-index: -1;
}
.steps-item:last-child:before {
	display: none;
}
.steps-item__number {
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--brown);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--h5-size);
	font-weight: 600;
}
.steps-item__wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	padding: var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 1.5);
	z-index: 1;
}
.steps-item__icon {
	flex: 0 0 60px;
	max-width: 60px;
}
.steps-item__icon img {
	max-height: 60px;
}
.steps-item__title {
	flex: auto;
	max-width: calc(100% - var(--gap) / 1.5 - 60px);
	margin-bottom: 0;
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--black);
}
.steps-item__content {
	color: var(--black);
}




.faq-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.faq-bg:after {
	content: '';
	background: var(--black);
	opacity: .9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.faq-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.faq-left {
	flex: 1;
}
.faq-content {
	font-size: var(--h5-size);
	color: var(--white);
	margin-bottom: calc(var(--gap) * 2);
}
.faq-right {
	flex: 2;
}
.faq-items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.faq-item {
	position: relative;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 1.5) calc(var(--gap) * 1.333);
	transition: .5s;
	z-index: 1;
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	color: var(--grey);
	font-weight: 600;
	cursor: pointer;
	transition: .5s;
}
.faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	transition: .5s;
}
.faq-item__toggle:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--grey);
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.active .faq-item__toggle {
	transform: rotate(180deg);
}
.faq-item__body {
	margin-top: calc(var(--gap) / 1.5);
}


.certificates-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.certificates-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.certificates-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(var(--container) / 3);
}
.certificates-item__image a {
	cursor: zoom-in;
}
.certificates-item__image img {
	max-height: calc(var(--container) / 3);
}
.certificates-item__image a:hover img {
	transform: scale(1.05);
}



@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--gap: 30px;
		--radius: 30px;

		--text-size: 16px;
		--h1-size: 48px;
		--h2-size: 36px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 21px;
		--h6-size: 18px;
	}
	.main-menu {
		font-size: var(--h6-size);
	}
	.hero-wrap {
		gap: calc(var(--gap) * 2);
	}
	.hero-left {
		flex: 0 0 calc(55% - var(--gap));
		max-width: calc(55% - var(--gap));
	}
	.hero-right {
		flex: 0 0 calc(45% - var(--gap));
		max-width: calc(45% - var(--gap));
	}
	.hero-heading {
		margin-bottom: var(--gap);
	}
	.hero-content {
		margin-bottom: calc(var(--gap) * 2);
	}
	.advantages-items {
		margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
	}
	.advantages-item {
		margin: 0 0 var(--gap);
		padding: 0 calc(var(--gap) / 2);
	}
	.feedback-content {
		margin-bottom: calc(var(--gap) * 2);
	}
	.faq-item {
		padding: calc(var(--gap) / 1.5) var(--gap);
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--gap: 30px;
		--radius: 30px;

		--text-size: 16px;
		--h1-size: 38px;
		--h2-size: 32px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.topbar-contacts p {
		max-width: 254px;
	}
	.header-wrap {
		gap: var(--gap);
		height: 60px;
	}
	.header-logo img {
		max-height: 60px;
	}
	.main-menu {
		gap: calc(var(--gap) / 1.5);
	}
	.hero-heading {
		font-size: calc(var(--h1-size) * 1.1);
	}
	.hero-wrap {
		gap: var(--gap);
	}
	.hero-left {
		flex: 0 0 calc(50% - var(--gap) / 2);
		max-width: calc(50% - var(--gap) / 2);
	}
	.hero-right {
		flex: 0 0 calc(50% - var(--gap) / 2);
		max-width: calc(50% - var(--gap) / 2);
	}
	.hero-form,
	.feedback-form {
		padding: var(--gap);
	}
	.law-card.law-payment-strip {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.about-content,
	.feedback-content,
	.steps-content,
	.faq-content {
		font-size: var(--text-size);
	}
	.advantages-item__icon {
		width: 72px;
		height: 72px;
	}
	.advantages-item__icon img {
		max-width: 40px;
		max-height: 40px;
	}
	.advantages-item__icon-flat {
		width: 120px;
		height: 120px;
	}
	.feedback-icon img {
		max-height: 120px;
	}
	.feedback-wrap {
		gap: calc(var(--gap) * 4);
	}
	.feedback-left {
		flex: 0 0 calc(50% - var(--gap) * 2);
		max-width: calc(50% - var(--gap) * 2);
	}
	.steps-image {
		padding: 20px 20px 0 0;
	}
	.steps-image:before {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	.footer-widget {
		max-width: 300px;
	}
	.footer-logo img {
		max-height: 60px;
	}
	.footer-contacts__item-icon {
		width: 48px;
		height: 48px;
	}
	.footer-contacts__item {
		padding-left: 68px;
		min-height: 48px;
	}
	.page-header {
		padding: 36px 0;
	}
}




@media (max-width: 991px) {
	:root {
		--container: 696px;
		--gap: 24px;
		--radius: 24px;

		--text-size: 16px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.btn {
		-moz-border-radius: var(--radius);
		-webkit-border-radius: var(--radius);
		border-radius: var(--radius);
	}
	.topbar {
		display: none;
	}
	.main-menu {
		display: none;
	}
	.header-logo {
		flex: auto;
	}
	.header-button .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero-left {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.hero-right {
		display: none;
	}
	.hero-soc {
		justify-content: center;
	}
	.about-left {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
		padding: 0 0 var(--gap);
	}
	.about-images {
		min-height: calc(var(--container) / 1.5);
	}
	.about-image-1 img {
		-moz-border-radius: 0 40px 40px 40px;
		-webkit-border-radius: 0 40px 40px 40px;
		border-radius: 0 40px 40px 40px;
	}
	.about-image-1:before {
		-moz-border-radius: 0 40px 40px 40px;
		-webkit-border-radius: 0 40px 40px 40px;
		border-radius: 0 40px 40px 40px;
	}
	.about-image-2 img {
		-moz-border-radius: 40px 40px 40px 0;
		-webkit-border-radius: 40px 40px 40px 0;
		border-radius: 40px 40px 40px 0;
	}
	.about-image-3 img {
		-moz-border-radius: 0 40px 40px 40px;
		-webkit-border-radius: 0 40px 40px 40px;
		border-radius: 0 40px 40px 40px;
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feedback-wrap {
		gap: calc(var(--gap) * 2);
		flex-wrap: wrap;
	}
	.feedback-left {
		position: relative;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		z-index: 1;
	}
	.feedback-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feedback-bg:after {
		display: none;
	}
	.feedback-section {
		overflow: hidden;
	}
	.feedback-left:after {
	    content: '';
	    background: var(--black);
	    opacity: .9;
	    position: absolute;
	   	width: 100vw;
	    height: calc(100% + 80px);
	    top: -80px;
	    left: calc((100vw - var(--container)) / -2);
	    z-index: -1;
	}
	.feedback-icon {
		display: none;
	}
	.feedback-content {
		max-width: 100%;
	}
	.feedback-form {
		margin: 0 auto;
	}
	.steps-wrap {
		flex-wrap: wrap;
	}
	.steps-right {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	.steps-left {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.steps-image {
		margin: auto;
		max-width: 360px;
	}
	.steps-image img,
	.steps-image:before {
		-moz-border-radius: 0 40px;
		-webkit-border-radius: 0 40px;
		border-radius: 0 40px;
	}
	.faq-wrap {
		gap: calc(var(--gap) * 2);
	}
	.faq-left,
	.faq-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faq-left {
		text-align: center;
	}
	.faq-content {
		margin-bottom: var(--gap);
	}
	.certificates-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.certificates-item__image {
		height: calc(var(--container) / 3 * 2);
	}
	.certificates-item__image img {
		max-height: calc(var(--container) / 3 * 2);
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-menu {
		align-items: center;
		padding-right: 24px;
	}
	.footer-contacts__item {
		text-align: left;
	}
	.footer-wrap {
		gap: calc(var(--gap) * 2);
	}
	.hero-section {
		min-height: calc(100vh - 77px);
	}
}




@media (max-width: 767px) {
	:root {
		--container: 516px;
		--gap: 24px;
		--radius: 24px;

		--text-size: 16px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.payment-strip-section {
		padding-top: 24px;
		padding-bottom: 56px;
	}
	.law-card.law-payment-strip {
		padding: 22px;
		border-radius: 0 var(--radius) var(--radius) var(--radius);
	}
	.law-payment-service {
		gap: 12px;
		padding: 14px;
	}
	.law-payment-graphic {
		width: 64px;
		height: 64px;
		flex-basis: 64px;
		border-radius: 18px;
	}
	.law-payment-graphic img {
		width: 60px;
		height: 60px;
	}
	.law-payment-service-title {
		font-size: 17px;
	}
	.law-payment-strip-content h3 {
		font-size: 24px;
	}
	.law-payment-strip-content p {
		font-size: 16px;
	}
	.law-payment-action {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 16px;
	}
	.law-payment-button {
		width: 100%;
	}
}




@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 32px);
		--gap: 24px;
		--radius: 24px;

		--text-size: 16px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.modal-dialog {
		max-width: var(--container);
	}
	.heading h2 {
		font-size: var(--h2-size);
	}
	.header-wrap {
		gap: 20px;
	}
	.header-button .btn {
		font-size: calc(var(--text-size) / 1.2);
		padding: 8px 16px;
		min-height: 40px;
	}
	.hero-content {
		font-size: var(--h6-size);
	}
	.steps-item {
		gap: var(--gap);
	}
	.steps-item__icon {
		flex: 0 0 48px;
		max-width: 48px;
	}
	.steps-item__icon img {
		max-height: 48px;
	}
	.steps-item__title {
		max-width: calc(100% - var(--gap) / 1.5 - 48px);
	}
}
