:root {
	--purple-color: #2A1275;
	--second-purple-color: #685A9F;
	--white-color: #fff;
	--black-color: #000;
	--semi-black-color: #6E6C82;
	--grey-color: #515d65;
	--yellow-color: #FFF700;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	background-color: #f2f9fc;
}
html {

}
a {
	transition: 0.5s ease;
}
input:focus,
textarea:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: var(--blue-color) !important;
}

header {
	z-index: 999;
}

.top-header {
	padding: 28px 0;
	background-color: var(--black-color);
}

.row {
	margin: 0;
	width: 100%;
}
.top-header .address-block a {
	text-decoration: none;
	margin-right: 16px;
	display: inline-block;
}

.top-header .address-text {
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
	color: var(--white-color);
}
header .call-btn {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 24px;
	text-decoration: none;
	background-color: var(--yellow-color);
	border-radius: 5px;
	color: var(--black-color);
}
header .call-btn:hover {
	background-color: #ccc600;
}
.top-header .time-and-call-block span {
	font-size: 16px;
	display: inline-block;
	margin-right: 24px;
	color: var(--white-color);
}
.bottom-header {
	background-color: var(--purple-color);
}

.navbar-nav {
	width: 100%;
	justify-content: space-between;
}
.navbar .nav-item > .nav-link {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--white-color);
	text-decoration: none;
}
.navbar .nav-item > .nav-link:hover {
	text-decoration: underline;
}
.header-logo-wrapper {
	position: relative;
}
.bottom-header .header-logo-inner {
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0; 
	vertical-align: 0; 
	content: "";
	border: none;
	background: url('/assets/images/Alt Arrow Down.svg');
	width: 16px;
	height: 16px;
	transition: 0.3s ease;
}

.dropdown-toggle.show::after {
	transform: rotate(180deg);
}
.navbar-wrapper {
	position: relative;
}
.navbar-wrapper.show {
	display: block;
}
.menu-close-btn {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 30px;
	top: 24px;
	z-index: 9999;
	cursor: pointer;
}

.section {
	padding: 36px 0;
	background-color: #f2f9fc;
}
h1 {
	color: #0D0C13;
	font-size: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 32px;
	text-transform: uppercase;
	line-height: 110%;
}
h1.page-title {
	font-size: 28px;
	margin-bottom: 34px;
}
#homepage .first-screen ul {
	list-style: none;
	padding-left: 0;
	font-size: 18px;
	color: var(--grey-color);
}
#homepage .first-screen ul > li:not(:last-child) {
	margin-bottom: 10px;
}
#homepage .first-screen .container-xxl {
	padding: 60px;
	border-radius: 12px;
	background-color: #A9C6CE;
	background-image: url('/assets/images/first-screen-bg.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}
.section-title {
	text-align: center;
	margin-bottom: 32px;
	background-color: var(--purple-color);
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
}
.section-title h2 {
	padding: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--white-color);
	font-size: 28px;
}

.activity-item-wrapper {
	margin-bottom: 32px;
}
.activity-item {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 352px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
	background-color: var(--white-color);
	border-radius: 12px;
}

.activity-item__img img {
	border-radius: 12px 12px 0 0;
}
.activity-item__title {
	display: inline-block;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 600;
	color: var(--black-color);
}

.about-company__text {
	font-size: 18px;
	text-align: center;
	color: var(--grey-color);
	margin-bottom: 32px;
}
.advantage-item {
	margin-bottom: 76px;
}
.advantage-item__number {
	font-weight: 800;
	font-size: 24px;
	width: 68px;
	height: 68px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #F5F9BD;
	margin-bottom: 16px;
}
.advantage-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 16px;
}
.advantage-item__text {
	font-weight: 400;
	font-size: 14px;
	color: var(--semi-black-color);
	line-height: 160%;
	text-align: center;
}

.temb-0 {
	margin-bottom: 0;
}

.review-item {
	background-color: var(--white-color);
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 32px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}

.review-item__img {
	border-radius: 50%;
	width: 72px;
	background-color: #D9D9D9;
	height: 72px;
	margin-bottom: 20px;
}
.review-item__info {
	margin-bottom: 20px;
}
.review-item__info .company {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 5px;
}

