/*
Контур Z
*/

/* Разработчики - глоб

Компания РОСВЕБ https://rosveb.ru

	— ПРОГРАММИСТ Алексей Гуляев

		Телефон +7 (982) 413-33-94
		Портфолио на Profi.ru https://ivanovo.profi.ru/profile/GulyaevAG
		Телеграм https://t.me/GulaevAleksey
		ВКонтакте https://vk.com/dumasurgut

	— АНАЛИТИК Дмитрий Раевский

		Телеграм https://t.me/GulaevAleksey
		ВКонтакте https://vk.com/raevskydmitry

	— ДИЗАЙНЕР Валентин Беликов

		Портфолио на Behance https://www.behance.net/artlisx
		Телеграм https://t.me/ksenfo
		ВКонтакте https://vk.com/snakejas
*/



@font-face {
  font-family: 'GoodCyr';
  src: url('fonts/goodcyr/GoodCyr-WideLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GoodCyr';
  src: url('fonts/goodcyr/GoodCyr-WideBook.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GoodCyr';
  src: url('fonts/goodcyr/GoodCyr-WideBlack.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
	font-family: "buyan-bold";
	src: url("fonts/buyan/buyan-bold.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

}




/* Разное начало */
	/* Скролл начало */
	/* Для WebKit-браузеров (Chrome, Safari, новые версии Edge) */
	::-webkit-scrollbar {
	  width: 14px !important;
	  border-radius: 20px !important;
	}

	::-webkit-scrollbar-track {
	  background-color: #f1f1f1;
	}

	::-webkit-scrollbar-thumb {
	  background-color: #888;
	  border-radius: 20px;
	  border: 5px solid #f1f1f1;
	}

	::-webkit-scrollbar-thumb:hover {
	  background-color: #bbb;
	}
	/* Скролл конец*/
	
	.logo {
		max-width: 200px;
		height: 70px;
	}
	
	.catalog_page .card-image,
	.CATALOG_SECTIONS .card-image{
		border-radius: unset !important;
	}
	
	.CATALOG_SECTIONS .sections-list__wrapper {
		width: calc((100% - 48px) / 4);
	}
	
	.fill-theme svg *, 
	.fill-theme-use-svg svg, 
	.fill-theme-svg{
		fill: revert-layer;
	}
	
	.sticker__item{
		background: #1570be85 !important;
	}
	
	.status-icon {
		color: #1570be;
		white-space: nowrap;
	}
	
	.section-block .sections-list__wrapper a{
		padding: 10px 20px;
	}
	
	.section-block .sections-list__wrapper .card-image-icons{
		display: none;
	}
	
	.section-block .sections-list__wrapper {
		flex: 1 1 19%;
	}
	
	
	/* Кнопка спойлера в категориях */
	.val-but-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 20px 0;
	}

	.val-but-wrap .spoiler-toggle {
		display: block;
		padding: 12px 24px;
		background: transparent;
		color: #204493;
		border: 1px solid #1570be;
		border-radius: 6px;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		box-shadow: none;
		transition: all 0.3s ease;
		position: relative;
		overflow: hidden;
	}

	.val-but-wrap .spoiler-toggle::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(135deg, #1087d4, #204493);
		opacity: 0;
		transition: opacity 0.3s ease;
		z-index: -1;
	}

	.val-but-wrap .spoiler-toggle:hover {
		transform: translateY(-2px);
		color: white; /* Белый текст при наведении */
		box-shadow: 0 4px 12px rgb(17 127 204 / 32%);
	}

	.val-but-wrap .spoiler-toggle:hover::before {
		opacity: 1;
	}

	.val-but-wrap .spoiler-toggle:active {
		transform: translateY(0);
		box-shadow: 0 2px 8px rgba(17, 127, 204, 0.3);
	}
	/* Кнопка спойлера в категориях */
	
	.SERVICES .project-list__item-title{
		font-size: 18px;
		color: #333;
	}
	
	.SERVICES .services-list__content{
		display: none;
	}
	
	.SERVICES .dark-block-hover:before{
		display: none;
	}
	
	.SERVICES .dark-block-after:after{
		display: none;
	}
	
	ul>li::before {
		content: "\27A4";
		color: #1570be;
		margin: 0 16px 0 -21px;
		background-color: unset;
		top: 0px;
		width: 32px;
		left: 21px;
	}
	
	#big-photo-0 {
	  width: 100% !important; /* Переопределяем инлайновый стиль */
	  margin-right: 0 !important; /* Убираем отступ */
	}

	.catalog-detail__gallery__link {
	  display: block;
	  width: 100%;
	}

	.catalog-detail__gallery__picture {
	  height: auto; /* Сохраняем пропорции */
	  display: block;
	}
	
	.catalog-detail__gallery {
		--sizeImage: 440px;
	}
	
	.catalog-detail__main-parts{
		background: #f9fafd;
	}
	
	.PROJECTS .project-list__item-title{
		font-size: 27px;
		text-shadow: 0 0 20px black;
	}
	
	.PROJECTS .color_light--opacity{
		display: none;
	}
	
	.PROJECTS .project-list__item-content{
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content: space-between;
	}
	
	.PROJECTS .btn{
		margin-top: 0;
	}
	
	.PROJECTS .project-list__item-image-wrapper:after{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgb(0 0 0 / 70%) 80%) !important;
		top: 40% !important;
	}
	
	.services-list .grid-list--items-3-from-1200 {
		--items-count: 4 !important;
	}
	
	.services-list .project-list__item-title {
		font-size: 22px;
	}
	
	.services-list .height-100 {
		height: 130% !important;
	}
	
	.banners-big__title{
		font-family: "GoodCyr", Arial, sans-serif;
		font-weight: 700;
		font-size: 57px;
		text-transform: uppercase;
	}
	
	.val-ban-tittle {
		color: #07267c;
		font-size: 32px;
		padding: 0 10px;
		background: #c9ddf8;
	}
	
	.val-ban-tittle-dop{
		color: #588ace;
		font-size: 38px;
		font-family: "buyan-bold", Arial, sans-serif;
		position: relative;
		top: -18px;
	}
	
	.banners-big__buttons-item .btn.btn-elg{
		--button-pl: 44px;
		--button-pr: 44px;
		color: #09277c;
	}
	
	.banners-big__buttons-item .btn.btn-white.btn-transparent-border {
		border: 2px solid rgba(255, 255, 255, 0.35);
		color: #fff;
		background: #ffffff26;
	}
	
	.COMPANY_TEXT .tizers-list__item-name{
		font-family: "buyan-bold", Arial, sans-serif;
		font-size: 44px;
	}
	
	.banners-big__side-item-title{
		text-shadow: 0 0 19px black;
	}
	
	.soc-avt.bottom-form{
		display: none;
	}
	
	.bottom-icons-panel__content {
		justify-content: space-around;
	}
	
	.bottom-icons-panel__content-link{
		min-width: 65px;
	}
	
	.footer__main-part-contact{
		max-width: unset;
	}
/* Разное */




/* Партнёры начало */

	.tizers-list.partners{
		background: #f7f8fb;
	}
	
	.partners-gallery {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		margin: 40px 0 0 0;
		padding: 5px 0 20px 0;
		
		overflow: hidden; /* Скрытие содержимого, выходящего за пределы */
		transition: max-height 0.3s ease; /* Плавный переход */
	}

	.partner-item {
		flex: 1 0 auto;
		max-width: calc((100% - 120px) / 7);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s ease;
		padding: 30px;
		border-radius: 16px;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		background: #fff;
		cursor: pointer;
	}

	.partnery{
		max-width: calc((100% - 140px) / 8);
	}

	.partner-item img {
		width: 100%;
		height: auto;
		display: block;
	}

	.partner-item:hover {
		transform: translateY(-3px);
	}
	
	.show-more-btn {
		padding: 10px;
		margin: 20px auto 0;
		background-color: #0056b3;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		text-align: center;
		transition: background-color 0.3s ease;
		width: 200px;
		display: block; /* Кнопка видима */
	}

	.show-more-btn:hover {
		background-color: #0056b3;
	}
	
	.show-more-btn-wrap{
		display: flex;
	}




	@media (max-width: 1200px) {
		.partner-item{
			max-width: calc((100% - 50px) / 6);
		}
		
		.partners-gallery{
			gap: 10px;
		}
	}

	@media (max-width: 991px) {
		.partner-item{
			max-width: calc((100% - 40px) / 5);
		}
	}

	@media (max-width: 768px) {
		.partner-item{
			max-width: calc((100% - 30px) / 4);
		}
		
		.show-more-btn {
			font-size: 14px;
			padding: 8px;
		}
	}

	@media (max-width: 600px) {
		.partner-item{
			max-width: calc((100% - 20px) / 3);
		}
	}

	@media (max-width: 480px) {
		.partner-item{
			max-width: calc((100% - 10px) / 2);
		}
	}
/* Партнёры конец */


#footer #bottom2 .item .title,
#footer #bottom2 .item .title a{
	font-weight: 400;
	font-size: 15px;
	color: rgb(255 255 255 / 70%);
	line-height: 1.6;
}

