

/* Start:/bitrix/templates/.default/fancybox/source/jquery.fancybox.css?14882967604939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/bitrix/templates/.default/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/bitrix/templates/.default/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/bitrix/templates/.default/fancybox/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/bitrix/templates/.default/fancybox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/bitrix/templates/.default/fancybox/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/bitrix/templates/.default/fancybox/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/.default/fancybox/source/helpers/jquery.fancybox-thumbs.css?1488296760735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/lombard-eps//style.css?163030248015883*/
.section-top {
    background: #8a0c0b;
    /* background-image: url(/lombard-eps//images/lombard-eps.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain; */
}

main .slick-dots li button {}

main .slick-dots li button:before {
    color: black;
    border-radius: 50%;
    font-size: 15px;
}

main .slick-dots li.slick-active button:before {
    color: black;
}

main .slick-dots {
    position: static;
}

::marker {
    font-size: 40px;
    line-height: 0;
}

section p {
    margin: 0 2em 10px;
}

.price p, .section-top p {
    margin: 0 0 10px;
}

.square-list li {
    position: relative;
}

.section-edbaza .square-list li p::before, .section-top .square-list li p::before, .eps-title .square-list li p::before {
    background: #fff;
}

.square-list li p::before {
    position: absolute;
    left: 2em;
    top: 0.4em;
}

.section-top .square-list li p::before {
    position: absolute;
    left: 0;
    top: 0.4em;
}

.square-list li p {
    padding-left: 1.5em;
    margin-bottom: 3px;
}

.section-top__info {
    color: #fff;
    /* width: 45%; */
    padding-left: 2%;
}

.section-top__title {
    font-size: 45px;
    line-height: 1.2;
    margin-top: 49px;
    margin-bottom: 11px;
}

.section-top__subtitle {
    font-size: 24px;
    line-height: 1.2;
}

.section-top ul {
    color: #fff;
    font-size: 26px;
    margin: 40px 0 30px 0;
}

.section-top__images {
    width: 60%;
    -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
}

.section-top__images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section-top .container-flex {
    display: flex;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.section-top-btn {
    background: #8a0c0b;
    padding: 18px 0 24px;
}

.section-top-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(222, 79, 2);
    width: 100%;
    max-width: 1320px;
    height: 87px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 36px;
    color: #fff;
    text-decoration: none;
}

.section-top-btn a:hover, .section-top-btn a:focus {
    color: #fff;
}

.eps-title {
    background: linear-gradient(45deg, #ae1614 0%, #84110f 140%);
    margin: 0 0 10px;
    padding-bottom: 40px;
}

.eps-title .container {
    position: relative;
    width: 100%;
    max-width: 1730px;
}

.eps-title img {
    position: absolute;
    right: 4%;
    top: 10%;
    bottom: 0;
    max-width: 40%;
}

.eps-title-list {
    font-size: 24px;
    color: #fff;
    margin: 43px 0px;
    max-width: 50%;
    padding-left: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.eps-title-list li {
    margin: 30px 0px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.eps-title__p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 50px;
}

.eps-title-block {
    width: 50%;
}

.eps-title h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    /* text-align: left; */
    padding-top: 7px;
    max-width: 100%;
    margin-bottom: 85px;
}

.eps-title-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    background-color: #c43a05;
    width: 352px;
    height: 66px;
    color: #fff;
    font-size: 24px;
    /* position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%); */
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none;
}

.eps-title-btn:hover, .eps-title-btn:focus {
    color: #fff;
}

.price-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 3px;
    border-color: #640706;
    background-color: transparent;
    width: 352px;
    height: 60px;
    color: #640706;
    font-size: 22px;
    border-radius: 0px;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    top: -70px;
}

.section-metodologiya__images {
    width: 100%;
    max-width: 350px;
    margin-left: 40px;
    margin-bottom: 0 !;
}

.section-metodologiya .square-list {
    max-width: 1084px;
    float: right;
    padding-right: 34px;
}

.section-metodologiya__info {
    width: calc(100% - 350px);
    /* max-width: 350px; */
    padding-left: 100px;
}

.section-metodologiya .container {
    display: flex;
    align-items: flex-end;
    max-width: 1750px;
    width: 100%;
}

