

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894*/
.bx-breadcrumb {
	position: relative;
	top: -20px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	color:  rgba(55, 71, 79, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: 1px solid  rgba(55, 71, 79, 0.3);}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0073ae;
}

.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 1px solid transparent;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
/* End */


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

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

.product-color-bg {
	background-position: top center;
}

@media all and (max-width: 1040px)
{
	.product-section:not(.product-color-bg) {
		background-position: center top;
	}
}

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

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

@media all and (min-width: 992px){
	.product-section {
		overflow: hidden;
	}
}

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

@media all and (min-width: 1921px){
	.product-section:not(.product-color-bg) {
		background-size: cover;
	}
}

.product__title {
	font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 70px;
}

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

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

.product__title.text-white *:not(.btn),
.product__title.text-white{
	color: #fff;
	text-shadow: none;
}

@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;
}

.product-section.product-color-bg h1 {
	color: #fff;
	text-shadow: unset;
}

.product-section.product-color-bg h1 + div {
	color: #fff;
	text-shadow: unset;
}

@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;
	}
}


/* .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;
	/*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.product-color-bg .product_video {
	right: unset;
	left: 50%;
    transform: translateX(-50%);
}


@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.list/preferences/style.css?177746772013430*/
.preferences__item {
    border-radius: 4px;
    margin: 15px 0;
    position: relative;
    height: calc(100% - 30px);
}

.preferences__item h4 {
    line-height: 1.1;
    margin: 0 0 12px;
    font-weight: 400;
    color: rgba(55, 71, 79, 1);
}

.preferences {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transform: perspective(600px) rotateY(0deg);
            transform: perspective(600px) rotateY(0deg);
    -webkit-transition: -webkit-transform .6s linear;
    transition: -webkit-transform .6s linear;
    -o-transition: transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear, -webkit-transform .6s linear;
    z-index: 2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 1px solid rgb(55 71 79 / 15%);
    border-radius: 4px;
    background: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.preferences.active {
    -webkit-transform: perspective(600px) rotateY(-180deg);
            transform: perspective(600px) rotateY(-180deg);
}

.preferences__image {
    width: 38%;
    position: relative;
    border-radius: 4px 0 0 4px;
    margin: -1px 0 -1px -1px;
}
.preferences__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    border-radius: 4px 0 0 4px;
}

