

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694016481666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/mkws_ge/components/bitrix/news.detail/mkws/style.css?16872704053201*/
.ContactsBlock h1  {
    font-family: 'BPG Banner ExtraSquare Caps', Arial;
    font-size: 72px;
    line-height: 110%;

    font-weight: bold;
}

.ContactsBlock__name,
.ContactsBlock__phone a {
    font-family: 'BPG Banner ExtraSquare Caps', Arial;
    font-size: 40px;
    line-height: 150%;

    text-decoration: none;
    position: relative;
}

.ContactsBlock__name,
.ContactsBlock__phone,
.ContactsBlock__email,
.ContactsBlock__link {
    margin-bottom: 16px;
}

.ContactsBlock__email a {
    font-family: 'BPG Banner ExtraSquare Caps', Arial;
    font-size: 48px;
    line-height: 150%;

    text-decoration: none;
    position: relative;
}

.ContactsBlock__link a {
    font-family: 'BPG Banner ExtraSquare Caps', Arial;
    font-size: 48px;
    line-height: 150%;
    color: #6600cc;
    text-decoration: none;
    position: relative;
}


.ContactsBlock__link a:after {
    background: #6600cc;
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    right: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
    transition: width .3s cubic-bezier(.47,0,.745,.715);
}

.ContactsBlock__email a:after,
.ContactsBlock__phone a:after {
    background: #151515;
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    right: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
    transition: width .3s cubic-bezier(.47,0,.745,.715);
}


.ContactsBlock__email a:hover:after, .ContactsBlock__phone a:hover:after,.ContactsBlock__link a:hover:after {
    width: 100%;
    -webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
    transition: width .3s cubic-bezier(.29,.18,.26,.83);
    left: 0;
}

.ContactsBlock__address {
    margin-top: 130px;
    font-family: 'BPG Banner ExtraSquare Caps', Arial;
    font-size: 24px;
    line-height: 150%;
}

.ContactsBlock__maps,
.ContactsBlock__maps #map{
    height: 630px;
}

.ContactsBlock__maps {
    margin: 30px 0 0 0;
}


