h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 15px;
	}
}

h4 {
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
}

h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h5 {
		font-size: 18px;
		line-height: 27px;
	}
}

h6 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h6 {
		font-size: 16px;
		line-height: 24px;
	}
}



/* table */
.table__scroll {
	padding-bottom: 15px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.table__scroll table {
		width: 700px;
	}
}

table {
	width: 100%;
	border-collapse: separate;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #B8B8B8;
	border-radius: 10px;
	word-break: break-all
}

table th,
table td {
	text-align: center;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	min-height: 65px;
	padding: 10px 5px;
}

table th:first-child,
table td:first-child {
	border-left: none;
}

table th:last-child,
table td:last-child {
	border-right: none;
}

table th {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}

table th:nth-child(odd) {
	/*  background: #ececec;  */
}

table th:nth-child(even) {
	/*  background: #e4e4e4; */
}

table th:first-child {
	border-radius: 10px 0 0 0;
}

table th:last-child {
	border-radius: 0 10px 0 0;
}

table td {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

table td:nth-child(odd) {
	/*  background: #f9f9f9; */
}

table td:nth-child(even) {
	/*  background: #fff;  */
}

table td b {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

table td a,
table td li {
	font-size: 16px;
	line-height: 24px;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}


.t4b9c6760 {
	padding: 40px;
	margin-top: -40px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.t4b9c6760 {
		padding: 40px 10px;
		margin-right: -10px;
		margin-left: -10px;
	}
}

/* scroll vertical */
.scroll {
	overflow-y: auto;
	-ms-scroll-chaining: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: thin;
	scrollbar-color: #1D7FCD transparent;
}

.scroll::-webkit-scrollbar {
	width: 4px;
	height: 50%;
}

.scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
	background-color: #1D7FCD;
	border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
	background-color: #1D7FCD;
}

.scroll::-webkit-scrollbar-thumb:active {
	background-color: #1D7FCD;
}

.scroll::-webkit-scrollbar-thumb:vertical {
	min-height: 50%;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
	min-width: 4px;
}

/* scroll horizontal */
.scroll_horizontal {
	overflow-x: auto;
	-ms-scroll-chaining: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: thin;
	scrollbar-color: #1D7FCD transparent;
}

.scroll_horizontal::-webkit-scrollbar {
	width: 170px;
	height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
	background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
	background-color: #1D7FCD;
	border-radius: 5px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
	background-color: #1D7FCD;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
	background-color: #1D7FCD;
}

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
	min-width: 50%;
}

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
	min-height: 4px;
}



/* .copy {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #AFAFAF;
	margin-bottom: 0; }
	@media screen and (max-width: 768px) {
	  .copy {
		 min-width: 100%;
		 margin: 40px 0; } } */

.plus {
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #AFAFAF;
	margin-bottom: 0;
}

.plus img {
	margin: 0;
	margin-right: 10px;
}



.tc6ed6578 {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 0 30px;
	margin-bottom: 25px;
}

.tc6ed6578 .heading {
	position: relative;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	color: #323239;
	padding: 30px 20px 30px 43px;
}

.tc6ed6578 .heading::before,
.tc6ed6578 .heading::after {
	position: absolute;
	content: "";
}

.tc6ed6578 .heading::before {
	width: 23px;
	height: 17px;
	background: center center / cover no-repeat;
	background-image: url("../uniq/img/sprite3.svg#menu");
	left: 0;
	top: calc(50% - 8.5px);
}

.tc6ed6578 .heading::after {
	width: 17px;
	height: 11px;
	background: center center / cover no-repeat;
	background-image: url("../uniq/img/sprite3.svg#arr");
	transition: transform .3s;
	right: 0;
	top: calc(50% - 5.5px);
}

.tc6ed6578 ol:not([class]) {
	max-height: 0;
	overflow: hidden;
	margin-left: 43px;
	margin-bottom: 0;
}

