

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/product_zalog/style.css?17774677174086*/
.product-section {
    background-color: #DAE4E9;
    background-repeat: no-repeat;   
}

.product_row {
	position: relative;
	z-index: 20;
}

@media all and (max-width: 1040px)
{
	.product-section {
		background-position: -15% top;
	}
}

@media all and (min-width: 1040px){
	.product-section {
		background-position: right top;
	}
}


@media all and (min-width: 767px){
	.product-section {
		min-height: 640px;
	}
}

@media all and (max-width: 991px){
	.site-section.product-section {
		padding-bottom: 100px;
		background-image: none !important;
	}
}

.product__title p{
	color: rgba(55, 71, 79, 0.75);
	font-size: 1.125rem;
}

.product__title *:not(.btn){
	text-shadow: 1px 1px 1px #DAE4E9;
}

@media all and (min-width: 991px) {
	.product_row {
		min-height: 430px;
	}
}

.product-section .ufd__form {
	margin: 0 !important;
}

.section-product-condition {
	margin-top: -50px;
	position: relative;
	z-index: 100;
	background: -webkit-linear-gradient(bottom, #fff, #fff 50%, transparent 51%);
	background: -o-linear-gradient(bottom, #fff, #fff 50%, transparent 51%);
	background: linear-gradient(to top, #fff, #fff 50%, transparent 51%);
}


.product__condition {
	position: relative;
	background-color: white;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 15px rgba(77, 83, 87, 0.15);
	box-shadow: 0px 5px 15px rgba(77, 83, 87, 0.15);
	border-radius: 4px;
	padding: 1rem 2.5rem;
}

.product__condition__title {
	color: rgba(77, 83, 87, 0.75);
	font-size: 0.8125rem;
	line-height: 1;
	word-wrap: break-word;
}

.product__condition__text {
	color: #4D5357;
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1;
	margin-top: 0.25rem;
	word-wrap: break-word;
}

.product__condition__box {
	padding: 1rem;
}

@media all and (min-width: 767px) and (max-width: 991px){
	.product__condition__box {
		width: 50%;
	}
}

@media all and (max-width: 766px){
	.product__condition__box {
		width: 100%;
	}
}

@media all and (max-width: 767px){
	.product__condition__box {
		border-bottom: 1px solid rgba(77, 83, 87, 0.15);
	}

	.product__condition {
		padding: 1rem 2rem;	
	}

	.product__condition__text {
		font-size: 1rem;
	}
}


@media all and (max-width: 576px) {
	.site-section.product-section {
		padding-bottom: 140px;
	}
}

@media all and (max-width: 375px) {
	.site-section.product-section {
		padding-bottom: 150px;
	}
}

/* .product__condition__box {
	padding: 1rem 0;
}

.product__condition__title {
	color: rgba(77, 83, 87, 0.75);
	font-size: 0.8125rem;
	line-height: 1;
	word-wrap: break-word;
}

.product__condition__text {
	color: #4D5357;
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1;
	margin-top: 0.25rem;
	word-wrap: break-word;
} 

@media all and (max-width: 767px){
	.product__condition .col-xs-12:not(:last-child) .product__condition__box {
		border-bottom: 1px solid rgba(77, 83, 87, 0.15);
	}

	.product__condition {
		padding: 1rem 2rem;	
	}

	.product__condition__text {
		font-size: 1rem;
	}
}
*/

.product__condition__more .more-condition {
	font-size: 11px;
	border-bottom: 1px dashed rgba(40, 171, 226, 0.35);
	font-weight: bold;
}

.product__condition__more .more-condition:after{
    font-size: 0.625rem;
}

@media all and (max-width: 991px) {
	.product__condition__more {
		margin-top: 1rem;
	}
}

.product__condition__more-text .table-striped tr:last-child td {
	border-bottom: 1px solid transparent;
}

.product__condition__more-text  .table-striped {
	text-align: left;
}

.product__condition__more-text {
	display: none;
}


.product_gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.product_video {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    overflow: hidden;
}


@media all and (max-width: 1400px)
{
	.product_video video {
		position: relative;
		right: -10%;
	}
}

.product-section h1{
	margin-bottom: 1.15rem;
	margin-top: 2rem;
}

.product-section h1 + div {
	font-size: 1.5rem;
	color: rgba(55, 71, 79, 0.75);
}


@media all and (max-width: 991px)
{
	.product__order-link {
		margin-top: 2rem;
	}
}

.condition-icon-offset {
    margin-right: 70px;
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news.detail/zalog-contacts/style.css?17774677205626*/
.section-zalog-manager {
	margin-top: -60px;
    position: relative;
    z-index: 100;
    background: -o-linear-gradient(bottom, #fff, #fff 50%, transparent 51%);
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(51%, transparent));
    background: linear-gradient(to top, #fff, #fff 50%, transparent 51%);
}

.zalog-manager-container {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 45px 0px rgba(55, 71, 79, 0.15);
    box-shadow: 0px 15px 45px 0px rgba(55, 71, 79, 0.15);
    border-radius: 4px;
    padding: 20px;
}

.zalog-manager-item--manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.zalog-manager-item--manager-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.zalog-manager-item--manager-name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.zalog-manager-item--manager-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.zalog-manager-item--manager-post {
    color: rgba(77, 83, 87, 0.50);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.26px;
}

.zalog-manager-item--contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
}

.zalog-manager-item--contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.zalog-manager-item--contacts-item-title {
    color: rgba(77, 83, 87, 0.50);;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 0%;
    letter-spacing: 0.26px;
}

.zalog-manager-item--contacts-item-email {
    color: #0073AE;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 76.56%;
    white-space: nowrap;
    -webkit-text-decoration: underline 1px dashed rgba(0, 115, 174, 0.35);
            text-decoration: underline 1px dashed rgba(0, 115, 174, 0.35);
}

.zalog-manager-item--contacts-item-phone {
    color: #4D5357;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 76.56%;
    white-space: nowrap;
}

@media all and (max-width: 992px) {
	.zalog-manager-item--contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 25px;
    }
}

@media all and (max-width: 768px) {
    .section-zalog-manager {
        margin-top: -100px;
    }

    .zalog-manager-item--manager {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

	.zalog-manager-item--contacts {
        margin-top: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 40px;
    }
}


@media all and (max-width: 576px) {
    .section-zalog-manager {
        margin-top: -150px;
    }

    .zalog-manager-item--manager {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .zalog-manager-item--manager-name-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .zalog-manager-item--manager-post {
        text-align: center;
    }

	.zalog-manager-item--contacts {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 25px;
    }
}


@media all and (max-width: 375px) {
	.section-zalog-manager {
        margin-top: -160px;
    }

}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.detail/zalog_file/style.css?1777467717460*/
.zalog-file--wrapper {
    margin: 35px 0 10px;
}

.zalog-file--item {
	display: flex;
}

.zalog-file--item-icon {
	margin-right: 20px;
}
.zalog-file--item-icon img {

}

a.zalog-file---item-name {
	border: 0!important;
}

.zalog-file--item-name--title {
	font-size: 18px;
    line-height: 1.4;
    color: #0073ae;
    transition: color .3s ease-out;
}
.zalog-file--item-name--title:hover {
	color: #A1006B;
}

.zalog-file--item-name--info {
    opacity: .6;
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/catalog.section.list/product-type-list/style.css?17774677193872*/
.product-type__item {
    display: block;
    position: relative;
    height: 320px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    border: 0!important;
    margin-bottom: 30px;
}

.product-type__item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 115, 174, 0.7);
    opacity: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2;
}

.product-type__name {
    position: absolute;
    top: calc(100% - 40px);
    transform: translateY(-100%);
    left: 50px;
    right: 50px;
    font-size: 26px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 40px;
    z-index: 3;
}

.product-type__link {
    position: absolute;
    left: 50px;
    bottom: 0;
    opacity: 0;
    z-index: 3;
}

.product-type__link-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    position: relative;
    line-height: 1.1;
    color: #fff;
}

.product-type__link-text:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 29px;
    background: rgba(255, 255, 255, 0.5);
    top: 55%;
    transform: translate(0, -50%);
    right: -40px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-type__link-text:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    top: 58%;
    transform: translate(0, -50%) rotate(-45deg);
    right: -40px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-type__empty-wrap {
    border: 1px dashed rgba(55, 71, 79, .4);
    border-radius: 4px;
    padding: 70px;
    text-align: center;
    margin-top: 30px;
}

.product-type__empty-icon {
    margin-bottom: 25px;
}
.product-type__empty-icon img {
    display: block;
    margin: 0 auto;
}

.product-type__empty-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #A1006B;
}


@media all and (max-width: 991px) {
    .product-type__item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 30px 15px;
    }
    .product-type__name {
        text-align: center;
        transform: unset;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin-bottom: 40px;
    }
    .product-type__link {
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }
    .product-type__item:before {
        opacity: 1;
        background-color: rgba(55, 71, 79, 0.45);
    }
}

@media (max-width: 767px){
    .product-type__empty-wrap {
        padding: 40px;
    }

    .product-type__empty-text {
        font-size: 26px;
        line-height: 34px;
    }
}

@media all and (min-width: 992px) {
    .product-type__item:hover:before {
        opacity: 1;
    }
    .product-type__item:hover {
        border: 0;
    }
    .product-type__item:hover .product-type__name {
        top: 40px;
        transform: translateY(0);
    }
    .product-type__item:hover .product-type__link {
        bottom: 40px;
        opacity: 1;
    }
    .product-type__link-text:hover {
        border-bottom-color: #fff;
    }
    .product-type__link-text:hover:before {
        background: #fff;
    }
    .product-type__link-text:hover:after {
        border-color: #fff;
    }
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news.list/tizers/style.css?177746772010293*/
/* image_left_with_title_wht_block */

.ufd__teaser--inline {
	display: flex;
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 30px;
}

.ufd__teaser-text {
	padding: 0 30px;
}

.ufd__teaser-text p {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #37474F;
}

@media all and (min-width: 992px) {
	.ufd__teaser-image img {
		display: block !important;
		width: 270px;
		height: 180px;
	}

	.ufd__teaser-image {
		width: 270px;
	}

}

@media all and (max-width: 991px) {
	.ufd__teaser--inline {
		flex-direction: column;
	}

	.ufd__teaser-image img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

/* image_left_with_title_wht_block */

.ufd__tizer--or {
	position: relative;
}

.ufd__tizer--or::before {
	position: absolute;
	top: 0;
	left: -60px;
	content: 'или';
	font-size: 15px;
	color: rgba(55, 71, 79, 0.7);
	line-height: 1;
}

.safe-bank__img {
	position: absolute;
	width: 396px;
	height: 140px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	right: -60px;
	top: 10px;
}

@media (max-width: 1099px) {
	.safe-bank__img {
		display: none;
	}
}

/******************* STYLE (icon_top) ********************/

.ufd__tizer--img {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.ufd__tizer--text-head {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.ufd__tizer--text-head--purple {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #37474F;
}

.ufd__tizer--text-head--purple span {
	font-weight: bold;
	color: #A1006B;
}

.ufd__tizer--text-desc {
	margin: 10px 0px 0px 0px;
	color: rgba(55, 71, 79, 0.85);
	font-size: 0.9375rem;
	max-width: 270px;
}

.ufd__tizer--text-desc > p {
	margin: 10px 0 0 0;
}



.ufd__tizer--steps .ufd__tizer--text-desc {
	max-width: 300px;
}

.ufd__tizer--steps .ufd__tizer--text-desc > p {
	margin: 15px 0px;
}

.ufd__tizer--opt-link {
	color: #0073AE;
	border-bottom: 1px dashed rgba(0, 115, 174, 0.35)
}

.ufd__tizer__item {
	margin: 2rem 0;
}

.ufd__tizer-counter {
	color: rgba(55, 71, 79, 0.5);
	font-size: 20px;
	position: absolute;
	line-height: 1;
}


.ufd__tizer-counter {
	top: -45px;
	left: 15px;
}

.ufd__tizer--steps.ufd__tizer__item {
	margin: 4rem 0 2rem 0;
}

.ufd__tizer--steps .ufd__tizer--img {
	margin-bottom: 0px;
}

.ufd__steps > div:last-child .ufd__tizer--step-arrow {
	display: none;
}


@media all and (max-width: 767px) {

	.ufd__tizer--steps.ufd__tizer__item {
		margin: 2rem 0 2rem 0;
	}

	.ufd__tizer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.ufd__tizer--img {
		/*margin-right: 30px;*/
		margin-bottom: 0px;
		padding: 25px 0px;
	}

	.ufd__tizer--img:before {
		display: none;
	}

	.ufd__tizer--text {
		margin-bottom: 0px;
	}

	.ufd__tizer__item .ufd__tizer--img {
		margin: 0 !important;
		padding: 0 !important;
	}

	.ufd__tizer--text-desc {
		max-width: 100% !important;
		width: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.ufd__tizer {
		padding-bottom: 0px;
	}

	.ufd__tizer--text {
		margin-bottom: 50px;
	}
}


/*
######
###### STYLE (only_text_with_title)
###### #########################
*/


.ufd__safe-bank .h2 {
	margin-bottom: 3.125rem;
}

.ufd__safe-bank .ufd__safe--text p {
	margin: 0px;
	font-weight: 600;
	line-height: 1.4;
}

.ufd__safe--text-head {
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: rgba(55, 71, 79, 0.35);
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	position: relative;
}

@media all and (min-width: 767px) {
	.ufd__safe--text-head:before {
		position: absolute;
		content: '';
		height: 1px;
		width: 70px;
		bottom: 0px;
		left: 0px;
		background: rgba(55, 71, 79, 0.15);

	}
}

.ufd__safe--text-head > span {
	margin-top: 5px;
	display: inline-block;
	font-size: 3.125rem;
	font-weight: 400;
	color: #0073AE;
	line-height: 1;
}

@media all and (max-width: 767px) {
	.ufd__safe-bank .h2 {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgba(55, 71, 79, 0.35);
	}

	.ufd__safe-bank .ufd__safe--text {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgba(55, 71, 79, 0.35);
	}

	.ufd__safe-bank .ufd__safe--text .ufd__safe--text-head {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.ufd__safe-bank .col-xs-12:last-child .ufd__safe--text {
		border-bottom: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.bg-block--blue .ufd__safe--text,
	.bg-block--blue .h2 {
		border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
	}
}


.bg-block--blue .ufd__safe--text-head {
	color: rgba(255, 255, 255, 0.5);
}

.bg-block--blue .ufd__safe--text-head > span {
	color: white;
}

.bg-block--blue .ufd__safe--text-head:before {
	background: rgba(255, 255, 255, 0.15);
}


/*
######
###### STYLE (left icon)
###### #########################
*/


.ufd__tizer--inline__name {
	min-height: 6.25rem;
	padding: 1rem 0;
	display: flex;
	line-height: 1.4;
}

.ufd__tizer--inline__name > p {
	margin: 0;
}

.h1[class*="bt_line"].ufd__tizer--inline__h1 {
	margin-bottom: 2rem;
}

.ufd__tizer--inline--offset {
	margin: 1.5rem 0 0 0;
}


/* 
	Table style
*/


.ufd__tizer__table {
	margin: 1.5rem 0;
}

.ufd__tizer__table > .row {
	padding: 1.25rem 0;
	position: relative;
}

@media all and (max-width: 767px) {
	.ufd__tizer__table > .row {
		padding: 1.5rem 0;
	}
}

.ufd__tizer__table > .row:not(:last-child):after {
	content: '';
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background-color: rgba(55, 71, 79, 0.15);
	position: absolute;
	bottom: 0;
	left: 15px;
}

.tizer__table__item {
	padding: 0 15px;
}

.tizer__table__text {
	font-size: 1.25rem;
	color: #37474F;
	line-height: 1.2;
}

@media all and (max-width: 767px) {
	.tizer__table__item {
		width: 100%;
	}
}

/* .tizer__table__item--img {
	max-width: 80px;
}

.tizer__table__item--name {
	max-width: calc(100% - 80px);
} */

.ufd__tizer--img.no-bt_line {
	padding-bottom: 0;
	margin-bottom: 20px;
}

@media all and (max-width: 991px) {
	.ufd__safe--text-head > span {
		font-size: 2.125rem;
	}

	.ufd__tizer--or::before {
		position: static;
	}
}

.ufd__tizer--text-desc--file {
	max-width: unset;
}

.years30-section {
	background: -webkit-gradient(linear, left top, left bottom, from(#047BB4), to(#004973));
	background: -o-linear-gradient(top, #047BB4 0%, #004973 100%);
	background: linear-gradient(180deg, #047BB4 0%, #004973 100%);
}

.site-section--half-blue.before-30years {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49.99%, #FFFFFF), color-stop(50%, #009EE3), to(#047BB4));
	background: -o-linear-gradient(top, #FFFFFF 49.99%, #009EE3 50%, #047BB4 100%);
	background: linear-gradient(180deg, #FFFFFF 49.99%, #009EE3 50%, #047BB4 100%);
}

.years30-section .h2 {
	color: #fff;
}

.years30-block .ufd__safe--text-head {
	padding-bottom: 39px;
}

.years30-block img {
	vertical-align: bottom;
}

.years30-section .ufd__safe--text-head {
	color: rgba(255, 255, 255, 0.6);
}

.years30-section .ufd__safe--text-head > span,
.years30-section .ufd__safe--text p {
	color: #fff;
}

.years30-section .ufd__safe--text-head:before {
	background: rgba(255, 255, 255, 0.35);
}

.years30-block .ufd__safe--text-head:before {
	width: 100%;
}

.ufd__safe--text p {
	font-size: 16px;
}

.ufd__safe--text.years30-block p {
	font-size: 24px;
}

.ufd__tizer--text-desc--purple {
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
	color: rgba(55, 71, 79, 0.7);
}

.ufd__tizer--text-desc--purple span {
	font-weight: bold;
	color: #A1006B;
}

.ufd__tizer--text-desc--purple ul {
	padding-left: 17px;
}

.ufd__tizer--text-desc--purple li {
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
	color: rgba(55, 71, 79, 0.7);
	margin-bottom: 13px;
}

.ufd__tizer--text-desc--purple li::marker {
	color: #A1006B;
}

@media all and (max-width: 1024px) {
	.ufd__safe--text.years30-block p {
		font-size: 16px;
	}

	.years30-block img {
		max-width: 226px;
	}

	.ufd__safe--text-head > span {
		font-size: 44px;
	}

	.ufd__safe-bank .h2 {
		margin-bottom: 38px;
	}

	.years30-block .ufd__safe--text-head {
		padding-bottom: 48px;
	}
}

@media all and (max-width: 991px) {
	.ufd__safe--text {
		margin-bottom: 50px;
	}

	.years30-block .ufd__safe--text-head {
		padding: 0;
		margin: 0;
		margin-right: 15px;
	}

	.years30-block .ufd__safe--text-head:before {
		display: none;
	}

	.years30-block {
		display: flex;
		align-items: center;
	}

	.years30-block img {
		max-width: 200px;
	}
}

@media all and (max-width: 767px) {
	.years30-block {
		flex-direction: column;
		align-items: center;
	}

	.years30-block .ufd__safe--text-head {
		margin: 0;
	}

	.years30-block img {
		margin-bottom: 20px;
	}

	.years30-section.ufd__safe-bank .ufd__safe--text,
	.years30-section.ufd__safe-bank .h2 {
		border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
	}
}



/*  eco system  */

.eco-system__item {
	background: #FFFFFF;
	border-radius: 4px;
}

.eco-system__head {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 188px;
	border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.eco-system__content {
	position: relative;
	padding: 26px 30px 28px;
}

.eco-system__text {
	font-size: 15px;
	line-height: 1.47;
	color: rgba(55, 71, 79, 0.75);
	margin-bottom: 33px;
}

.eco-system__link {
	display: inline-block;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 28px;
}

@media all and (max-width:1024px) {
	.eco-system__item {
		margin-bottom: 30px;
		height: calc(100% - 30px);
	}
}

/* icon text inbox */
.icon-text__inbox {
	border-radius: 4px;
	border: 1px solid rgba(55, 71, 79, 0.15);
}

.icon-text__inbox-head {
	height: 188px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.icon-text__inbox-content {
	padding: 29px 30px 20px;
}

.icon-text__inbox-text {
	font-size: 15px;
	line-height: 1.47;
	color: rgba(55, 71, 79, 0.75);
}

@media all and (max-width:1024px) {
	.icon-text__inbox {
		margin-bottom: 30px;
		height: calc(100% - 30px);
	}
}


.ufd__tizer-title-new .ufd__tizer--text-head {
	font-weight: 400;
}

.ufd__tizer-title-new .ufd__tizer--text-desc {
	max-width: 100%;
}

@media all and (max-width: 767px) {
    .ufd__tizer-title-new .ufd__tizer--text {
        margin-top: 24px;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/product_zalog/style.css?17774677174086 */
/* /bitrix/templates/about-new/components/bitrix/news.detail/zalog-contacts/style.css?17774677205626 */
/* /bitrix/templates/.default/components/bitrix/news.detail/zalog_file/style.css?1777467717460 */
/* /bitrix/templates/about-new/components/bitrix/catalog.section.list/product-type-list/style.css?17774677193872 */
/* /bitrix/templates/about-new/components/bitrix/news.list/tizers/style.css?177746772010293 */
