/* Стили для всех страниц */
/*** ALL ***/
:root {
	--corporate-color-1: linear-gradient(to right, #fc4a1a, #f7b733);
	--corporate-color-hover-1: linear-gradient(to right, #dd4218, #daa22e);
	--corporate-color-active-1: #d04038;
	--corporate-color-2: #2292bb;
	--dark-color: #323232;
	--light-color: #e1e1e1;
	--border-radius-30: 30px;
	--border-radius-small: 5px;
	--border-radius-medium: 15px;
	--border-radius-large: 25px;
}

html {
	scroll-behavior: smooth;
}

.scroll-points {
	position: relative;
	top: -65px;
}

body {
	background: linear-gradient(90.56deg, #f5f5f5 33.56%, #f5f5f5 84.28%);
	overflow-x: hidden;
}

.active:not(#carouselTestimonials .active) {
	color: #ffe600 !important;
}

.section-title-decoration {
	border-bottom: 15px solid #ffe600;
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

/*** END ALL ***/

/*** FONTS ***/
@font-face {
	src: url(fonts/montserrat.ttf);
}

@font-face {
	font-family: 'Montserrat';
	src:
		local('fonts/Montserrat'),
		local('../fonts/Montserrat'),
		url('../fonts/montserrat.woff2') format('woff2'),
		url('../fonts/montserrat.woff') format('woff'),
		url('../fonts/montserrat.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src:
		local('fonts/Bebas Neue Bold'),
		local('../fonts/BebasNeueBold'),
		url('../fonts/bebasneuebold.woff2') format('woff2'),
		url('../fonts/bebasneuebold.woff') format('woff'),
		url('../fonts/bebasneuebold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Akrobat';
	src:
		local('fonts/Akrobat'),
		local('../fonts/Akrobat-Regular'),
		url('../fonts/Akrobat.woff2') format('woff2'),
		url('../fonts/Akrobat.woff') format('woff'),
		url('../fonts/Akrobat.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src:
		local('Bebas Neue'),
		local('Bebas Neue'),
		url('../fonts/bebasneue/bebasneueregular.woff2') format('woff2'),
		url('../fonts/bebasneue/bebasneueregular.woff') format('woff'),
		url('../fonts/bebasneue/bebasneueregular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src:
		local('Montserrat'),
		local('../Montserrat-Regular'),
		url('../fonts/montserrat/montserrat.woff2') format('woff2'),
		url('../fonts/montserrat/montserrat.woff') format('woff'),
		url('../fonts/montserrat/montserrat.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Gilroy-Light;
	src: url(../fonts/Gilroy/Gilroy-Light.ttf);
}

@font-face {
	font-family: Gilroy-Regular;
	src: url(../fonts/Gilroy/Gilroy-Regular.ttf);
}

@font-face {
	font-family: Gilroy-Medium;
	src: url(../fonts/Gilroy/Gilroy-Medium.ttf);
}

@font-face {
	font-family: Gilroy-Semibold;
	src: url(../fonts/Gilroy/Gilroy-Semibold.ttf);
}

@font-face {
	font-family: Gilroy-Black;
	src: url(../fonts/Gilroy/Gilroy-Black.ttf);
}

@font-face {
	font-family: HelveticaNeueCyr-Light;
	src: url(../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf);
}

@font-face {
	font-family: HelveticaNeueCyr-Roman;
	src: url(../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf);
}

@font-face {
	font-family: HelveticaNeueCyr-Medium;
	src: url(../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf);
}

@font-face {
	font-family: HelveticaNeueCyr-Bold;
	src: url(../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf);
}

@font-face {
	font-family: HelveticaNeueCyr-Black;
	src: url(../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.ttf);
}

@font-face {
	font-family: HelveticaNeueBoldCondensed;
	src: url(../fonts/HelveticaNeue/HelveticaNeueBoldCondensed.ttf);
}

@font-face {
	font-family: HelveticaNeueBlackCondensed;
	src: url(../fonts/HelveticaNeue/HelveticaNeueBlackCondensed.ttf);
}

@font-face {
	font-family: Caveat;
	src: url(../fonts/Caveat/Caveat.ttf);
}

h2 {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5f5f5f;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: -45px;
}

@media (max-width: 1366px) {
	h2 {
		margin-top: -30px;
	}
}

@media (max-width: 768px) {
	h2 {
		margin-top: 20px;
	}
}

@media (max-width: 575.98px) {
	h2 {
		margin-top: -45px;
		font-size: 28px;
		line-height: 42px;
		padding-top: 40px;
		padding-bottom: 25px;
	}
}

h2 span {
	font-family: Montserrat;
	font-style: italic;
	font-weight: 300;
	font-size: 100px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5f5f5f;
}

@media (max-width: 575.98px) {
	h2 span {
		font-size: 70px;
		line-height: 42px;
	}
}

h2.section-title {
	font-family: HelveticaNeueBoldCondensed;
	font-size: 30px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5f5f5f;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

h3 {
	/* font-family: Montserrat; */
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #202020;
	margin-bottom: 13px;
}

/*** END FONTS ***/

/** SVG STYLES **/
svg {
	fill: #ffe600;
}

.nav-item:has(span) {
	padding-bottom: 5px;
}

rect,
path {
	fill: inherit;
	stroke: inherit;
}

/** END SVG STYLES **/

/*** BREADCRUMBS ***/
.breadcrumbs {
	font-family: Gilroy-Light;
	color: var(--default-color);
	font-size: 16px;
	/* padding-top: 25px; */
	padding-bottom: 15px;
}

.breadcrumbs img {
	position: relative;
	bottom: 3px;
	transition: 0.25s;
}

.breadcrumbs a {
	color: var(--default-color);
	text-decoration: none;
}

/*** END BREADCRUMBS ***/

/*** BUTTONS ***/
button.btn.btn-danger,
a.btn.btn-danger {
	background: linear-gradient(91.89deg, #fc4a1a -16.07%, #f7b733 124.94%);
	border-radius: var(--border-radius-medium);
	padding: 15px;
	height: 60px;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	/*line-height: 22px;*/
	border: none;
	text-align: center;
	letter-spacing: 0.125em;
	color: #f5f5f5;
	text-transform: uppercase;
	transition: 0.25s;
}

button.btn.btn-danger.reviews-btn,
a.btn.btn-danger.reviews-btn {
	height: auto;
	line-height: normal;
}

button.btn.btn-sm.btn-danger {
	padding: 12px;
	height: auto;
}

button.btn.btn-danger:hover,
a.btn.btn-danger:hover {
	box-shadow: 0px 0px 8px #fb5e1f;
	transition: 0.25s;
}

button.btn.btn-danger:focus,
a.btn.btn-danger:focus {
	cursor: pointer;
	box-shadow: 0 0 0 0.25rem rgb(248 157 45);
	transition: 0.25s;
}

/*** END BUTTONS ***/

/*** MENU ***/
.navbar-light .navbar-nav .nav-link {
	color: #c8c8c8;
	font-family: Gilroy-Regular;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}

.navbar-light .navbar-nav .menu-item .nav-link {
	transition: color 0.3s ease;
}

.navbar-light .navbar-nav .menu-item .nav-link:hover {
	color: #ffe600;
}

.phone-number {
	transition: color 0.3s ease;
}

.phone-number:hover {
	color: #ffe600 !important;
}

.navbar-light .navbar-nav .bottom_link {
	font-family: Gilroy-Medium;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 0;
}

.home-section .bg-ligh {
	background-color: #fff;
}

.home-section .bg-ligh a {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
	transition: color 0.3s ease;
}

.home-section .bg-ligh a:hover {
	color: #ffe600 !important;
}

.home-section .item-none {
	display: inline;
}

@media (max-width: 1399.98px) {
	.home-section .item-none {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.home-section .item-none {
		display: inline !important;
	}
}

.home-section .item-decoration-none {
	display: inline;
}

@media (max-width: 1399.98px) {
	.home-section .item-decoration-none {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.home-section .item-decoration-none {
		display: none !important;
	}
}

.navbar.navbar-dark {
	margin-right: 174px;
}

@media (max-width: 1366px) {
	.navbar.navbar-dark {
		margin-right: 6%;
	}
}

@media (max-width: 1200px) {
	.navbar.navbar-dark {
		margin-right: 9%;
	}
}

@media (max-width: 1100px) {
	.navbar.navbar-dark {
		margin-right: 6%;
	}
}

@media (max-width: 1000px) {
	.navbar.navbar-dark {
		margin-right: 1%;
	}
}

.header-nav-bottom a.nav-link.dropdown-toggle,
.header-nav-bottom a.nav-link {
	font-family: Gilroy-Medium;
	font-size: 14px;
	color: #c8c8c8;
	text-transform: uppercase;
}

.navbar-light-light .header-nav-bottom.navbar-light a.nav-link.dropdown-toggle,
.navbar-light-light .header-nav-bottom.navbar-light a.nav-link {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
	transition: color 0.3s;
	font-family: Gilroy-Regular;
}

.dropdown-toggle::after {
	background-image: url(../img/ico/section-menu-decoration.svg);
	background-position: bottom;
	vertical-align: 0;
	margin-left: 16px;
	background-size: 10px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	border: none;
}

.dropdown-item {
	font-family: Gilroy-Medium;
	font-size: 14px;
	color: var(--dark-color);
	text-transform: uppercase;
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--corporate-color-1);
	text-decoration: none;
	background-color: white;
}

/* Точки-разделители в шапке (menu-decoration-point) — скрываем svg
   и рисуем свою точку 6×6. Работает и в основном, и в выезжающем хедере. */
.header-nav-bottom li.d-xl-inline {
	align-self: center;
}

.header-nav-bottom li.d-xl-inline .nav-link {
	display: inline-flex;
	align-items: center;
}

.header-nav-bottom li.d-xl-inline .nav-link img {
	display: none;
}

.header-nav-bottom li.d-xl-inline .nav-link::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background: #FFE600;
	margin-top: 2px;
}

/*** END MENU ***/

/*** HOME SECTION ***/
.home-section.home-section-shafy-cupe {
	background: url(../img/main.jpg);
	background-size: cover;
}

@media (max-width: 575.98px) {
	.home-section.home-section-shafy-cupe {
		background: url(../img/main.jpg) 70% 30%;
		background-size: cover;
	}
}

.home-section.home-section-shafy-raspashnye {
	background: url(../img/home-section-shkafy-raspashnye-bg.jpg);
	background-size: cover;
}

@media (max-width: 575.98px) {
	.home-section.home-section-shafy-raspashnye {
		background: url(../img/home-section-shkafy-raspashnye-bg.jpg) 25% 50%;
		background-size: cover;
	}
}

.home-section.home-section-garderobnye {
	background: url(../img/home-section-garderobnye-bg.jpg);
	background-size: cover;
}

@media (max-width: 575.98px) {
	.home-section.home-section-garderobnye {
		background: url(../img/home-section-garderobnye-bg.jpg) 50% 50%;
		background-size: cover;
	}
}

.home-section.home-section-rabochie-zony {
	background: url(../img/home-section-rabochie-zony-bg.jpg);
	background-size: cover;
}

@media (max-width: 575.98px) {
	.home-section.home-section-rabochie-zony {
		background: url(../img/home-section-rabochie-zony-bg.jpg) 50% 50%;
		background-size: cover;
	}
}

.home-section h1 {
	font-weight: 800;
	font-size: 36px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: 90px;
	margin-bottom: 40px;
	color: #f5f5f5;
}

@media (max-width: 1399.98px) {
	.home-section h1 {
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.home-section h1 {
		font-size: 28px;
	}
}

@media (max-width: 575.98px) {
	.home-section h1 {
		margin-top: 45px;
		margin-bottom: 20px;
		font-size: 22px;
	}
}

.home-section h1 span {
	color: #ffe600;
}

@media (max-width: 980px) {
	.home-section.nav-item {
		font-family: Gilroy-Medium;
		font-size: 12px;
		/* text-transform: uppercase; */
	}
}

@media (max-width: 600px) {
	.home-section {
		position: relative;
	}
}

.home-section .form-control {
	color: #fff;
}

.home-section ul.main-list li span {
	color: #ffe600;
}

.home-section ul.main-list {
	list-style: none;
	padding-bottom: 200px;
}

@media (max-width: 767.98px) {
	.home-section ul.main-list {
		padding-bottom: 30px;
		padding-left: 0;
	}
}

.home-section ul.main-list li {
	/* font-family: Montserrat; */
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 124.4%;
	letter-spacing: 0.08em;
	color: #f5f5f5;
	padding-top: 25px;
}

@media (max-width: 575.98px) {
	.home-section ul.main-list li {
		font-size: 17px;
		padding-top: 15px;
	}
}

.home-section h2.forma {
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 150.9%;
	margin-top: 0;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #ffe600;
	margin-bottom: 10px;
	padding: 0;
}

@media (max-width: 575.98px) {
	.rasschet h2.forma {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
}

.home-section p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
}

@media (max-width: 575.98px) {
	.home-section .rasschet p {
		font-weight: normal;
		font-size: 14px;
	}
}

.home-section .custom-file-button input[type='file'] {
	/* margin-left: -2px; */
	color: #ffffff;
	font-size: 18px;
}

.home-section .form-control {
	margin: auto;
}

/*** END HOME SECTION ***/

/*** #MAIN ***/
#main {
	background: url(../img/main.jpg) 70% 30%;
	background-size: cover;
}

/* 
#main h1 {
	font-weight: 800;
	font-size: 36px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #f5f5f5;
}

@media (max-width: 1366px) {
	#main h1 {
		font-size: 33px;
	}
}

@media (max-width: 800px) {
	#main h1 {
		font-size: 28px;
	}
}

#main h1 span {
	color: #ffe600;
} */

#main form label.form-check-label,
.home-section form label.form-check-label {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	color: #f5f5f5;
	margin: 0 20px 25px;
}

#main form .form-check-input,
.home-section form .form-check-input {
	margin-right: 15px;
	background-color: transparent;
	border: 1px solid #f5f5f5;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	border-radius: var(--border-radius-small);
	width: 14px;
	height: 14px;
}

#main form label.form-check-label a,
.home-section form label.form-check-label a {
	color: #f5f5f5;
}

#main form .form-check-input:checked,
.home-section form .form-check-input:checked {
	border-color: #f5f5f5;
	background-color: transparent;
}

#main .form-check-input,
.home-section .form-check-input {
	margin-right: 8px;
	margin-bottom: 23px;
	display: block;
	float: left;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-left-radius: var(--border-radius-medium);
	border-top-right-radius: var(--border-radius-medium);
	border-bottom-left-radius: var(--border-radius-medium);
	border-bottom-right-radius: var(--border-radius-medium);
	border: none;
}

/* #main ul.main-list */
#main ul.main-list {
	list-style: none;
	padding-bottom: 260px;
}

@media (max-width: 800px) {
	#main ul.main-list {
		padding-bottom: 30px;
		padding-left: 0;
	}
}

/* End #main ul.main-list */

#main ul.main-list li {
	/* font-family: Montserrat; */
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	font-size: 17px;
	line-height: 124.4%;
	letter-spacing: 0.08em;
	color: #f5f5f5;
	padding-top: 25px;
}

#main ul.main-list li span {
	color: #ffe600;
}

.form-control {
	border: 2px solid #f5f5f5;
	box-sizing: border-box;
	border-radius: var(--border-radius-medium);
	text-align: center;
	margin: 30px 0;
	height: 60px;
	background: transparent;
	font-size: 18px;
}

#main .form-control {
	color: #fff;
}

@media (max-width: 980px) {
	#main li.nav-item {
		font-family: Gilroy-Medium;
		font-size: 12px;
	}
}

/*** END #MAIN ***/

/*** RASSCHET ***/
.rasschet input::-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	text-align: center;
	letter-spacing: 0.125em;
	color: #f5f5f5;
}

.rasschet {
	background: rgba(18, 17, 67, 0.72);
	padding: 30px 20px;
}

.rasschet h2.forma {
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 150.9%;
	margin-top: 0;
	/* or 36px */
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #ffe600;
	margin-bottom: 30px;
	padding: 0;
}

.rasschet p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
}

.rasschet form {
	margin-top: 0;
	margin-bottom: 10px;
}

.rasschet input::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	text-align: center;
	letter-spacing: 0.125em;
	color: #f5f5f5;
}

.rasschet textarea::placeholder {
	color: #969696;
}

/*** END RASSCHET ***/

/*** PORTFOLIO SECTION ***/
.portfolio-section .carousel-item,
.default-card img {
	--bs-border-radius: var(--border-radius-large);
	overflow: hidden;
	border-radius: var(--bs-border-radius) !important;
}

.card-text-title {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 20px;
	color: #4B4B4B;
	text-transform: inherit;
}

@media (max-width: 575.98px) {
	.card-text-title {
		font-size: 0.9rem;
	}

	.card-price {
		font-size: 0.9rem;
	}

}

.card-price {
	font-family: 'HelveticaNeueCyr';
	font-weight: 400;
	font-size: 20px;
	color: #4B4B4B;
	line-height: 1;
}

.portfolio-section>div {
	--bs-border-radius: var(--border-radius-large);
	overflow: hidden;
	border-radius: var(--bs-border-radius) !important;
}

.portfolio-section .single-product-img {
	height: 500px;
}

.portfolio-section .carousel-control-prev-icon {
	background: url(../img/ico/left-arrow.svg);
	background-repeat: no-repeat;
}

.portfolio-section .carousel-control-next-icon {
	background: url(../img/ico/right-arrow.svg);
	background-repeat: no-repeat;
}

.portfolio-section {
	background: url(../img/ico/gorizont-line-bg.png) bottom center no-repeat;
	background-size: contain;
}

.portfolio-section .approximation img {
	width: 100%;
	height: 100%;
	transition: 0.3s all ease;
	transform: scale(1);
	object-fit: cover;
	object-position: center;
}

.img-wrapper.gallery-2691 img {
	border-radius: var(--border-radius-medium);
}

.section-stock .img-wrapper.gallery-2691 img {
	border-radius: var(--border-radius-large);
}

.img-wrapper.gallery-2691 img.rounded-large,
#portfolio img.rounded-large {
	border-radius: var(--border-radius-large);
}

#portfolio .carousel-inner.rounded.rounded-large {
	overflow: hidden;
	border-radius: var(--border-radius-large);
}

