.preim_block .col {
	float:left;
	width:100%;
	display:block;
}
.preim_block .col._1 {
	margin-bottom:23px;
}
.preim_block .col .preim_list {
	float:left;
	width:100%;
	display:block;
}
.preim_block .col .preim_list .item {
	display:table;
	width:100%;
	min-height:60px;
	margin-bottom:23px;
	padding:0 0 0 45px;
	position:relative;
	background:0 50% no-repeat transparent;
	background-size:30px;
}
.preim_block .col .preim_list .item:last-child {
	margin-bottom:0;
}	
@media screen and (min-width: 360px) {
.preim_block .col .preim_list .item {
	padding-left:70px;
	background-size:46px;
}
}
.preim_block .col .preim_list .item .prein_txt{
	display:table-cell;
	vertical-align:middle;
    font-size: 14px;
	line-height: 1.25;
	color: #333;
}
.preim_block .col .preim_list .item .prein_txt img{
	display:inline-block;
	vertical-align:top;
    margin-top:3px;
    margin-right:5px;
}

@media screen and (min-width: 992px) {
.preim_block .col {
	width:50%;
}
.preim_block .col._1 {
	margin-bottom:0;
}
.preim_block .col .preim_list .item {
	padding-right:60px;
}
.preim_block .col .preim_list .item .prein_txt{
    font-size: 16px;
}
}