#footer #bottom2 .item .title a:hover{
	color: rgb(255 255 255 / 100%);
}

#footer #bottom2 {
	display: flex !important;
	flex-direction: column;
	gap: var(--sub-gap, 12px);
}

.grid-list--items-4-from-768 {
	--items-count: 3;
}

#footer .footer__part-item.flex-33-1200:last-child {
	display: none;
}

#developer {
	transition: all 0.4s ease;
	text-decoration: unset;
	font-size: 16px;
}

.val-razrab {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.developer__logo {
	max-height: 40px;
	max-width: 90px;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}


.developer__title {
	margin: 0 15px 0 0;
	font-size: 0.8em;
	line-height: 1.7;
}

a.developer .svg-inline-developer_logo {
	opacity: .5;
	transition: all 0.4s ease;
}

a.developer:hover .svg-inline-developer_logo {
	opacity: 1;
}

.developer__logo svg {
	max-height: 40px;
	max-width: 90px;
}

.developer__logo svg path {
	fill: revert-layer !important;
}

.search-page ul>li::before {
	top: 1px;
	position: relative !important;
}

.map-items__item-title a{
	font-size: 20px;
}

.item-accordion-wrapper{
	margin: 0 0 10px 0;
}

.catalog-detail__bottom-info .detail-block .card-image-rounded_images .rounded{
	background-position: 0 0 !important;
	border-radius: 20px !important;
}

.table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

.table-striped tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.table-striped tr:nth-child(even) {
	background-color: #fff;
}

.table td {
	padding: 10px;
	border: 1px solid #ddd;
}

.table td:first-child {
	font-weight: bold;
	width: 30%;
}

[data-ajax-load-block="HEADER_TOGGLE_CABINET"]{
	display: none;
}

.contact-property.contact-property--image{
	display: none;
}

.contacts-compact-v2 .grid-list--items-2 {
	--items-count: 1;
}

.val-icon{
	
}

ul.val-ul>li::before{
	display: none;
}

.val-ul i.material-icons {
	color: #40403fd6;
	margin-right: 0.5em;
	border-radius: 11px;
	padding: 0.2em;
	background: #f5f0e8;
}

.val-ul li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.1em;
	color: #5a5a5a;
	cursor: default;
	transition: all 0.3s ease;
}