.section-metodologiya__title {
    font-size: 36px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin-bottom: 70px;
}

.section-metodologiya__info {
    font-size: 24px;
    color: rgb(0, 0, 0);
    text-align: left;
}

.section-metodologiya__info .square-list li {
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: 1px;
}

section.section-metodologiya {
    padding-bottom: 65px;
}

.section-perenos {
    background: #f5f5f6;
}

.section-perenos__title {
    font-size: 36px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin-bottom: 23px;
    text-align: center;
}

.section-perenos__info {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    letter-spacing: 1px;
}

.section-perenos__info p {
    margin-bottom: 30px;
}

.section-perenos__flex {
    /* display: flex;
    align-items: center; */
}

.section-perenos__images {
    margin-left: 50px;
    float: right;
}

.info--100 {
    width: 100%;
}

.section-basezn__title {
    text-align: center;
    font-size: 36px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin: 30px 0 50px;
}

.section-basezn__flex {
    /* display: flex; */
}

.section-basezn__info {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.24;
    letter-spacing: 1px;
}

.section-basezn__info p {
    margin-bottom: 28px;
    padding-right: 20px;
}

.section-basezn__images {
    max-width: 955px;
    margin-right: 60px;
    width: 60%;
    float: left;
}

.section-edbaza {
    background: rgb(131, 17, 15);
    background: linear-gradient(135deg, rgba(131, 17, 15, 1) 0%, rgba(175, 22, 20, 1) 50%);
    color: #fff;
    padding-bottom: 12px;
}

.section-edbaza-flex {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
}

.section-edbaza__info {
    width: 100%;
    font-size: 24px;
    padding-left: 0%;
    line-height: 1.2;
    letter-spacing: 1px;
}

.section-edbaza__info .square-list li p::before {
    position: static;
}

.section-edbaza__info-2 {
    font-size: 24px;
    margin: auto;
    max-width: 1820px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.section-edbaza__picture img {
    width: 100%;
}

.section-edbaza__picture {
    width: 40%;
    margin-left: -15px;
    margin-right: 7%;
    margin-bottom: 61px;
    float: left;
    margin-top: 78px;
}

.section-edbaza__title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin: 38px 0 30px;
}

.section-edbaza .container {
    max-width: 1920px;
    width: 100%;
}

.section-giis .container, .section-basezn .container, .section-perenos .container {
    max-width: 1820px;
    width: 100%;
}

.mr-text {
    margin: 0 0 30px 0;
}

main a {
    color: inherit;
    text-decoration: underline;
}

.section-giis__info {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.23;
}

.section-giis__info p {
    margin-bottom: 27px;
}

.section-giis {
    margin-bottom: 20px;
}

.section-giis__picture {
    float: right;
}

.section-giis__title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}

.price {
    background-color: #e4e4e4;
    padding: 10px 0 45px;
}

.price__img p, .price__img {
    text-align: center;
}

.price__img img {
    max-width: 100%;
}

.price__img p {
    margin: 30px 0px;
}

.price__title h2 {
    text-align: center;
    margin: 20px 0px 45px 0px;
    font-size: 36px;
}

.price__descr-item {
    /* margin: 0px 0px 0px 10%; */
    max-width: 380px;
}

.price__descr {
    display: flex;
    flex-wrap: wrap;
}

.price__descr-item:first-child {
    margin-bottom: 70px
}

.descr-item__avail {
    color: #1e740d;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.price__descr-item p {
    font-size: 18px;
}

.price__descr-item p+p {
    font-size: 24px;
}

.descr-item__price {
    font-size: 40px;
    color: #a63320;
    display: block;
}

@media (max-width: 1860px) {
    .section-edbaza__info .square-list+.mr-text+p {
        float: left;
    }
    .section-edbaza__info::after {
        display: block;
        content: "";
        clear: both;
    }
    .section-edbaza__picture {
        margin-bottom: 40px;
    }
}