.portfolio-section .light {
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: var(--border-radius-large);
	overflow: hidden;
}

@media (max-width: 1399.98px) {
	.light {
		height: 450px;
	}
}

@media (max-width: 767.98px) {
	.light {
		height: 325px;
	}
}

@media (max-width: 575.98px) {
	.light {
		height: 250px;
	}
}

.portfolio-section .nav-item a {
	color: #000000;
	opacity: 0.75;
	transition: 0.25s;
	font-size: 14px;
	transition: color 0.3s ease;
}

.portfolio-section .nav-item a:hover {
	color: #ffe600;
}

.portfolio-section .nav-item a.active {
	color: #00a3d3;
}

.portfolio-section .nav-scroller {
	text-transform: uppercase;
	font-family: 'HelveticaNeueCyr-Light';
	font-weight: bold;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

/*** END PORTFOLIO SECTION ***/

/*** SECTION ABOUT ***/
.section-about {
	background: url(../img/ico/gorizont-line-bg.png) bottom center no-repeat;
	background-size: contain;
}

.section-about p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	color: #202020;
	text-indent: 25px;
}

.section-about .preimushestvo p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 162.4%;
	letter-spacing: 0.05em;
	color: #202020;
	margin: 0;
}

.preimushestvo ul li {
	font-size: 17px;
}