.val-ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	gap: 15px 20px;
	padding: 20px 0px 0 0;
}

.val-ul li:hover {
	padding-left: 8px;
	background: #e2f1fd;
	border-radius: 11px;
}

.val-ul span.material-icons {
	color: #1570be;
	margin-right: 0.5em;
	border-radius: 11px;
	padding: 10px 20px;
	background: #e2f1fd;
}

.val-nachalo{
	display: flex;
	gap: 20px;
	flex-direction: row-reverse
}

.val-nachalo-1 span{
	font-size: 1.4em; 
	font-weight: bold; 
	color: #1084d0;
}













/* 1600 Мобилки начало */
@media screen and (max-width: 1600px){
	.banners-big__title {
		font-size: 47px;
	}
	
	.val-ban-tittle {
		font-size: 28px;
	}
	
	.val-ban-tittle-dop {
		font-size: 33px;
	}
	
	.banners-big__side-item-title {
		font-size: 20px;
	}
}
/* 1600 Мобилки конец */



/* 1400 Мобилки начало */
@media screen and (max-width: 1400px){

	.CATALOG_SECTIONS .sections-list__wrapper {
		width: calc((100% - 32px) / 3);
	}	
	
	.banners-big__side-items {
		width: 100%;
		flex-direction: row;
	}
	
	.banners-big .maxwidth-banner {
		flex-direction: column;
	}
	
	.banners-big__side-item {
		width: 50%;
		padding-top: 25%;
	}
	
	.banners-big {
		--big-banner-height: 500px;
	}
	
	.company-item .company-item__right:first-child{
		flex: 0 1 33%;
	}
	
	.company-item__text.lineclamp-10{
		font-size: 25px;
	}
}
/* 1400 Мобилки конец */