.preferences__content {
    padding: 25px;
    width: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.preferences__content-logo {
    margin-bottom: 16px;
}
.preferences__content-logo img {
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.preferences__bonus--header .preferences__content-logo {
    margin-top: 10px;
}

.preferences__content-text {
    font-size: 13px;
    line-height: 21px;
    color: rgba(55, 71, 79, 0.7);
}

.preferences__content-text p {
    margin: 8px 0;
    line-height: 1.3;
}

.preferences__content-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.preferences__content-bottom a {
    font-weight: 700;
    font-size: 13px;
    line-height: 12px;
    border-bottom: 1px solid rgb(0 115 174 / 35%);
}
.preferences__content-bottom a:hover {
    border-bottom-color: transparent!important;
}

.preferences__content-nopresent {
    justify-content: space-between;
}

.preferences__content-bottom--gift {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: auto;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M34 23V34C34 34.6 33.6 35 33 35H17C16.4 35 16 34.6 16 34V23" stroke="%230073AE" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M27.5 18H35C35.6 18 36 18.4 36 19V22C36 22.6 35.6 23 35 23H15C14.4 23 14 22.6 14 22V19C14 18.4 14.4 18 15 18H22.5" stroke="%230073AE" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M27.5 13C26.1 13 25 14.1 25 15.5V18H27.5C28.9 18 30 16.9 30 15.5C30 14.1 28.9 13 27.5 13Z" stroke="%230073AE" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M22.5 13C23.9 13 25 14.1 25 15.5V18H22.5C21.1 18 20 16.9 20 15.5C20 14.1 21.1 13 22.5 13Z" stroke="%230073AE" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M28 18V35" stroke="%230073AE" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M22 18V35" stroke="%230073AE" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <circle opacity="0.35" cx="25" cy="25" r="24.5" stroke="%230073AE"/> </svg>');
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
}
.preferences__content-bottom--gift:hover {
    -webkit-box-shadow: 0px 15px 45px rgb(55 71 79 / 15%);
            box-shadow: 0px 15px 45px rgb(55 71 79 / 15%);
}

.preferences__content-bottom-arrow {
    width: 32px;
    height: 27px;
    position: relative;
    cursor: pointer;
    background: #0073AE;
    mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='27' viewBox='0 0 32 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1L31 11L21 21L21 16C12.5 14 1 17.6 1 26L1 24C0.999999 14.0589 9.05887 6 19 6L21 6L21 1Z' stroke='%230073AE' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.preferences__content-bottom-arrow:hover {
    background: #a1006b;
}

.preferences__back {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 45px rgb(55 71 79 / 15%);
            box-shadow: 0px 15px 45px rgb(55 71 79 / 15%);
    border-radius: 4px;
    margin: -1px -1px -1px -1px;
    -webkit-transform: perspective(600px) rotateY(180deg);
            transform: perspective(600px) rotateY(180deg);
    -webkit-transition: -webkit-transform .6s linear;
    transition: -webkit-transform .6s linear;
    -o-transition: transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear, -webkit-transform .6s linear;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    padding: 30px;
}
.preferences.active + .preferences__back {
    -webkit-transform: perspective(600px) rotateY(0deg);
            transform: perspective(600px) rotateY(0deg);
}

.preferences__bonus {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    height: 100%;
    overflow: auto;
}

.preferences__bonus::-webkit-scrollbar {
    width: 40px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACbCAYAAACj6PGsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REFDNDY4RjBFMjc2MTFFNzk5MzBGMDMxQkUxMUQzNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REFDNDY4RUZFMjc2MTFFNzk5MzBGMDMxQkUxMUQzNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7JVTjoAAAAGUlEQVR42mIwd/dXY2IAglFilBixBECAAQCy1AIoZ999ewAAAABJRU5ErkJggg==');
    background-position: center;
    background-repeat: repeat-y;
}

.preferences__bonus::-webkit-scrollbar-thumb {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAIAAABV+fA3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAAAE0lEQVQYV2M4f+MOLjQ05G7cAQCUb54+zugGcQAAAABJRU5ErkJggg==');
    background-position: center;
    background-repeat: repeat-y;
}

.preferences__bonus::-webkit-scrollbar-button:vertical {
    height: 35px;
    background-color: #fff;
}

/* Up */
.preferences__bonus::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVCRUQ3OEFFMzE3MTFFNzkyOEFEM0FFMUVFQjVDQUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVCRUQ3ODlFMzE3MTFFNzkyOEFEM0FFMUVFQjVDQUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Xzy/JAAAAQUlEQVR42mI0d/dngAJuIDYH4pNA/BUkwASV4AViTyAWg9K8MEl+qMBTIF4BpUF8fhYgoQTEj4H4ONQUGK0EEGAA/soJcGyJq8kAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

/* Bottom */
.preferences__bonus::-webkit-scrollbar-button:vertical:increment {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNDRjY3NTlFMzE3MTFFN0IzN0VCNUM1NzQzNTJBNTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNDRjY3NThFMzE3MTFFN0IzN0VCNUM1NzQzNTJBNTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57o2XeAAAAQ0lEQVR42mI0d/c3ZGBg4ADi4wwIYAnEP5iAxD0gloUKwCRA/HsgyY9AvB2IpYE4AkqD+B+ZoKo/QwVeQWkQnwEgwAC1Yg2KniPmrgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.preferences__bonus--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.preferences__bonus--header-close {
    position: absolute;
    top: 12px;
}

.preferences__bonus--header-close div {
    background-image: url('/bitrix/templates/about-new/components/bitrix/news.list/preferences/img/close.svg');
    width: 20px;
    height: 20px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.preferences__bonus--text {
    font-size: 13px;
    line-height: 21px;
    color: rgba(55, 71, 79, 0.7);
}

.preferences__bonus--order {
    margin-top: auto;
}

iframe {
    width: 100%;
    height: 760px;
    padding-bottom: 30px;
}

.bonus_form__title {
    margin-top: 2rem!important;
}

@media (max-width: 767px) {
    .preferences__image {
        width: calc(100% + 1px);
    }
    .preferences__content {
        width: 100%;
    }

    .preferences__image img {
        border-radius: 4px 4px 0 0;
        height: 290px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center right;
           object-position: center right;
    }
    .preferences__content-nopresent {
        padding-top: 15px;
    }
}
/* 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 */


/* Start:/bitrix/templates/.default/components/bitrix/form/simple_modal_form/bitrix/form.result.new/.default/style.css?177746771743*/
.fancybox-close-small {
	display: none;
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/form/simple-modal-form/bitrix/form.result.new/.default/style.css?177746771958*/
.fancybox-container .form__info {
    padding: 0 20px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/news.detail/product-new/style.css?17774677204707 */
/* /bitrix/templates/about-new/components/bitrix/news.list/preferences/style.css?177746772013430 */
/* /bitrix/templates/about-new/components/bitrix/news.list/tizers/style.css?177746772010293 */
/* /bitrix/templates/.default/components/bitrix/form/simple_modal_form/bitrix/form.result.new/.default/style.css?177746771743 */
/* /bitrix/templates/about-new/components/bitrix/form/simple-modal-form/bitrix/form.result.new/.default/style.css?177746771958 */