.section-about h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 90px;
	line-height: 122px;
	text-align: left;
	letter-spacing: 0.2em;
	color: #e4e4e4;
	/*padding-top: 60px;*/
}

@media (max-width: 1400px) {
	.section-about h3 {
		font-size: 70px;
	}
}

@media (max-width: 575.98px) {
	.section-about h3 {
		padding-top: 25px;
		font-size: 28px;
		line-height: 28px;
	}
}

.section-about h4 {
	/* font-family: Montserrat; */
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 145.9%;
	padding-top: 80px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.section-about h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	margin-bottom: 30px;
}

.section-about .preimushestvo ul li {
	font-family: Akrobat;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 162.4%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #202020;
}

.section-about .preimushestvo ul li img {
	padding-right: 10px;
}

.section-about .preimushestvo ul {
	list-style: none;
}

@media (max-width: 768px) {
	.section-about h4 {
		font-size: 33px;
	}
}

/*** END SECTION ABOUT ***/

/*** SECTION ORDER 1 ***/
.section-order-1 {
	background: url(../img/ico/gorizont-line-bg.png) bottom center no-repeat;
	background-size: contain;
}

.section-order-1 {
	color: #202020;
	text-align: left;
}

.section-order-1 h3,
#quiz h3.title {
	font-style: normal;
	font-weight: 800;
	font-size: 38px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	max-width: 800px;
	margin: auto;
	margin-bottom: 15px;
}

@media (max-width: 575.98px) {

	.section-order-1 h3,
	#quiz h3.title {
		font-size: 20px;
		margin-top: 15px;
	}
}

.section-order-1 p,
#quiz p.subtitle {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #202020;
}

.section-order-1 form {
	max-width: 350px;
}

.section-order-1 .form-check-input:checked,
#quiz a {
	border-color: #202020;
	color: #202020;
}

.section-order-1 img.question-img {
	margin-bottom: 485px;
}

.section-order-1 img.question-img {
	margin-bottom: 0px;
}

.section-order-1 img.question-img {
	padding-bottom: 100px;
	padding-top: 50px;
}

.section-order-1 .form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(214 214 214);
}

.section-order-1 .form-control {
	box-sizing: border-box;
	border-radius: var(--border-radius-medium);
	text-align: center;
	height: 60px;
	background: transparent;
	color: #000;
	border: 2px solid #5f5f5f;
}

.section-order-1 .form-check-input {
	border: 1px solid #202020;
	display: block;
	float: left;
	margin-bottom: 30px;
}

.section-order-1 label.form-check-label {
	color: #202020;
	text-align: left;
}

.section-order-1 .form-check-input:checked,
.section-order-1 label.form-check-label a {
	border-color: #202020;
	color: #202020;
}

.section-order-1 .form-check-input {
	border: 1px solid #202020;
	display: block;
	float: left;
	margin-bottom: 30px;
}

.section-order-1 .form-control {
	box-sizing: border-box;
	border-radius: var(--border-radius-medium);
	text-align: center;
	height: 60px;
	background: transparent;
	color: #000;
	border: 2px solid #5f5f5f;
}

.section-order-1 .form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(214 214 214);
}

#stoimost form label.form-check-label,
#uznat-stoimost form label.form-check-label,
.section-order-1 form label.form-check-label,
#quiz form label.form-check-label {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	margin: 0 20px 25px;
}

#stoimost form .form-check-inpu,
#uznat-stoimost form .form-check-inpu,
.section-order-1 form .form-check-input {
	margin-right: 15px;
	background-color: transparent;
	border: 1px solid #f5f5f5;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	border-radius: var(--border-radius-small);
	width: 14px;
	height: 14px;
}

#stoimost form label.form-check-label a,
#uznat-stoimost form label.form-check-label a,
.section-order-1 form label.form-check-label a {
	/*color: #f5f5f5;*/
}

#stoimost form .form-check-input:checked,
#uznat-stoimost form .form-check-input:checked,
.section-order-1 form .form-check-input:checked,
#quiz form .form-check-input:checked {
	border-color: #f5f5f5;
	background-color: transparent;
}

#stoimost form .form-check-input:checked[type='checkbox'],
#uznat-stoimost form .form-check-input:checked[type='checkbox'],
.section-order-1 form .form-check-input:checked[type='checkbox'],
#quiz form .form-check-input:checked[type='checkbox'] {
	filter: invert(50%);
}

#stoimost .form-check-input,
#stoimost .form-check-input,
#uznat-stoimost .form-check-input,
#uznat-stoimost .form-check-input {
	margin-right: 8px;
	margin-bottom: 23px;
	display: block;
	float: left;
}