@media (max-width: 990px) {
    .ContactsBlock h1  {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .ContactsBlock__name, .ContactsBlock__phone a {
        font-size: 30px;
    }

    .ContactsBlock__email a,.ContactsBlock__link a  {
        font-size: 34px;
    }

    .ContactsBlock__address {
        font-size: 22px;
        margin-top: 100px;
    }

}

@media (max-width: 767px) {

    .ContactsBlock h1  {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .ContactsBlock__name, .ContactsBlock__phone a {
        font-size: 18px;
    }

    .ContactsBlock__email a,.ContactsBlock__link a  {
        font-size: 20px;
    }

    .ContactsBlock__name, .ContactsBlock__phone, .ContactsBlock__email, .ContactsBlock__link {
        margin-bottom: 10px;
    }

    .ContactsBlock__address {
        margin-top: 30px;
        font-size: 16px;
    }

    .ContactsBlock__maps {
        margin: 20px 0 40px 0;
    }

    .ContactsBlock__maps, .ContactsBlock__maps #map {
        height: 400px;
    }

}
/* End */


/* Start:/bitrix/templates/mkws_ge/components/bitrix/news.list/portfolio/style.css?16872671258787*/
.Portfolio {
	width: calc( 100% + 30px);
	clear: both;
	margin: 140px -15px 70px -15px;
	float: left;
}

.Portfolio__header {
	padding: 0 15px;
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 48px;
	line-height: 130%;
	font-weight: bold;
	color: #212121;
	margin-bottom: 25px;
}
.PortfolioItem__img video {
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.Portfolio__header h2 {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.Portfolio__item {
	display: block;
	width: 100%;
}

.PortfolioItem__img {
	width: 55%;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	min-height: 300px;
	height: 300px;
}

.PortfolioItem__img img {
	min-height: auto;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-height: 100%;
	transition: all 0.3s;
}

.PortfolioItem__imgLeft {
	z-index: 2;
}

.PortfolioItem__imgRightZindex .PortfolioItem__imgRight {
	z-index: 3;
}

.PortfolioItem__twooImg .PortfolioItem__imgLeft {
	left: 40%;
	bottom: 45%;
	transform: translate(-50%, 50%);
}

.PortfolioItem__twooImg .PortfolioItem__imgRight {
	left: 60%;
	bottom: 40%;
	transform: translate(-50%, 50%);
}

.PortfolioItem__img .PortfolioItem__imgLogo {
	position: absolute;
	top: -100%;
	transform: translate(-50%, -50%);
}

.PortfolioItem:hover .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
	left: 3%!important;
	transition: all 0.3s;
}

.PortfolioItem:hover .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
	left: 95%!important;
	transition: all 0.3s;
}

.PortfolioItem:hover .PortfolioItem__imgLogo {
	top: 50%;
	transition: all 0.3s;
}


.PortfolioItem:hover .PortfolioItem__imgAnimationTOP .PortfolioItem__imgLeft {
	bottom: -50%;
	transition: all 0.3s;
}

.PortfolioItem:hover .PortfolioItem__imgAnimationTOP .PortfolioItem__imgRight {
	bottom: -50%;
	transition: all 0.3s;
}

.PortfolioItem__info {
	width: 45%;
	float: left;
	padding: 0 15px 0 30px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
}

.PortfolioItem {
	color: #151515;
	display: flex;
	flex-flow: wrap;
	text-decoration: none;
	margin-bottom: 70px;
	padding: 0 15px;

}

.PortfolioItem__type {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.PortfolioItem__name {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 28px;
	line-height: 120%;
	font-weight: bold;
}

.PortfolioItem__tags {
	color: #6600cc;
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 14px;
	line-height: 140%;
}

.PortfolioItem__tags ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

.PortfolioItem__tags ul li {
	display: inline-block;
	padding-right: 15px;
}

.PortfolioItem__more {
	align-self: flex-end;
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 35px;
	position: relative;
	margin-top: 15px;
}


.PortfolioItem__more .arrow {
    width: 29px;
    height: 10px;
    fill: #151515;
	stroke: #151515;
}

.PortfolioItem:hover .PortfolioItem__more {
	color: #6600cc;
	transition: .3s cubic-bezier(.29,.18,.26,.83);
}

.PortfolioItem:hover .PortfolioItem__more .arrow {
	transition: .3s cubic-bezier(.29,.18,.26,.83);
	fill: #6600cc;
	stroke: #6600cc;
	width: 44px;
	height: 10px;
}

.PortfolioItem__description {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 18px;
	line-height: 150%;
}




.PortfolioItem .PortfolioItem__name,
.PortfolioItem .PortfolioItem__type{
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
	background-image: -webkit-gradient(linear,right top,left top,from(#000),color-stop(49.99%,#000),color-stop(50%,#6600CC),to(#6600CC));
	background-image: -webkit-linear-gradient(right,#000 0%,#000 49.99%,#6600CC 50%,#6600CC 100%);
	/*background-image: linear-gradient(-90deg,#000 0%,#000 49.99%,#6600CC 50%,#6600CC 100%);*/
	background-size: 200%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: 100%;
}

.PortfolioItem:hover .PortfolioItem__name,
.PortfolioItem:hover .PortfolioItem__type{
	background-position: 0;
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
}


.inline-svg-icon.arrow-bottom {
	width: 22px;
	height: 10px;
	transform: rotate(90deg);
	fill: #151515;
	stroke: #151515;
	margin-right: 25px;
}

.PortfolioShowMore a {
	background: #F9F9F9;
	display: block;
	cursor: pointer;
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
	padding: 28px 0;
	margin: 0 15px;
	text-decoration: none;
}

.Pagination {
	display: none;
}


@media (max-width: 992px) {

    .Portfolio__header {
        font-size: 32px;
    }

	.PortfolioItem__description {
		font-size: 16px;
	}

	.PortfolioItem__name {
		font-size: 26px;
	}

	.PortfolioItem__more {
		font-size: 14px;
		padding-right: 30px;
	}

	.PortfolioItem__more:before {
		width: 22px;
		background-size: 100%;
	}

	.PortfolioItem_code_sout .PortfolioItem__img:before {
		display: none;
	}

	.PortfolioItem__img img {
		min-height: auto;
		width: auto;

	}

	.PortfolioItem_code_marker .PortfolioItem__img, .PortfolioItem_code_sout .PortfolioItem__img, .PortfolioItem_code_szr .PortfolioItem__img {
		display: block;
	}

}



@media (max-width: 767px) {

    .Portfolio__header {
        font-size: 22px;
    }

	.PortfolioItem__tags ul {
		padding: 8px 0;
	}

	.PortfolioItem__img,
	.PortfolioItem__info {
		width: 100%;
	}

	.PortfolioItem__img img {
		min-height: auto;
		width: auto;
	}

	.PortfolioItem__info {
		padding: 15px 0;
	}

	.PortfolioItem {
		margin: 30px 0;
	}

	.PortfolioItem__tags {
		font-size: 13px;
	}

	.PortfolioItem__tags ul li {
		padding-right: 10px;
	}

	.PortfolioItem__name {
		font-size: 20px;
	}

	.PortfolioItem__description {
		font-size: 14px;
	}

	.PortfolioItem__more {
		font-size: 13px;
	}

	.Portfolio {
		margin: 50px -15px 50px -15px;
	}


	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 3%!important;
		transition: all 0.3s;
	}

	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 95%!important;
		transition: all 0.3s;
		max-width: 100%;
	}

	.PortfolioItem .PortfolioItem__imgLogo {
		top: 50%;
		z-index: 4;
		transition: all 0.3s;
		max-width: 50%;
	}


	.PortfolioItem .PortfolioItem__imgAnimationTOP .PortfolioItem__imgLeft {
		bottom: -50%;
		transition: all 0.3s;
	}

	.PortfolioItem .PortfolioItem__imgAnimationTOP .PortfolioItem__imgRight {
		bottom: -50%;
		transition: all 0.3s;
	}


	.PortfolioItem__twooImg .PortfolioItem__imgLeft {
		z-index: 2;
	}

	.PortfolioItem__imgRightZindex .PortfolioItem__imgRight {
		z-index: 4;
	}

	.PortfolioItem.PortfolioItem_code_marker .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 28%!important;
	}

	.PortfolioItem.PortfolioItem_code_szr .PortfolioItem__imgAnimationTOP .PortfolioItem__imgLeft {
		bottom: -40%;
		max-width: 100%;
	}

	.PortfolioItem.PortfolioItem_code_sout .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 6%!important;
		max-width: 77%;
		bottom: 20%;
	}

	.PortfolioItem.PortfolioItem_code_sout .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 93%!important;
		max-width: 50%;
		bottom: 24%;
	}


	.PortfolioItem.PortfolioItem_code_bnv .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 100%!important;
		max-width: 75%;
		bottom: 25%;
	}

	.PortfolioItem.PortfolioItem_code_bnv .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 7%!important;
		bottom: 35%;
	}


	.PortfolioItem.PortfolioItem_code_prim .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 90%!important;
		max-width: 45%;
		bottom: 18%;
	}

	.PortfolioItem.PortfolioItem_code_prim .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 15%!important;
		bottom: 20%;
		max-width: 70%;
	}

	.PortfolioItem.PortfolioItem_code_stk .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 6%!important;
		max-width: 80%;
		bottom: 20%;
	}

	.PortfolioItem.PortfolioItem_code_stk .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 85%!important;
		max-width: 65%;
		bottom: 20%;
	}

}

@media (max-width: 586px) {
	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: -15%!important;
		transition: all 0.3s;
	}

	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 105%!important;
		transition: all 0.3s;
	}
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694016481666 */
/* /bitrix/templates/mkws_ge/components/bitrix/news.detail/mkws/style.css?16872704053201 */
/* /bitrix/templates/mkws_ge/components/bitrix/news.list/portfolio/style.css?16872671258787 */