.review-item__info .name {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}

.review-item__text {
	color: var(--semi-black-color);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.client-item {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.document-item {
	text-align: center;
}
.document-item__icon {
	margin-bottom: 16px;
}
.document-item__title {
	font-weight: 600;
	color: var(--black-color);
	font-size: 18px;
	margin-bottom: 4px;
}
.document-item__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	min-height: 45px;
	margin-bottom: 16px;
	color: var(--semi-black-color);
}
.open-doc-btn {
	display: inline-block;
	border: 1px solid var(--second-purple-color);
	padding: 12px 16px;
	color: var(--second-purple-color);
	text-decoration: none;
}
.open-doc-btn:hover {
	background-color: var(--second-purple-color);
	color: var(--white-color);
}

.new-date, .post-date {
	background-color: #d9d9d9;
	border-radius: 8px;
	padding: 4px 10px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-bottom: 16px;
	line-height: 160%;
}
.new-item {
	max-width: 353px;
	width: 100%;
	margin-bottom: 32px;
}
.new-item__img {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 16px;
	border-radius: 12px;
}
.new-item__img img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-item__title {
	font-weight: 400;
	display: inline-block;
	color: var(--black-color);
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
}
.new-item__title:hover {
	text-decoration: underline;
}
.footer {
	padding-bottom: 64px;
	padding-top: 58px;
	background-color: var(--black-color);
}
.footer-logos {
	margin-top: -13px;
}
.footer-logos .logo-item {
	display: flex;
	align-items: center;
}
.footer-logos .logo-item:not(:last-child) {
	margin-bottom: 32px;
}
.footer-logos .logo-item .logo-img {
	width: 70px;
	height: 70px;
	margin-right: 16px;
}
.footer-logos .logo-item .logo-name {
	font-weight: 400;
	font-size: 16px;
	color: var(--white-color);
}

.footer-section-title {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 120%;
	color: var(--white-color);
}
.footer-phone-link {
	font-weight: 700;
	color: var(--white-color);
	text-decoration: none;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 16px;
	display: inline-block;
}
.footer-phone-link:hover {
	text-decoration: underline;
}

.copyright {
	margin-top: 32px;
	padding-top: 26px;
	border-top: 1px solid #4E4E4E;
}

.copyright-text {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: var(--white-color);
}

.dev-block span, .dev-block a, .privacy-policy-link {
	color: var(--white-color);
	font-size: 14px;
	text-decoration: none;
}

.dev-block .green-letter {
	color: #387742;
}

.privacy-policy-link:hover {
	text-decoration: underline;
}
.menu-btn {
	display: block;
	background: none;
	cursor: pointer;
	border: none;
	transform: scaleX(-1);
}
.scroll-top {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	cursor: pointer;
	right: 40px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	bottom: 40px;
	z-index: 99999;
	background: var(--purple-color);
	padding: 15px;
	border-radius: 50%;
}
.scroll-top:hover {
	opacity: .7;
}
.scroll-top.hide {
	display: none;
}
#contacts-page .contact-item .phone-link, #contacts-page .email-link, #contacts-page .address-text {
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	color: var(--black-color);
	line-height: 120%;
}
#contacts-page .contact-item .phone-link:hover, #contacts-page .email-link:hover {
	text-decoration: underline;
}
#contacts-page .contact-item__phones .phone-link:not(:last-child) {
	margin-bottom: 16px;
}
#contacts-page .contact-item__title {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 120%;
}
.breadcrumb {
	margin-bottom: 32px;
}
.breadcrumb .breadcrumb-item > a, .breadcrumb-item, .breadcrumb-item.active {
	font-size: 12px;
	text-decoration: none;
	color: #8D8D8D;
}


.service-main-screen {
	padding: 63px 36px;
	border-radius: 12px;
	background-repeat: no-repeat;
	margin-bottom: 48px;
	background-color: #A9C6CE;
	height: 372px;
}

.service-main-screen .service-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	text-transform: uppercase;
	color: var(--black-color);
}

.service-main-screen .service-text {
	font-weight: 600;
	font-size: 18px;
	color: var(--grey-color);
}