/*** END SECTION ORDER 1 ***/

/*** CALLBACK BUTTON ***/
.callback-button-wrapper {
	position: fixed;
	bottom: 100px;
	right: 25px;
	z-index: 999;
}

.callback-button {
	width: 70px;
	height: 70px;
	background: var(--corporate-color-1);
	border-radius: 50%;
	animation: waves linear 2s infinite;
	-webkit-animation: waves linear 2s infinite;
	transition: 0.5s;
	cursor: pointer;
	padding-top: 15px;
	padding-left: 15px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
}

.callback-button:hover {
	background: var(--corporate-color-hover-1);
}

.onsale {
	display: none;
}

@keyframes waves {
	0% {
		box-shadow:
			0 0 0 0 rgba(252, 74, 26, 0.3),
			0 0 0 0 rgba(252, 74, 26, 0.3),
			0 0 8px 0 rgba(0, 0, 0, 0.5);
	}

	50% {
		box-shadow:
			0 0 0 0 rgba(252, 74, 26, 0.15),
			0 0 0 15px rgba(252, 74, 26, 0.15),
			0 0 8px 0 rgba(0, 0, 0, 0.5);
	}

	100% {
		box-shadow:
			0 0 0 20px rgba(252, 74, 26, 0),
			0 0 0 30px rgba(252, 74, 26, 0),
			0 0 8px 0 rgba(0, 0, 0, 0.5);
	}
}

.callback-button-ico {
	width: 40px;
	height: 40px;
	filter: invert();
	animation: change linear 16s infinite;
	-webkit-animation: change linear 16s infinite;
	-webkit-transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@keyframes change {
	0% {
		background-image: url(../img/ico/callback-button-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0;
	}

	1% {
		background-image: url(../img/ico/callback-button-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}

	19% {
		background-image: url(../img/ico/callback-button-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}

	20% {
		background-image: url(../img/ico/callback-button-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		opacity: 0;
	}

	21% {
		background-image: url(../img/ico/callback-phone-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		opacity: 0;
	}

	22% {
		background-image: url(../img/ico/callback-phone-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		opacity: 1;
	}

	39% {
		background-image: url(../img/ico/callback-phone-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		opacity: 1;
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}

	40% {
		background-image: url(../img/ico/callback-phone-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		opacity: 0;
	}

	41% {
		background-image: url(../img/ico/callback-whatsapp-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(0deg);
		opacity: 0;
	}

	42% {
		background-image: url(../img/ico/callback-whatsapp-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		opacity: 1;
		transform: rotate(360deg);
	}

	59% {
		background-image: url(../img/ico/callback-whatsapp-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		opacity: 1;
		transform: rotate(360deg);
	}

	60% {
		background-image: url(../img/ico/callback-whatsapp-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0;
	}

	61% {
		background-image: url(../img/ico/callback-telegram-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0;
	}

	62% {
		background-image: url(../img/ico/callback-telegram-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}

	79% {
		background-image: url(../img/ico/callback-telegram-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}

	80% {
		background-image: url(../img/ico/callback-whatsapp-ico.svg);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0;
	}

	81% {
		background-image: url(../img/ico/callback-max-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0;
	}

	82% {
		background-image: url(../img/ico/callback-max-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}

	99% {
		background-image: url(../img/ico/callback-max-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		opacity: 1;
		transform: rotate(360deg);
	}

	100% {
		background-image: url(../img/ico/callback-max-ico.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0;
	}
}

@keyframes change2 {
	0% {
		background-image: url(../img/ico/callback-button-close.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(0deg);
		opacity: 0;
	}

	50% {
		background-image: url(../img/ico/callback-button-close.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		transform: rotate(180deg);
		opacity: 1;
	}
}

.callback-form-button {
	width: 50px;
	height: 50px;
	background: var(--corporate-color-1);
	border-radius: 50%;
	cursor: pointer;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	transition: 0.25s;
}

.callback-form-button:hover {
	background: var(--corporate-color-hover-1);
}

.callback-form-button-ico {
	width: 30px;
	height: 30px;
	filter: invert();
	background: url(../img/ico/callback-phone-button-ico.svg) center no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}

.callback-phone-button {
	width: 50px;
	height: 50px;
	background: var(--corporate-color-1);
	border-radius: 50%;
	cursor: pointer;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	transition: 0.25s;
}

.callback-phone-button:hover {
	background: var(--corporate-color-hover-1);
}

.callback-phone-button-ico {
	width: 30px;
	height: 30px;
	filter: invert();
	background: url(../img/ico/callback-phone-ico.svg) center no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}

.callback-whatsapp-button {
	width: 50px;
	height: 50px;
	background: var(--corporate-color-1);
	border-radius: 50%;
	cursor: pointer;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	transition: 0.25s;
}

.callback-whatsapp-button:hover {
	background: var(--corporate-color-hover-1);
}

.callback-whatsapp-button-ico {
	width: 30px;
	height: 30px;
	filter: invert();
	background: url(../img/ico/callback-whatsapp-ico.svg) center no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}

.callback-telegram-button {
	width: 50px;
	height: 50px;
	background: var(--corporate-color-1);
	border-radius: 50%;
	cursor: pointer;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	transition: 0.25s;
}

.callback-telegram-button:hover {
	background: var(--corporate-color-hover-1);
}

.callback-telegram-button-ico {
	width: 30px;
	height: 30px;
	filter: invert();
	background: url(../img/ico/callback-telegram-ico.svg) center no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}

.callback-max-button {
	width: 50px;
	height: 50px;
	background: var(--corporate-color-1);
	border-radius: 50%;
	cursor: pointer;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	transition: 0.25s;
}

.callback-max-button:hover {
	background: var(--corporate-color-hover-1);
}

.callback-max-button-ico {
	width: 30px;
	height: 30px;
	filter: invert();
	background: url(../img/ico/callback-max-ico.png) center no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}

a.ico-button:hover img {
	opacity: 0.8;
}

/*** END CALLBACK BUTTON ***/

/*** STYLES FROM style.css ***/
/* Стили для первой страницы */
/*main*/
/*
p.logo-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #F5F5F5;
    position: relative;
    top: -23px;
    left: 75px;
	margin-bottom: 0;
}*/

/*
.kkk,
.kkk-1,
.kkk-2  {
    position: relative;
}
.kkk:before,
.kkk-1:before,
.kkk-2:before {
    content: '';
    height: 1644px;
    width: 1px;
    background: #9999997d;
    position: absolute;
    top: -379px;
    right: 0px;
}
.kkk:before {
    top: -323px;
}
.kkk-2:before {
    top: -341px;
}*/

img.ico-social,
.social img {
	opacity: 1;
	margin: 15px auto;
}

img.ico-social:hover,
.social img:hover {
	opacity: 0.8;
}

.top-contacts a.number {
	display: block;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	text-align: right;
	letter-spacing: 0.095em;
	color: #f5f5f5;
	text-decoration: none;
}

.address p {
	font-style: normal;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #f5f5f5;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.top-contacts a.callback {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.125em;
	color: #f5f5f5;
	border-bottom: 1px solid transparent;
	display: inline-block;
	float: right;
	margin-top: 4px;
	padding-bottom: 7px;
	text-decoration: none;
	cursor: pointer;
}

.top-contacts a.callback:hover {
	border-bottom: 1px solid #f5f5f5;
}

.form-control:focus {
	color: #f5f5f5;
	background-color: transparent;
	border-color: #999999;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(214 214 214);
}

/*** PRICE SECTION ***/
section#video,
section#portfolio,
section#uznat-stoimost,
section#about,
section#stoimost,
section#answers {
	background: url(../img/ico/gorizont-line-bg.png) bottom center no-repeat;
	background-size: contain;
}

section#price h2 {
	padding-top: 75px;
}

p.price {
	font-family: Akrobat;
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.opisanie {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #202020;
	margin: 10px 0 26px;
}

.catalog-block {
	max-width: 225px;
	margin: 0 auto;
}

/*** END PRICE SECTION ***/

/*** PORTFOLIO SECTION ***/
.light {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.light img {
	width: 100%;
	height: 100%;
	o-object-fit: cover;
	object-fit: cover;
	object-position: center;
}

.magnifier {
	transition: 0.35s;
	opacity: 0;
	position: absolute;
	background: url(../img/ico/magnifying-glass.svg) no-repeat center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.magnifier:hover {
	cursor: pointer;
	opacity: 1;
}

/* Portfolio */
.carousel-caption {
	font-size: 1.25rem;
}

/* END PORTFOLIO SECTION */

/*** VIDEO SECTION ***/
#video-container {
	max-width: 1700px;
	border-right: 1px solid rgba(153, 153, 153, 0.9);
	border-left: 1px solid rgba(153, 153, 153, 0.9);
	padding-top: 100px;
	padding-bottom: 300px;
}

#video-player {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	border-radius: var(--border-radius-large);
}

#play-circle {
	width: 35%;
	height: 35%;
	background: url(../img/ico/play-circle.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 32%;
	left: 41%;
	z-index: 999;
}

#stop-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	color: rgba(255, 255, 255, 0.25);
	display: none;
	font-size: 50px;
	cursor: pointer;
	transition: 0.25;
}

#stop-circle:hover {
	color: white;
}

#stop-circle i {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

#play {
	width: 35%;
	height: 35%;
	background: url(../img/ico/play.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 32%;
	left: 21%;
	cursor: pointer;
	transition: 0.25s;
}

#play:hover {
	width: 35%;
	height: 35%;
	background: url(../img/ico/play-accent.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 32%;
	left: 21%;
	cursor: pointer;
	transition: 0.25s;
}

/*** END VIDEO SECTION ***/

/*
ul#pills-tab li {
    width: 20%;
	margin: 0 25px;
} */
/* .nav-pills .nav-link {

    font-weight: bold;
    font-size: 16px;
    line-height: 145.9%;
    text-align: center;
    letter-spacing: 0.07em;
    color: #202020;
} */
/*
a#pills-wardrobe-tab {
    padding-top: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    color: #fff;
 /*   background-color: #ffe600;*
    border: 2px solid #ffe600;
    background: #F5F5F5;
    border: 5px solid #FFE600;
    box-sizing: border-box;
	min-height: 80px;
	margin-bottom: 40px;
} */
/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ffe600;
	color: #191919;
    box-shadow: 0 0 5px 0 #646464;
} */
a.navbar-brand {
	display: block;
}

div#pills-tabContent {
	margin-bottom: 300px;
}

section#uznat-stoimost img.question-img {
	margin-bottom: 485px;
}

/*** UZNAT STOIMOST ***/
section#uznat-stoimost h3 {
	font-style: normal;
	font-weight: 800;
	font-size: 38px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	margin-bottom: 75px;
}

section#uznat-stoimost p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #202020;
}

section#uznat-stoimost form {
	max-width: 350px;
}

/*** END UZNAT STOIMOST ***/

section#answers img.question-img {
	padding-bottom: 420px;
}

/*** SECTION ABOUT ***/
section#about h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 90px;
	line-height: 122px;
	text-align: left;
	letter-spacing: 0.2em;
	color: #e4e4e4;
	padding-top: 60px;
}

section#about h4 {
	/* font-family: Montserrat; */
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 145.9%;
	padding-top: 80px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

section#about h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	margin-bottom: 30px;
}

section#about p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	color: #202020;
	text-indent: 25px;
}

section#about .preimushestvo p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 162.4%;
	letter-spacing: 0.05em;
	color: #202020;
	margin: 0;
}

section#about .preimushestvo ul {
	list-style: none;
}

section#about .preimushestvo ul li img {
	padding-right: 10px;
}

/*** SEND ECTION ABOUT ***/

/*** SECTION ADVANTAGES ***/
.preimushestvo {
	margin-bottom: 30px;
}

.preimushestvo ul li {
	font-family: Akrobat;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 162.4%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #202020;
}

.preimushestvo.last-element {
	padding-bottom: 55px;
}

/*** END SECTION ADVANTAGES ***/

/*** SECTION TESTIMONIALS ***/
#carouselTestimonials {
	min-height: 425px;
}

/* /Testimonials section */
/*** END SECTION TESTIMONIALS ***/

/* reviews
div#carouselExampleSlidesOnly-10 {
    display: none;
}
div#carouselExampleSlidesOnly-9 {
    display: block;
}
section#reviews h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #323232;
    text-align: left;
	margin-top: 20px;
} */
/*.wrap-review {
    margin-bottom: 300px;
}*/

/*
section#reviews p {
    font-family: Akrobat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 119%;
    letter-spacing: 0.04em;
    color: #323232;
    margin-top: 30px;
    padding: 10px;
}
.review {
    width: 325px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius-medium);
	padding-top: 25px;
	height: 695px;
	margin-bottom: 10px;
	
} */

/*** SECTION PROCESS ***/
section#process h3 {
	padding-top: 140px;
	padding-bottom: 60px;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
}

section#process p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	margin-top: 35px;
	margin-bottom: 80px;
}

.step {
	position: relative;
}

.step::before {
	content: '';
	position: absolute;
	width: 160px;
	height: 26px;
	background: url(../img/ico/arrow.png) no-repeat;
	top: 36px;
	left: 200px;
}

/*** END SECTION PROCESS ***/

/*stoimost*/
.bg-q {
	background: url(../img/ico/question-bg.png) center center no-repeat;
	background-size: contain;
	padding: 120px 0px 195px;
	display: inline-block;
	margin-bottom: 405px;
}

section#stoimost h3 {
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	margin: 0;
}

.border-yell {
	border-bottom: 15px solid #ffe600;
	margin-bottom: 30px;
	width: 643px;
	margin: 0 auto;
}

section#stoimost p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #202020;
	margin-top: 15px;
}

section#stoimost form {
	max-width: 350px;
	margin: 0 auto;
}

