<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import "../fonts/Gilroy.css";

body {
	font-family: "Gilroy";
}

a {
	text-decoration-line: underline;
	color: #2A90EE;
}

a:hover {
	text-decoration: none;
}

.container {
	width: auto;
	max-width: 680px;
	padding: 0 15px;
}

.h_rect {
	height: 4px;
	background: repeating-linear-gradient(to right, #FF0000 0, #FF0000 128px, #868686
		128px, #868686 256px, #F68634 256px, #F68634 384px, #8A9739 384px,
		#8A9739 512px, #55ACEE 512px, #55ACEE 640px, #D33ABA 640px, #D33ABA
		768px, #25D366 768px, #25D366 896px, #F6D734 896px, #F6D734 1024px);
	background-position: center center;
}

.right-link a {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}

.custom-head .col-logo img {
	width: 100%;
	max-width: 300px;
}

.custom-head-col-caption {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.custom-head-phone {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.custom-head-ordercall a {
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #2A90EE;
}

.custom-head-mainmenu .mainmenu-links {
	font-size: 0;
	text-align: center;
}

.custom-head-mainmenu a {
	background: #0E77D9;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding: 3px 20px;
	white-space: nowrap;
}

.custom-head-mainmenu a.active, .custom-head-mainmenu a:hover {
	color: #000;
}

.custom-head-mainmenu a:first-child {
	border-radius: 6px 0px 0px 6px;
}

.custom-head-mainmenu a:last-child {
	border-radius: 0px 6px 6px 0px;
}

.custom-head-mainmenu a:nth-child(1) {
	background-color: #90CFFF;
}

.custom-head-mainmenu a:nth-child(2) {
	background-color: #6AABE7;
}

.custom-head-mainmenu a:nth-child(3) {
	background-color: #26A9E0;
}

.custom-head-mainmenu a:nth-child(4) {
	background-color: #2A90EE;
}

.custom-head-mainmenu a:nth-child(5) {
	background-color: #0E77D9;
}

.custom-head-mainmenu a:nth-child(6) {
	background-color: #4797E0;
}

@media ( max-width : 769px) {
	.custom-head-mainmenu a {
		display: block;
		text-align: center;
		margin: 5px 0;
		padding: 10px;
	}
	.custom-head-mainmenu a:first-child, .custom-head-mainmenu a:last-child
		{
		border-radius: 0;
	}
}

.h_banner .carousel-item {
	min-height: 499px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.h_banner-caption {
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
	color: #FFFFFF;
	margin: 30px 300px 30px 0;
}

.h_banner-promo-place {
	background: #FFFFFF;
	border-radius: 14px 14px 0 0;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	width: fit-content;
	min-height: 280px;
	margin-left: 100%;
	transform: translate(-100%, 0);
}

.h_banner-promo-place a.promo-link {
	color: #000;
	text-decoration: underline;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
}

.h_banner-promo-place .promo-img-place {
	white-space: nowrap;
	margin-top: 10px;
}

@media ( max-width : 993px) {
	.h_banner .carousel-item {
		min-height: auto;
	}
	.h_banner-promo-place {
		margin: 30px auto;
		transform: translate(0, 30px);
	}
	.h_banner-caption {
		text-align: center;
		font-size: 32px;
		line-height: 40px;
		margin: 30px;
	}
	.h_banner-promo-place .promo-img-place {
		white-space: normal;
	}
}

.carousel-indicators.gagrin-indicators [data-bs-target] {
	opacity: 1;
	background: none;
	border: 2px solid #000000;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

.carousel-indicators.gagrin-indicators [data-bs-target]:hover {
	background: #FFF;
}

.carousel-indicators.gagrin-indicators .active {
	width: 20px;
}

.gagrin-slider .carousel-indicators {
	bottom: -20px;
}

.carousel .gagarin-item-content,
.carousel-disabled .gagarin-item-content {
	display: block;
	padding: 25px;
	border-radius: 14px;
	position: relative;
	min-height: 306px;
	margin-bottom: 25px;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.carousel .gagarin-item-textplace,
.carousel-disabled .gagarin-item-textplace {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	position: relative;
	z-index: 2;
}

.carousel .gagarin-item-imgplace,
.carousel-disabled .gagarin-item-imgplace {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
}

.carousel .gagarin-item-imgplace img,
.carousel-disabled .gagarin-item-imgplace img  {
	width: 100%;
}

.project-block h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.project-block {
	padding-bottom: 15px;
}

.project-block .project-links {
	padding-bottom: 15px;
	row-gap: 15px;
}

.project-block .project-link {
	display: block;
	position: relative;
	width: 100%;
	min-height: 50px;
	border-radius: 14px;
	aspect-ratio: 1/1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.project-block .project-link&gt;span {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.project-block .project-link&gt;span&gt;span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border: solid 2px #FFF;
	box-sizing: border-box;
	border-radius: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 20px;
	transform: translate(-50%, -50%);
	line-height: normal;
}

.project-block .project-link:hover&gt;span {
	display: block;
}

.bg-dark {
	background-color: #232323;
	color: #FFFFFF;
}

.footer .logo {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

.footer .contacts-section .address, .footer .contacts-section .phone,
	.footer .contacts-section .time {
	box-sizing: border-box;
	padding-left: 40px;
	background: no-repeat top left;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	min-height: 25px;
}

.footer .contacts-section .address {
	background-image: url('../img/footer/icons/address.png');
}

.footer .contacts-section .phone {
	background-image: url('../img/footer/icons/phone.png');
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.footer .contacts-section .time {
	background-image: url('../img/footer/icons/time.png');
}

.footer .contacts-section .time&gt;span {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.footer-menu a {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	margin: 12px 0;
}

.footer-menu a.first-level-menu {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 30px;
}

.footer-menu a:hover, .footer-menu a.active {
	color: #FF0000
}

.footer-menu .footer-menu-more {
	margin-top: 30px;
}

.content-inner-block {
	padding: 60px 0;
	
}

.carousel-indicators-disabled {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}


@media (max-width: 577px) {

  .content-inner-block {
      padding: 30px 0;
  }

  .carousel .gagarin-item-content,
  .carousel-disabled .gagarin-item-content  {
      min-height: auto;
      padding: 10px;
      aspect-ratio: 1 / 1;
      
  }
  .carousel .gagarin-item-textplace, 
  .carousel-disabled .gagarin-item-textplace {
      font-size: 18px;
      line-height: 20px;           
  }
  
}
</pre></body></html>