

/* Start:/bitrix/templates/.default/fancybox/source/jquery.fancybox.css?17102739164939*/
/*! 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:/programma-dlya-lombarda//style.css?171027387721809*/
img {
    max-width: 100%;
}

.footer {
    margin-top: 0 !important;
}

section {
    position: relative;
}

section .anchor-link {
    position: absolute;
    top: -50px;
}

main {
    font-size: 16px;
}

.border-btn {
    font-size: clamp(16px, 1.5vw, 24px);
    line-height: 1.2;
    font-weight: 400;
    color: #a63320;
    padding: 12px 30px;
    width: 860px;
    border: 3px solid #a63320;
    display: block;
    margin: clamp(20px, 5vw, 40px) auto clamp(40px, 5vw, 80px) auto;
    text-align: center;
    max-width: 100%;
}

@media (max-width: 992px) {
    .border-btn br{
        display: none;
    }
}

.border-btn:hover{
    color: #a63320;
}

.h1 {
    color: #cc3333;
    font-size: 43px;
    text-align: center;
    text-transform: uppercase;
}

.h2 {
    color: #000;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

main .main-page-section-banner .info {
    padding: 20px 20px;
}

main .main-page-section-banner .sub-title-list {
    margin: 10px -20px 10px -20px;
    padding: 20px 20px;
}

.main-page__btn {
    margin-top: 10px;
}

.main-page__btn a {
    margin: auto;
}

main .main-page-section-banner {
    background-image: url(/programma-dlya-lombarda//images/lombard-banner-main.jpg);
}

main .main-page-section-banner .flex-container {
    max-height: 650px;
}

.section-external-fomrs {
    background: #a63320;
    color: #fff;
    padding: 20px 0;
}

.mn_line_3 {
    margin-bottom: 40px;
}

body .section-main-u2u--lombard .square-list p {
    margin-top: 5px;
}

body .section-main-u2u__info p {
    margin-bottom: 15px;
}

body .section-main-u2u__info p.red {
    color: #f30808;
    font-size: 19px;
}

body .section-main-u2u__info p.red a {
    color: #f30808;
}

body .section-main-u2u .square-list p {
    font-size: 17px;
}

body .section-main-u2u__info p.u2u__info--title {
    font-size: 21px;
}

body .section-main-u2u .square-list {
    margin-bottom: 15px;
    padding-left: 10px;
}

.section-external-fomrs .h2 {
    font-size: 48px;
    color: #fff;
    text-transform: none;
    margin-bottom: 30px;
}

.section-external-fomrs .square-list {
    margin: 20px 0;
    padding-left: 10px;
}

.section-external-fomrs p {
    font-size: 16px;
}

.section-external-fomrs .square-list li p {
    font-size: 19px;
}

.section-external-fomrs .square-list li p::before {
    background: #fff;
    width: 9px;
    height: 9px;
    margin-right: 20px;
}

.section-external-fomrs .square-list-title {
    font-size: 32px;
}

.section-external-fomrs a {
    text-decoration: underline;
    color: #fff;
}

.section-external-fomrs a:hover {
    color: #fff;
}

.picture-absolute {
    position: absolute;
}

.section-lombard-advantages {
    margin: 0 0 100px 0;
    background: url('/programma-dlya-lombarda//images/back.jpg');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.section-lombard-advantages.work {
    margin: 0 0 100px 0;
    background: url('/programma-dlya-lombarda//images/back-01.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lombard-advantages-item__title {
    font-size: 40px;
    color: #000000;
    text-align: left;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

.lombard-advantages-item {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.lombard-advantages-item img {
    margin: 65px 0px 40px 0px;
}

.section-lombard-advantages .square-list {
    margin: 20px 0 20px 0;
}

.work .lombard-advantages-item:first-child .square-list {
    margin: 20px 0 20px 10%;
}

.work .lombard-advantages-item:last-child .square-list+p {
    text-align-last: left;
}

.lombard-advantages-item:nth-child(2) .square-list-title {
    text-align: left;
}

.section-lombard-advantages .square-list-title {
    text-align: left;
}

.section-lombard-advantages .square-list--small {
    margin-left: 30px;
}

.section-lombard-advantages .square-list li p {
    font-size: 19px;
}

.section-lombard-advantages .square-list--small li p {
    font-size: 16px;
}

.section-lombard-advantages big, .gray-section__link big, .bonus-1__link big, .bonus-2__link big, .bonus-3__link big, .bonus-4__link big, .bonus-5__link big {
    color: #a63320;
    font-size: 19px;
}

.section-lombard-advantages big a, .red-section__link a, .gray-section__link a, .bonus-1__link a, .bonus-2__link a, .bonus-3__link a, .bonus-4__link a, .bonus-5__link a {
    font-size: 19px;
    color: #a63320;
    text-decoration: underline;
}

.lombard-advantages-item svg {
    max-width: 250px;
    margin-top: 20px;
}

.square-list p {
    font-size: 19px;
}

.square-list li ul {
    margin: 10px 0;
    font-size: 18px;
}

.square-list li ul li {
    margin-bottom: 8px;
}

.section-fixed-background {
    height: 400px;
    background-image: url(/programma-dlya-lombarda//images/back-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fixed-background-bottom {
    background-image: url(/programma-dlya-lombarda//images/back-2.jpg);
}

.gray-section {
    background-color: #f5f5f6;
    padding: 35px 0 50px 0;
}

.mobile-app__title h2, .gray-section h2, .red-section h2 {
    font-size: 40px;
    color: #000000;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.mobile-app__title h2 {
    text-align: left;
}

.gray-section p a {
    color: #333;
    text-decoration: underline;
}

.gray-section .square-list {
    margin: 0px 0px 0px 20%;
}

.gray-section .col-md-3 {
    text-align: center;
}

.gray-section .col-md-3 svg {
    width: 265px;
    margin: 50px 0px 30px 0px;
}

.red-section {
    padding: 25px 0;
    background-color: #a63320;
    color: #fff;
}

.red-section .square-list-title {
    text-align: center;
    margin: 10px auto 30px;
    max-width: 335px;
}

.red-section__text {
    margin: 0px 0px 30px 0px;
}

.red-section .square-list li p::before {
    background: #fff;
}

.red-section__item {
    margin: 0px 0px 40px 0px;
}

.red-section__item:nth-child(2) .square-list {
    border-left: 4px solid #fff;
    border-radius: 2px;
    padding: 0px 0px 0px 15%;
}

.red-section__link {
    text-align: center;
}

.red-section__link a, .red-section_title h2 {
    color: #fff;
}

.red-section__text p {
    margin: 0px 0px 20px 0px;
}

.gray-section__link {
    margin: 25px 0px 0px 0px;
}

.mobile-app__title {
    margin: 50px 0 50px 0;
}

.mobile-app__link {
    padding: 0px 0px 0px 8%;
    margin: 35px 0px 0px 0px;
}

.mobile-app__link a, .site-cons__btn a {
    text-transform: uppercase;
    font-size: 16px;
    color: #a63320;
    padding: 20px 30px;
    border: 2px solid #a63320;
    display: inline-block;
}

.mobile-app__link a:hover, .site-cons__btn a:hover {
    text-decoration: none;
}

.site-cons__btn {
    margin: 35px 0px 0px 0px;
}

.mobile-app .square-list {
    margin: 0px 0px 35px 0px;
}

.mobile-app .square-list p {
    margin: 0;
}

.mobile-app img {
    margin: 0 0 -24px;
}

.mobile-app .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.mobile-app .row::after, .mobile-app .row::before {
    content: none;
}

.bonus-1 {
    padding: 20px 0px 65px 0px;
    text-align: center;
    background-color: #f5f5f6;
}

.bonus-1__subtitle, .bonus-1__title, .bonus-2__title, .bonus-3__title {
    font-size: 40px;
    letter-spacing: 0.01em;
}

.bonus-1__title {
    margin: 0px 0px 35px 0px;
}

.bonus-1__title, .bonus-1 .square-list__title span {
    text-transform: capitalize;
}

.bonus-1__title span {
    color: #a63320;
    text-transform: lowercase;
    display: block;
}

.bonus-2__title, .bonus-3__title {
    text-align: center;
    font-size: 40px;
}

.bonus-2__title span, .bonus-3__title span {
    display: block;
    margin: 30px 0 60px 0;
}

.bonus-1 .square-list__title span {
    display: block;
    margin: 40px 0px 45px 0px;
}

.bonus-1 .square-list {
    text-align: left;
    display: inline-block;
}

.bonus-2-3 {
    padding: 35px 0 55px 0;
    background: url(/programma-dlya-lombarda-test//images/bonus-2-3-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bonus-2__text, .bonus-3__text {
    margin: 0px 0px 50px 0px;
}

.bonus-2__descr-title, .bonus-3__descr-title {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.bonus-2__link, .bonus-3__link {
    margin: 30px 0px 55px 0px;
}

.bonus-3__link {
    text-align: right;
}

.bonus-3 .square-list {
    margin: 0 0 0px 10%;
}

.bonus-3 .square-list p {
    margin: 0 0 5px 0;
}

.bonus-4 {
    padding: 30px 0 75px 0;
    background-color: #f8f2ef;
}

.bonus-4__title, .bonus-5__title {
    text-transform: uppercase;
    color: #a63320;
    text-align: center;
    margin: 0px 0px 60px 0px;
}

.bonus-4__title span, .bonus-5__title span {
    text-transform: none;
    margin: 25px 0px 0px 0px;
    display: block;
}

.bonus-4__text {
    margin: 0px 0px 80px 0px;
}

.bonus-4__text p, .bonus-5__text p {
    margin: 0px 0px 35px 0px;
}

.bonus-4__text a, .bonus-5__text a {
    text-decoration: underline;
    color: #333;
}

.bonus-4__text a+a {
    text-decoration: none;
    color: #a63320;
}

.bonus-4__link, .bonus-5__link {
    text-align: center;
}

.bonus-5__link {
    margin: 0px 0px 55px 0px;
}

.dop-bonus p {
    margin: 0px 0px 40px 0px;
}

.dop-bonus a {
    color: #fff;
    text-decoration: underline;
}

.price {
    background-color: #e4e4e4;
    padding: 10px 0 45px;
}

.price__img p, .price__img {
    text-align: center;
}

.price__img p {
    margin: 30px 0px;
}

.price__title {
    text-align: center;
    margin: 0px 0px 45px 0px;
}

.price__descr-item {
    margin: 0px 0px 0px 10%;
    max-width: 380px;
}

.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;
}

.footer__container::after, .footer__container::before {
    display: none;
}

h2, .h2 {
    font-size: 34px;
}

.lombard__title {
    text-align: center;
    font-size: 44px;
    margin: 0px 0px 40px 0px;
    color: #fff;
}

.lombard__text p {
    margin: 0px 0px 20px 0px;
    color: #fff;
}

.lombard__text p a {
    color: #fff;
}

.lombard__text p:last-child {
    margin-bottom: 50px;
}

.lombard-items {
    background: #F5F5F6;
}

.lombard-items-title {
    color: #f30808;
    font-size: clamp(24px, 2vw, 44px);
    text-align: center;
}

.lombard-items-title a {
    color: #f30808;
    margin-bottom: 20px;
}

.lombard-items-subtitle {
    font-size: 28px;
    margin: 0px 0px 20px 0px;
}

.lombard-items-text {
    font-size: clamp(18px, 1.5vw, 30px);
    text-align: center;
    margin: 30px 0px 40px 0px;
}

.section-main-u2u {
    color: #000 !important;
}

.section-main-u2u__info p {
    color: #000 !important;
}

body .section-main-u2u__info p.red {
    color: #f30808 !important;
}

.section-main-u2u .square-list li p::before {
    background: #000 !important;
}

.border-item {
    background: #363636;
}

.section-main-u2u .border-item .news-title {
    text-align: center;
}

.section-main-u2u .border-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 230px;
    width: 100%;
}

.lombard-items .flex-container {
    margin: 0px 0px 65px 0px;
}

.lombard-cart-items>div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lombard-cart-items .border-item img {
    height: 280px;
}

.section-main-u2u.section-main-u2u--lombard {
    /* padding-bottom: 0; */
}

.loan {
    display: none;
}

.section-main-u2u .flex-container {
    /* align-items: flex-start !important; */
}

@media (max-width: 1630px) {
    .lombard-cart-items .border-item img {
        height: 230px;
    }

    .price__descr-item p {
        font-size: 16px;
    }

    .price__descr-item p+p {
        font-size: 22px;
    }

    .descr-item__price {
        font-size: 35px;
        color: #a63320;
        display: block;
    }

    h2, .h2 {
        font-size: 30px;
    }

    .bonus-2__img, .bonus-3__img {
        margin-top: 60px;
    }

    .square-list p {
        font-size: 17px;
    }

    .section-lombard-advantages .square-list li p {
        font-size: 17px;
    }

    .work .lombard-advantages-item:first-child .square-list {
        margin-left: 30px;
    }

    .section-lombard-advantages big, .gray-section__link big, .bonus-1__link big, .bonus-2__link big, .bonus-3__link big, .bonus-4__link big, .bonus-5__link big {
        font-size: 17px;
    }

    .section-lombard-advantages .square-list-title {
        text-align: left;
    }

    .gray-section .square-list {
        margin-left: 15%;
    }

    .section-external-fomrs .square-list li p {
        font-size: 17px;
    }

    .section-external-fomrs .h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media(max-width:1200px) {
    .lombard-items .col-40 {
        margin: 0px 0px 35px 0px;
    }

    .bonus-3__link {
        text-align: left;
    }

    .bonus-3 .square-list {
        margin: 0;
    }

    body .section-main-u2u .square-list, body .section-main-u2u .border-item {
        margin: 0;
    }

    body .section-main-u2u__info p, body .section-main-u2u__info h2 {
        text-align: left;
    }
}

@media(max-width:992px) {
    .picture-absolute {
        position: relative;
    }

    .section-external-fomrs .h2 {
        font-size: 35px;
    }

    .section-external-fomrs .square-list-title {
        font-size: 25px;
    }

    .lombard-advantages-item:first-child .square-list {
        margin: 20px 0 20px 0;
    }

    .section-lombard-advantages .square-list-title {
        text-align: left;
    }

    .red-section__item:nth-child(2) .square-list {
        border-left: none;
        border-radius: 2px;
        padding: 0;
    }

    .gray-section .square-list, .mobile-app .square-list {
        margin: 0;
    }

    .gray-section__link {
        text-align: center;
    }

    .mobile-app__link {
        padding: 0;
    }

    .price__descr-item {
        margin: 0 auto 70px;
    }

    .price__descr {
        text-align: center;
    }

    .mobile-app__link, .site-cons__btn {
        text-align: center;
    }

    .bonus-1__link, .bonus-2__link, .bonus-3__link, .bonus-4__link, .bonus-5__link {
        text-align: center;
    }

    .work .lombard-advantages-item:last-child .square-list+p {
        text-align-last: center;
    }

    h2, .h2 {
        font-size: 26px;
    }

    .section-lombard-advantages {
        margin: 0 0 20px;
    }

    .lombard-advantages-item {
        margin: 30px 0;
    }
}

@media(max-width:550px) {
    .lombard-advantages-item img {
        margin: 30px 0;
    }

    main h2, main .h2, .section-external-fomrs .h2 {
        font-size: 24px;
    }

    .section-external-fomrs .square-list-title {
        font-size: 20px;
    }

    .section-lombard-advantages .square-list li p, .section-external-fomrs .square-list li p {
        font-size: 17px;
    }

    .mobile-app__title h2, .gray-section h2, .red-section h2 {
        font-size: 30px;
    }

    .gray-section .col-md-3 svg {
        width: 195px;
        margin: 0px 0px 30px 0px;
    }

    .work .lombard-advantages-item:first-child .square-list {
        margin-left: 0;
    }

    .section-external-fomrs .square-list {
        padding-left: 0;
    }

    .lombard-advantages-item__title {
        margin-bottom: 20px;
    }
}

@media(max-width:430px) {
    .site-cons__btn a {
        font-size: 13px;
    }

    .mobile-app__link a, .site-cons__btn a {
        font-size: 13px;
    }
}

@media(max-width:375px) {
    .site-cons__btn a {
        font-size: 10px;
    }
}

.eps-title {
    background: linear-gradient(45deg, #c30f00 0%, #c30f00 140%);
    /* margin-bottom: -40px; */
}

.eps-title .container {
    position: relative;
}

.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;
}

.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 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding-top: 45px;
    max-width: 70%;
}

.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: rgba(245, 245, 245, 0);
    ; */
    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;
}

.eps-title-btn:hover, .eps-title-btn:focus {
    color: #fff;
}

@media (max-width: 1630px) {
    .eps-title h1 {
        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: 20%;
        right: 0%;
    }
}

@media (max-width: 1440px) {
    .eps-title h1 {
        font-size: 40px;
    }

    .eps-title-list {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .eps-title h1 {
        font-size: 40px;
    }

    .eps-title-list {
        font-size: 18px;
    }

    .eps-title img {
        top: 30%;
    }
}

@media (max-width: 992px) {
    .eps-title h1 {
        font-size: 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;
        width: 300px;
        height: 55px;
    }

    .eps-title-list li {
        margin: 20px 0;
    }

    .eps-title__p {
        margin-bottom: 40px;
    }
}

.section-lm-eps {
    background: #aa2b28;
    color: #fff;
    margin-bottom: -40px;
}

.section-lm-eps__container {
    display: flex;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.section-lm-eps__images {
    width: 60%;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
}

.section-lm-eps__title {
    font-size: 46px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin: 40px 0;
}

.section-lm-eps .square-list li p::before {
    background: #fff;
}

.section-lm-eps .square-list li p {
    font-size: 20px;
    margin-bottom: 15px;
}

.section-lm-eps .square-list {
    margin: 40px 0;
    padding-left: 50px;

}

.section-lm-eps__btn a {
    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;
    border-radius: 4px;
    margin: 30px auto;
    text-decoration: none;
}

.section-lm-eps__images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (max-width: 1440px) {
    .section-lm-eps__title {
        font-size: 38px;
    }

    .section-lm-eps .square-list li p {
        font-size: 20px;
    }

    .section-lm-eps__btn a {
        height: 60px;
        color: #fff;
        font-size: 21px;
    }
}


@media (max-width: 1200px) {
    .section-lm-eps__title {
        font-size: 32px;
    }

    .section-lm-eps .square-list li p {
        font-size: 16px;
    }

    .section-lm-eps__btn a {
        height: 60px;
        color: #fff;
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .section-lm-eps__title {
        font-size: 32px;
    }

    .section-lm-eps__images {
        width: 100%;
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 30px;
    }

    .section-lm-eps__container {
        padding: 0 15px;
        flex-wrap: wrap;
    }

    .section-lm-eps .square-list {
        padding: 0;
    }

    .section-lm-eps__btn a {
        width: 90%;
        max-width: 300px;
    }
}
/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/trust/style.css?1710273916736*/
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?17102739161837*/
.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:/bitrix/templates/programms_2019/components/bitrix/news.list/client.slider/style.css?17102739162146*/
.client__item {
  margin-right: 35px;
  margin-left: 35px;
}

.client__item-img {
  /* width: 197px;
  height: 183px; */
}

.client__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client__item-message a,
.client__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;
}

.client__item-message {
  margin-left: 22px;
}

.client__item-date {
  font-size: 10px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}

.client .slick-prev, .client .slick-next{
  height: 80px;
  background: rgba(255, 255, 255, 0.46);
}

.client__item-position {
  font-size: 14px;
  color: rgb(112, 112, 112);
  line-height: 1.2;
  text-align: left;
}

.client-title {
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  /* margin: 60px 0 30px 0; */
  background: linear-gradient(90deg, #d52819, #731716);
  color: #fff;
  padding: 10px 0;
  margin: 0 0 40px;
  letter-spacing: 1px;
}

.client.slick-slider {
  margin-bottom: 30px;
}

.section-u2u .news-title {
  font-size: 22px;
}

.client .slick-track {
  margin: 0;
}

@media (max-width: 1600px) {
  .client__item-img {
    /* width: 100px;
    height: 100px; */
  }

  .client__item-message a,
  .client__item-message p {
    font-size: 16px;
  }

  .client__item {
    margin: 0 10px;
  }

  .client__item-message a,
  .client__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;
  }

  .client-title {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .client__item-position {
    display: none;
  }

  .client-title {
    font-size: 28px;
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/form_soap_submit_popup_2020_ajax/style.css?17102739167707*/
.forma_block .checkbox-block {
	margin-bottom: 10px;
	width: 96%;
}

.forma_block .input-block {
	margin-bottom: 0
}

.forma_block .input-block label {
	width: 100%;
}

.forma_block .checkbox-block .form-group:last-child {
	margin-left: 0;
	text-align: right;
}

.forma_block .input-block .form-group.form-center {
	margin-left: 0;
}

.forma_block .form-center .form-control {
	width: 96%;
}

.popup_container table .form-control{
	border: 0px;
  background-color: transparent;
	border-bottom: 1px solid #cacaca;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.4rem;
	outline: 0 !important;
}
.popup_container table .form-control:focus{
	border-color: #cacaca;
	-webkit-box-shadow: none;
  box-shadow: none;
}
.popup_container table img{
	padding: 0;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	max-height: 34px;
	margin-left: 10px;
}
.confirm label {
	width: initial!important;
}

.confirm {

}
label.confirm {
	margin: 5px 0 15px 0;
}
.confirm span {
	padding-right: 10px;
	display: inline-block;
	/* width: calc( 100% - 60px); */
	vertical-align: middle;
	font-size: 12px;
	padding-top: 0;
	margin: 0;
}
.popup_container .g-recaptcha { 
	transform: scale(0.8);
    transform-origin: 0;
    height: 58px;
}
.popup_container table{
	margin-top: 10px;
}
.popup_container {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup_container .modal-content {
	margin: auto;
	max-width: 900px;
	/* height: 840px; */
	background: #fff;
	/*border: 1px solid rgb(102,204,204);*/
	padding: 10px 15px;
	margin-top: 50px;
	border-radius: 0;
}
.popup_container .errortext{
	font-size: 14px;
	text-align: center;
}

.popup_container .close_form {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	/*color:rgb(102,204,204);*/
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.popup_container .modal-body {
	padding: 20px;
	max-width: 900px !important;
	margin: 0 auto;
}

.popup_container h2 {
	text-align: center;
}

.popup_container .forma_block p {
	margin: 0;
	font: 400 16px "OpenSans-Regular", sans-serif;
	text-transform: none;
	color: #333;
	text-align: center;
	padding: 15px 20px;
}
.popup_container .form-group input[type="email"],
.popup_container .form-group input[type="text"] {
	width: 100%;
	max-width: 100%;
	line-height: 35px;
	height: 35px;
	padding-left: 20px !important;
	border: 0px;
	background-color: transparent;
	border-bottom: 1px solid #cacaca;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 1.4rem;
	vertical-align: baseline;
	font-weight: normal;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: inset none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0;
	z-index: 1;
	position: relative;
}

.popup_container .form-group select{
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #cacaca;
	padding: 6px 12px 6px 20px ;
	border-radius: 0;
	font-size: 1.4rem;
}

.form-group {
	position: relative;
}

.form-group input:invalid+label{
	display: inline;
	/* z-index: -1; */
}
input[data-phone='phone'] + label{
	display: none !important;
}
.form-group>label {
	z-index: 0;
  left: 10px;
  cursor: text;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 36px;
  width: 100%;
  display: none;
  color: #929292;
  width: auto;
  font-size: 1.4rem;
  font-weight: 400;
}

[name="form_text_443"] {
	background-image: url('https://uvelirsoft.ru/images/epc/company.png');
}

[name="form_email_532"] {
	background-image: url('https://uvelirsoft.ru/images/epc/phone-call.png');
}

[name="form_text_531"] {
	background-image: url('https://uvelirsoft.ru/images/epc/arroba.png');
}

.form-group-confirm [type="checkbox"] {
	display: none;
}

.form-group-confirm [type="checkbox"]+span::before {
	content: '✓';
	width: 15px;
	height: 15px;
	/* font: normal 12px/16px FontAwesome; */
	text-align: center;
	width: 19px;
	height: 19px;
	border: 2px solid #ccc;
	background: #fff;
	color: transparent;
	outline: 0;
	margin-right: 10px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
}

.form-group-confirm [type="checkbox"]:checked+span::before {
	color: #ccc;
}

.form-group-confirm [for="confirm"] {
	display: flex;
	align-items: center;
	width: 100%;
}

.form-group-confirm .confirm span a {
	width: 100%;
	color: #993333;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
}

.btn_bloc-btn {
	display: block;
	max-width: 370px;
	width: 100%;
	text-align: center;
	padding: 12px 30px;
	margin: 30px auto 10px auto;
	border: 1px solid rgb(217, 40, 25);
	border-radius: 0;
	font-size: 1.4rem;
    text-transform: uppercase;
	background-color: rgb(217, 40, 25);
	color: #fff;
	font-weight: 300 !important;
	opacity: 1;
	transition: all .2s ease-in-out;
}

.form-group>label::after {
	content: '*';
	position: absolute;
	margin: 0 0 0 2px;
	color: #f11a48;
	/* font: normal 8px 'FontAwesome'; */
}

.popup_container .modal-content{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 95vh;
	/* margin: 10px; */
}
.popup_container--message{
	text-align: center;
}

.col-form-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.col-form-container .col-1,
.col-form-container .col-2,
.col-form-container .col-3,
.col-form-container .col-4{
	width: 50%;
	padding: 0 30px;
}
.col-form-container .col-4{
	margin-top: -148px;
}
@media (max-width: 1630px){
	/* .popup_container .modal-body{
		padding: 15px;
	}
	.popup_container .modal-content{
		margin-top: 30px;
	}
	.form-group-confirm [type="checkbox"]+span::before{
		width: 16px;
		height: 16px;
		line-height: 11px;
	}
	.popup_container h2{
		font-size: 24px;
		margin-top: 0;
	}
	
	.popup_container .forma_block p{
		font-size: 14px;
		padding: 5px 10px;
	}
	.form-group{
		margin-bottom: 8px;
	}
	.popup_container .modal-content{
		max-width: 800px;
	}
	.confirm span{
		font-size: 12px;
	}
	.popup_container.btn_bloc-btn{
		max-width: 340px;
		padding: 8px 30px;
	}
	.popup_container .form-group input[type="text"]{
		line-height: 32px;
		height: 32px;
		font-size: 1.2rem;
	}
	.form-group>label{
		font-size: 1.2rem;
	}
	.popup_container .form-group select{
		font-size: 1.2rem;
	}
	.popup_container .btn_bloc-btn{
		margin-top: 30px;
		font-size: 1.4rem;
	} */
	.popup_container .modal-content{
		max-width: 800px;
	}
}
@media (max-width: 992px){
	.col-form-container{
		margin: 0;
	}
	.col-form-container .col-1, .col-form-container .col-2, .col-form-container .col-3, .col-form-container .col-4{
		width: 100%;
		padding: 0;
	}
	.col-form-container .col-4{
		margin-top: 0;
	}
	.popup_container .modal-content{
		padding: 5px;
    max-width: 500px !important;
    margin: 0 auto;
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 90vh;
		margin: 10px auto;
	}
	.popup_container .forma_block p{
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.4;
	}
	.popup_container .forma_block h2{
		font-size: 25px;
	}
	.popup_container .form-group select{
		padding: 4px 2px !important;
	}
	.popup_container .form-group input[type="text"]{
		height: 40px;
		padding: 10px 6px !important;
	}
	.form-group>label{
		left: 20px;
	}
	.popup_container .modal-content{
		top: 50%;
		transform: translateY(-50%);
	}
	.popup_container .close_form{
		top: 0;
    right: 0;
	}
	.popup_container .modal-body{
		padding: 10px ;
	}
	.confirm span{
		font-size: 11px;
	}
	.form-group-confirm [type="checkbox"]+span::before{
		width: 16px;
    height: 16px;
		line-height: 11px;
	}
}
@media (max-width: 550px){
	.popup_container .modal-content{
		max-width: calc(100% - 10px) !important;
	}
}
/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/reviews.slider-2020/style.css?17102739161854*/
.section-slider-reviews {
  background: #464646;
  padding: 70px 0;
}

.section-slider-reviews .title {
  font-size: 34px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}

.slick-slide {
  outline: 0;
}

.slider-reviews-item {
  color: #fff;
  margin: 0 35px;
  outline: 0;
}

.slider-reviews-item .picture img {
  min-width: 218px;
}

.slider-reviews-item .skokba {
  font-size: 100px;
  line-height: .7;
  margin: 0 20px;
}

.slider-reviews-item .message {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  padding-right: 30px;
}

.slider-reviews-item hr {
  border-top: 3px solid #e6774a;
  max-width: 361px;
  margin: 20px 0;
}

.slider-reviews-item .flex-container {
  align-items: flex-start;
}

.slider-reviews-item .position, .slider-reviews-item .company, .slider-reviews-item .name {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.slider-reviews-item .position {}

.slider-reviews-item .company {
  margin-top: 20px;
}

.slider-reviews-item .message p {
  text-indent: 1.5em;
}

@media (max-width: 1200px) {
  .section-slider-reviews .title {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .slider-reviews-item .picture img {
    min-width: 80px;
    max-width: 80px;
  }
  .slider-reviews-item .skokba {
    display: none;
  }
  .slider-reviews-item .flex-container {
    flex-direction: column;
  }
  .slider-reviews-item .info {
    margin-top: 30px;
  }
  .section-feed-back .flex-container>div {
    text-align: center;
  }
  .slider-reviews-item .message{
    padding-right: 0;
  }
  .slider-reviews .slick-prev{
    left: 0px;
  }
  .slider-reviews  .slick-next{
    right: 0px;
  }
}
/* End */
/* /bitrix/templates/.default/fancybox/source/jquery.fancybox.css?17102739164939 */
/* /programma-dlya-lombarda//style.css?171027387721809 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/trust/style.css?1710273916736 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/blog.slider/style.css?17102739161837 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/client.slider/style.css?17102739162146 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/form_soap_submit_popup_2020_ajax/style.css?17102739167707 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/reviews.slider-2020/style.css?17102739161854 */