.tc6ed6578 ol:not([class]) li {
	position: relative;
	margin-bottom: 10px;
}

.tc6ed6578 ol:not([class]) li::before {
	position: absolute;
	left: 0;
}

.tc6ed6578 ol:not([class]) li:last-child {
	margin-bottom: 0;
}

.tc6ed6578 ol:not([class]) li a {
	color: #383434;
}

.tc6ed6578 ol:not([class]) li:hover::before {
	color: #1D7FCD;
}

.tc6ed6578 ol:not([class]) li:hover a {
	color: #1D7FCD;
}

.tc6ed6578 ol:not([class]) a {
	font-weight: 400;
	text-decoration: none;
}

.tc6ed6578.table__content_open {
	padding-bottom: 35px;
}

.tc6ed6578.table__content_open .heading::after {
	transition: transform .3s;
	transform: rotate(-180deg);
}

.tc6ed6578.table__content_open ol:not([class]) {
	max-height: 1000px;
}

@media screen and (max-width: 768px) {
	.tc6ed6578 {
		padding: 0 20px;
	}

	.tc6ed6578 .heading {
		font-size: 18px;
		line-height: 27px;
		padding: 25px 20px 20px 43px;
	}

	.tc6ed6578 ol:not([class]) {
		margin-left: 10px;
	}
}


.img__item img {
	width: 300px;
	height: 182px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0;
}




/* faq */
.faq h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.faq h2 {
		text-align: center;
		font-size: 26px;
		line-height: 31px;
	}
}

.faq__block {
	counter-reset: number;
	margin-bottom: 40px;
}

.faq__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 15px;
}

.faq__item .heading {
	position: relative;
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	line-height: 33px;
	text-align: left;
	padding: 30px 60px 30px 30px;
}

.faq__item .heading::before {
	counter-increment: number;
	content: counter(number) ". ";
}

.faq__item .heading::after {
	position: absolute;
	content: "";
	transition: transform .3s;
	width: 22px;
	height: 14px;
	background: center center / cover no-repeat;
	background-image: url("../uniq/img/sprite3.svg#faq");
	right: 30px;
	top: calc(50% - 7px);
}

.faq__item .heading:hover {
	color: #1D7FCD;
}

.faq__item .text {
	max-height: 0;
	transition: max-height .4s;
	overflow: hidden;
	padding: 0 70px 0 55px;
}

.faq__item .text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #212122;
}

.faq__item .text p:last-child {
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.faq__item .heading {
		font-size: 18px;
		line-height: 27px;
		padding: 25px 60px 30px 20px;
	}

	.faq__item .text {
		padding: 0 20px 0;
	}

	.faq__item .text p {
		font-size: 16px;
		line-height: 26px;
	}

	.faq__item .text p:last-child {
		margin-bottom: 25px;
	}
}

.faq__item__open .heading {
	color: #1D7FCD;
}

.faq__item__open .heading::after {
	width: 22px;
	height: 14px;
	background: center center / cover no-repeat;
	background-image: url("../uniq/img/sprite3.svg#faq-blue");
}

.faq__item__open .text {
	max-height: 1000px;
}



.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}


.clear::after {
	content: "";
	display: block;
	clear: both;
}



.float_right {
	float: right;
	margin-left: 20px;
}

.float_left {
	float: left;
	margin-right: 20px;
}

.float_right,
.float_left {
	margin-bottom: 20px;
}

.float_right img,
.float_left img {
	margin-bottom: 0px;
}


ol:not([class]),
ul:not([class]) {
	margin-bottom: 15px;
}

ol:not([class]) li {
	display: table;
	position: relative;
	margin-bottom: 10px;
}

ol:not([class]) li:last-child,
ul:not([class]) li:last-child {
	margin-bottom: 0;
}

ol:not([class]) {
	counter-reset: number;
}

ol:not([class]) li {
	padding-left: 25px;
}