/*answer*/
button.btn.btn-link.btn-block.text-left {
	/* font-family: Montserrat; */
	font-style: normal;
	font-weight: bold;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	text-decoration: none;
	font-size: 17px;
}

button.btn.btn-link.btn-block.text-left:active,
button.btn.btn-link.btn-block.text-left:hover,
button.btn.btn-link.btn-block.text-left:focus {
	outline: 0;
	outline-offset: 0;
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: none;
}

#answers .card-header {
	background: #ffe600;
}

#answers .card {
	border-radius: 20px 20px 0px 0px !important;
	margin-bottom: 40px;
	border: none;
}

#answers .card-body {
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
	border-radius: 0px;
	border-top: none;
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
}

section#answers h3 {
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 145.9%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	padding-top: 100px;
	padding-bottom: 75px;
	position: relative;
}

section#answers h3:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 84px;
	background: #ffe600;
	top: 85px;
	left: 165px;
}

section#answers h3:after {
	content: '';
	position: absolute;
	width: 94px;
	height: 10px;
	background: #ffe600;
	top: 160px;
	left: 170px;
}

p.text-director {
	border: 10px solid #ffe600;
	padding: 35px 50px;
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 145.9%;
	text-align: left;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #202020;
	left: -300px;
	position: relative;
	top: 70px;
	background: #f5f5f5;
}

/*** FOOTER ***/
footer#footer {
	background: url(../img/footer_bg.jpg);
	background-size: cover;
}

footer#footer img.logo {
	padding-top: 90px;
}

footer#footer h2 {
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 0.17em;
	color: #ffffff;
	border-bottom: 4px solid #fff;
	display: inline-block;
	padding: 5px 0;
	margin-bottom: 25px;
	padding-top: 90px;
	margin-top: 0;
}

#footer p {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.17em;
	color: #ffffff;
}

#footer p span {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.17em;
	color: #ffe600;
	/* margin-top: 16px; */
	padding-top: 30px;
	display: block;
}

footer#footer ul {
	margin-left: 0;
	padding-left: 15px;
}

footer#footer ul li {
	margin: 10px 0;
	list-style: none;
}

footer#footer ul li a,
footer#footer a {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.17em;
	color: #ffffff;
	display: block;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer#footer ul li a:hover,
footer#footer a:hover {
	color: #ffe600 !important;
}

.social a img {
	width: auto;
	/* height: 24px; */
	padding: 0 5px;
	margin-bottom: 75px;
	float: left;
	opacity: 1;
}

