/* USER VARIABLES SECTION */

:root {
	--accent: #30EB4A;
	--text: #333;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: roboto-st, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--transition: .25s ease-out;
	--border-radius-3px: 3px;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: italic; font-display: swap; }
@font-face { src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: italic; font-display: swap; }

/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

.parent {
	border-radius: 3px;
	overflow: hidden;
	margin: 0;
}
.parent img {
	width: 100%;
	height: auto;
	display: block;
	background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
	/* background-image: url(data:image/gifbase64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7); */
}

.overlay {
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
}
.overlay::before {
	content: '';
	background-color: #111;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.55;
	transition: opacity .25s ease;
}

a {
	transition: var(--transition);
	text-decoration: none;
}

.button {
	outline: 0;
	border: none;
	background-color: var(--accent);
	color: #fff;
	display: inline-block;
	padding: 10px 10px;
	white-space: nowrap;
	font-weight: 300;
	font-size: 18px;
	position: relative;
	letter-spacing: .25px;
	text-align: center;
	border-radius: 5px;
	width: 300px;
	transition: var(--transition);
}
.button:focus, .button:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.80;
}
.button-telegram {
	background-color: #3390ec;
}

.top-img {
	border-top: 1px solid var(--accent);
	border-bottom: 1px solid var(--accent);
}
.top {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.top a {
	color: #fff;
	text-decoration: none;
}
.top-line {
	font-size: 18px;
}
.logo {
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 30px;
}
.logo a:hover {
	color: var(--accent);
}
.logo img {
	position: relative;
	bottom: 2px;
}
.top-line_text {
	text-align: right;
	color: var(--accent);
	font-size: 30px;
}
.phone {
	text-align: right;
	white-space: nowrap;
	font-size: 30px;
}
.phone img {
	position: relative;
	bottom: 3px;
}
.phone a:hover {
	color: var(--accent);
}
.top-text {
	padding-top: 70px;
}
.top-h1-p {
	margin-top: -18px;
	margin-right: 120px;
}
.top-h1-p h1 {
	white-space: nowrap;
	font-size: 60px;
}
.top-h1-p p {
	font-size: 40px;
	color: var(--accent);
	line-height: 1.1;
	margin-top: 40px;
}
.top-request {
	text-align: center;
	background: #fafaff;
	color: #000;
	padding: 20px 0 46px;
	border-radius: 8px;
	margin-top: 100px;
}
.top-request_h {
	font-size: 30px;
	font-weight: 700;
	color: #3D352F;
}
.top-request_home {
	border: 1px solid var(--accent);
	width: 300px;
	display: inline-block;
	padding: 7px 0 7px;
	margin-bottom: 10px;
	border-radius: var(--border-radius-3px);
}
.top-request_home p {
	margin: 0;
}
.top-request_footer {
	margin: 10px 0 15px;
	background-color: rgb(218, 197, 251);
	color: #000;
	width: 300px;
	text-align: center;
	display: inline-block;
	border-radius: var(--border-radius-3px);
}
.top-request_footer span {
	text-transform: uppercase;
}
.top-request_footer p {
	margin: 10px 0;
	line-height: 1.1;
}
.top-request .button img {
	position: relative;
	bottom: 2px;
}
.top-icons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}
.top-icons img {
	margin-bottom: 20px;
}
.top-icons_img {
	padding: 10px;
}
.top-icons p {
	position: relative;
	bottom: 20px;
	font-size: 20px;
}

.footer {
	background-color: #202222;
	color: #fff;
	padding: 25px 0 80px;
}
.footer a:hover {
	color: var(--accent);
}
.footer-copy {
	text-align: center;
	color: #666;
	font-size: 15px;
}
.footer-copy a {
	color: #666;
}
.footer-copy p {
	margin: 0;
}

.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	font-size: 18px;
}
.fixed-messenger {
	background-color: #ebebeb;
	margin: 6px auto;
	display: flex;
	padding: 10px;
	border-radius: 10px;
	max-width: 580px;
}
.footer-fixed:hover a {
	color: #fff;
}
.fixed-messenger img {
	position: relative;
	bottom: 2px;
}
.footer-fixed a {
	color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-align: center;
}
.fixed-messenger__phone {
	width: 50%;
	margin-right: 5px;
	background-color: #0af;
	border-radius: 5px;
}
.fixed-messenger__comment {
	width: 50%;
	margin-left: 5px;
	background-color: var(--accent);
	border-radius: 5px;
}
.fixed-messenger__phone:focus, .fixed-messenger__phone:hover, .fixed-messenger__comment:focus, .fixed-messenger__comment:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.85;
}
.main-container .contacts-messengers {
	padding-top: 10px;
	padding-bottom: 25px;
}
.contacts-messengers img {
	width: 25px;
	height: 25px;
}