#security-page .service-main-screen {
	background-image: url('/assets/images/service-security__bg.png');
	background-position: bottom right;
}
.service-page {
	padding-bottom: 72px;
}
.service-page section {
	background-color: #f2f9fc;
}
.service-page .breadcrumb {
	margin-top: 24px;
}
.service-info__section {
	margin-top: 48px;
	margin-bottom: 93px;
}
.service-info__section .image {
	text-align: right;
}
.service-page .image img {
	border-radius: 12px;
}
.security-service__description {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	font-family: 'Inter', sans-serif;
	color: #000;
}
.service-page .quote-p {
	font-weight: 500;
	border-left: 2px solid var(--purple-color);
	padding-left: 24px;
}
.security-service__description p:not(:last-child) {
	margin-bottom: 24px;
}
.why-selected-section {
	margin-bottom: 72px;
}
.why-selected-section .why-item {
	text-align: center;
}

.why-selected-section .why-item .why-item__icon {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: var(--black-color);
	margin-bottom: 16px;
}

.why-item .why-item__title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: var(--black-color);
}
.why-item .why-item__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	color: var(--semi-black-color);
}

.type-of-services-section .type-item {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	background-color: var(--white-color);
	padding: 24px;
	height: 100%;
}
.type-of-services-section .type-item__title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: var(--black-color);
}
.type-of-services-section .type-list {
	font-weight: 400;
	padding-left: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: var(--semi-black-color);
}
.type-of-services-section .type-item-wrapper {
	margin-bottom: 24px;
}

.type-of-services-section .quote-p {
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: var(--black-color);
	font-family: 'Inter', sans-serif;
}
.type-of-services-section .type-row {
	margin-bottom: 56px;
}
.type-item__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: var(--black-color);
	font-family: 'Inter', sans-serif;
}

.contact-form-section .contact-form__block {
	padding: 32px;
	max-width: 521px;
	border-radius: 12px;
	background-color: var(--white-color);
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05), 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.form-control {
	border: none;
	border-bottom: 1px solid #858585;
	padding: 0px 0px 12px 0;
	border-radius: 0;
	font-weight: 400;
	margin-bottom: 24px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 140%;
	color: #797979;
}
.form-control label {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	font-family: 'Inter', sans-serif;
	margin-bottom: 12px;
	color: #989898;
}

.form-control:focus {
/*	border-bottom: 2px solid var(--second-purple-color);*/
}
form .btn {
	font-weight: 700;
	font-size: 24px;
	color: #404040;
	background-color: var(--yellow-color);
	max-width: 228px;
	padding: 12px 0;
	width: 100%;
	text-decoration: none;
}
form .btn:hover {
	background-color: #ccc600;
}


.privacy-policy__text a {
	color: var(--second-purple-color);
}
.contact-form-section h2 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 24px;0
	line-height: 130%;
	text-transform: uppercase;
	color: var(--black-color);
}

.contact-form-section p {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #6d6d6d;
}
.privacy-policy__text {
	margin-top: 24px;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	color: #908e7f;
}

.dropdown-item {
	font-family: 'Inter', sans-serif;
	transition: none;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: var(--purple-color);
	color: var(--white-color);
}

.single-post__info {

}

.single-post__info .post-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	text-transform: uppercase;
	color: var(--black-color);
	margin-bottom: 16px;
}

.single-post__info .post-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--grey-color);
}

.single-post__img .image img {
	border-radius: 12px;
}

.to-back-link {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	color: var(--black-color);
}
.to-back-link img {
	margin-right: 12px;
}

.page-title-block .page-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	text-transform: uppercase;
}

#cctv-page .why-selected-section {
	margin-bottom: 32px;
}
#cctv-page .quote-p {
	margin-top: 32px;
}
#cctv-page .service-main-screen {
	background-image: url('/assets/images/cctv-bg.png');
	background-position: center right;
}
#cctv-page .capabilities-cctv-section {
	margin-bottom: 32px;
}
#cctv-page .capability-list {
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	line-height: 150%;
	color: var(--purple-color);
}

#fire-alarm-page .service-main-screen, #glonass-page .service-main-screen {
	padding: 38.5px 40px;
}
#fire-alarm-page .service-main-screen {
	background-image: url('/assets/images/fire-alarm-bg.jpg');
	background-position: center right;
}
.service-page .type-item.none-bg {
	background: none;
	box-shadow: none;
}