.social a img:hover {
	opacity: 0.8;
}

h5#modalOrderLabel {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
}

#footer1 {
	padding-bottom: 1rem;
}

div#footer1 p,
div#footer1 a {
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

div#footer1 a {
	display: inline;
}

div#footer1 a:hover {
	display: inline;
	border-bottom: 1px solid #fff;
	color: inherit !important;
}

/*** END FOOTER ***/

/* Messanger */
.whatsapp {
	display: none;
}

.whatsapp img {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 90px;
}

/* End messanger */

/* Задний фон для сообщения об успешной отправки данных */
#background-msg {
	background: black;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	cursor: pointer;
}

/* Сообщение об успешной отправке данных */
#message {
	z-index: 9999;
	max-width: 450px;
	position: fixed;
	top: 45%;
	left: 0%;
	right: 0%;
	text-align: center;
	font-size: 130%;
	color: white;
	margin: auto;
}

.logo-top {
	display: block;
}

.modal-body .form-control:focus,
.modal-body .form-control {
	color: #202020;
}

.form-control:focus {
	color: #000000;
	background-color: transparent;
	border-color: #999999;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(214 214 214);
}

span.text-danger {
	display: inline-block !important;
}

#footer hr {
	border-top: 1px solid #7d7d7d;
	/* background: rgba(153, 153, 153, 0.9); */
	opacity: 1;
	margin: 0;
}

#footer1 p span,
div#footer1 p span {
	/* font-size: 18px; */
	line-height: 0;
	padding-top: 0;
}

#footer1 .col p:nth-of-type(2),
#footer1 p:nth-of-type(2) a {
	font-weight: 300;
}

/*new*/
.navbar-expand-lg .navbar-nav {
	/*flex-direction: row;*/
	width: 100%;
}

/* .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    display: inline-block;
} */

/* li.nav-item:last-child a.nav-link {
    text-align: right;
}
li.nav-item:first-child a.nav-link {
    text-align: left;
	float: left;
} */
.top-contacts {
	padding-right: 45px;
}

.last-element {
	margin-bottom: 250px;
}

/* Quiz section */
#quiz-container .form-check-input {
	opacity: 0;
	cursor: pointer;
}

#quiz-container .form-check {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-right: 0;
	user-select: none;
}

#quiz-container label {
	display: inline;
}

#quiz-container .quiz-title:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 1px;
	background: url(../img/ico/radio-off.png) 0 0 no-repeat;
	cursor: pointer;
}

#quiz-container label {
	cursor: pointer;
}

.quiz-title {
	min-height: 45px;
	text-align: left;
}

#quiz-container input[type='radio']:checked+.quiz-title:before {
	background: url(img/ico/radio-on.png) 0 0 no-repeat;
}

.card-img-overlay {
	background: rgba(0, 0, 0, 0.25);
	transition: 0.25s;
}

.card-img-overlay:hover {
	background: rgba(0, 0, 0, 0.1);
}

.quiz-content {
	min-height: 550px;
}

/* End quiz section */

@media (max-width: 1500px) {
	.review {
		width: 280px;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: var(--border-radius-medium);
		padding-top: 25px;
		height: 800px;
		margin: 0 auto 10px;
	}
}

@media (max-width: 1400px) {
	section#stoimost h3 {
		font-size: 30px;
	}

	section#about h3 {
		font-size: 70px;
	}

	.review {
		max-width: 250px;
	}
}

@media (max-width: 1366px) {
	.address p {
		font-size: 15px;
	}

	.top-contacts {
		padding-right: 0;
	}

	.kkk:before,
	.kkk-1:before,
	.kkk-2:before {
		height: 1575px;
		top: -400px;
	}

	.kkk-2:before {
		top: -355px;
	}

	.kkk:before {
		top: -345px;
	}

	ul#pills-tab li {
		width: 19%;
		margin: 0 25px;
	}

	ul#pills-tab li a {
		font-size: 16px;
	}

	.review {
		height: 870px;
	}

	.step::before {
		width: 124px;
		height: 26px;
		top: 36px;
		left: 155px;
		background-size: contain;
	}

	section#stoimost h3 {
		font-size: 26px;
	}

	section#stoimost p {
		font-size: 16px;
	}

	.border-yell {
		width: 448px;
	}

	section#answers h3:before {
		left: 125px;
	}

	section#answers h3:after {
		left: 135px;
	}

	.rasschet {
		padding: 25px 30px;
		margin-right: 24px;
	}

	.rasschet h2.forma {
		font-size: 22px;
	}

	.rasschet p {
		font-size: 14px;
	}

	label.form-check-label {
		font-size: 14px;
	}

	.last-element {
		margin-bottom: 270px;
	}

	div#pills-tabContent {
		margin-bottom: 340px;
	}

	section#uznat-stoimost img.question-img {
		margin-bottom: 525px;
	}

	section#about h3 {
		padding-top: 0;
	}

	.bg-q {
		margin-bottom: 300px;
	}

	section#answers img.question-img {
		padding-bottom: 380px;
	}

	/* PORTFOLIO SECTION */
	.light {
		height: 450px;
	}

	/* END PORTFOLIO SECTION */
}

@media (max-width: 1210px) {
	ul#pills-tab li {
		margin: 0 10px;
	}

	ul#pills-tab li a {
		font-size: 14px;
	}
}

@media (max-width: 800px) {
	.address {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 10px !important;
	}

	.top-contacts a {
		font-size: 20px;
	}

	#video-container {
		padding-bottom: 200px;
	}

	.rasschet {
		margin-bottom: 160px;
	}

	ul#pills-tab li {
		width: 250px;
		margin: 0 auto;
	}

	span.carousel-control-prev-icon {
		right: 0;
		top: 4px;
	}

	.line {
		width: 100%;
	}

	.border-yell {
		width: 100%;
	}

	div#carouselExampleSlidesOnly-10 {
		display: block;
	}

	div#carouselExampleSlidesOnly-9 {
		display: none;
	}

	.review {
		max-width: 350px;
	}
}

@media (max-width: 768px) {
	.logo-top {
		display: none;
	}

	a.navbar-brand {
		display: block;
	}

	.logo-top img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	/*p.logo-text {
    font-size: 18px;
	text-align: center;
	}*/
	.logo-top {
		display: none;
	}

	.address {
		text-align: center;
	}

	.top-contacts a.number {
		text-align: center;
	}

	a.callback {
		display: block !important;
		margin: 0 auto;
		float: none !important;
	}

	section#about h3 {
		padding-top: 0;
		margin-top: -85px;
	}

	section#about h4 {
		font-size: 33px;
	}

	.garantshaf {
		margin-bottom: 30px;
	}

	img.img-fluid.without-pad {
		margin: 20px;
	}

	section#answers h3:before {
		left: 50px;
	}

	section#answers h3:after {
		left: 62px;
	}

	.last-element {
		margin-bottom: 165px;
	}

	div#pills-tabContent {
		margin-bottom: 50px;
	}

	section#uznat-stoimost img.question-img {
		margin-bottom: 230px;
		margin-top: 30px;
	}

	.bg-q {
		margin-bottom: 40px;
	}

	p.text-director {
		left: 0;
		top: -215px;
	}

	section#answers img.question-img {
		padding-bottom: 250px;
	}

	section#uznat-stoimost h3 {
		margin-top: 40px;
	}

	.step::before {
		display: none;
	}

	/* PORTFOLIO SECTION */
	.light {
		height: 325px;
	}

	/* END PORTFOLIO SECTION */
}

