@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
		U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 06.02.2025 Внесение изменений в страницы */
@font-face {
	font-family: "Hero";
	src: url("../fonts/Hero.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* END 06.02.2025 Внесение изменений в страницы */

@font-face {
	font-family: "Bahnschrift";
	src: url("../fonts/Bahnschrift.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
}

.btn:hover {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}

.btn-check + .btn:hover {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}

.btn:focus-visible {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.btn-check:focus-visible + .btn {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.btn-check:checked + .btn,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	color: transparent;
	background-color: #9372be;
	border-color: transparent;
	opacity: 0.3;
}

.btn {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
.btn {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Roboto Condensed", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"]::-ms-clear {
	display: none;
}

input[type="password"]::-ms-reveal {
	display: none;
}

.btn:focus,
.btn:active {
	box-shadow: none !important;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	position: relative;
	background: transparent;
	border: none;
	outline: none !important;
}

.btn:focus {
	outline: none !important;
}

.btn span {
	transition: 0.2s;
	line-height: 1 !important;
}

.btn:before {
	transition: 0.2s;
}

html,
body {
	height: 100%;
}

body {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	font-stretch: 50%;
}

a {
	text-decoration: none;
	transition: 0.2s;
	color: inherit;
}

.btn {
	cursor: pointer;
	transition: 0.2s;
	padding: 0;
}

input,
textarea {
	outline: none !important;
	width: 100%;
	border: none;
}

img {
	width: 100%;
	display: block;
}

.df {
	display: flex;
}

.cont {
	width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 992px) {
	.cont {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

path {
	transition: 0.2s;
}

svg {
	width: 100%;
	display: block;
}

input::-webkit-input-placeholder {
	color: #9f9fa2;
}

input::-moz-placeholder {
	color: #9f9fa2;
}

input:-ms-input-placeholder {
	color: #9f9fa2;
}

input:-moz-placeholder {
	color: #9f9fa2;
}

.btn_sl:after {
	display: none;
}

.modal_form {
	margin-top: 30px;
}

.modal_form .form_control {
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.modal_form .nice-select {
	padding: 0;
	width: 100%;
	border: none;
	float: none;
	height: 50px;
	position: relative;
}

.modal_form .nice-select.open {
	height: initial;
}

.modal_form .nice-select.open .current {
	border-radius: 10px 10px 0 0;
	border-bottom: 2px solid transparent;
}

.modal_form .nice-select .current {
	border: 2px solid #e7e4ed;
	display: flex;
	padding: 0 15px;
	height: 50px;
	border-radius: 10px;
	width: 100%;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
}

.modal_form .nice-select .list {
	margin-top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	transform: scale(1) translateY(0) !important;
	border: 2px solid #e7e4ed;
	border-top: none;
	box-shadow: none;
	border-radius: 0 10px 10px 0;
	padding-top: 15px;
}

.modal_form .nice-select .list:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 15px;
	right: 15px;
	top: 0;
	height: 2px;
	background: #e7e4ed;
}

.modal_form .option.focus,
.modal_form .nice-select .option.selected.focus {
	background-color: transparent;
}

.modal_form .nice-select .option {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	padding: 0 15px;
}

.modal_form .nice-select .option:hover {
	color: #9372be;
}

.modal_form .nice-select:after {
	right: 15px;
	width: 6px;
	height: 14px;
	border: none;
	background: url("/wp-content/uploads/2024/05/arr.svg") no-repeat left center/6px auto;
	transform: rotate(90deg);
	margin: 0;
}

.modal_form .nice-select.open .list {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.modal_form .desk_caller_check {
	margin-top: -10px;
}

.modal_form .controll_input.form_control_big {
	height: 197px;
}

.modal_form .controll_input.form_control_big textarea {
	height: 100%;
	padding: 15px 0;
}

.modal_form .controll_input.form_control_big .inp_place {
	top: 25px;
}

.modal_form .controll_input.form_control_big .inp_place:before {
	top: -15px;
	height: 190px;
}

.modal_form .controll_input {
	position: relative;
	cursor: text;
}

.modal_form .controll_input .bef {
	position: relative;
	z-index: 2;
}

.modal_form .controll_input .inp_place {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 20px;
	display: inline-flex;
	align-items: center;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.2;
	color: #9f9fa2;
	font-weight: 300;
	background: transparent;
	transition: 0.2s;
	transform: translate(0, -50%);
}

.modal_form .controll_input .inp_place:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
	height: 50px;
	background: transparent;
}

.modal_form .controll_input .inp_place.active {
	transform: translate(0, calc(-100% + 8px));
	width: initial;
	height: initial;
	top: 0;
	left: 15px;
	padding: 0 10px;
	font-size: 14px;
}

.modal_form .controll_input .inp_place.active:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #ffffff;
}

.modal_form .nice-select:after {
	transform: translate(0, -50%) rotate(90deg);
	margin: 0;
	right: 24px;
}

.modal_form .nice-select.open:after {
	transform: translate(0, -50%) rotate(-90deg);
}

.modal_form_df {
	display: flex;
	justify-content: space-between;
}

.modal_form_box {
	min-width: calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.controll_input {
	border: 2px solid #e7e4ed;
	border-radius: 10px;
	padding: 0 15px;
}

.controll_input input {
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	height: 50px;
}

.controll_input input,
.controll_input textarea {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}

.controll_input .inp_place {
	border-radius: 10px;
	transition: 0.2s;
	height: 40px;
}

.controll_input input {
	background: #ffffff;
}

.modal_form .controll_input {
	width: 100%;
}