.products_list {
	display:block;
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.products_list .item {
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
	padding:0 10px;
	position:relative;
}
@media screen and (min-width: 992px) {
.products_list .item {
	width:33.33%;
	margin-bottom:0;
	padding:0 30px;
}
}
@media screen and (min-width: 1200px) {
.products_list {
	padding:0 80px;
}
}
.products_list .item .cont {
	display:block;
	width:100%;
	float:left;
	margin:0;
	padding:0 0 35px 0;
	border: 1px solid #c8c8c8;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(8 35 48 / 16%), 0 2px 6px rgb(8 35 48 / 12%);
    box-shadow: 0 1px 2px rgb(8 35 48 / 16%), 0 2px 6px rgb(8 35 48 / 12%);
	transition: box-shadow 500ms;
}
.products_list .item .cont:hover {
	box-shadow: 0 10px 50px 0 rgb(0 0 0 / 50%);
}
.products_list .item ._pic {
	display:block;
    width: 100%;
	float:left;
    padding-top: 35.9%;
	border-radius: 5px 5px 0 0;
    background: 50% 50% no-repeat transparent;
    background-size: cover;
}
.products_list .item ._title {
	float:left;
    width: 100%;
	height: 46px;
    padding:15px 20px;
    font-size: 16px;
	color:#000;
	line-height:1;
	font-weight:bold;
	text-align:center;
}
.products_list .item ._descr {
	float:left;
	width:100%;
	margin:0;
	padding:0 20px;
	position:relative;
	display:block;
}
.products_list .item ._descr ._line {
	float:left;
	display: table;
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	border-bottom:1px solid #c8c8c8;
}
.products_list .item ._descr ._cap,
.products_list .item ._descr ._val{
	display: table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
	line-height:1.1;
	text-align:left;
	white-space:normal;
}
.products_list .item ._descr ._cap{
	width:30%;
    font-size: 14px;
	color:#9da3a7;
}
.products_list .item ._descr ._val{
	width:70%;
	font-weight: bold;
    font-size: 16px;
	color:#000;
}
.products_list .item ._descr ._line._last{
	height:50px;
	border-bottom:none;
}
.products_list .item ._descr ._line._last > *{
	display:table-cell;
	vertical-align:middle;
	line-height:1.1;
}
.products_list .item ._descr ._but {
	text-align:center;
}
.products_list .item ._descr ._but ._btn {
	width: 100%;
    background-color: #e83434;
    font-size: 16px;
}

.products_list .item ._descr .nearest_office {
	padding-left:23px;
	font-size: 14px;
	color:#81b28a;
    background: url('../images/pin.svg') 5px 50% no-repeat transparent;
    background-size: 14px;
	cursor:pointer;
}
@media screen and (min-width: 1200px) {
.products_list .item ._descr .nearest_office {
	font-size: 15px;
}
}

.how__list {
	width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 769px) {
    .how__list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.how__item {
    text-align: center;
    width: 33.3%;
    margin-bottom: 25px
}
.how__item--last {
    margin-bottom: 0
}
.how__item+.how__item {
    position: relative
}

.how__item+.how__item:before {
    content: url(../images/dots.svg);
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 32px
}

@media screen and (max-width: 768px) {
    .how__item+.how__item:before {
        content:url(../images/vertical_dots.svg);
        top: inherit;
        bottom: 100%;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        left: 30px
    }
}

@media screen and (max-width: 768px) {
    .how__item {
        width:100%
    }
}

.how__item-num {
    width: 85px;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #fff;
    padding: 25px 0;
    background-image: url(../images/green_dark_sout.svg);
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    .how__item-num {
        float:left;
        width: 65px
    }
}

.how__item-num span {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1rem
}

@media screen and (min-width: 992px) {
    .how__item-num span {
        font-size:1.3rem
    }
}

.how__item--last .how__item-num {
    background-image: url(../images/red_dark_sout.svg)
}

@media screen and (max-width: 768px) {
    .how__item--last .how__item-num {
        background-size:90%
    }
}

.how__item-name {
    width:-moz-calc(100% - 85px);
    width: calc(100% - 85px);
    float: left;
    color: #000;
    font-size: 1.8rem;
    text-align: left;
	margin:15px 0 5px 15px;
}
.how__item-name > * {
    color: #000;
    font-size: 1.8rem;
	border-bottom: dotted;
	cursor:pointer;
}
@media screen and (min-width: 768px) {
.how__item-name {
	width:100%;
	text-align:center;
    font-size: 2.4rem;
    margin-bottom: 20px;
	margin-left:0;
}
.how__item-name > * {
    font-size: 2.4rem;
}
}

.how__item-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
	color: #333;
}
.how__item-text a {
    color: #81b28a
}
@media screen and (max-width: 768px) {
    .how__item-text {
        margin-left:auto;
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.4rem
    }
    .how__item-text a {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
}

@media screen and (min-width: 768px) {
    .how__item-text--left {
        text-align:left
    }

    .how__item-text--left ul {
        max-width: 340px;
        margin-left: auto
    }
}
.how__item-text .mob {
	display:none;
}
.how__item-text .pc {
	display:block;
}


.nums_list {
	display: block;
	width:100%;
	float:left;
	margin:20px 0 30px;
}
.nums_list .item {
	width:100%;
	float:left;
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 0 55px;
	background:0 50% no-repeat transparent;
	background-size:42px;
	display:table;
}
.nums_list .item:last-child {
	margin-bottom: 0;
}
.nums_list .item > div {
	display:table-cell;
	vertical-align:middle;
}
@media screen and (min-width: 768px) {
.nums_list {
	margin-bottom:80px;
}
.nums_list .item {
	width: 33.3%;
	margin-bottom: 0;
}
}

.nums_list .item .num {
	display: inline-block;
	font-size: 45px;
	line-height: 1;
	font-weight: 300;
	color: #497351;
}
.nums_list .item .text {
  font-size: 1.6rem;
  line-height: 1;
}

.reck {
	padding: 35px 20px 25px;
	position:relative;
}
.reck p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 85px;
    margin-bottom: 15px
}
.reck .dog {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px
}
.reck .money {
    margin-bottom: 8px;
    margin-top: 8px;
    display: block;
    width: 100%;
    height: auto;
    max-width: 320px
}
@media screen and (min-width: 1100px) {
.reck {
    /* height:205px; */
    padding: 15px 80px;
}
.reck p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 0
}
.reck p span {
    margin-left: 15px
}
.reck .dog {
    position: relative;
    top: -20px;
    right: inherit;
    width: auto
}
.reck .money {
    margin-top: 0;
    margin-bottom: 0
}
}

.reck__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2
}
@media screen and (min-width: 768px) {
.reck__cont {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 175px
}
}
._right {
	max-width: 280px;
    margin: auto;
	text-align:center;
}
._btn.reck__link {
    width: 100%;
	float: left;
}
@media screen and (min-width: 1100px) {
._btn.reck__link {
    min-width: 240px;
    margin-left:auto;
}
}

.reck__bg_1 {
    position: absolute;
    width: 112px;
    top: 17px;
    left: inherit;
    right: 15px
}
@media screen and (min-width: 1100px) {
.reck__bg_1 {
    width:187px;
    top: -40px;
    right: inherit;
    left: 32%
}
}