@media (max-width: 600px) {
	#video-container {
		padding-bottom: 100px;
	}

	section#about h3 {
		font-style: normal;
		font-weight: 900;
		font-size: 29px;
		line-height: 1;
		text-align: left;
		letter-spacing: 0.2em;
		color: #e4e4e4;
		padding-top: 0px;
	}

	.step:before {
		display: none;
	}

	p.text-director {
		font-size: 20px;
		left: 0;
		position: relative;
		top: -90px;
	}

	.review {
		max-width: 400px;
		height: auto;
		margin: 30px auto 10px;
	}

	section#uznat-stoimost h3 {
		font-size: 20px;
		margin-bottom: 50px;
		margin-top: 15px;
	}

	section#uznat-stoimost img.question-img,
	section#answers img.question-img {
		padding-bottom: 100px;
		padding-top: 50px;
	}

	div#pills-tabContent {
		margin-bottom: 50px;
	}

	section#about p,
	.preimushestvo ul li {
		font-size: 17px;
	}

	.bg-q {
		padding: 5px 0px 0;
		margin-bottom: 100px;
	}

	.preimushestvo.last-element {
		padding-bottom: 50px;
	}

	section#stoimost h3 {
		font-size: 22px;
	}

	label.form-check-label {
		font-size: 11px;
	}

	section#process h3 {
		font-size: 21px;
		padding-top: 40px;
		padding-bottom: 25px;
	}

	section#process p {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.form-check-input {
		margin-right: 8px;
		margin-bottom: 23px;
		display: block;
		float: left;
	}

	img.without-pad {
		padding: 0 10px 20px;
	}

	section#answers h3:before {
		top: 110px;
		left: 0px;
	}

	section#answers h3:after {
		top: 184px;
		left: 10px;
	}

	/* li.nav-item:last-child a.nav-link {
    text-align: center;
}
li.nav-item:first-child a.nav-link {
    text-align: center;
    float: none;
} */
	.navbar-light .navbar-toggler {
		color: rgb(255 255 255 / 69%);
		border-color: rgb(255 251 251 / 36%);
	}

	.address p {
		font-size: 15px;
	}

	img.ico-social,
	.social img {
		margin: 10px auto;
	}

	.rasschet {
		padding: 25px 10px;
	}

	.rasschet h2.forma {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.rasschet p {
		font-weight: normal;
		font-size: 12px;
	}

	footer#footer ul {
		padding-left: 0;
	}

	footer#footer h2 {
		margin-bottom: 10px;
		padding-top: 40px;
	}

	button.btn.btn-link.btn-block.text-left {
		font-size: 15px;
	}

	.card-body {
		font-size: 15px;
	}

	.last-element {
		margin-bottom: 50px;
	}

	section#uznat-stoimost img.question-img {
		margin-bottom: 0px;
	}

	section#about .preimushestvo p {
		font-size: 17px;
	}

	section#answers h3 {
		font-size: 26px;
		padding-top: 60px;
		padding-bottom: 5px;
	}

	img.garantshaf {
		padding: 10px 0;
	}

	.address {
		display: none;
	}

	.top-contacts a.number {
		display: block;
		text-align: center;
	}

	.top-contacts {
		padding: 0;
		text-align: center;
		width: 275px;
		margin: 0 auto;
	}

	.rasschet {
		margin-bottom: 85px;
	}

	section#price h2 {
		padding-top: 40px;
	}

	/*
	ul#pills-tab li a {
		font-size: 18px;
	}
	
	#pills-tab {
		display: none;
	} */
	/*
	#pills-home { display: block; }
	#pills-profile, #pills-wardrobe { display: none; }
	*/
	#select-container {
		display: block !important;
	}

	.rasschet {
		padding: 25px 30px;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	section#about h3 {
		padding-top: 45px;
	}

	img.img-fluid.without-pad {
		margin: 0;
	}

	.whatsapp {
		display: block;
	}

	.quiz-title {
		font-size: 1rem;
	}

	.quiz-content {
		min-height: auto;
	}

	/* PORTFOLIO SECTION */
	.light {
		height: 250px;
	}

	/* END PORTFOLIO SECTION */
}

/* new style */

@media (max-height: 1000px) {}

.header-nav-top {
	padding-top: 0;
	padding-bottom: 0;
}

.header-nav-top .nav-link {
	color: #c8c8c8;
	font-size: 14px;
	font-family: Gilroy-Regular;
}

.top-navbar {
	width: 100%;
	justify-content: end;
}

.nav-link-inner {
	align-items: center;
	gap: 10px;
}

.phone-number {
	margin-bottom: 0;
	font-family: HelveticaNeueBoldCondensed;
	font-size: 18px;
}

.row-bottom-nav {
	padding-bottom: 0;
}

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

.header-bottom {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	gap: 90px;
	align-items: center;
}

.header-nav-bottom .navbar-nav {
	display: flex;
	justify-content: end;
	gap: 10px;
}

.bottom-menu_item {
	position: relative;
}

/* .bottom_link */
.navbar-light .navbar-nav .nav-link {
	color: #c8c8c8;
	font-family: Gilroy-Regular;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}

.navbar-light .navbar-nav .bottom_link {
	font-family: Gilroy-Medium;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 0;
}

.navbar-light .navbar-nav .bottom_link:hover,
.navbar-light .navbar-nav .bottom_link:focus {
	color: #ffe600;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #c8c8c8;
}

.mobile-item {
	/* color: #C8C8C8; */
	color: #000;
	padding-top: 8px;
}

@media (max-width: 1400px) {
	.item-none {
		display: none;
	}
}

@media (max-width: 1300px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 1200px) {
	.header-nav-bottom .navbar-nav {
		gap: 12px;
	}

	.navbar-light .navbar-nav .menu-item .nav-link,
	.navbar-light .navbar-nav .nav-link {
		font-size: 10px;
	}
}

@media (max-width: 980px) {
	.header-nav-bottom .navbar-nav {
		gap: 0;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
	}

	#sliding-header .mobile-item .modal-link {
		font-family: Gilroy-Medium;
		font-size: 14px;
		text-transform: uppercase;
	}

	#sliding-header .mobile-item {
		padding-top: 0;
	}

	#sliding-header .mobile-item .location-block {
		font-family: Gilroy-Light;
		font-size: 12px;
		color: rgba(0, 0, 0, 0.45);
		/* text-transform: uppercase; */
		text-transform: none;
		/* padding-bottom: 8px; */
	}

	#sliding-header .mobile-schedule {
		font-family: Gilroy-Light;
		color: rgba(0, 0, 0, 0.45);
	}

	.mobile-item.mobile-schedule {
		color: rgba(0, 0, 0, 0.25);
		font-family: Gilroy-Light;
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	.bottom-container {
		padding-left: 0;
		padding-right: 0;
	}
}

#sliding-header {
	width: 100%;
	background: #ffffff;
	transition: 0.5s;
	position: fixed;
	top: -100px;
	z-index: 999999999;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#sliding-header .bottom_link:hover,
#sliding-header .bottom_link:focus {
	color: #ffe600;
}

#sliding-header .navbar-brand img {
	max-width: 200px;
}

#sliding-header .nav-link img {
	position: relative;
	bottom: 2px;
}

.top-menu-tel {
	font-family: HelveticaNeueBoldCondensed;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}

#sliding-header .bottom_link,
#sliding-header .nav-link {
	font-family: Gilroy-Medium;
	font-size: 14px;
	color: #000;
	transition: color 0.3s ease;
}

#sliding-header .nav-link:hover {
	color: #ffe600;
}

#sliding-header .mobile-item .top-menu-tel {
	font-family: Gilroy-Medium;
	font-size: 14px;
	color: #000;
	/* margin-bottom: 8px; */
}

@media (max-width: 1200px) {

	#sliding-header .bottom_link,
	#sliding-header .nav-link {
		font-size: 12px;
	}

	/* #sliding-header .nav-link img {
        position: relative;
        bottom: 2px;
    } */
}

@media (max-width: 991.98px) {
	.bottom-container .navbar-brand {
		display: none;
	}

	#sliding-header {
		top: 0px;
		transition: 0;
	}

	#sliding-header .navbar-brand img {
		max-width: 135px;
	}

	#sliding-header .bottom_link,
	#sliding-header .nav-link {
		font-size: 14px;
	}

	.nav-item .dropdown .dropdown-toggle .dropdown-menu {
		margin-left: 0px;
	}

	#sliding-header .bottom_link:hover {
		color: #ffe600;
	}
}

@media (max-width: 360px) {
	#sliding-header .navbar-brand {
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	.parallax-home-section {
		background-position: 15% 50%;
	}
}

.row-nav .col-nav {
	width: 100%;
	border-bottom: 1px solid #7d7d7d;
}

