

/* Start:/local/components/design_block/templates/blue-button/style.css?1779536570122*/
/* Базовые стили */
@media (min-width: 768px) {
	.base-line-block.first-window {
		padding-top:90px;
	}
}
/* End */


/* Start:/local/components/design_block/templates/blue-button/../common/style.css?17795218925236*/
html,body {background: none !important;}
* {font-family: 'robotolight';}
.base-line-block {
	width: 100%;
	position: relative;
	display: flex;
}

.base-line-block.bg-gray {
	background: #e5e5e5;
}
.base-line-block.black-bg {
	background: #000000;
}

.base-line-block.first-window {
	min-height: 100vh;
}
.base-line-block.first-window * {
	font-family: 'robotolight';
}
.base-line-block.first-window p {
	font-size: 18px;
    line-height: 24px;
}

.bg-black-gradient {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), var(--bg-image);
	background-size: auto, cover;
	background-position: 0 0, center;
	background-repeat: no-repeat, no-repeat;
}

.base-content-block {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
	position: relative;
}
.base-content-block-flex {display:flex;justify-content: space-between;}


.base-left-block {
	width: calc(50% - 50px);
}
.base-right-block {
	width: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column-right {flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;}
.white,
.white * {
	color: white;
}

.base-line-block h1 {
	font-weight: 800;
	font-size: 54px;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin: 0;
	text-align: left;
	margin-bottom: 25px;
}


.base-content-block h2 {font-size: 32px;font-family: 'robotoregular';}
.base-content-block h2.orange {
    color: #FF7700;
}
.base-content-block h2.white {
    color: #ffffff;
}

.base-content-block .orange-title
 {
    color: #ffffff;
    background: #FF7700;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'robotoregular';
    font-size: 32px;
}


.base-line-block.before-bg:before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity:0.6
}


@media (max-width: 768px) {
	.base-line-block {
		min-height: auto;
	}

	.base-content-block {
		padding: 30px 0;
	}
.base-content-block-flex

 {

    flex-flow: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
	.base-left-block {
		width: 100% !important;
	}

	.base-line-block h1 {
		font-size: 30px;
		text-align: center;
	}

	.base-left-block.white h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.bg-black-gradient {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image);
		min-height: calc(100vh - 100px);
	}
}

@media (max-width: 480px) {
	.base-line-block h1 {
		font-size: 28px;
	}

	.base-left-block.white h1 {
		font-size: 28px;
		line-height: 34px;
	}
} 

.blue-btn {
    display: flex;
    flex-flow: column;
    gap: 30px;
	margin-top:30px
}

.blue-btn-item {
    background: #0a5f86;
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 20px;
}

.blue-btn-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.blue-btn-item span {
    font-size: 15px;
	color:#ffffff;
}

.blue-btn-row {
	flex-flow: wrap;
    justify-content: space-between;
    gap: 50px;
}
.blue-btn-row > * {
	width: calc(33.33% - 35px);
    justify-content: center;
}

/* Адаптив для мобильных устройств (480px - 768px) */
@media (max-width: 768px) {
    .blue-btn {
        
    }
    
    .blue-btn-item {
        
    }
    
    .blue-btn-item img {
        
    }
    
    .blue-btn-item span {
        
    }
.blue-btn-row {
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.blue-btn-row > * {
	width: calc(100% - 20px);
	max-width: 400px;
}

}

.base-content-desc {
	display:flex;
	flex-flow:column;
	gap:10px;
	margin-top:30px
}

.base-content-desc p {
	
}

.link-download {
	margin-top: 20px;
}
.link-download a {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    justify-content: flex-end;
}
.link-download a:before {
	content:'';
	background: url('/unicom/images/arrow_9373524.svg');
	width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
}

.width-content {
	width: max-content;
    text-align: center;
}

.unicom_foot_cont {
	display: flex;
    flex-flow: column;
    gap: 30px;
    align-items: flex-end;
    max-width: 370px;
    text-align: right;
}

.unicom_foot_cont h2 {
	font-size: 35px;
}
.unicom_foot_cont .unicom_foot_mail {
	font-size: 24px;
	font-weight: 600;
}

.unicom_foot_cont .contacts-design-addr {
	font-size: 20px;
}
/* End */


/* Start:/local/components/design_block/templates/contacts/style.css?17795369282865*/
.base-line-blocknot(.first-window):before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity: 0.7;
}