/* 1200 Мобилки начало */
@media screen and (max-width: 1200px){
	
	.tizers-list__item-image-wrapper--ICONS svg{
		width: 80px;
		height: auto;
	}
	
	.tizers-list .grid-list--items-3-from-992 {
		--items-count: 2;
	}
	
	.services-list__wrapper{
		height: max-content;
	}
	
	.services-list .project-list__item-title {
		font-size: 19px;
	}
	
	#bx_3485106786_36743 .tizers-list__item-image{
		background-size: contain;
	}
}
/* 1200 Мобилки конец */



/* 991 Мобилки начало */
@media screen and (max-width: 991px){

	.CATALOG_SECTIONS .sections-list__wrapper {
		width: calc((100% - 16px) / 2);
	}
	
	.banners-big__inner{
		margin-left: 30px !important;
	}
	
	.banners-big__title {
		font-size: 40px;
	}
	
	.val-ban-tittle {
		font-size: 24px;
	}
	
	.val-ban-tittle-dop {
		font-size: 29px;
	}
	
	.banners-big__buttons-item .btn.btn-elg{
		--button-pl: 24px;
		--button-pr: 24px;
		--button-height: 46px;
		--button-font-size: 16px;
	}
	
	.banners-big--paddings {
		padding-inline: 0;
	}
}
/* 991 Мобилки конец */