@media (max-width: 1630px) {
    .eps-title h2 {
        font-size: 45px;
    }
    .eps-title-list {
        font-size: 22px;
    }
    .eps-title-btn {
        width: 330px;
        height: 50px;
        color: #fff;
        font-size: 19px;
    }
    .eps-title img {
        top: 10%;
        right: 0%;
    }
    .price__img img {
        width: 90%;
    }
    .price__descr-item p+p {
        font-size: 22px;
    }
    .price__descr-item {
        width: 50%;
    }
    .descr-item__price {
        font-size: 36px;
    }
    .price__descr-item p {
        font-size: 16px;
    }
    .price-btn a {
        top: 0;
    }
    .price__title h2 {
        font-size: 32px;
    }
}

@media (max-width: 1490px) {
    .section-top__title {
        font-size: 42px;
    }
    .section-top ul {
        font-size: 24px;
    }
    .section-top-btn a {
        font-size: 32px;
        max-width: 1100px;
        height: 80px;
    }
    .eps-title h2 {
        font-size: 40px;
    }
    .eps-title-list {
        font-size: 18px;
    }
    .section-metodologiya__images {
        margin: 0;
    }
    .section-metodologiya__info {
        padding-left: 50px;
        font-size: 20px;
    }
    .section-metodologiya__title {
        font-size: 30px;
    }
    .section-perenos__info {
        font-size: 20px;
    }
    .section-perenos__images {}
    .section-perenos__images img {
        width: 400px;
    }
    .section-basezn__title {
        font-size: 30px;
    }
    .section-basezn__images {
        max-width: 600px;
        margin-right: 60px;
        width: 100%;
    }
    .section-basezn__info {
        font-size: 20px;
    }
    .section-giis__info, .section-edbaza__info-2, .section-edbaza__info {
        font-size: 20px;
    }
    .section-edbaza__title {
        font-size: 30px;
    }
    .section-giis__picture img {
        width: 550px;
    }
    .eps-title img {
        top: 18%;
        right: 0%;
    }
}

