

/* Start:/programma-dlya-lombarda/perekhod-na-eps//style.css?167238930012000*/
img {
	max-width: 100%;
}

.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;
}

.tx-center {
	text-align: center;
}

.tx-red {
	color: #bb2f2c;
}

b {
	font-weight: 600;
}

a {
	color: #bb2f2c;
}

.top-section p {
	font-size: 18px;
	text-transform: initial;
}

section {
	margin: 40px 0;
}

section p {
	font-size: 18px;
}

section p+p {
	margin-top: 30px;
}

section .col-left {
	width: 55%;
	padding: 0 40px;
	margin: 20px 0;
}

section .col-full {
	padding: 0 40px;
	margin: 40px 0;
}

section .col-right {
	width: 45%;
	padding: 0 40px;
	margin: 20px 0;
}

section.eps .col-right {
	width: 55%;
	padding-right: 80px;
	padding-left: 40px;
}

section.eps .col-left {
	width: 45%;
	padding-left: 80px;
	padding-right: 40px
}

section.eps .col-full {
	padding: 0 80px;
}

section.top-section .col-left {
	width: 45%;
	padding-right: 30px;
	padding-left: 0;
	margin: 20px 0;
}

section.top-section .col-full {
	padding: 0 40px;
	margin: 20px 0;
}

section.top-section .col-right {
	width: 55%;
	padding-left: 30px;
	padding-right: 0;
	margin: 20px 0;
}

section>.container {
	display: flex;
	flex-wrap: wrap;
}

section.section-feed-back>.container{
	display: block;
}

section.red {
	margin: 50px 0;
	background: #bb2f2c;
	padding: 35px 0;
}

section.red p.center-block {
	text-align: center;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}

section.white{
	margin: 50px 0;
	background: #fff;
	padding: 35px 0;
}

section.white p.center-block {
	text-align: center;
	font-size: 21px;
	color: #bb2f2c;
	text-transform: uppercase;
}



.center-block{
	width: 100%;
	text-align: center;
}

section.red-backgr {
	background: url('/images/red_plashka.jpg');
	background-size: cover;
	padding: 80px 0;
}

section.dark-red-backgr {
	background: url('/images/dark_red_plashka.jpg');
	background-size: cover;
	margin-top: -50px;
}

section.red {
	color: #fff;
}

section p.h3 {
	color: #bb2f2c;
	font-size: 24px;
	font-weight: bold;
}

section.dark-red-backgr .flex-list p {
	font-size: 14px;
}

.flex-list {
	display: flex;
	list-style: none;
	padding-left: 0;
}

.flex-list li {
	/*width: 20%;*/
	margin: 0 20px;
}

.top-section {
	margin-top: 85px;
}

.col-right-center {
	text-align: center;
}

.merits-list, .demerits-list {
	list-style: none;
	margin-top: 30px;
	padding-left: 30px;
	margin-bottom: 80px;
}

.merits-list li {
	position: relative;
	margin-bottom: 15px;
}

.merits-list li p {
	font-size: 21px;
}

.merits-list li:before {
	content: url('/bitrix/templates/programma-dlya-lombarda/img/ok.svg');
	position: absolute;
	left: -30px;
	top: 7px;
}

.demerits-list li {
	position: relative;
	margin-bottom: 15px
}

.demerits-list li p {
	font-size: 21px;
}

.demerits-list li:before {
	content: url('/bitrix/templates/programma-dlya-lombarda/img/not.svg');
	position: absolute;
	left: -30px;
	top: 7px;
}

section .col-left-big-list {
	padding-right: 60px;
}

body {
	counter-reset: section;
}

.red-hr {
	border-top: 2px solid #bb2f2c;
	margin-left: 180px;
	margin-right: 40px;
}

h2.big-list {
	position: relative;
	padding-left: 140px;
	color: #bb2f2c;
	font-size: 35px;
	text-transform: uppercase;
	min-height: 160px;
	margin-bottom: 60px;
}