/* Основной контейнер */
.contacts-design {
	margin-top: 30px;
	gap: 30px; *
}

/* Элемент контакта */
.contacts-design-item {
max-width: 40%;
    min-width: 176px;
    display: flex;
    flex-flow: column;
    gap: 30px;
    flex-shrink: 1;
}

.contacts-design-item > * {
	position:relative;
}
.contacts-design-item > p[class] {padding-left:40px}
.contacts-design-item > p[class]:before {
	width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
    position: absolute;
    left: 0;
}

.contacts-design-item b {font-size: 18px;}
.contacts-design-item b.contacts-design-banks {
	display: block;
    margin-bottom: 30px;
}
/* Адрес */
.contacts-design-addr {
}

/* Телефон */
.contacts-design-phone {
}

/* Email */
.contacts-design-mail {
}

/* Банковские реквизиты */
.contacts-design-banks {
}

/* Псевдоэлементы before для всех p с классами */

.contacts-design-addr::before {
	content: '';
	background: url('/unicom/images/Слой 48.svg');
}

.contacts-design-phone::before {
	content: '';
	background: url('/unicom/images/Слой 49.svg');
}

.contacts-design-mail::before {
	content: '';
	background: url('/unicom/images/Слой 50.svg');
}

.contacts-design-banks::before {
    content: '';
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .contacts-design {
    }

    .contacts-design-item {
		max-width: none;
        text-align: left;
        width: 100%;
    }

    .contacts-design-addr {
    }

    .contacts-design-phone {
    }

    .contacts-design-mail {
    }

    .contacts-design-banks {
    }

    .contacts-design-addr::before {
        content: '';
		background: url('/unicom/images/Слой 48.svg');
    }

    .contacts-design-phone::before {
        content: '';
		background: url('/unicom/images/Слой 49.svg');
    }

    .contacts-design-mail::before {
        content: '';
		background: url('/unicom/images/Слой 50.svg');
    }

    .contacts-design-banks::before {
        content: '';
    }
}


.qr-code {
	width: calc(100% - 40px);
    max-width: 250px;
    margin: 30px auto 0;
}
/* End */


/* Start:/local/components/design_block/templates/contacts/../common/style.css?17795218925236*/
html,body {background: none !important;}
* {font-family: 'robotolight';}
.base-line-block {
	width: 100%;
	position: relative;
	display: flex;
}

.base-line-block.bg-gray {
	background: #e5e5e5;
}
.base-line-block.black-bg {
	background: #000000;
}

.base-line-block.first-window {
	min-height: 100vh;
}
.base-line-block.first-window * {
	font-family: 'robotolight';
}
.base-line-block.first-window p {
	font-size: 18px;
    line-height: 24px;
}

.bg-black-gradient {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), var(--bg-image);
	background-size: auto, cover;
	background-position: 0 0, center;
	background-repeat: no-repeat, no-repeat;
}

.base-content-block {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
	position: relative;
}
.base-content-block-flex {display:flex;justify-content: space-between;}


.base-left-block {
	width: calc(50% - 50px);
}
.base-right-block {
	width: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column-right {flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;}
.white,
.white * {
	color: white;
}

.base-line-block h1 {
	font-weight: 800;
	font-size: 54px;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin: 0;
	text-align: left;
	margin-bottom: 25px;
}


.base-content-block h2 {font-size: 32px;font-family: 'robotoregular';}
.base-content-block h2.orange {
    color: #FF7700;
}
.base-content-block h2.white {
    color: #ffffff;
}

.base-content-block .orange-title
 {
    color: #ffffff;
    background: #FF7700;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'robotoregular';
    font-size: 32px;
}


.base-line-block.before-bg:before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity:0.6
}


