

/* Start:/bitrix/templates/weg2021/components/bitrix/news.detail/main/style.css?16816823631590*/
.mainBanner {
	background: url("/bitrix/templates/weg2021/components/bitrix/news.detail/main/img/back.png") center no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 0px 0px 50px 50px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 80px 0 50px;
}

.mainBanner h1 {
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #FFFFFF;
}

.mainBannerText {
	width: 45%;
}

.mainBannerImg {
	width: 55%;
	position: relative;
}

.mainBannerImg .circle {
	position: absolute;
	left: 0;
	top: 0;
}

.mainBannerImg img:not(.circle) {
	position: relative;
	z-index: 2;
}

.mainBannerText i {
	font-size: 13px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 15px;
	color: #fff;
	padding: 4px 8px;
	margin-right: 8px;
}

.mainBannerText a {
	color: #fff;
	font-style: italic;
	font-size: 24px;
	line-height: 120%;
	display: flex;
	align-items: center;
	margin-top: 34px;
}

.mainBannerText a:hover {
	text-decoration: underline;
}

.mainBannerText a:hover i {
	text-decoration: none;
	background: #fff;
	color: #1F1F1F;
}

@media (max-width: 767px){
	.mainBanner h1 {
		font-weight: 500;
		font-size: 24px;
		line-height: 120%;
		margin-top: 0;
	}

	.mainBannerText,
	.mainBannerImg {
		width: 100%;
	}
	.mainBannerText {
		margin-bottom: 27px;
	}

	.mainBannerImg {
		position: unset;
	}
	.mainBannerImg .circle {
		left: auto;
		top: 50px;
		right: -30px;
		width: 80px;
	}
	.mainBanner {
		position: relative;
		border-radius: 0px 0px 30px 30px;
		overflow: hidden;
		padding: 35px 0 25px;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/main_catalog_sections/style.css?16816823632437*/
.sectionsItemName {
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	color: #1F1F1F;
}

.sectionsList a {
	background: #F2F2F2;
	border-radius: 10px;
	display: flex;
	padding: 13px 18px 11px 39px;
	flex-flow: row wrap;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-decoration: none;
	transition: 0.3s;
}


.sectionsList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;

	padding: 65px 0;

}
.sectionsItem {
	margin: 10px;
	width: calc(50% - 20px);
	display: flex;
	flex-flow: row wrap;
	padding-top: 25.5%;
	position: relative;
}

.sectionsRight {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	padding-top: 27%;
	position: relative;
	margin-bottom: -13.5%;
}

.box1 {
	width: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

.box4 .sectionsItemName {
	max-width: calc(100% - 151px);
}

.box4 img {
	max-width: 151px;
}

.box4 {
	padding-top: 12%;
}

.box2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 49%;
}
.box3 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 49%;
}

.box0 .sectionsItemName {
	width: 100%;
}

.box1 a {
	justify-content: space-between;
}

.sectionsList a:hover {

	background: #2483BB;
}

.sectionsList a:hover .sectionsItemName {
	color: #fff;
}