h2.big-list:before {
	counter-increment: section;
	content: counter(section);
	font-size: 225px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 160px;
	font-weight: 100;
}

.p-list-item {
	font-size: 22px;
	padding: 0 80px;
	position: relative;
	margin-bottom: 40px;
}

.p-list-item:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	font-size: 60px;
	color: #bb2f2c;
	left: 0;
	top: 0;
	line-height: 60px;
}

.fit-img {
	max-width: fit-content;
}

.h2_big {
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 40px;
	margin-bottom: 40px
}

.h2_sub_big {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px
}

.line-list {
	margin: 10px 0;
}

.line-list p {
	position: relative;
	padding-left: 40px;
}

.line-list p a {
	color: #000000;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: underline;
	letter-spacing: 0.01em;
	padding: 5px 0;
    display: inline-block;
}

.line-list p:before {
	content: '';
	width: 4px;
	background: #bb2f2c;
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
}

.line-list-gray p:before {
	background: #737373;
}

section.red h2.big-list {
	color: #fff;
}

section.red h3 {
	color: #fff;
}

section.red .demerits-list li:before {
	content: url('/bitrix/templates/programma-dlya-lombarda/img/not-white.svg');
}

section.red .merits-list li:before {
	content: url('/bitrix/templates/programma-dlya-lombarda/img/ok-white.svg');
}

section.red .red-hr {
	border-top: 2px solid #fff;
	margin-left: 180px;
	margin-right: 40px;
	width: 100%
}

section.red .red-hr {
	margin: 60px;
}

.col-left-big-list>* {
	padding-left: 140px;
}

.eps-bottom p.h2 {
	color: #bb2f2c;
	font-size: 30px;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
}

section.eps-bottom p {
	/*text-transform: uppercase;*/
	font-size: 24px;
	/*font-weight: 600;*/
}

section.eps-bottom .col-left {
	width: 50%;
	padding-left: 80px;
}

section.eps-bottom .col-right {
	width: 50%;
}

@media screen and (max-width: 1960px) {
	.fit-img {
		max-width: 120%;
	}
}