.service-page .additional-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: var(--semi-black-color);
}
#fire-alarm-page ol.type-list {
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 16px;
}
.product-wrapper {
	margin-bottom: 32px;
}
.product {
	max-width: 353px;
	width: 100%;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
	background-color: var(--white-color);
	border-radius: 12px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.product-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #1f1f1d;
	margin-bottom: 16px;
}
.product-img {
	height: 258px;
}
.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}
.product-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #858585;
}	
.more-text {
	display: none;
}
.product-info {
	margin-bottom: auto;
	padding: 24px;
}
.more-text-btn {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	border: none;
	background: none;
	display: block;
	margin-top: 16px;
	padding: 0;
	text-decoration: underline;
	color: var(--purple-color);
}
.submit-btn:disabled, .submit-btn:focus-visible, .submit-btn:active {
	border: none;
	background-color: #ccc600 !important;
}
.response-block {
	display: none;
	margin-top: 16px;
	font-family: 'Inter', sans-serif;
}
.order-btn {
	border: none;
	margin-top: 16px;
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 8px 24px;
	max-width: 125px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: var(--black-color);
	text-decoration: none;
	background: var(--yellow-color)
}
.modal-footer .order-btn {
	position: initial;
	margin-bottom: 0;
}
.order-btn:hover {
	background-color: #ccc600;
}

#skud-page .type-list strong {
	color: var(--black-color);
}

.js-cookie-consent {
	position: fixed;
	z-index: 99999;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	max-width: 900px;
	border: 1px solid var(--purple-color);
	right: 30px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: var(--black-color);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	background-color: var(--white-color);
	padding: 12px;
}

.js-cookie-consent button {
	color: var(--black-color);
	background: var(--yellow-color);
	font-weight: bold;
	padding: 8px 24px;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
}
.js-cookie-consent button:hover {
	background-color: #ccc600;
}

.js-cookie-consent a {
	color: var(--second-purple-color);
}

.color-404 {
	font-size: 150px;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	color: var(--purple-color);
	
}
.color-404 > span {
	color: var(--second-purple-color);
}

.privace-page__info p {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
}
.privace-page__info h2 {
	font-size: 24px;
}
.history-black-link {
	order: 0;
}

#glonass-page .service-main-screen {
	background-image: url('/assets/images/glonass-bg.jpg');
	background-position: bottom right;
}

#skud-page .service-main-screen {
	background-image: url('/assets/images/skud-bg.jpg');
	background-position: bottom right;
}
#soue-page .service-main-screen {
	background-image: url('/assets/images/soue-bg.jpg');
	background-position: bottom right;
}

#fire-protection-service7-page .service-main-screen {
	background-image: url('/assets/images/fire-service7-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-service6-page .service-main-screen {
	background-image: url('/assets/images/fire-service6-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-service5-page .service-main-screen {
	background-image: url('/assets/images/fire-service5-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-service4-page .service-main-screen {
	background-image: url('/assets/images/fire-service4-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-service3-page .service-main-screen {
	background-image: url('/assets/images/fire-service3-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-service2-page .service-main-screen {
	background-image: url('/assets/images/fire-service2-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-service1-page .service-main-screen {
	background-image: url('/assets/images/fire-service1-bg.jpg');
	background-position: bottom right 0;
}
#fire-protection-page .service-main-screen {
	background-image: url('/assets/images/fire-protection-bg.jpg');
	background-position: bottom right 0;
}

.firep-service-item__title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: var(--black-color);
}
.firep-service-item__img img {
	border-radius: 12px;
}
.firep-service-item__info p {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: var(--black-color);
	font-family: 'Inter', sans-serif;
}

.firep-service-item__info .btn {
	background-color: var(--yellow-color);
	color: var(--black-color);
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 24px;
	border-radius: 5px;
	text-transform: uppercase;
}
.firep-service-item__info .btn:hover {
	background-color: #ccc600;
}

.mobile-phone-btn {
	width: 75px;
	height: 75px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: flex;
	background-color: #4caf50;
	align-items: center;
	justify-content: center;
}