ol:not([class]) li::before {
	counter-increment: number;
	content: counter(number) "." " ";
	color: #1D7FCD;
}

/* ul:not([class]) li {
	padding-left: 50px;
} */

/* ul:not([class]) li::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 12px;
	background: center center / cover no-repeat;
	background-image: url("../uniq/img/sprite3.svg#check-blue");
	top: 9px;
	left: 15px;
}
 */
table ol:not([class]) li,
table ul:not([class]) li,
.table ol:not([class]) li,
.table ul:not([class]) li {
	display: block;
}

table ol:not([class]) li,
.table ol:not([class]) li {
	padding-left: 0;
}

table ul:not([class]) li,
.table ul:not([class]) li {
	padding-left: 20px;
}

table ul:not([class]) li::before,
.table ul:not([class]) li::before {
	left: 0;
}

ol ol,
ul ul {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {

	.float_right,
	.float_left {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}



* {
	transition: all .3s;
}


header {
	border-bottom: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 5px 10px rgba(0, 0, 0, 0.24);
	background-color: var(--header-bg);

}

header.h1356d06 {
	border-bottom: none;
}

footer {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.32), 0 5px 10px rgba(0, 0, 0, 0.24);
	background-color: var(--footer-bg);
}

.faq__item {
	background: transparent;
}

.faq__block button,
.faq__block button:hover,
.faq__block .text span p {
	color: var(--faq_color);
}

/* .faq__item__open .heading {
	color: var(--faq_color_open);
} */
.menu-link {
	color: var(--header_text_color);
}

@media screen and (max-width: 992px) {
	.na0f156c5 {
		background: var(--header-bg);
	}

	.menu-link {
		color: var(--header_text_color);
	}
}

.ta18945d2 {
	background: var(--body-bg);

	ol:not([class]) li a {
		color: var(--text_color);
	}
}

*,
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
address,
big,
blockquote,
cite,
code,
del,
dfn,
em,
img,
ins,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
input,
fieldset,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
main,
nav,
output,
section,
summary,
time,
mark,
audio,
video,
.mc05d0714 button,
.mc05d0714 table {
	font-family: var(--font-family);
	/* font: var(--font-family); */
}

.mc05d0714 img {
	max-width: auto;

	@media screen and (max-width: 768px) {
		max-width: 100%;
	}
}

.c115cacd1 .mc05d0714 table {
	background: transparent;
	font-family: var(--font-family);
}

.mc05d0714 .t4b9c6760 table th,
.mc05d0714 .t4b9c6760 table td,
.mc05d0714 .t4b9c6760 table,
.mc05d0714 .t4b9c6760 table tr {
	/* white-space: wrap; */
	background-color: var(--body-bg);
	color: var(--body-color);
	font-family: var(--font-family);
}

.tc6ed6578 .heading {
	color: var(--body-heading);
}

.menu-link:hover {
	text-decoration: underline;
	color: var(--menu-hover);
}

.btn_border:hover {
	background-color: var(--hover-btn-1);
}

.btn:hover {
	background-color: var(--hover-btn-2);
}


@media screen and (max-width: 768px) {
	.t4b9c6760.scroll {
		width: calc(100vw - 15px);

	}
}



/* form */
form input,
form textarea {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #D0D0E2;
	background: #fff;
	border-radius: 5px;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	color: #252A61;
	padding-left: 15px;
	padding-right: 30px;
}

form input {
	height: 49px;
	line-height: 47px;
}

form textarea {
	padding-top: 12px;
}

form .formgroup {
	position: relative;
	margin-bottom: 8px;
}

form .label {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

form .label-true {
	width: 14px;
	height: 11px;
	background: center center/cover no-repeat;
	background-image: url("../uniq/img/sprite.svg#sprite--check-blue");
}

form .label-false {
	font-size: 12px;
	font-weight: 400;
	color: #B42128;
}

form .heading {
	font-size: 32px;
	line-height: 34px;
	color: #1F1F21;
	margin-bottom: 5px;
}

form .descr {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: #3E3E41;
	margin-bottom: 20px;
}

form .btn {
	width: 100%;
}

@media screen and (max-width: 768px) {
	form .heading {
		font-size: 28px;
		line-height: 32px;
	}
}

button {
	display: inline-block;
	cursor: pointer;
	font-family: "Poppins";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input::placeholder,
textarea::placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
}

input:not(:focus):-moz-placeholder-shown,
textarea:not(:focus):-moz-placeholder-shown {
	background: #fff;
}

input:not(:focus):-ms-input-placeholder,
textarea:not(:focus):-ms-input-placeholder {
	background: #fff;
}

input:not(:focus):placeholder-shown,
textarea:not(:focus):placeholder-shown {
	background: #fff;
}

input:not(:focus):-moz-placeholder-shown~.label-true,
textarea:not(:focus):-moz-placeholder-shown~.label-true {
	display: none;
}

input:not(:focus):-ms-input-placeholder~.label-true,
textarea:not(:focus):-ms-input-placeholder~.label-true {
	display: none;
}

input:not(:focus):placeholder-shown~.label-true,
textarea:not(:focus):placeholder-shown~.label-true {
	display: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input:focus~.label-true,
textarea:focus~.label-true {
	display: block;
}

input:valid,
textarea:valid {
	background: #FAFAFF;
}

input:valid~.label-true,
textarea:valid~.label-true {
	display: block;
}

input:invalid:not(:focus):not(:-moz-placeholder-shown),
textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
	color: #B42128;
}

input:invalid:not(:focus):not(:-ms-input-placeholder),
textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
	color: #B42128;
}

input:invalid:not(:focus):not(:placeholder-shown),
textarea:invalid:not(:focus):not(:placeholder-shown) {
	color: #B42128;
}

input:invalid:not(:focus):not(:-moz-placeholder-shown)~.label-false,
textarea:invalid:not(:focus):not(:-moz-placeholder-shown)~.label-false {
	display: block;
}

input:invalid:not(:focus):not(:-ms-input-placeholder)~.label-false,
textarea:invalid:not(:focus):not(:-ms-input-placeholder)~.label-false {
	display: block;
}

input:invalid:not(:focus):not(:placeholder-shown)~.label-false,
textarea:invalid:not(:focus):not(:placeholder-shown)~.label-false {
	display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.check {
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: rgba(62, 62, 65, 0.8);
	margin-top: 10px;
	margin-bottom: 20px;
}

.check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.check__box {
	position: relative;
	width: 14px;
	min-width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #D0D0E2;
	border-radius: 3px;
	margin-top: 3px;
}

.check__input:checked+.check__box {
	background: #E8E8F6;
	border-color: #E8E8F6;
}

.check__input:checked+.check__box::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 6px;
	background: center center/cover no-repeat;
	background-image: url("../uniq/img/sprite.svg#sprite--check-blue");
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form-contact {
	max-width: 350px;
	width: 350px;
	margin: 0px auto;
}

.h1356d06 {
	background: var(--header-bg);
}

.b8555ed68 {
	margin-top: 0px;
}


.h1356d06 .c115cacd1 {
	justify-content: space-between;
}

.offer .tc {
	color: var(--tc-color);
}

.b8555ed68 {
	background-color: transparent
		/* var(--banner-back); */
}

.banner-demo .h1,
.banner-demo h1 {
	color: var(--body-heading);
}

.f5659b1a0 {
	color: var(--license-title);
}

.fe5ca9082 .text {
	color: var(--license-text);
}

button,
form {
	font-family: var(--font-family);
}

.h1356d06 {
	position: fixed;
	width: 100%;
	z-index: 100;
}

.b8555ed68 {
	margin-bottom: -90px;
	padding: 200px 0 58px;

	/* align-self: flex-start;
		height: auto;
		width: 100%; */
	height: auto;
	min-height: 550px;
}

/* .b8555ed68 .c115cacd1 {
    min-height: 550px;
} */
.mc05d0714 {
	padding: 150px 0 70px;
}

@media screen and (max-width: 768px) {
	.ta18945d2:not(.open) .tfa12f17c:before {
		background: none;
		-webkit-mask-image: url('../uniq/img/menu.svg');
		mask-image: url('../uniq/img/menu.svg');
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		background-color: var(--toc-btn-color);

	}
}

@media screen and (max-width: 768px) {
	.ta18945d2:not(.open) .tfa12f17c {
		width: 50px;
		height: 50px;
		background-color: var(--toc-btn-color-background);
		border-radius: 8px;
	}
}

.breadcrumbs__item a.breadcrumbs__link {
	color: var(--body-heading);
}

.breadcrumbs__item:not(:last-child):before {
	background-image: url('../uniq/img/sprite1.svg#sprite--arrow-icon');
	color: var(--body-heading);
}

@media screen and (max-width: 1280px) {
	.wp-caption {
		width: auto !important;
		max-width: auto !important;
	}
}

.b8555ed68 {
	margin-top: 90px;
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	.b8555ed68 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.faq__item h3.heading {
	color: var(--faq_color);
	cursor: pointer;
	margin-bottom: 0px;
}

.faq__item .heading::after {
	width: 22px;
	height: 14px;
	/* color: var(--faq_color); */
	background: center center / cover no-repeat;
	/* background-image: url(../uniq/img/faq_arrow.svg); */
	/* background-image: url(../uniq/img/sprite4.svg#faq); */
	background-image: none;
	transform: rotate(180deg);
	transition: transform 0.2s ease;

	background-color: var(--faq_color);
	;
	/* вот тут задаёшь цвет */
	mask-image: url(../uniq/img/sprite4.svg#faq);
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url(../uniq/img/sprite4.svg#faq);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;

}

.faq__item__open .heading::after {
	width: 22px;
	height: 14px;
	/* color: var(--faq_color_open); */
	background: center center / cover no-repeat;
	background-image: none;
	/* background-image: url(../uniq/img/sprite4.svg#faq); */
	/* background-image: url(../uniq/img/faq_arrow.svg); */
	transform: rotate(0deg);

	background-color: var(--faq_color);
	;
	/* вот тут задаёшь цвет */
	mask-image: url(../uniq/img/sprite4.svg#faq);
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url(../uniq/img/sprite4.svg#faq);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.p8e8f55c4 img {
	margin-bottom: 0;
	width: auto;
	object-fit: contain;
	max-width: 100px;
}

.footer-menu-link {
	color: var(--license-title);
}

.mc05d0714 {
	padding-top: 60px;
}


@-webkit-keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 var(--btn-bg);
		;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 4px 24px 0 var(--btn-bg);
		;
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 transparent;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 var(--btn-bg);
		;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 4px 24px 0 var(--btn-bg);
		;
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 transparent;
	}
}

.c115cacd1 .b3faa1448 .btn {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
	.b3faa1448 {
		max-width: 100%;
		padding: 20px 15px;
		border-radius: 30px;
		background-color: color-mix(in srgb,
				var(--banner-background-color) calc(var(--banner-background-opacity) * 100%),
				transparent);
		/* background-color: rgba(var(--banner-background-color), var(--banner-background-opacity)); */
		/* background-color: var(--banner-background-color);
        background-color-opacity: var(--banner-background-opacity); */
	}

}

@media screen and (max-width: 992px) {
	.h928375f0 {
		min-width: 50px;
		min-height: 50px;
		padding: 15px;
		display: flex;
		justify-content: center;
		z-index: 1000;
	}
	.navigation-btn {
		flex-direction: column;
    align-items: stretch;
	}
	.menu-link {
		display:inline-block;
		width: 100%;
		padding: 5px 0;
	}
}