@media (max-width: 767px) {
	.sectionsItemName {
		font-size: 16px;
		line-height: 120%;
	}

	.sectionsItem {
		margin: 7px 0;
		width: 100%;
		min-height: 100px;
		padding-top: 32.5%;
	}

	.sectionsRight {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		padding-top: 0;
		position: relative;
		margin-bottom: 0;
	}
	.box1{
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.box2 {
		margin-right: 7px;
	}
	.box3 {
		margin-left: 7px;
	}
	.box2,
	.box3{
		width: calc(50% - 7px);
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		min-height: 175px;
	}
	.sectionsItem img {
		max-height: 100%;
	}
	.box0 .sectionsItemName {
		width: auto;
	}

	.sectionsList a {
		border-radius: 10px;
		padding: 15px 12px 15px 20px;
		justify-content: space-between;
	}
	.box4 {
		padding-top: 32.5%;
	}

	.sectionsList {
		padding: 33px 0;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.detail/company/style.css?16816823633034*/
.companyBlockText {
    padding-left: 68px;
    padding-right: 100px;
    font-size: 24px;
    line-height: 150%;
}

.companyBlockButtons {
    margin-top: 21px;
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
}

.companyBlockButtons a {
    margin-right: 18px;
}

.companyMain {
    background: #fff;
    border-radius: 0px 0px 50px 50px;
    padding: 50px 0 100px;
    position: relative;
    z-index: 4;
}

.companyBlockTwo {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 74px 0 57px;
}

.videoBlock {
    max-width: 60%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.videoBlock img {
    width: 100%;
}

.companyRound {
    max-width: 40%;
    width: 355px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100vw - 1140px)/2);
}

.companyRoundInfo {
    width: 355px;
    height: 355px;

    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding: 55px;
    border-radius: 50%;
    position: relative;
}
.companyRoundInfo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2BB9DA;
    border-radius: 50%;
    transition: 0.3s;
}
.companyRoundInfo > div {
    position: relative;
}
.companyRoundInfo:hover:before {
    filter: blur(50px);
}
.companyRoundNumber {
    font-size: 72px;
    line-height: 84px;
}

.videoPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 118px;
    height: 131px;
    cursor: pointer;
    background: url("/bitrix/templates/weg2021/components/bitrix/news.detail/company/img/play.svg") center no-repeat;
    transition: 0.3s;
}