/* 767 Мобилки начало */
@media screen and (max-width: 767px){
	
	.CATALOG_SECTIONS .line-block {
		--gap: 8px;
		flex-direction: row;
	}
	
	.section-block .sections-list__wrapper {
		flex: 1 1 19%;
	}
	
	.banners-big--adaptive-3 .banners-big__item {
		padding-top: 49%;
	}
	
	.banners-big--adaptive-2 .banners-big__item .maxwidth-theme {
		height: 480px;
		background-position: center right;
		border-radius: 20px;
	}
	
	.banners-big--adaptive-2 .banners-big__item.banners-big__depend-height {
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	.banners-big__buttons-item .btn.btn-elg {
		--button-pl: 54px;
		--button-pr: 54px;
		background: #1570be;
		color: #fff;
		border: 2px solid #1570be;
	}
	
	.banners-big__buttons-item .btn.btn-white.btn-transparent-border {
		border: 2px solid #1570be;
		color: #004885;
		background: #ffffff26;
	}
	
	.banners-big__side-item {
		padding-top: 35%;
	}
	
	.project-list__item-title{
		font-size: 19px !important;
	}
	
	.val-nachalo {
		flex-direction: column;
	}
}
/* 767 Мобилки конец */



/* 600 Мобилки начало */
@media screen and (max-width: 600px){

	.CATALOG_SECTIONS .sections-list__wrapper {
		width: 100%;
		
	}
	
	.CATALOG_SECTIONS .flexbox--direction-column-to-767{
		--gap: 8px;
		flex-direction: column;
	}
	
	.banners-big--adaptive-2 .banners-big__item .maxwidth-theme {
		height: 330px;
	}
	
	.banners-big__side-item {
		width: 100%;
		padding-top: 55%;
	}
	
	.tizers-list__item-link{
		flex-direction: row;
	}
	
	.tizers-list__item-image-wrapper--ICONS {
		--icons-size: auto;
	}
	
	.tizers-list .grid-list{
		flex-wrap: wrap !important;
		gap: 20px !important;
	}
	
	.tizers-list .tizers-list__item-wrapper{
		width: 100% !important;
		padding: 0 !important;
	}
	
	.tizers-list__item-image-wrapper--ICONS svg {
		width: 68px;
	}
	
	.services-list-outer{
		flex-wrap: wrap !important;
	}
	
	.front_page .services-list__wrapper{
		padding: 0 !important;
		width: calc((100% - 16px) / 2) !important;
	}
	
	.services-list__wrapper {
		padding: 0 !important;
		width: 100% !important;
	}
	
	body .mobile-scrolled.services-list-outer{
		grid-gap: 16px !important;
	}
	
	.services-list-outer{
		padding: 0 16px !important;
	}
	
	.services-list__item-image-wrapper .aspect-min-height-300 {
		min-height: unset;
	}
	
	.services-list__item-image-wrapper .aspect-height--100-to-600 {
		--padding-top: 130% !important;
	}
	
	.project-list__item-title{
		font-size: 19px;
		line-height: 20px;
	}
	
	.project-list__item-title{
		-webkit-line-clamp: 4;
		-moz-line-clamp: 4;
		font-size: 16px !important;
	}
	
	.PROJECTS .project-list__item-image-wrapper:after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgb(0 0 0 / 90%) 70%) !important;
	}
	
	.topic__heading #pagetitle {
		font-size: 1.7em;
	}

	table.table.table-striped tr:nth-child(odd) td,
	table.table.table-striped tr:nth-child(even) td{
		width: 100%;
	}
	
}
/* 600 Мобилки конец */



/* 450 Мобилки начало */
@media screen and (max-width: 450px){
	
	.banners-big--adaptive-2 .banners-big__item .maxwidth-theme {
		height: 210px;
	}
	
	.banners-big__buttons-item .btn.btn-elg {
		--button-pl: 34px;
		--button-pr: 34px;
	}
	
	.banners-big--adaptive-2 .banners-big__title, 
	.banners-big--adaptive-2 .banners-big__title h1 {
		font-size: 15px;
		line-height: 25px;
	}
	
	.services-list__wrapper {
		width: 100% !important;
	}
	
	.project-list__item-title{
		font-size: 22px;
		line-height: 140%;
	}
	
	.COMPANY_TEXT .tizers-list__item-name {
		font-size: 30px;
	}
	
	.tizers-list__item-descr{
		font-size: 16px;
		line-height: 140%;
	}

	.detail-block.ordered-block.goods .relative{
		display: flex;
		flex-direction: column;
	}

	.detail-block.ordered-block.goods .relative .swiper-pagination{
		justify-content: flex-start;
		position: relative;
		margin: 0px 0 20px 0;
	}
}
/* 450 Мобилки конец */