@media (max-width: 1200px) {
    .section-top__title {
        font-size: 36px;
    }
    .section-top ul {
        font-size: 21px;
    }
    .section-top-btn a {
        font-size: 28px;
        max-width: 800px;
        height: 60px;
        border-width: 3px;
    }
    .section-metodologiya .container {
        flex-wrap: wrap;
    }
    .section-metodologiya__info {
        width: 100%;
    }
    .section-metodologiya__images {
        margin: 20px auto;
        order: 1;
    }
    .section-metodologiya__info {
        padding-left: 0;
        font-size: 20px;
    }
    .section-metodologiya__info ul {
        padding-left: 20px;
    }
    .section-metodologiya__title {
        font-size: 30px;
        text-align: center;
    }
    .section-perenos__info {
        font-size: 20px;
    }
    .section-perenos__images {}
    .section-perenos__images img {
        width: 200px;
    }
    .section-basezn__title {
        font-size: 30px;
    }
    .section-basezn__flex {
        width: 100%;
        flex-wrap: wrap;
    }
    .section-basezn__images {
        max-width: 600px;
        /* margin: 0 auto; */
    }
    .section-basezn__info {
        font-size: 20px;
    }
    .section-edbaza__picture {
        width: 50%;
        order: 1;
        margin: 60px 15px 40px -15px;
    }
    .section-edbaza__info {
        width: 100%;
    }
    .section-edbaza__info-2 {
        order: 2;
    }
    .section-edbaza__info {
        padding: 0;
    }
}
@media (max-width: 1100px){
    .section-edbaza__info .square-list li p::before{
        position: absolute;
    }
}
@media (max-width: 992px) {
    .section-basezn__flex {
        display: flex;
    }
    .section-basezn__images {
        max-width: 600px;
        margin: 0 auto;
    }
    .section-edbaza-flex{
        display: flex;
    }
    .section-edbaza__info .square-list li p::before{
        position: absolute;
    }
    .section-edbaza__picture {
        width: 100%;
        margin: auto;
    }
    .section-perenos__images {
        margin: 0 auto;
    }
    .section-giis__title, .price__title h2 {
        font-size: 26px;
    }
    .price__descr-item {
        width: 100%;
    }
    .price__descr {
        justify-content: center;
        text-align: center;
    }
    .price__descr-item:first-child {
        margin-bottom: 0;
    }
    .price__descr-item+.price__descr-item {
        margin-top: 50px;
    }
    .section-perenos__flex {
        flex-wrap: wrap;
    }
    .section-perenos__images img {
        width: 300px;
        margin: 30px auto;
    }
    .section-basezn {
        margin-bottom: 30px;
    }
    .section-edbaza {
        padding-bottom: 30px;
    }
    .section-giis__picture {
        float: none;
        text-align: center;
        margin: 20px 0;
    }
    .eps-title h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .eps-title-list {
        font-size: 18px;
    }
    .eps-title-list {
        max-width: 100%;
    }
    .eps-title img {
        display: none;
    }
    .eps-title-btn {
        position: static;
        transform: translate(0);
        margin: 20px auto;
        font-size: 20px;
        max-width: 300px;
        height: 55px;
        width: 100%;
    }
    .eps-title-block {
        width: 100%;
    }
    .eps-title-list li {
        margin: 20px 0;
    }
    .eps-title__p {
        margin-bottom: 40px;
    }
    .price-btn a {
        margin: 20px auto;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    section p {
        margin: 0 0 10px;
    }
    .square-list li p::before {
        left: 0em;
    }
    .section-top__images {
        display: none;
    }
    .section-top__info {}
    .section-top-btn a {
        font-size: 18px;
        max-width: 80%;
        height: 60px;
        border-width: 3px;
        text-align: center;
    }
    .section-metodologiya__info {
        font-size: 16px;
    }
    .section-basezn__images {
        width: 100%;
    }
    .section-giis__picture img {
        width: 100%;
    }
    .section-basezn__info, .section-perenos__info, .section-top ul, .section-edbaza__info, .section-edbaza__info-2, .section-giis__info {
        font-size: 16px;
    }
    .section-top .container-flex {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/trust/style.css?1580198280736*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.slider_trust .slick-slide img{
	width: auto;
	max-width: 100%;
	margin: auto;
	max-height: 70px;
}
.title-trust a,
.title-trust{
	font-size: 34px;
  color: rgb(112, 112, 112);
  /* text-transform: uppercase; */
  line-height: 1.2;
	text-align: center;
	margin: 15px 0;
} 
.slider_trust .slick-prev, .slider_trust .slick-next{
	height: auto;
}
@media (max-width: 1630px){
  .title-trust a, .title-trust{
		font-size: 28px;
	}
	.slider_trust .slick-slide img{
		max-height: 60px;
	}
}
@media (max-width: 992px){
  .title-trust a, .title-trust{
		font-size: 28px;
		margin: 30px 0;
  }
}
/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/blog.slider/style.css?15868470601837*/
.blog__item {
  margin-right: 35px;
  margin-left: 35px;
}

.blog__item-img {
  width: 197px;
  height: 183px;
}

.blog__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item-message a,
.blog__item-message p {
  font-size: 19px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
  max-height: 3.6em;
}

.blog__item-message {
  margin-left: 22px;
}

.blog__item-date {
  font-size: 10px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}

.blog__item-position {
  font-size: 14px;
  color: rgb(112, 112, 112);
  line-height: 1.2;
  text-align: left;
}

.blog-title {
  font-size: 36px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 60px 0;
}

.blog.slick-slider {
  margin-bottom: 60px;
}
.section-u2u .news-title{
  font-size: 22px;
}
.blog .slick-track{
  margin: 0;
}
@media (max-width: 1600px) {
  .blog__item-img{
    width: 100px;
    height: 100px;
  }
  .blog__item-message a,
  .blog__item-message p{
    font-size: 16px;
  }
  .blog__item{
    margin: 0 10px;
  }
  .blog__item-message a,
  .blog__item-message p{
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    max-height: 2.4em;
  }
  .blog-title{
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .blog__item-position{
    display: none;
  }
  .blog-title{
    font-size: 28px;
  }
}
/* End */


/* Start:/local/components/custom/form/templates/yellow-popup/style.css?1788866352558*/
form[data-sid="FORM_SUPPORT"]{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
}
form[data-sid="FORM_SUPPORT"] .ui-input[data-sid="COMMENT"],
form[data-sid="FORM_SUPPORT"] .ui-input[data-sid="CONFIRM"],
form[data-sid="FORM_SUPPORT"] .ui-input.ui-captcha,
form[data-sid="FORM_SUPPORT"] .ui-popup__buttons{
	grid-column: 1 / -1;
}
form[data-sid="FORM_SUPPORT"] .ui-input+.ui-input {
     margin-top: 0px; 
}

@media(max-width: 650px){
     form[data-sid="FORM_SUPPORT"]{
          grid-template-columns: 1fr;
     }
}
/* End */


/* Start:/local/templates/main2023/css/ui.css?178886620411826*/
.ui-select {
    --i-arrowDown: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowUp: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23414042'/%3E%3C/svg%3E%0A");
}

.ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #D7212B;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    height: 60px;
    font-weight: 500;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.ui-button:hover {
    cursor: pointer;
    background: #e9242e;
    color: #fff;
}

.ui-button--white {
    background: #fff;
    border: 2px solid #D7212B;
    color: #D7212B;
}

.ui-button--white:hover {
    background: #D7212B;
    border: 1px solid #D7212B;
    color: #fff;
}

.ui-btn-clear{
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.form-container {
    font-size: 10;
}

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 10;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: #000;
    overflow: hidden;
}

.ui-input--text input::placeholder {
    color: transparent;
}

.ui-input--text input:focus::placeholder {
    color: inherit;
}

.ui-input--text textarea {
    background: #fff;
    border: 1px solid #D7212B;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: #000;
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input, .ui-input--radio input, .ui-input--checkbox input, .ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--radio .ui-input__placeholder, .ui-input--checkbox .ui-input__placeholder {
    display: inline-block;
    line-height: 20px;
}

.ui-input--checkbox input:focus+span::before {
    border-color: #ccc;
}

.ui-input--checkbox input:checked+span::before {
    content: "✓";
    color: #000;
    display: inline-block;
    text-align: center;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #777;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: #231F20;
    font-size: 10;
    line-height: 20px;
    padding: 8px 11px;
    border: 1px solid #DCEAFD;
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-weight: 500;
}

.ui-input--checkbox-2 input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
    color: #1771F1;
    font-weight: 500;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #D7212B;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.radio--border .ui-input__placeholder {
    border: 1px solid #D7212B;
    padding: 18px 5px;
    border-radius: 0;
}

.ui-input__label {
    cursor: pointer;
    display: block;
    font-weight: normal;
}

.ui-input--checkbox .ui-input__label {
    display: inline-block;
    margin-bottom: 0;
}

.ui-input--radio input:focus+span::before {
    background: #ccc;
    border-color: #ccc;
}

.ui-input--radio input:checked+span::before {
    background: #ccc;
    /* box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 0 #ccc; */
    padding: 3px;
    border-color: #ccc;
    background-clip: content-box;
    line-height: 10;
}

.ui-input--radio.radio--border input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
}


.ui-input+.ui-input {
    margin-top: 20px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 10;
    line-height: 143%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: normal;
}

.ui-input--text .ui-input__placeholder {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 15px;
    color: #777;
    padding: 0 5px;
    pointer-events: none;

    font-weight: normal;
}

.ui-input__placeholder>.tx-red {
    color: #D7212B;
    margin-left: 3px;
}

.ui-input textarea.input--not-empty,
.ui-input--text textarea:focus,
.ui-input input.input--not-empty,
.ui-input--text input:focus,
.ui-input--text input:not([value=""]),
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: #fff;
    border-color: #ccc;
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder,
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text textarea.input--not-empty+.ui-input__placeholder,
.ui-input--text textarea:focus+.ui-input__placeholder,
.ui-input--text input.input--not-empty+.ui-input__placeholder,
.ui-input--text input:focus+.ui-input__placeholder {
    top: -10px;
    background: #fff;
    color: #ccc;
}

.ui-input textarea::placeholder {
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red, .ui-input input:focus+.ui-input__placeholder>.tx-red {
    color: #ccc;
}

.ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: #D7212B !important;
}

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: #D7212B;
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 12px 40px 12px 15px;
    margin: 0;
    width: 100%;
    font-size: 10;
    line-height: 20px;
    line-height: inherit;
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    color: #000;
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select .ui-input__placeholder{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: -10px;
    color: #777;
    background: #fff;
    padding: 0 5px;
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-input.ui-input--comment {
    color: var(--ui-color-base-90);
    font-weight: 400;
}

/****************/

.yellow-popup{
     font-weight: normal;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(17, 34, 66, 0.1);
    border: 1px solid rgba(20, 33, 60, 0.08);
    position: relative;
    padding: 20px;
    max-height: 95vh;
}

.yellow-popup .ui-popup__title{
    text-transform: none;
    font-weight: 600;
    color: #14213c;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    text-align: center;
}

.yellow-popup .ui-input .ui-input__wraper{
     display: flex;
     flex-direction: column;
}
.yellow-popup .ui-input .ui-input__placeholder{
     order: 0;
     position: static;
     background: transparent !important;
     margin-bottom: 7px;
     color: inherit !important;
     font-weight: 600;
}
.yellow-popup .ui-input input,
.yellow-popup .ui-input select,
.yellow-popup .ui-input textarea {
     min-height: 50px;
     width: 100%;
     padding: 0 14px;
     border-radius: 12px;
     border: 1px solid rgba(23, 35, 61, 0.16);
     font-size: 15px;
     font-family: inherit;
     background-color: #fff;
     transition: border-color 0.25s ease, box-shadow 0.25s ease;

     font-weight: normal;

     order: 1;
}

.yellow-popup fieldset.ui-input{
    padding: 0 14px 14px;
    border-radius: 12px;
    border: 1px solid rgba(23, 35, 61, 0.16);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.yellow-popup .ui-input legend{
    font-size: inherit;
    color: inherit;
    font-weight: 500;
    border-bottom: 0;
    width: fit-content;
}

.yellow-popup .ui-input legend>.tx-red,
.yellow-popup .ui-input__placeholder>.tx-red{
     color: #D7212B!important;
}

.yellow-popup .ui-input textarea{
     min-height: 120px;
     padding: 12px 14px;
     resize: vertical;
}

.yellow-popup .ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
    cursor: pointer;
    border: none;
    letter-spacing: 0.1px;
    color: #ffffff;
    background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
    box-shadow: 0 10px 24px rgba(199, 108, 19, 0.32);
}

.yellow-popup .lead-success-overlay[hidden] {
    display: none !important;
}
.yellow-popup .lead-success-overlay {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border-radius: inherit;
}

.yellow-popup .lead-success-panel {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 30px 24px 26px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(23, 35, 61, 0.08);
    box-shadow: 0 20px 52px rgba(20, 33, 60, 0.15);
}

.yellow-popup .ui-popup__body{
    position: relative;
}

.ui-popup__container .captchaYandexClass iframe,
.inline-form__container .captchaYandexClass iframe {
    height: auto !important;
}
/* End */


/* Start:/local/templates/main2023/css/ui-popups.css?17872100671606*/
.ui-popup {
    --z-index-menu: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-popup__error {
    color: red;
    margin-bottom: 20px;
}

.ui-popup__error:empty{
    display: none;
}

.ui-popup__buttons{
    margin-top: 20px;
}

.ui-popup__buttons button{
    width: 100%;
}

fieldset.ui-input{
    border: 1px solid #ccc;
    padding: 12px 40px 12px 15px;

}

.ui-input legend{
    color: #777;
    background: #fff;
    padding: 0 5px;
    position: relative;
    left: -8px;

    font-weight: normal;
    width: auto;
    font-size: initial;
    border: 0;
    margin-bottom: 15px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup__title{
    font-weight: 500;
    margin: 10px 0 20px 0;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }
}

/* End */
/* /bitrix/templates/.default/fancybox/source/jquery.fancybox.css?14882967604939 */
/* /bitrix/templates/.default/fancybox/source/helpers/jquery.fancybox-thumbs.css?1488296760735 */
/* /lombard-eps//style.css?163030248015883 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/trust/style.css?1580198280736 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/blog.slider/style.css?15868470601837 */
/* /local/components/custom/form/templates/yellow-popup/style.css?1788866352558 */
/* /local/templates/main2023/css/ui.css?178886620411826 */
/* /local/templates/main2023/css/ui-popups.css?17872100671606 */