.videoPlay:hover {
    transform: scale(1.05) translate(-50%,-50%);
}
@media (max-width: 1200px){
    .companyRound {
        right: 15px;
    }
}
@media (max-width: 767px){
    .companyBlockText {
        padding-left: 20px;
        padding-right: 0;
        font-size: 16px;
    }

    .companyMain {
        padding: 0px 0 80px;
        border-radius: 0px 0px 30px 30px;

    }
    .companyBlockButtons a {
        margin-right: 0;
        margin-bottom: 21px;
    }
    .companyBlockButtons .blueBtn {
        padding: 18px 27px;
    }

    .companyBlockTwo {
        margin: 20px 0 38px;
    }

    .videoBlock {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .companyRound {
        max-width: initial;
        width: calc(100% - 30px);
        position: relative;
        top: auto;
        transform: none;
        right: auto;
        padding-top: calc(100% - 30px);
        margin: 0 15px;
    }
    .companyRoundInfo {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/numbers/style.css?1681682363510*/
.numbersList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.numbersItem {
	font-size: 18px;
	line-height: 21px;
	color: #1F1F1F;
}

.numbersItemCount {
	font-size: 72px;
	line-height: 84px;
}

@media (max-width: 767px){
	.numbersItemCount {
		font-size: 48px;
		line-height: 56px;
	}

	.numbersItem {
		font-size: 16px;
		line-height: 19px;
		max-width: 50%;
		margin-bottom: 10px;
	}
}

@media (max-width: 360px){
	.numbersItemCount {
		font-size: 40px;
		line-height: 52px;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/adv/style.css?16816823631014*/
.Adv {
	background: #005DA4;
	border-radius: 0px 0px 50px 50px;
	padding: 140px 0 90px;
	margin-top: -50px;
	overflow: hidden;
	position: relative;
}

.AdvList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.AdvItem {
	width: calc(33.33% - 30px);
	margin: 15px;
	background: #FFFFFF;
	border-radius: 20px;
	font-size: 24px;
	line-height: 28px;
	padding: 23px 29px 21px;
}

.Adv h2 {
	color: #fff;
	margin-top: 0;
}

.AdvItem img {
	margin-bottom: 17px;
}

.Adv .circle {
	position: absolute;
	right: 0;
	top: 120px;
}

@media (max-width: 767px) {
	.AdvItem {
		width: calc(50% - 8px);
		margin: 4px;
		background: #FFFFFF;
		border-radius: 20px;
		font-size: 14px;
		line-height: 16px;
		padding: 27px 10px 16px 15px;
	}
	.Adv .circle {
		position: absolute;
		right: -60px;
		top: 120px;
		width: 130px;
	}
	.Adv {
		padding: 124px 0 70px;
		border-radius: 0px 0px 30px 30px;
		overflow: hidden;

	}
	.AdvList {
		margin: 0 -8px;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/application/style.css?16816823631640*/
.marqueeWrapper {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #1F1F1F;
	margin-top: 68px;
}

.application {
	display: flex;
	flex-flow: row wrap;
	padding-top: 45px;
}

.application h2 {
	width: 100%;
}

.applicationText {
	font-size: 24px;
	line-height: 150%;
	padding-left: 69px;
	width: 60%;
}

.applicationList {
	position: relative;
	width: 35%;
	margin-left: 5%;
}

.applicationItem {
	position: absolute;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	text-align: center;
	padding: 40px 25px 50px;
	background: #fff;
	transition: 0.3s;
}

.round0 {
	border: 1px solid #2483BB;
	color: #2483BB;
	top: 10px;
	z-index: 3;
}

.round1 {
	border: 1px solid #005DA4;
	color: #005DA4;
	left: calc(50% - 82px);
	top: -82px;
	z-index: 2;
}

.round2 {
	border: 1px solid #2BB9DA;
	color: #2BB9DA;
	right: 0;
	top: 20px;
}

.applicationItem i {
	display: block;
	font-size: 30px;
	margin-bottom: 7px;
}

.applicationItem:hover {
	transform: scale(1.2);
}


@media (max-width: 767px) {
	.application {
		padding-top: 45px;
	}

	.applicationText {
		font-size: 16px;
		line-height: 150%;
		padding-left: 20px;
		width: 100%;
	}

	.applicationList {
		width: 100%;
		margin-left: 0;
		height: 200px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.marqueeWrapper {
		font-size: 16px;
	}
	.applicationItem {
		width: 140px;
		height: 140px;
		padding: 36px 10px 32px;
		font-size: 14px;
	}
	.applicationItem i {
		font-size: 25px;
	}
	.round0 {
		top: 45%;
	}
	.round1 {
		top: 0;
		left: calc(50% - 70px);
	}
	.round2 {
		top: 55%;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/slider/style.css?1681682363322*/
.slider {
	overflow: hidden;
	padding: 49px 0 50px;
}

.sliderItem img {
	margin-right: 30px;
}

.slider .slick-list {
	overflow: visible;
}

.slider .slick-track {
	cursor: grab;
}

@media (max-width: 767px) {
	.sliderItem img {
		margin-right: 13px;
		width: calc(100% - 13px);
	}
	.slider {
		padding: 39px 0 20px;
	}
}
/* End */


/* Start:/local/libs/css/slick.css?16769203301758*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/libs/css/slick-theme.css?16769203302550*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/libs/css/./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';
    text-align: center;

    background: #DADADA;
    border-radius: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{

    background: #6C6868;
}


@media (max-width: 1200px) {
    .slick-prev
    {
        left: 0;
    }

    .slick-next
    {
        right: 0;
    }
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/certs/style.css?16816823632994*/
.certs {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 76px;
}

.certs h2 {
	width: 100%;
}

.certsList {
	width: calc(100% - 160px);
	padding-right: 10px;
	display: flex;
	flex-flow: row wrap;
}

.certs .scrollCerts .flex> a {
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	border: 2px solid #2BB9DA;
	box-sizing: border-box;
	color: #2BB9DA;
	text-align: center;
	border-radius: 50%;
	padding: 45px 20px;
	text-decoration: none;
	transition: 0.3s;
}

.certs .scrollCerts .flex> a > div {
	font-style: italic;
	font-size: 36px;
	line-height: 120%;
}

.certsText {
	width: 60%;
	font-size: 24px;
	line-height: 150%;
	padding-left: 69px;
	margin-bottom: 40px;
}

.certsItem {
	width: calc(50% - 30px);
	margin-right: 30px;
	background: #F2F2F2;
	border-radius: 20px;
	padding: 19px 40px 15px 28px;
	display: flex;
	flex-flow: row wrap;
	transition: 0.3s;
}
.certsItem img {
	max-width: 95px;
}
.certsItemInfo {
	width: calc(100% - 95px);
	padding-left: 15px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
.certsItemInfo > div {
	width: 100%;
}
.certsItemName {
	color: #000000;
	margin-bottom: 11px;
	width: 100%;
}

.certsItemTime {
	font-style: italic;
	font-size: 12px;
	line-height: 150%;
	color: #27AE60;
	padding-left: 11px;
	position: relative;
	width: 100%;
}

.certsItemTime:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #27AE60;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.certsItemInfo a {
	margin-top: auto;
	font-style: italic;
	color: #1F1F1F;
	display: flex;
	align-items: center;
}

.certsItemInfo a i {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #1F1F1F;
	box-sizing: border-box;
	border-radius: 7.09091px;
	padding: 2px 8px 3px 9px;
	font-size: 9px;
	margin-right: 8px;
}

.certs .scrollCerts .flex> a:hover {
	background: #2BB9DA;
	color: #fff;
}

.certsItem:hover {
	background: #E0E0E0;
}

.certsItemInfo a:hover {
	text-decoration: underline;
}

.certsItemInfo a:hover i {
	text-decoration: none;
	background: #1F1F1F;
	color: #fff;
}

@media (max-width: 767px) {
	.certsText {
		width: 100%;
		font-size: 14px;
		line-height: 150%;
		padding-left: 20px;
		margin-bottom: 25px;
	}
	.certsList {
		width: auto;
	}
	.certsList,
	.certs .flex {
		flex-wrap: nowrap;
	}

	.certsItem {
		width: 80vw;
		margin-right: 16px;
		padding: 19px 10px 15px 20px;

	}
	.certsItemInfo {
		width: calc(100% - 55px);
		padding-left: 10px;
	}
	.certsItem img {
		max-width: 54px;
		margin-bottom: auto;
	}

	.certsItemName {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.certsItemTime {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.scrollCerts {
		width: 100%;
		overflow: auto;
		padding-bottom: 10px;
	}

	.certs .scrollCerts .flex> a {
		width: 120px;
		height: 120px;
		padding: 36px 21px;
		white-space: nowrap;
		font-size: 12px;
		line-height: 120%;
	}
	.certs .scrollCerts .flex> a > div {
		font-size: 24px;

	}
	.certs {
		
		margin-bottom: 46px;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.detail/service/style.css?16816823632581*/
.service {
	display: flex;
	flex-flow: row wrap;
	border-radius: 0px 0px 50px 50px;
	background: #fff;
	padding-bottom: 105px;
	position: relative;
	z-index: 4;
}

.serviceLeft {
	background: #005DA4;
	border-radius: 50px;
	width: 65%;
	margin-right: 30px;
	color: #fff;
	padding: 65px 42px 68px 68px;
}

.serviceRight {
	width: calc(35% - 30px);
	background: #005DA4;
	border-radius: 50px;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-bottom: 30px;
}

.service .circle2 {
	position: absolute;
	left: calc(50% - 148px);
	top: calc(50% - 148px);
}

.serviceRight img:not(.circle2) {
	position: relative;
	z-index: 2;
	margin-left: -30px;
	margin-right: -34px;
	max-width: calc(100% + 64px);
}

.serviceLeft h2 {
	margin-top: 0;
	color: #fff;
}

.serviceText {
	padding: 0;
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	column-width: 50%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.serviceText ul {
	padding-left: 20px;
}
.serviceText ul li {
	margin-bottom: 9px;
}

.serviceLeft a {
	font-style: italic;
	font-size: 24px;
	line-height: 120%;
	color: #2BB9DA;
	display: flex;
	align-items: center;
	margin-top: 28px;
}

.serviceLeft a i {
	display: inline-block;
	border: 1px solid #2BB9DA;
	box-sizing: border-box;
	border-radius: 7.09091px;
	padding: 4px 8px 4px 9px;
	font-size: 13px;
	margin-right: 8px;
}

.serviceLeft a:hover {
	text-decoration: underline;
}

.serviceLeft a:hover i {
	text-decoration: none;
	background: #2BB9DA;
	color: #fff;
}
@media (max-width: 1200px) {
	.serviceRight img:not(.circle2) {
		position: relative;
		z-index: 2;
		margin-left: -15px;
		margin-right: -15px;
		max-width: calc(100% + 30px);
	}

	.service {
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.serviceLeft {
		border-radius: 30px;
		width: 100%;
		margin-right: 0;
		padding: 40px 20px;
	}
	.serviceText {
		padding: 0;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		font-size: 12px;
	}
	.serviceRight {
		width: 100%;
		border-radius: 30px;
		margin-top: 30px;
	}
	.serviceLeft a {
		margin-top: 10px;
	}
	.serviceRight img:not(.circle2) {
		padding-top: 100px;
		margin-left: -15px;
		margin-right: -15px;
		max-width: calc(100% + 30px);
	}
	.service .circle2 {
		left: 10%;
		top: 10%;
		width: 80%;
	}
	.service {
		overflow: hidden;
		border-radius: 0px 0px 30px 30px;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/Maps/style.css?16816823639820*/
.Maps {
	background: #F9F9FA;
	border-radius: 0px 0px 50px 50px;
	position: relative;
	padding: 130px 0 80px;
	margin-top: -50px;
	z-index: 3;
	overflow: hidden;
}
.Maps .maxwidth-theme {
	position: relative;
}
.MapsBlueBlock {
	background: rgba(31, 31, 31, 0.85);
	border-radius: 50px;
	color: #fff;
	padding: 28px;
	position: relative;
	width: 350px;
	display: inline-block;
	text-align: center;
}

#TAGS > g {
	cursor: pointer;
}

.MapsBlue {
	position: absolute;
	display: flex;
	z-index: 2;
}

.MapsBlueBlock__description {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 9px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#map_svg {
	cursor: grab;
}

#map_svg:active,
#map_svg:target {
	cursor: grabbing;
}
.MapsBlueBlock__title {
	font-size: 36px;
	line-height: 120%;
}

.MapsCitiesBlock {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 400px;
	color: #fff;
	background: rgba(31, 31, 31, 0.85);
	border-radius: 10px;
	font-size: 16px;
	line-height: 120%;
	overflow: hidden;
}

.MapsLegend {
	display: flex;
	font-size: 14px;
	line-height: 180%;
	position: relative;
	padding-left: 30px;
	flex-flow: row wrap;
}

.MapsLegend > div {
	width: 100%;
}

.MapsLegend > div svg,
.MapsLegend > div .DarkRectangle,
.MapsLegend > div .LightRectangle {
	margin-right: 15px;
}

.DarkRectangle {
	background: #2483BB;
	width: 29px;
	height: 20px;
	display: inline-block;
}

.LightRectangle {
	background: #2BB9DA;
	width: 29px;
	height: 20px;
	display: inline-block;
}

.MapsCity {
	padding: 15px 20px;
	box-sizing: border-box;
	width: calc(100% - 46px);
	position: relative;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 10px;
	color: #1F1F1F;
	margin: 0 23px 10px;
}

.MapsCityName {
	font-weight: bold;
}

.MapsCityDiller {
	margin-bottom: 6px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 180%;
}

.MapsCityPhone {
	margin-bottom: 5px;
}

.MapsCityInfo {
	margin: 5px 0 13px;
}

.MapsCitiesList::-webkit-scrollbar {
	background-color: #707070;
	width: 4px;
	border-radius: 10px;
}

.MapsCitiesList::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #BEBEBE;
}

.MapsCityBlock {
	margin-bottom: 31px;
	position: relative;
}

.MapsCityInfo a:first-child {
	margin-right: 10px;
}
.MapsCityInfo a {
	background: #F2F2F2;
	border-radius: 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 180%;
	padding: 0 8px;
}

.MapsCityInfo a svg {
	margin-right: 7px;
}

.MapsCity.active {
	outline: 2px solid #2BB9DA;

}
.MapsCity.active .MapsCityName {
	color: #2BB9DA;
}
.MapsMarker {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-50%);
	opacity: 0;
}

.MapsMarker.active {
	opacity: 1;
}

.MapsBlueBlock .HeaderWhite {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 120%;
}

.MapsCity input {
	display: none;
}

.MapsCity > svg {
	position: absolute;
	right: 15px;
	top: 20px;
}


#TAGS > g.active path {
	fill: #2BB9DA;
}

.city {
	cursor: pointer;
}

.MapCitiesTypes {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	direction: ltr;
	margin: 0 20px 24px;
}

.MapCitiesType {
	color: #64696C;
	padding: 0 7px;
	background: #F2F2F2;
	border-radius: 5px;
	margin: 3px 4px;
	font-size: 14px;
	line-height: 180%;
	cursor: pointer;
}

.MapCitiesType.active {
	color: #FFFFFF;
	background: #2A84BD;
}

.MapCitiesSearch {
	position: relative;
	padding: 30px 23px;
	background: rgba(31, 31, 31, 0.85);
}

.MapCitiesSearch:before {
	content: '';
	position: absolute;
	left: 43px;
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/bitrix/templates/weg2021/components/bitrix/news.list/Maps/images/search.svg") center no-repeat;

}

.MapCitiesSearch input {
	width: 100%;
	background: #FFFFFF;
	height: 40px;
	border: none;
	direction: ltr;
	box-sizing: border-box;
	padding: 7px 21px 5px 45px;
	border-radius: 35px;
	font-size: 14px;
	line-height: 180%;
	color: #64696C;
}

.MapCitiesSearch input:focus ~ label,
.MapCitiesSearch.active label {
	color: #81C5E2;
	line-height: 12px;
	top: 11px;
	transform: none;

}

@media (max-width: 1440px) {
	.MapsCitiesBlockOpen {
		background: rgba(31, 31, 31, 0.81);
		width: 35px;
		height: 35px;
		position: absolute;
		right: 187px;
		top: 47px;
		transition: right 0.4s
	}

	.MapsCitiesBlockOpen:before {
		content: "";
		position: absolute;
		width: 35px;
		height: 35px;
		background: url('/bitrix/templates/weg2021/components/bitrix/news.list/Maps/images/arrow.svg') center no-repeat;
		transition: right 0.4s;

	}

	.MapsCitiesBlock {
		/*right: -187px;*/
		/*transition: right 0.4s*/
	}

	.MapsBlueBlock {
		margin-left: 0;
	}

	.open .MapsCitiesBlockOpen {
		right: 375px;
		transition: right 0.4s;
	}

	.open .MapsCitiesBlockOpen:before {
		transform: rotate(180deg);
		transition: right 0.4s;
	}

	.open .MapsCitiesBlock {
		right: 0;
		transition: right 0.4s
	}

}

@media (max-width: 991px) {
	.MapsCitiesBlock {
		width: 300px;
		right: -150px;
	}

	.MapsCitiesBlockOpen {
		right: 150px;
	}

	.open .MapsCitiesBlockOpen {
		right: 300px;
	}

	.open .MapsCitiesBlock {
		right: 0;
	}

	.MapsBlueBlock {
		width: 370px;
		padding: 46px 42px 37px 32px;
	}
}

@media (max-width: 767px) {
	.Maps:before {
		display: none;
	}
	.Maps {
		padding: 62px 0 80px;
		border-radius: 0px 0px 30px 30px;

	}

	.Maps svg,
	.MapsCitiesBlockOpen,
	.MapsBlue,
	.MapsMarker {
		display: none;
	}

	.MapsCitiesBlock {
		position: relative;
		width: 100%;
		height: auto;
		right: 0;
		background: none;
		direction: ltr;
		color: #1f1f1f;
	}

	.MapsCityBlock {
		height: 0;
		overflow: hidden;
		margin: 0;
	}

	.MapsCity svg {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		pointer-events: none;
		transition: transform 0.3s;
	}

	.MapsCityNameBlock {
		position: relative;
	}

	.MapsCity {
		border-bottom: 0;
		padding: 28px 15px;
		margin-bottom: 6px;
		background: #fff;
		position: relative;
	}

	.MapsCityMobile,
	.MapsCity input {
		display: block;
		position: absolute;
		width: 100%;
		height: 50px;
		top: 0;
		left: 0;
		opacity: 0;
	}



	input[type=checkbox]:checked ~ .MapsCityBlock {
		height: auto;
		color: #64696C;
	}


	.MapsCity input[type=checkbox]:checked ~ svg {
		transform: translateY(-50%) rotate(180deg);
		transition: transform 0.3s;
	}

	.MapsCity input[type=checkbox]:checked ~ .MapsCityName {
		color: #2BB9DA;
	}

	.MapsCityDescr {
		margin-bottom: 0;
		margin-top: 6px;
	}

	.MapsCityDiller {
		margin-bottom: 10px;
	}


	.MapsCityInfo {
		margin: 6px 0 11px 0;
	}




	.MapsLand {
		background: rgba(31, 31, 31, 0.85);
		border-radius: 10px;
		color: #fff;
		padding-bottom: 20px;
	}

	.MapsCitiesBlockLand {
		background: rgba(31, 31, 31, 0.85);
		border-radius: 10px 10px 0 0;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
		padding: 35px 20px;
		margin-top: 40px;
		position: relative;
		margin-bottom: 7px;
	}

	.MapsCitiesBlockLand img {
		position: absolute;
		top: 35px;
		right: 20px;
		text-align: right;
	}

	.MapsCitiesBlockLand > div {
		font-size: 20px;
		line-height: 120%;
		margin-top: 10px;
	}

	.MapCitiesSearch {
		margin: 18px 15px;
	}

	.MapCitiesTypes {
		margin: 0 16px;
		margin-bottom: 13px;
	}
}

.ButtonWhite {
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 170%;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	max-width: 360px;
	display: block;
	margin: 17px auto 0;
	border-radius: 50px;

}

.ButtonWhite > div {
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	margin-right: 7px;
	position: relative;
	display: inline-block;
}

.ButtonWhite svg {
	fill: #1f1f1f;
}

.ButtonWhite:hover {
	background: #fff;
	text-decoration: none;
}

.ButtonWhite:hover > div {
	background: #1f1f1f;
}

.ButtonWhite:hover svg {
	fill: #fff;
}

.MapsCityCertificate {

}

.MapsCityDillerCertificate {
	width: 50%;
	margin-bottom: 10px;
}

.MapsCityCertificate a svg {
	display: inline-block;
}

.MapsCityCertificate a {
	border: 1px solid #005DA4;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 12px;
	line-height: 150%;
	color: #005DA4;
	display: block;
	text-align: center;
	transition: 0.3s;
}

.MapsCityCertificate a:hover {
	background: #005DA4;
	color: #fff;
	text-decoration: none;
}

.MapsCityCertificate a:hover svg {
	fill: #fff;
}

.mobile {
	display: none;
}

.MapsCitiesList {
	height: calc(100% - 95px);
	overflow-y: auto;
	padding-top: 24px;
	margin-top: 5px;
	margin-right: 5px;
	padding-bottom: 25px;
}

.MapDealerList {
	height: 0;
	overflow: hidden;
}

.MapsCity.active .MapDealerList {
	height: auto;
}

.MapsCity.active > svg {
	transform: rotate(180deg);
}

.MapsCityCertificate a {
	position: relative;
}

.MapsCityCertificate a svg {
	position: relative;
	transform: none!important;
	left: auto;
	top: auto;
}

.MapsCityAdress {
	font-size: 12px;
	line-height: 14px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 4px;
}

.MapsCityAdress:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 10px;
	background: url("/bitrix/templates/weg2021/components/bitrix/news.list/Maps/images/address.svg");
}

.MapsCityPhone {
	font-size: 12px;
	line-height: 14px;
	padding-left: 15px;
	position: relative;
}

.MapsCityPhone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url("/bitrix/templates/weg2021/components/bitrix/news.list/Maps/images/phone.svg");
}

@media (max-width: 767px) {
	.MapsCityCertificate {
		width: 100%;
		position: relative;
		right: 0;
		margin-bottom: 15px;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.MapsCityCertificate a svg {
		display: inline-block;
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		right: auto;
	}

	.ButtonWhite {
		width: 100%;
		max-width: 100%;
	}

	.ButtonWhite > div {
		margin-bottom: -6px;
	}
	.ButtonWhite svg {
		display: inline-block;
	}

	.MapCitiesSearch {
		display: none;
	}

	.MapsCity {
		width: calc(100% - 40px);
		margin: 0 20px 10px;
		padding: 15px 20px;
	}
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/news.list/clients/style.css?16816823631088*/
.clientsText {
	color: #64696C;
	margin-top: 25px;
}
.clientItem {
	text-align: center;
	transition: 0.3s;
}
.clientItem img {
	max-height: 79px;
	max-width: 180px;
	display: inline-block!important;
}

.clientsList {
	padding: 20px 100px;
	overflow: hidden;
}

.clients {
	background: #FFFFFF;

	padding: 80px 0 30px;
	position: relative;
}

.clients .slick-list {
	overflow: visible;
}

.clientItem:hover {
	transform: scale(1.1);
}

.clients h2 {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.clients h2 {
		text-align: center;
	}

	.clientsList .slick-track {
		display: flex;
		flex-flow: row wrap;
		width: 100%!important;
		transform: none!important;
	}
	.clientsList {
		padding: 20px 15px;
		overflow: hidden;
	}
	.clientsList .slick-slide {
		width: 33.33%!important;
		display: flex;
		align-items:center;
		justify-content: center;
		padding: 10px;
	}
	.clientItem {
		text-align: center;
		margin-bottom: 15px;
	}
	.clientItem img {
		max-width: 100%;
		display: inline-block!important;
	}

	.clients {
		padding: 20px 0 60px;
		border-radius: 0px 0px 30px 30px;
	}
}
/* End */
/* /bitrix/templates/weg2021/components/bitrix/news.detail/main/style.css?16816823631590 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/main_catalog_sections/style.css?16816823632437 */
/* /bitrix/templates/weg2021/components/bitrix/news.detail/company/style.css?16816823633034 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/numbers/style.css?1681682363510 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/adv/style.css?16816823631014 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/application/style.css?16816823631640 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/slider/style.css?1681682363322 */
/* /local/libs/css/slick.css?16769203301758 */
/* /local/libs/css/slick-theme.css?16769203302550 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/certs/style.css?16816823632994 */
/* /bitrix/templates/weg2021/components/bitrix/news.detail/service/style.css?16816823632581 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/Maps/style.css?16816823639820 */
/* /bitrix/templates/weg2021/components/bitrix/news.list/clients/style.css?16816823631088 */