@media (max-width: 768px) {
	.base-line-block {
		min-height: auto;
	}

	.base-content-block {
		padding: 30px 0;
	}
.base-content-block-flex

 {

    flex-flow: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
	.base-left-block {
		width: 100% !important;
	}

	.base-line-block h1 {
		font-size: 30px;
		text-align: center;
	}

	.base-left-block.white h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.bg-black-gradient {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image);
		min-height: calc(100vh - 100px);
	}
}

@media (max-width: 480px) {
	.base-line-block h1 {
		font-size: 28px;
	}

	.base-left-block.white h1 {
		font-size: 28px;
		line-height: 34px;
	}
} 

.blue-btn {
    display: flex;
    flex-flow: column;
    gap: 30px;
	margin-top:30px
}

.blue-btn-item {
    background: #0a5f86;
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 20px;
}

.blue-btn-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.blue-btn-item span {
    font-size: 15px;
	color:#ffffff;
}

.blue-btn-row {
	flex-flow: wrap;
    justify-content: space-between;
    gap: 50px;
}
.blue-btn-row > * {
	width: calc(33.33% - 35px);
    justify-content: center;
}

/* Адаптив для мобильных устройств (480px - 768px) */
@media (max-width: 768px) {
    .blue-btn {
        
    }
    
    .blue-btn-item {
        
    }
    
    .blue-btn-item img {
        
    }
    
    .blue-btn-item span {
        
    }
.blue-btn-row {
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.blue-btn-row > * {
	width: calc(100% - 20px);
	max-width: 400px;
}

}

.base-content-desc {
	display:flex;
	flex-flow:column;
	gap:10px;
	margin-top:30px
}

.base-content-desc p {
	
}

.link-download {
	margin-top: 20px;
}
.link-download a {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    justify-content: flex-end;
}
.link-download a:before {
	content:'';
	background: url('/unicom/images/arrow_9373524.svg');
	width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
}

.width-content {
	width: max-content;
    text-align: center;
}

.unicom_foot_cont {
	display: flex;
    flex-flow: column;
    gap: 30px;
    align-items: flex-end;
    max-width: 370px;
    text-align: right;
}

.unicom_foot_cont h2 {
	font-size: 35px;
}
.unicom_foot_cont .unicom_foot_mail {
	font-size: 24px;
	font-weight: 600;
}

.unicom_foot_cont .contacts-design-addr {
	font-size: 20px;
}
/* End */


/* Start:/local/components/design_block/templates/prog_ob/style.css?17794149062412*/

.po-blocks {
display: flex;
    flex-flow: wrap;
    margin-top: 50px;
    gap: 40px;
    justify-content: space-around;
}
.po-blocks-element {
	    width: calc(33.33% - 27px);
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.base-line-block:not(.dev-po) .po-blocks-element img {
	filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
	    width: 50px;
    height: 50px;
    object-fit: contain;
}
.base-line-block.dev-po .po-blocks {margin-top: 0;
    gap: 10px;}
.base-line-block.dev-po .po-blocks-element {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    width: calc(33.33% - 10px);
}

.base-line-block.dev-po .po-blocks-element img {
border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
    margin-bottom: 10px;
}


.po-blocks-title {
	font-size: 20px;
}
.po-blocks-desc {
	font-size: 16px;
}

.red-yellow-green {
	list-style: none;
    margin-left: 10px;
    margin-top: 10px;
}

.red-yellow-green li {
	position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.red-yellow-green .red {
	
}

.red-yellow-green .yellow {
	
}

.red-yellow-green .green {
	
}
.red-yellow-green .red:before {
	content: '';
    background: #ff9190;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}

.red-yellow-green .yellow:before {
	content: '';
    background: #fddd57;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}

.red-yellow-green .green:before {
	content: '';
    background: #2ff68f;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}

@media (max-width: 768px) {
	.po-blocks {
		flex-flow: column;
	}
	.po-blocks-element {
		width: 100%;
        align-items: center;
        text-align: center;
	}
	.po-blocks-element img {
		
	}
	.po-blocks-title {
		
	}
	.po-blocks-desc {
		
	}

	.base-line-block.dev-po .po-blocks-element {
		background: #ffffff;
		border-radius: 15px;
		padding: 15px;
		width: 100%;
	}
	.base-line-block.dev-po .po-blocks-element {
		border-radius: 20px;
	}	
	.base-line-block.dev-po .po-blocks-element img {
		margin-left: 0;
	}
}
/* End */


/* Start:/local/components/design_block/templates/prog_ob/../common/style.css?17795218925236*/
html,body {background: none !important;}
* {font-family: 'robotolight';}
.base-line-block {
	width: 100%;
	position: relative;
	display: flex;
}

.base-line-block.bg-gray {
	background: #e5e5e5;
}
.base-line-block.black-bg {
	background: #000000;
}

.base-line-block.first-window {
	min-height: 100vh;
}
.base-line-block.first-window * {
	font-family: 'robotolight';
}
.base-line-block.first-window p {
	font-size: 18px;
    line-height: 24px;
}

.bg-black-gradient {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), var(--bg-image);
	background-size: auto, cover;
	background-position: 0 0, center;
	background-repeat: no-repeat, no-repeat;
}

.base-content-block {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
	position: relative;
}
.base-content-block-flex {display:flex;justify-content: space-between;}


.base-left-block {
	width: calc(50% - 50px);
}
.base-right-block {
	width: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column-right {flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;}
.white,
.white * {
	color: white;
}

.base-line-block h1 {
	font-weight: 800;
	font-size: 54px;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin: 0;
	text-align: left;
	margin-bottom: 25px;
}


.base-content-block h2 {font-size: 32px;font-family: 'robotoregular';}
.base-content-block h2.orange {
    color: #FF7700;
}
.base-content-block h2.white {
    color: #ffffff;
}

.base-content-block .orange-title
 {
    color: #ffffff;
    background: #FF7700;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'robotoregular';
    font-size: 32px;
}


.base-line-block.before-bg:before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity:0.6
}


@media (max-width: 768px) {
	.base-line-block {
		min-height: auto;
	}

	.base-content-block {
		padding: 30px 0;
	}
.base-content-block-flex

 {

    flex-flow: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
	.base-left-block {
		width: 100% !important;
	}

	.base-line-block h1 {
		font-size: 30px;
		text-align: center;
	}

	.base-left-block.white h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.bg-black-gradient {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image);
		min-height: calc(100vh - 100px);
	}
}

@media (max-width: 480px) {
	.base-line-block h1 {
		font-size: 28px;
	}

	.base-left-block.white h1 {
		font-size: 28px;
		line-height: 34px;
	}
} 

.blue-btn {
    display: flex;
    flex-flow: column;
    gap: 30px;
	margin-top:30px
}

.blue-btn-item {
    background: #0a5f86;
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 20px;
}

.blue-btn-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.blue-btn-item span {
    font-size: 15px;
	color:#ffffff;
}

.blue-btn-row {
	flex-flow: wrap;
    justify-content: space-between;
    gap: 50px;
}
.blue-btn-row > * {
	width: calc(33.33% - 35px);
    justify-content: center;
}

/* Адаптив для мобильных устройств (480px - 768px) */
@media (max-width: 768px) {
    .blue-btn {
        
    }
    
    .blue-btn-item {
        
    }
    
    .blue-btn-item img {
        
    }
    
    .blue-btn-item span {
        
    }
.blue-btn-row {
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.blue-btn-row > * {
	width: calc(100% - 20px);
	max-width: 400px;
}

}

.base-content-desc {
	display:flex;
	flex-flow:column;
	gap:10px;
	margin-top:30px
}

.base-content-desc p {
	
}

.link-download {
	margin-top: 20px;
}
.link-download a {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    justify-content: flex-end;
}
.link-download a:before {
	content:'';
	background: url('/unicom/images/arrow_9373524.svg');
	width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
}

.width-content {
	width: max-content;
    text-align: center;
}

.unicom_foot_cont {
	display: flex;
    flex-flow: column;
    gap: 30px;
    align-items: flex-end;
    max-width: 370px;
    text-align: right;
}

.unicom_foot_cont h2 {
	font-size: 35px;
}
.unicom_foot_cont .unicom_foot_mail {
	font-size: 24px;
	font-weight: 600;
}

.unicom_foot_cont .contacts-design-addr {
	font-size: 20px;
}
/* End */


/* Start:/local/components/design_block/templates/gray/style.css?1779341684408*/
.base-line-blocknot(.first-window):before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity: 0.7;
}

.big-images {width:100%}
/* End */


/* Start:/local/components/design_block/templates/gray/../common/style.css?17795218925236*/
html,body {background: none !important;}
* {font-family: 'robotolight';}
.base-line-block {
	width: 100%;
	position: relative;
	display: flex;
}

.base-line-block.bg-gray {
	background: #e5e5e5;
}
.base-line-block.black-bg {
	background: #000000;
}

.base-line-block.first-window {
	min-height: 100vh;
}
.base-line-block.first-window * {
	font-family: 'robotolight';
}
.base-line-block.first-window p {
	font-size: 18px;
    line-height: 24px;
}

.bg-black-gradient {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), var(--bg-image);
	background-size: auto, cover;
	background-position: 0 0, center;
	background-repeat: no-repeat, no-repeat;
}

.base-content-block {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
	position: relative;
}
.base-content-block-flex {display:flex;justify-content: space-between;}


.base-left-block {
	width: calc(50% - 50px);
}
.base-right-block {
	width: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column-right {flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;}
.white,
.white * {
	color: white;
}

.base-line-block h1 {
	font-weight: 800;
	font-size: 54px;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin: 0;
	text-align: left;
	margin-bottom: 25px;
}


.base-content-block h2 {font-size: 32px;font-family: 'robotoregular';}
.base-content-block h2.orange {
    color: #FF7700;
}
.base-content-block h2.white {
    color: #ffffff;
}

.base-content-block .orange-title
 {
    color: #ffffff;
    background: #FF7700;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'robotoregular';
    font-size: 32px;
}


.base-line-block.before-bg:before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity:0.6
}


@media (max-width: 768px) {
	.base-line-block {
		min-height: auto;
	}

	.base-content-block {
		padding: 30px 0;
	}
.base-content-block-flex

 {

    flex-flow: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
	.base-left-block {
		width: 100% !important;
	}

	.base-line-block h1 {
		font-size: 30px;
		text-align: center;
	}

	.base-left-block.white h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.bg-black-gradient {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image);
		min-height: calc(100vh - 100px);
	}
}

@media (max-width: 480px) {
	.base-line-block h1 {
		font-size: 28px;
	}

	.base-left-block.white h1 {
		font-size: 28px;
		line-height: 34px;
	}
} 

.blue-btn {
    display: flex;
    flex-flow: column;
    gap: 30px;
	margin-top:30px
}

.blue-btn-item {
    background: #0a5f86;
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 20px;
}

.blue-btn-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.blue-btn-item span {
    font-size: 15px;
	color:#ffffff;
}

.blue-btn-row {
	flex-flow: wrap;
    justify-content: space-between;
    gap: 50px;
}
.blue-btn-row > * {
	width: calc(33.33% - 35px);
    justify-content: center;
}

/* Адаптив для мобильных устройств (480px - 768px) */
@media (max-width: 768px) {
    .blue-btn {
        
    }
    
    .blue-btn-item {
        
    }
    
    .blue-btn-item img {
        
    }
    
    .blue-btn-item span {
        
    }
.blue-btn-row {
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.blue-btn-row > * {
	width: calc(100% - 20px);
	max-width: 400px;
}

}

.base-content-desc {
	display:flex;
	flex-flow:column;
	gap:10px;
	margin-top:30px
}

.base-content-desc p {
	
}

.link-download {
	margin-top: 20px;
}
.link-download a {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    justify-content: flex-end;
}
.link-download a:before {
	content:'';
	background: url('/unicom/images/arrow_9373524.svg');
	width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
}

.width-content {
	width: max-content;
    text-align: center;
}

.unicom_foot_cont {
	display: flex;
    flex-flow: column;
    gap: 30px;
    align-items: flex-end;
    max-width: 370px;
    text-align: right;
}

.unicom_foot_cont h2 {
	font-size: 35px;
}
.unicom_foot_cont .unicom_foot_mail {
	font-size: 24px;
	font-weight: 600;
}

.unicom_foot_cont .contacts-design-addr {
	font-size: 20px;
}
/* End */


/* Start:/local/components/design_block/templates/status/style.css?1779414045880*/
.flex-big-center {
display: flex;
    flex-flow: wrap;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 5px solid #898989;
    justify-content: space-between;
}
.flex-big-center-item {
background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    width: 31%;
    flex-shrink: 0;
}
.flex-big-center > :nth-child(2) {
	transform: scale(1.1);
}
.flex-big-center-item img {
	width: 50px;
    height: 50px;
    object-fit: contain;
}
.flex-big-center-title {
	font-size: 20px;
	margin: 10px 0;
}
.flex-big-center-desc {
	
}
.blue-btn-item a {color:#ffffff;text-decoration: none;}
[src$="status4.webp"] {filter: invert(1);}

@media (max-width: 768px) {
	.flex-big-center {
		flex-flow: column;
		gap: 20px;
	}
	.flex-big-center-item {
		width: 100%;
	}
	
	.flex-big-center > :nth-child(2) {
		transform: scale(1);
	}
}
/* End */


/* Start:/local/components/design_block/templates/status/../common/style.css?17795218925236*/
html,body {background: none !important;}
* {font-family: 'robotolight';}
.base-line-block {
	width: 100%;
	position: relative;
	display: flex;
}

.base-line-block.bg-gray {
	background: #e5e5e5;
}
.base-line-block.black-bg {
	background: #000000;
}

.base-line-block.first-window {
	min-height: 100vh;
}
.base-line-block.first-window * {
	font-family: 'robotolight';
}
.base-line-block.first-window p {
	font-size: 18px;
    line-height: 24px;
}

.bg-black-gradient {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), var(--bg-image);
	background-size: auto, cover;
	background-position: 0 0, center;
	background-repeat: no-repeat, no-repeat;
}

.base-content-block {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
	position: relative;
}
.base-content-block-flex {display:flex;justify-content: space-between;}


.base-left-block {
	width: calc(50% - 50px);
}
.base-right-block {
	width: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column-right {flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;}
.white,
.white * {
	color: white;
}

.base-line-block h1 {
	font-weight: 800;
	font-size: 54px;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin: 0;
	text-align: left;
	margin-bottom: 25px;
}


.base-content-block h2 {font-size: 32px;font-family: 'robotoregular';}
.base-content-block h2.orange {
    color: #FF7700;
}
.base-content-block h2.white {
    color: #ffffff;
}

.base-content-block .orange-title
 {
    color: #ffffff;
    background: #FF7700;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'robotoregular';
    font-size: 32px;
}


.base-line-block.before-bg:before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-image: var(--bg-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
	opacity:0.6
}


@media (max-width: 768px) {
	.base-line-block {
		min-height: auto;
	}

	.base-content-block {
		padding: 30px 0;
	}
.base-content-block-flex

 {

    flex-flow: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
	.base-left-block {
		width: 100% !important;
	}

	.base-line-block h1 {
		font-size: 30px;
		text-align: center;
	}

	.base-left-block.white h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.bg-black-gradient {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image);
		min-height: calc(100vh - 100px);
	}
}

@media (max-width: 480px) {
	.base-line-block h1 {
		font-size: 28px;
	}

	.base-left-block.white h1 {
		font-size: 28px;
		line-height: 34px;
	}
} 

.blue-btn {
    display: flex;
    flex-flow: column;
    gap: 30px;
	margin-top:30px
}

.blue-btn-item {
    background: #0a5f86;
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 20px;
}

.blue-btn-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.blue-btn-item span {
    font-size: 15px;
	color:#ffffff;
}

.blue-btn-row {
	flex-flow: wrap;
    justify-content: space-between;
    gap: 50px;
}
.blue-btn-row > * {
	width: calc(33.33% - 35px);
    justify-content: center;
}

/* Адаптив для мобильных устройств (480px - 768px) */
@media (max-width: 768px) {
    .blue-btn {
        
    }
    
    .blue-btn-item {
        
    }
    
    .blue-btn-item img {
        
    }
    
    .blue-btn-item span {
        
    }
.blue-btn-row {
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.blue-btn-row > * {
	width: calc(100% - 20px);
	max-width: 400px;
}

}

.base-content-desc {
	display:flex;
	flex-flow:column;
	gap:10px;
	margin-top:30px
}

.base-content-desc p {
	
}

.link-download {
	margin-top: 20px;
}
.link-download a {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    justify-content: flex-end;
}
.link-download a:before {
	content:'';
	background: url('/unicom/images/arrow_9373524.svg');
	width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1689%) hue-rotate(1deg) brightness(103%) contrast(103%);
}

.width-content {
	width: max-content;
    text-align: center;
}

.unicom_foot_cont {
	display: flex;
    flex-flow: column;
    gap: 30px;
    align-items: flex-end;
    max-width: 370px;
    text-align: right;
}

.unicom_foot_cont h2 {
	font-size: 35px;
}
.unicom_foot_cont .unicom_foot_mail {
	font-size: 24px;
	font-weight: 600;
}

.unicom_foot_cont .contacts-design-addr {
	font-size: 20px;
}
/* End */


/* Start:/bitrix/templates/newland/components/bitrix/news.list/unicom_cases/style.css?17794152371192*/
.orange-title {
	color:#ffffff;
	background: #FF7700;
}

.cases-custom-blocks {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
	margin-top: 30px;
}

.cases-custom-blocks-item {
	
	position: relative;
}

.cases-custom-blocks-item div {
	position: absolute;
	bottom: 0;
	background: #e5e5e5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
	width:100%;
}
.cases-custom-blocks-item div a{
	color: gray;
    font-size: 11px;
    line-height: 15px;
    display: block;
}
@media (min-width: 768px) {
.cases-custom-blocks-item:first-child div {
	background: #000000;
	    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	padding: 20px;
}
.cases-custom-blocks-item:first-child div a{
	color:#ffffff;
	font-size: 20px;
    line-height: 30px;
}

.cases-custom-blocks-item:first-child {
    grid-row: span 2;
	border-radius: 20px;
}

.cases-custom-blocks-item:first-child img {
	    border-radius: 20px;
}
}
.cases-custom-blocks-item img {
    width:100%;
	    height: 100%;
    object-fit: cover;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.cases-custom-blocks {
		grid-template-columns: auto;
	}

}
/* End */
/* /local/components/design_block/templates/blue-button/style.css?1779536570122 */
/* /local/components/design_block/templates/blue-button/../common/style.css?17795218925236 */
/* /local/components/design_block/templates/contacts/style.css?17795369282865 */
/* /local/components/design_block/templates/contacts/../common/style.css?17795218925236 */
/* /local/components/design_block/templates/prog_ob/style.css?17794149062412 */
/* /local/components/design_block/templates/prog_ob/../common/style.css?17795218925236 */
/* /local/components/design_block/templates/gray/style.css?1779341684408 */
/* /local/components/design_block/templates/gray/../common/style.css?17795218925236 */
/* /local/components/design_block/templates/status/style.css?1779414045880 */
/* /local/components/design_block/templates/status/../common/style.css?17795218925236 */
/* /bitrix/templates/newland/components/bitrix/news.list/unicom_cases/style.css?17794152371192 */
