

/* Start:/programma-dlya-lombarda/perekhod-na-eps/zapis-1//../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 */
/* /programma-dlya-lombarda/perekhod-na-eps/zapis-1//../style.css?167238930012000 */