#main-divider {
	max-width: 1700px;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
}

/*
.header-nav-bottom .nav-link img {
    position: relative;
    bottom: 2px;
}*/

/* 11-09-2024 */
section#uznat-stoimost .form-control,
#stoimost .form-control,
#quiz-container .form-control {
	box-sizing: border-box;
	border-radius: var(--border-radius-medium);
	text-align: center;
	height: 60px;
	background: transparent;
	color: #000;
	border: 2px solid #5f5f5f;
}

section#uznat-stoimost .form-control:focus,
#stoimost .form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(214 214 214);
}

section#uznat-stoimost .form-check-input,
#stoimost .form-check-input {
	border: 1px solid #202020;
	display: block;
	float: left;
	margin-bottom: 30px;
}

section#uznat-stoimost .form-check-input:checked,
#stoimost .form-check-input:checked,
section#uznat-stoimost label.form-check-label a,
#stoimost label.form-check-label {
	border-color: #202020;
	color: #202020;
}

section#uznat-stoimost label.form-check-label,
#stoimost label.form-check-label a,
#stoimost label.form-check-label {
	color: #202020;
	text-align: left;
}

/* custom input group file */
.custom-file-button input[type='file'] {
	/* margin-left: -2px; */
	color: #191919;
	font-size: 18px;
}

.custom-file-button input[type='file']::-webkit-file-upload-button {
	display: none;
}

.custom-file-button input[type='file']::file-selector-button {
	display: none;
}

.custom-file-button:hover label {
	background-color: #ddc6b3;
	cursor: pointer;
}

.custom-file-button .form-control {
	border: none;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 0;
}

.input-group-text {
	display: flex;
	height: 60px;
	align-items: center;
	padding: 15px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	background: linear-gradient(91.89deg, #fc4a1a -16.07%, #f7b733 124.94%);
	border: 1px solid #ffe5d0;
	border-radius: var(--border-radius-medium);
	color: #f5f5f5;
	font-size: 18px;
	transition: 0.25s;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}

.form-control#inputGroupFile,
.form-control#inputGroupFile2,
.form-control#inputGroupFile3,
.form-control#inputGroupFile3-3 {
	margin: 0;
	line-height: 46px;
}

/* CSS глобальные переменные */
:root {
	--section-margin-bottom: 3.75rem;

	/* Цвета */
	--title-color: #323232;
	--subtitle-color: #5f5f5f;

	/* Размеры */
	--title-font-size: 1.875rem;
	--subtitle-font-size: 1.25rem;
	--text-font-size: 1.125rem;
	--text-font-size-sm: 0.875rem;

	/* Шрифт */
	--font-family: 'Helvetica Neue', sans-serif;
	--line-height: 1;
	--line-height-big: 1.35;
	--title-font-weight: 700;
	--subtitle-font-weight: 500;
	--title-line-height: 1;
}

/* Адаптивные стили */
@media (max-width: 767.98px) {
	:root {
		--section-margin-bottom: 2rem;
		--title-font-size: 1.5rem;
		--text-font-size: 1rem;
	}
}

@media (max-width: 575.98px) {
	:root {
		--section-margin-bottom: 1.5rem;
		--title-font-size: 1.25rem;
		--text-font-size: 0.9rem;
	}
}

.section-title-wrapper {
	margin-bottom: var(--section-margin-bottom);
}

.section-title {
	font-family: var(--font-family);
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
	font-weight: var(--title-font-weight);
	margin-bottom: 1rem;
	color: var(--title-color);
}

.section-subtitle {
	font-family: var(--font-family);
	font-size: var(--subtitle-font-size);
	line-height: var(--subtitle-line-height);
	font-weight: var(--subtitle-font-weight);
	margin-bottom: 1rem;
	color: var(--subtitle-color);
}

#archive-portfolio-header-light .navbar-light .navbar-nav .menu-item .nav-link {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
	transition: color 0.3s;
}

#archive-portfolio-header-light .navbar-light .navbar-nav .menu-item .nav-link:hover {
	color: rgb(255, 230, 0) !important;
}

@media (max-width: 768px) {
	#archive-portfolio-header {
		padding-top: 40px;
	}
}

.home-section h1.calculator-title {
	margin-top: 0;
}

.advantage-section h3,
.advantage-section p {
	font-family: Gilroy;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	display: inline;
	text-transform: inherit;
	text-align: start;
	line-height: normal;
}

.advantage-section p {
	color: #ffe600;
	margin-bottom: 0;
}

button.btn.btn-danger.calculate-btn {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	min-width: auto;
	height: auto;
	font-family: var(--font-family);
	text-transform: none;
	line-height: normal;
	letter-spacing: inherit;
	border-radius: var(--border-radius-small);
}

@media (min-width: 575.98px) {
	.home-section.calculator {
		background-position: center;
	}
}

img.yandex-logo {
	max-width: 130px;
}

:root {
	--section-margin-bottom: 3.75rem;

	/* Цвета */
	--title-color: #323232;
	--subtitle-color: #5f5f5f;

	/* Размеры */
	--title-font-size: 1.875rem;
	--subtitle-font-size: 1.25rem;
	--text-font-size: 1.125rem;
	--text-font-size-sm: 0.875rem;

	/* Шрифт */
	--font-family: 'Helvetica Neue', sans-serif;
	--line-height: 1;
	--line-height-big: 1.35;
	--title-font-weight: 700;
	--subtitle-font-weight: 500;
	--title-line-height: 1;
}

/* Адаптивные стили */
@media (max-width: 767.98px) {
	:root {
		--section-margin-bottom: 2rem;
		--title-font-size: 1.5rem;
		--text-font-size: 1rem;
	}
}

@media (max-width: 575.98px) {
	:root {
		--section-margin-bottom: 1.5rem;
		--title-font-size: 1.25rem;
		--text-font-size: 0.9rem;
	}
}

.section-title-wrapper {
	margin-bottom: var(--section-margin-bottom);
}

.section-title-wrapper h2.section-title {
	font-family: var(--font-family);
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
	font-weight: var(--title-font-weight);
	margin-bottom: 1rem;
	color: var(--title-color);
	text-transform: initial;
}

.section-subtitle {
	font-family: var(--font-family);
	font-size: var(--subtitle-font-size);
	line-height: var(--subtitle-line-height);
	font-weight: var(--subtitle-font-weight);
	margin-bottom: 1rem;
	color: var(--subtitle-color);
}

.zoom-card {
	border-radius: var(--border-radius-large);
	overflow: hidden;
	height: 100%;
}

.zoom-card img {
	transition: all;
	transition-duration: 0.3s;
}

.zoom-card:hover img {
	transform: scale(1.05);
}

.director-quote {
	font-family: Gilroy-Medium;
	font-style: italic;
	font-size: 20px;
	color: #4b4b4b;
}

.director-name {
	font-family: Caveat;
	font-weight: 400;
	font-size: 24px;
	color: #4b4b4b;
}

.btn-corporate-color-outline-1 {
	border: 1px solid #fc4a1a;
	border-radius: var(--border-radius-large);
	padding: 10px 20px;

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fc4a1a;
	transition: all 0.3s ease;
}

.btn-corporate-color-outline-1:focus-visible,
.btn-corporate-color-outline-1:focus,
.btn-corporate-color-outline-1:active,
.btn-corporate-color-outline-1:hover {
	background: linear-gradient(91.89deg, #FC4A1A -16.07%, #F7B733 124.94%);
	color: #F5F5F5 !important;
	border: 1px solid #fc4a1a;
}


#calculatePriceWithoutDownloadModal textarea.form-control {
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#calculatePriceWithoutDownloadModal .title {
	margin-bottom: 0;
	font-size: 20px;
}

#calculatePriceWithoutDownloadModal .form-control {
	margin: 0;
	text-align: start;
}

.portflio {
	line-height: 1;
	align-content: center;
}

.portfolio-section .scroller-mobile svg,
.portfolio-section .scroller svg {
	fill: #fc4a1a;
}

.portfolio-section .scroller .active:not(#carouselTestimonials .active) {
	color: #fc4a1a !important;
}

.portfolio-section .scroller .nav-item a:hover {
	color: #fc4a1a;
}