@media screen and (max-width: 1630px) {
	section .col-left {
		padding: 0 30px;
	}
	section .col-right {
		padding: 0 30px;
	}
	.top-section p {
		font-size: 16px;
	}
	section.red p.center-block {
		font-size: 21px;
	}
	h2.big-list {
		font-size: 28px;
		padding-left: 120px;
	}
	h2.big-list:before {
		line-height: 120px;
		font-size: 170px;
	}
	section p {
		font-size: 18px;
	}
	.demerits-list li p, .merits-list li p {
		font-size: 18px;
	}
	.col-left-big-list>* {
		padding-left: 120px;
	}
	.h2_big {
		font-size: 23px;
	}
	.h2_sub_big {
		font-size: 21px;
	}
	section.dark-red-backgr .flex-list p {
		font-size: 14px;
	}
	.flex-list li {
		margin: 0 10px;
	}
	.p-list-item {
		font-size: 20px;
		padding: 0 60px;
	}
	section.eps .col-left {
		padding: 0 20px;
	}
	section.eps .col-right {
		padding-right: 20px;
	}
	section.eps .col-full {
		padding: 0 60px;
	}
	section p.h3 {
		font-size: 20px;
	}
	section.eps-bottom .col-left {
		padding-left: 60px;
	}
	.eps-bottom p.h2 {
		font-size: 24px;
	}
	section.eps-bottom p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	section .col-left {
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}
	section .col-right {
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}
	.h1 {
		font-size: 36px;
	}
	.top-section {
		margin-top: 20px;
	}
	section.red {
		margin: 60px 0;
	}
	section.red p.center-block {
		font-size: 18px;
	}
	.red-hr {
		margin: 0;
	}
	.col-left-big-list>* {
		padding-left: 0;
	}
	.mobile-order-0 {
		order: -1;
	}
	section.eps .col-left, section.eps .col-right, section.top-section .col-left, section.top-section .col-right {
		width: 100%;
		padding: 0;
	}
	section.dark-red-backgr {
		margin-top: -80px;
	}
	section.dark-red-backgr .flex-list p {
		font-size: 13px;
	}
	.p-list-item {
		font-size: 16px;
		padding: 0 60px;
	}
	section p {
		font-size: 16px;
	}
	section.eps-bottom .col-left, section.eps-bottom .col-right {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	section {
		margin: 20px 0;
	}
	.h1 {
		font-size: 30px;
	}
	.top-section p {
		font-size: 16px;
	}
	h2.big-list {
		padding-left: 0;
		font-size: 22px;
		margin-bottom: 20px;
		min-height: auto;
	}
	h2.big-list:before {
		font-size: 1em;
		line-height: normal;
		position: relative;
	}
	section.red {
		margin: 20px 0;
	}
	section.red p.center-block {
		font-size: 16px;
	}
	.fit-img {
		max-width: 100%;
	}
	.demerits-list li p, .merits-list li p, section p {
		font-size: 16px;
	}
	.merits-list, .demerits-list {
		margin-bottom: 20px;
	}
	section.red-backgr {
		padding: 0;
	}
	section.red .red-hr {
		margin: 20px;
	}
	.h2_big {
		text-align: center;
		font-size: 21px;
		padding: 0;
	}
	section .col-full {
		padding: 0;
	}
	.h2_sub_big {
		font-size: 18px;
		text-transform: initial;
	}
	.flex-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	section.dark-red-backgr {
		margin-top: -20px;
	}
	.flex-list li {
		width: 100%;
		margin: 20px 0;
	}
	section.dark-red-backgr .flex-list p {
		font-size: 16px;
	}
	.p-list-item {
		padding: 0;
		margin-bottom: 0px;
	}
	.p-list-item:before {
		position: relative;
		font-size: initial;
		line-height: normal;
	}
	section.eps-bottom .col-left, section.eps-bottom .col-right, section.eps .col-full, section.eps .col-right, section.eps .col-left {
		padding: 0;
	}
	.eps-bottom p.h2 {
		font-size: 20px;
	}
	section.eps-bottom p {
		font-size: 16px;
	}
}


.eps-title {
    background: linear-gradient(45deg, #c30f00 0%, #c30f00 140%);
    margin-bottom: -40px;
	margin-top: 0;
}
.eps-title .container {
    position: relative;
	display: block;
}

.eps-title img {
    position: absolute;
    right: 4%;
    /* top: 11px; */
    bottom: 40px;
    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-block{
	width: 50%;
}

.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 h2 {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    padding-top: 45px;
	text-align: center;
	text-decoration: underline;
	max-width: 50%;
}
.eps-title h2 a{
	color: #fff;
}
.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);
    width: 352px;
    height: 66px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
	margin: 0 auto;
}


.eps-title-btn:hover, .eps-title-btn:focus {
    color: #fff;
}
.eps-title__p{
	font-size: 18px;
}

@media (max-width: 1660px) {
    .eps-title h2 {
		font-size: 28px;
    }
    .eps-title-list {
		font-size: 16px;
    }
	.eps-title-btn{
		width: 330px;
		height: 50px;
		color: #fff;
		font-size: 19px;
	}
}

@media (max-width: 1440px) {
    .eps-title h2 {
		font-size: 28px;
    }
    .eps-title-list {
		font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .eps-title h2 {
        font-size: 26px;
    }
    .eps-title-list {
        font-size: 16px;
    }
	.eps-title img{
		bottom: 17%;
	}
}

@media (max-width: 992px) {
    .eps-title h2 {
        font-size: 26px;
		max-width: 100%;
    }
    .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;
    }
	.eps-title-block{
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/form_soap_submit_popup_2020_ajax/style.css?17441147407757*/
.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;*/
	height: 1px;
    width: 1px;
    opacity: 0;
}

.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 */
/* /programma-dlya-lombarda/perekhod-na-eps//style.css?167238930012000 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/form_soap_submit_popup_2020_ajax/style.css?17441147407757 */
