@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway/Raleway-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-Medium.woff2') format('woff2'),
        url('fonts/Raleway/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'),
        url('fonts/Raleway/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-ExtraBold.woff2') format('woff2'),
        url('fonts/Raleway/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-Black.woff2') format('woff2'),
        url('fonts/Raleway/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-green: #005C32;
    --color-red: #C51617;
	--color-txt: #111;
	--color-gray: #7E7E7E;
}
* {
    padding: 0;
    margin: 0;
}
html {
    font-size: 62.5%
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	color: var(--color-txt);
    background-color: #fff;
	box-sizing: border-box;
	overflow-y:auto;
	font-feature-settings: 'pnum' on, 'lnum' on;
	
}
@media screen and (min-width: 768px) {
body {
    font-size: 20px;
    background-color: transparent;
    background-position: left 1800px;
    background-repeat: no-repeat;
	background-image:url('../images/sect_steps_bg.png');
    background-size: 1440px;
}
}
body * {
    font-family: inherit;
    font-weight: inherit;
	
    box-sizing: border-box;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto\9;
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
	color: var(--color-green);
}
a:hover,
a:active {
    text-decoration: none
}

.wrap {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.sect_bottom {
	margin-bottom:35px;
}
@media screen and (min-width: 1200px) {
.wrap {
	padding-left: 0;
	padding-right: 0;
}
.sect_bottom {
	margin-bottom:90px;
}
}
.block {
	width:100%;
	float:left;
	position: relative;
}

.block_shadow {
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.center {
    text-align:center;
}

._btn {
    display: flex;
	align-items: center;
    justify-content: center;
    height: 46px;
    line-height: 1;
    margin: 0;
    padding: 0 8px;
    text-align: center;
    font-size: 16px;
	font-weight:700;
    color: #fff;
    background: var(--color-red);
	border: none;
    border-radius: 10px;
    cursor: hand;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
._btn:hover {
    background: #F3393A;
}
._btn._gr {
    background: var(--color-green);
}
._btn._gr:hover {
    background: #0C9456;
}
@media screen and (min-width: 768px) {
._btn {
    height: 60px;
    font-size: 22px;
}
}
._btn[disabled="disabled"],
._btn[disabled="disabled"]:active,
._btn[disabled="disabled"]:focus,
._btn[disabled="disabled"]:hover {
    opacity: 0.5;
    cursor: default;
}

.sect_title {
    margin-bottom: 35px;
    font-size: 38px;
    color: var(--color-txt);
	font-weight: 900;
}
@media screen and (min-width: 768px) {
.sect_title {
    margin-bottom: 80px;
    font-size: 55px;
}
}

/*.swiper-container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}*/
.swiper-scrollbar {
	background: #D9D9D9;
	cursor:pointer;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 35%;
    bottom: -20px;
    width: 30%;
	cursor:pointer;
}
.swiper-scrollbar-drag {
    background: var(--color-green);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
	padding: 20px 0 0;
    z-index: 1;
}
@media screen and (min-width: 768px) {
.header {
	padding-top:30px;
}
}

.header .logo {
	display:block;
    float: left;
    width: 100px;
    height: 27px;
    background: url('../images/logo.svg') 0 50% no-repeat transparent;
    background-size: contain;
}
.header .phone {
	display:block;
    float: right;
}
.header .lk {
	display:block;
    float: right;
	width:80px;
	height: 20px;
	margin: 5px 0 0 40px;
	padding-left:27px;
	font-weight: 600;
	font-size: 13px;
	line-height: 10px;
	color: #262726;
    background: url('../images/lk.svg') 0 50% no-repeat transparent;
    background-size: 20px;
}
@media screen and (max-width: 767px) {
.header .phone {
    width:20px;
	height: 20px;
	margin-top: 5px;
    background: url('../images/phone.svg') 0 50% no-repeat transparent;
    background-size: cover;
}
.header .phone span {
	display:none;
}
}
@media screen and (min-width: 768px) {
.header .logo {
	width:140px;
    height: 37px;
}
.header .phone {
    height: 40px;
    line-height: 40px;
	color: var(--color-txt);
	font-size: 26px;
	font-weight: 800;
}
.header .lk {
	width:100px;
	height:30px;
	margin: 5px 0 0 112px;
	padding-top: 2px;
	padding-left:37px;
	font-weight: 700;
	font-size: 15px;
	line-height: 13px;
	color: var(--color-txt);
    background-size: 30px;
}
}


/*sect_calc*/
.sect_calc {
	/* height:580px; */
	padding-top: 70px;
	padding-bottom: 30px;
    background-color: #f9f9f9;
    background-position: right 0;
    background-repeat: no-repeat;
	background-image:url('../images/sect_top_bg.png');
    background-size: 1440px;
}
@media screen and (max-width: 991px) {
.sect_calc:before {
	content:"";
    position: absolute;
    top: 374px;
    right: 0;
    width: 148px;
    height: 210px;
    z-index: 1;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #CACACA 30.21%, rgba(187, 187, 187, 0) 100%);
}
}
.sect_calc .top_img {
    position: absolute;
    top: 20px;
    right: 0;
    width: 165px;
    height: 310px;
    z-index: 0;
	background:url('../images/sect_top_img_320.png') right 0 no-repeat transparent;
	background-size: contain;
}
.img_txt_cont {
    float: left;
    width: 100%;
    height: 145px;
    margin: 16px 0 29px;
    position: relative;
	z-index: 1;
}
.img_txt_cont ._top {
    width: auto;
    max-width: 245px;
    float: left;
    margin: 0 0 11px 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 0.95;
    color: var(--color-green);
    clear: both;
}
.img_txt_cont ._top nobr{
	color: var(--color-red);
}
.img_txt_cont ._t0 {
    float: left;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 18px;
    clear: both;
}
.img_txt_cont ._t1 {
    float: left;
    max-width: 210px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    clear: both;
}
.img_txt_cont ._t1 b {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
.img_txt_cont {
    height: 206px;
}
.img_txt_cont ._top {
    max-width: 420px;
	margin-bottom: 15px;
	font-size: 36px;
}
.img_txt_cont ._t0 {
	margin-bottom: 15px;
    font-size: 26px;
}
.img_txt_cont ._t1 {
    max-width: 335px;
    font-size: 22px;
}
}
@media screen and (min-width: 992px) {
.sect_calc {
	height:751px;
	padding-bottom: 0;
    background-size: 1920px;
}
.sect_calc .top_img {
    top: 0;
    right: 19%;
    width: 481px;
    height: 683px;
    z-index: 0;
	background:url('../images/sect_top_img.png') right 0 no-repeat transparent;
}	
.img_txt_cont {
	width: auto;
    margin: 59px 0 0;
}
.img_txt_cont ._top {
    max-width: 290px;
	margin-bottom: 30px;
	font-size: 40px;
}
.img_txt_cont ._t0 {
	margin-bottom: 30px;
    font-size: 30px;
}
.img_txt_cont ._t1 {
    max-width: 440px;
    font-size: 26px;
    line-height: 1;
}
}
@media screen and (min-width: 1200px) {
.img_txt_cont ._top {
    max-width: 563px;
	font-size: 80px;
}
.img_txt_cont ._t0 {
    max-width: 514px;
    font-size: 40px;
}
.img_txt_cont ._t1 {
	font-weight: 700;
    font-size: 30px;
}
}

.calc_ms {
	float:right;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.5));
}
.calc_ms .stsvka0 {
	display: flex;
	justify-content: center;
    align-items: center;
	width: 120px;
	height: 29px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border-radius: 22px;
	background-color: var(--color-green);
	position: absolute;
	top:-14px;
	left:calc(50% - 60px);
}

@media screen and (max-width: 991px) {
.calc_ms {
    width: 100%;
	padding:30px 20px;
	z-index: 2;
    position: relative;
}
}	
@media screen and (min-width: 992px) {
.calc_ms {
    width: 367px;
	margin-top:240px;
	padding:40px 30px;
}
.calc_ms .stsvka0 {
	width: 153px;
	height: 43px;
	font-size: 16px;
	top:-22px;
	left:calc(50% - 76px);
}
}
@media screen and (min-width: 1200px) {
.calc_ms {
	margin-top:116px;
}
}

.calc_ms ._sliders_block,
.calc_ms .btn_block {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.calc_ms ._sliders_block .line {
    width: 100%;
    margin-bottom: 42px;
    position: relative;
}
.calc_ms ._sliders_block .line_top {
    width: 100%;
    position: relative;
}
.calc_ms ._sliders_block .line_top .slider_name {
    display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #262726;
	line-height: 19px;
}
.calc_ms ._sliders_block .line_top ._box {
	position: relative;
    line-height: 41px;
	margin: 0 0 8px 0;
	font-weight: 800;
	font-size: 25px;
	color: var(--color-green);
}
.calc_ms ._sliders_block .line .min,
.calc_ms ._sliders_block .line .max {
	position:absolute;
	bottom:-23px;
	font-size: 14px;
	line-height: 16px;
	color:#565759;
}
.calc_ms ._sliders_block .line .min {
	left:0;
}
.calc_ms ._sliders_block .line .max {
	right:0;
}
.calc_ms .btn_block{
    padding-top:10px;
}
.calc_ms .btn_block ._btn{
    width: 100%;
}
/*._268122 {
    margin-top: 20px;
	font-size: 16px;
}
._268122>span {
	color: var(--color-red);
	font-weight: 700;
}*/

@media screen and (min-width: 768px) {
.calc_ms ._sliders_block .line_top .slider_name {
    margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: 800;
}	
}

.calc_ms ._sliders_block .line  .slider_bg {
    position: relative;
    width: 100%;
    height: 4px;
	cursor: pointer;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -8px;
    top: -6px;
	border:2px solid var(--color-green);
	border-radius:50%;
	cursor: pointer;
}
.noUi-handle:after, .noUi-handle:before {
    background: none;
}	
.noUi-connect {
    background: var(--color-green);
}
.noUi-target {
    background: rgba(26, 155, 96, 0.3);
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.calc_ms._wide {
    width: 100%;
}
@media screen and (min-width: 768px) {
.calc_ms._wide {
	display: flex;
    align-items: center;
	margin-top:0;
}
.calc_ms._wide ._sliders_block {
	float: left;
    width: calc(100% - 220px);
}
.calc_ms._wide .btn_block{
	float: left;
    width:220px;
	padding-top:0;
}
.calc_ms._wide ._sliders_block .line {
	float: left;
	width: calc(50% - 30px);
    margin-right:30px;
    margin-bottom:22px;
}
}
@media screen and (min-width: 1200px) {
.calc_ms._wide ._sliders_block {
    width: calc(100% - 309px);
}
.calc_ms._wide .btn_block{
    width:309px;
}
.calc_ms._wide ._sliders_block .line {
	width: calc(50% - 109px);
    margin-right:109px;
}
}
/*END sect_calc*/

/*sect_2*/
.sect_2 .cont {
	margin-bottom:30px;
}
.sect_2 .sect_title {
	margin-bottom: 30px;
	color: #171717;
	font-size: 38px;
	line-height: 1;
	text-align:center;
}
.sect_2 .cont .r {
	position:relative;
	width: 250px;
	margin:0 auto;
	padding:26px 0 0 87px;
	background:url('../images/stars.png') right 0 no-repeat transparent;
	background-size:154px;
	font-weight: 700;
	font-size: 14px;
	color:#000;
	text-align:center;
}
.sect_2 .cont .r  .v{
	position:absolute;
	left:0;
	top:-8px;
	width:87px;
	height:100%;
	font-weight: 800;
	font-size: 52px;
}
.sect_2 .col {
	float:left;
	width:100%;
}
.sect_2 .col._2 {
	float:left;
	width:100%;
	padding:20px 22px;
	background: #F4F4F4;
	border-radius: 16px;
}
.sect_2 .col .item {
	float:left;
	width:100%;
}
.sect_2 .col._1 .item {
	margin-bottom:12px;
	padding:20px 22px;
	font-size: 16px;
	line-height: 1;
	color: #171717;
	background: #F4F4F4;
	border-radius: 16px;
}
.sect_2 .col._2 .item {
	font-weight:700;
}	
.sect_2 .col._2 .item + .item {
	margin-top:12px;
	padding-top:12px;
	border-top: 1px solid #C6C6C6;
}	
.sect_2 .col .item.gr {
	font-weight:700;
	color: #fff;
	background: var(--color-green);
}
@media only screen and (min-width: 768px) {
.sect_2 .cont {
	display:flex;
	margin-bottom:46px;
}
.sect_2 .sect_title {
	margin-right: auto;
	margin-bottom:0;
	font-size: 55px;
	text-align:left;
}
.sect_2 .cont .r {
	width: 327px;
	margin:0;
	margin-top: 10px;
	padding:39px 0 0 100px;
	background-size:231px;
	font-size: 22px;
}
.sect_2 .cont .r  .v{
	top: 0px;
    width: 100px;
    font-size: 55px;
    text-align: left;
}
.sect_2 .col,
.sect_2 .col._2 {
	width:49%;
}
.sect_2 .col + .col {
	margin-left:2%;
}
.sect_2 .col._2 {
	padding:36px 45px;
}
.sect_2 .col .item {
	font-size: 18px;
}
.sect_2 .col._1 .item {
	margin-bottom:18px;
	padding:25px 34px;
	font-size: 20px;
}
.sect_2 .col._1 .item:last-child {
	margin-bottom:0;
}	
.sect_2 .col._2 .item + .item {
	margin-top:21px;
	padding-top:21px;
}	
}
@media only screen and (min-width: 992px) {
.sect_2 .sect_title {
	font-size: 85px;
}
.sect_2 .cont .r {
	width: 387px;
	padding:39px 0 0 156px;
}
.sect_2 .cont .r  .v{
	top:-16px;
	width:120px;
	font-size: 85px;
}
.sect_2 .col .item {
	font-size: 22px;
}
.sect_2 .col._1 .item {
	font-size: 24px;
}
}
@media only screen and (min-width: 1200px) {
.sect_2 .col .item {
	font-size: 26px;
}
.sect_2 .col._1 .item {
	font-size: 26px;
}
}
/*END sect_2*/

/*sect_otzyvy*/
.sect_otzyvy {
    overflow: hidden;
	padding-bottom: 50px;
}
.sect_otzyvy .sect_title {
	margin-bottom: 30px;
	color: #171717;
	font-size: 38px;
	line-height: 1.1;
}
@media only screen and (max-width: 767px) {
.sect_otzyvy .wrap {
    padding-left: 10px;
    padding-right: 10px;
}
.sect_otzyvy .sect_title {
	text-align:center;
}	
}	
.sect_otzyvy .item {
	float:left;
	width:280px;
	height:311px;
	padding:20px 22px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background: #fff;
	border: 1px solid #7E7E7E;
	border-radius: 16px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
.sect_otzyvy .item._0 {
	padding:20px 54px;
}	
.sect_otzyvy .item .img{
	width:100%;
	height:96px;
	margin-bottom:22px;
	background:url('../images/kubok.png') 50% 0 no-repeat transparent;
	background-size:contain;
}
.sect_otzyvy .item .name{
	width:100%;
	height:24px;
	margin-bottom:20px;
	font-weight: 700;
	font-size: 16px;
}
.sect_otzyvy .item._0 .name{
	height:74px;
	margin-bottom:8px;
	font-size: 24px;
	line-height:1;
}
.sect_otzyvy .item .txt{
	width:100%;
	max-height:191px;
}
.sect_otzyvy .item._0 .txt{
	font-weight: 600;
	font-size: 14px;
	color:#7E7E7E;
	line-height:1;
}
@media only screen and (min-width: 768px) {
.sect_otzyvy {
	padding-bottom: 50px;
}
.sect_otzyvy .sect_title {
	margin-bottom: 50px;
	font-size: 55px;
}
.sect_otzyvy .item {
	width:285px;
	padding:29px 36px;
	border-radius: 20px;
}
.sect_otzyvy .item._0 {
	padding:29px 54px;
}	
}
/*END sect_otzyvy*/

/*sect_3*/
.sect_3 {
    overflow: hidden;
	padding-bottom: 50px;
}
.sect_3 .item {
	float:left;
	width:230px;
	height:74px;
	padding:21px 22px 21px 164px;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	background: 20px 50% no-repeat var(--color-green);
	border-radius: 16px;
}
.sect_3 .item._1 {
	background-image:url('../images/rating/01_ya-min.png');
	background-size:113px;
}	
.sect_3 .item._2 {
	background-image:url('../images/rating/02_sravni-min.png');
	background-size:140px;
}	
.sect_3 .item._3 {
	background-image:url('../images/rating/03_banki-min.png');
	background-size:126px;
}	
.sect_3 .item._4 {
	background-image:url('../images/rating/04_google-min.png');
	background-size:108px;
}	
.sect_3 .item._5 {
	background-image:url('../images/rating/05-min.png');
	background-size:128px;
}	
@media only screen and (min-width: 768px) {
.sect_3 {
	padding-bottom: 90px;
}
}
/*END sect_3*/

/*sect_steps*/
.sect_steps {
    overflow: hidden;
	padding-bottom: 50px;
}
.sect_steps .sect_title {
	color: #171717;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
.sect_steps .sect_title {
	margin-bottom: 35px;
	font-size: 38px;
	text-align:center;
}
}
@media only screen and (min-width: 768px) {
.sect_steps {
	padding-bottom: 90px;
}
.sect_steps .sect_title {
	margin-bottom:90px;
	font-size: 55px;
}
}

.sect_steps .item {
	float:left;
	width:250px;
	height:328px;
	position:relative;
}
.sect_steps .item .white_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	padding-top:147px;
	background: 50% 33px no-repeat #fff;
	border: 1px solid #8B8A8A;
	border-radius: 16px;
	text-align:center;
	position:relative;
}
.sect_steps .item:before {
	content:"";
	position:absolute;
	top:-10px;
	right:-10px;
	width:100%;
	height:100%;
	border: 1px solid #8B8A8A;
	border-radius: 28px;
	z-index: -1;
}	
.sect_steps .item._1  .white_bg {
	background-image:url('../images/steps/01.svg');
	background-size:77px;
}	
.sect_steps .item._2  .white_bg{
	background-image:url('../images/steps/02.svg');
	background-size:64px;
}	
.sect_steps .item._3  .white_bg{
	background-image:url('../images/steps/03.svg');
	background-size:83px;
}	
.sect_steps .item .name{
	width:100%;
	margin-bottom:20px;
	font-weight: 800;
	font-size: 25px;
	line-height:1;
}
.sect_steps .item .txt{
	width:100%;
	padding: 0 10px;
	font-weight: 700;
	font-size: 16px;
	color:#767676;
	line-height:1;
}
.sect_steps .item._1 .txt{
	margin-bottom:20px;
}
.sect_steps .item ._btn{
	width:200px;
	margin: 0 auto;
}	
@media only screen and (min-width: 768px) {
.sect_steps .item {
	width:351px;
	height:427px;
}
.sect_steps .item .white_bg{
	padding-top:203px;
}
.sect_steps .item:before {
	top:-12px;
	right:-12px;
}
.sect_steps .item._1 {
	background-size:101px;
}	
.sect_steps .item._2 {
	background-size:84px;
}	
.sect_steps .item._3 {
	background-size:108px;
}	
.sect_steps .item .name{
	margin-bottom:20px;
	font-size: 35px;
}
.sect_steps .item .txt{
	font-size: 22px;
}
.sect_steps .item ._btn{
	width:270px;
}	
}
/*END sect_steps*/

/*sect_partn*/
.sect_partn {
    overflow: hidden;
	padding-bottom: 50px;
}
.sect_partn .sect_title {
	margin-bottom: 30px;
	color: #171717;
	font-size: 38px;
	line-height: 1.1;
}
@media only screen and (max-width: 767px) {
.sect_partn .sect_title {
	text-align:center;
}	
}	
@media only screen and (min-width: 768px) {
.sect_partn {
	padding-bottom: 90px;
}
.sect_partn .sect_title {
	margin-bottom: 50px;
	font-size: 55px;
}
.sect_partn .swiper-container {
    overflow: hidden;
}	
}
.sect_partn .item {
	float:left;
	width:188px;
	height:162px;
	text-align:center;
}
.sect_partn .item img {
	display:block;
	height:56px;
	margin: auto;
	object-fit: contain;
}
.sect_partn .item img + img {
	margin-top:50px;
}
@media only screen and (min-width: 768px) {
.sect_partn .item {
	height:202px;
}
.sect_partn .item img + img {
	margin-top:90px;
}
}
/*END sect_partn*/

/*sect_apps*/
.sect_apps .cont {
	position:relative;
}
.sect_apps .cont .rekl_txt {
	left:34px;
	top:12px;
}
.sect_apps .sect_title {
	margin-bottom:13px;
	font-size: 22px;
	line-height: 1;
	color: #000000;
}
.sect_apps .txt {
	margin-bottom:24px;
	font-size: 16px;
	line-height: 1;
	color: #565759;
}
.sect_apps .item {
	display:inline-block;
	width:170px;
	height:37px;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	color: #565759;
	text-align:center;
	background:#fff;
	border: 1px solid #565759;
	border-radius: 6px;
}	
.sect_apps .item span {
	color:inherit;
	position:relative;
	z-index:2;
}
.sect_apps .item img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:170px;
	height:204px;
	z-index: 1;
}	
@media (hover: hover) {
.sect_apps .item:hover {
	line-height: 37px;
	border:none;
}	
.sect_apps .item:hover img {
	display:block;
}
}	
.sect_apps .bg {
	position:absolute;
}	
@media only screen and (max-width: 479px) {
.sect_apps .cont {
	padding:24px 34px 220px;
}
.sect_apps .btn_block {
	text-align:center;
}
.sect_apps .item{
	margin-left: auto;
    margin-right: auto;
}
.sect_apps .bg {
	height:203px;
	bottom:0;
	left:calc(50% - 127px);
}	
.sect_apps .item + .item{
	margin-top:15px;
}	
}	
@media only screen and (min-width: 480px) {
.sect_apps .cont {
	padding:24px 34px;
}
.sect_apps .sect_title {
	margin-bottom:20px;
	font-size: 34px;
}
.sect_apps .txt {
	font-size: 20px;
}
.sect_apps .item {
	float:left;
	margin: 0 0 20px 0;
}	
.sect_apps .btn_block {
	float:left;
	max-width: 170px;
	position:relative;
	z-index:2;
}	
.sect_apps .bg {
	width:270px;
	bottom:0;
	right:0;
}	
}	
@media only screen and (min-width: 768px) {
.sect_apps .cont {
	padding:32px 58px;
}
.sect_apps .cont .rekl_txt {
	left:58px;
	top:20px;
}
.sect_apps .sect_title {
	font-size: 40px;
}
.sect_apps .txt {
	max-width:340px;
	font-size: 22px;
}
.sect_apps .item {
	margin: 0 20px 20px 0;
}	
.sect_apps .btn_block {
	max-width: 380px;
}	
.sect_apps .bg {
	width:340px;
}	
}	
@media only screen and (min-width: 1200px) {
.sect_apps {
	padding-top: 90px;
}
.sect_apps .txt {
	max-width:446px;
}
.sect_apps .btn_block {
	max-width: unset;
}	
.sect_apps .bg {
	width:467px;
}	
}	
/*END sect_apps*/

/*sect_5*/
.sect_5 ._3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.29;
    margin-bottom: 25px;
    padding-bottom: 25px;
	border-bottom: 1px solid var(--color-green);
}
@media only screen and (min-width: 768px) {
.sect_5 ._3 {
    font-size: 14px;
}
}
/*END sect_5*/

.rekl_txt {
    position:absolute;
    left: 0;
    top: -15px;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.25;
    color: var(--color-gray);
    text-transform: uppercase;
}
.rekl_txt:before {
    content:"РЕКЛАМА ООО МФК \"САММИТ\" ERID LJN8JWJGQ";
}

.zaem_footer_btn {
  width: 220px;
  position: fixed;
  bottom: -60px;
  right: 20px;
  z-index: 50;
  transition: bottom 1s;
  box-sizing: border-box;
}
.zaem_footer_btn.act {
  bottom: 20px;
}
