main.main, .mob-page {
	/*overflow: hidden*/;
}

.mob-page__banner {
	margin-bottom: 75px;
	background: url('../img/mobile/sberam_mobileapp_1160.jpg') no-repeat center;
	background-size: cover;
	height: 520px;
	padding: 120px 0 0 110px;
	box-sizing: border-box;
}

.mob-page__banner-title {
	max-width: 355px;
	margin: 0;
	margin-bottom: 30px;
}

.mob-page__banner-subtitle {
	display: block;
	font-size: 26px;
	line-height: 1.2;
	color: #353943;
	max-width: 340px;
	margin: 0;
}

.mob-page__about {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.010em;
	color: #353943;
	margin: 0;
	margin-bottom: 75px;
	text-align: center;
	padding: 0 205px;
}

.mob-page__info {
	padding: 0 110px;
}

.mob-page__info-title {
	font-size: 26px;
	line-height: 1.2;
	color: #0e9800;
	margin: 0;
	margin-bottom: 75px;
	text-align: center;
	font-weight: 700;
}

.mob-page__info-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 75px;
	justify-content: space-between;
}

.mob-page__info-item {
	max-width: 275px;
        padding-top: 104px;
}

.mob-page__info-icon {
	display: flex;
        margin-bottom: 54px;
	justify-content: center;
	height: 39px;
	align-items: center;
}

.mob-page__info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mob-page__info-list li {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -0.025em;
	color: #333333;
	margin: 0;
        padding-left: 11px;
}

.mob-page__info-list li:not(:last-child) {
	margin-bottom: 25px;
}

.mob-page__info-list li:before {
	display: none;
}

.mob-page__info-list li:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #26a219;
	border-radius: 100%;
        left: 1px;
        top: 10px;
}

.mob-page__info-slide {
        padding: 0 50px;
	width: 300px;
	position: relative;
}

.mobile-arrows {
	position: absolute;
	display: inline-block;
	width: 34px;
	height: 66px;
	top: 47%;
	transform: translateY(-50%);
}


.mobile-arrows--prev {
	transform: translateY(-50%) rotate(180deg);
	left: 0;
}

.mobile-arrows--next {
	right: 0;
}

.mob-page__apps-btns {
	margin-bottom: 72px;
	display: flex;
	justify-content: center;
}

.mob-page__apps-btns a {
	display: inline-block;
}

.mob-page__apps-btns a:not(:last-child) {
	margin-right: 55px;
}

.mob-page__section-wrapper {
	margin-bottom: 65px;
	padding: 0 110px;
}

.mob-page__section {
    border-width: 2px;
    border-color: rgb(229, 232, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 12.87px 0.13px rgba(0, 0, 0, 0.16);
    padding: 40px;
}

.mob-page__section-title {
	margin: 0;
  margin-bottom: 34px;
	text-align: center;
	font-weight: 700;
}

.mob-page__section-info {
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
}

.mob-page__section-item {
	width: 260px;
}

.mob-page__section-item--large {
	width: 360px;
}

.mob-page__section-icon {
	margin-bottom: 31px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mob-page__section-text {
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	letter-spacing: -0.025em;
	margin: 0;
	text-align: center;
}

.mob-page__section-subtitle {
	font-size: 18px;
	line-height: 1.2;
	color: #0e9800;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

.mob-pop {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 85px;
	background-color: #f2f2f2;
	border-top: 1px solid #dfdcdb;
	border-bottom: 1px solid #dfdcdb;
  padding-left: 40px;
}


/*поменять на display: flex; для включения mobile popup на iphone*/
.mobile.iphone .mob-pop {
	display: none;
}


/*поменять на display: flex; для включения mobile popup на android*/
.mobile.android .mob-pop {
	display: flex;
}

.mob-pop.hidden {
	display: none!important;
	visibility: hidden;
}

.mob-pop p {
	margin: 0;
}

.mob-pop__logo {
  display: flex;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.mob-pop__logo img {
	width: 100%;
}

.mob-pop__text {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.mob-pop__title {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px!important;
}

.mob-pop__subtitle {
	display: none!important;
	font-size: 9px;
	line-height: 9px;
	color: #8e8e93;
	font-weight: 400;
	margin-bottom: 4px!important;
}

/*изменение стиля*/
.mob-pop__subtitle.link--android {
	display: none!important;
}
/*конец изменение стиля*/

.mob-pop__btn {
	display: none;
	font-size: 10px;
	line-height: 9px;
	background-color: #2fd05e;
	color: #fff;
	padding: 7px 29px 6px;
	text-transform: uppercase;
}

.android .link--android {
	display: block!important;
}

.iphone .link--ios {
	display: block!important;
}

.mob-pop__btn:active {
	background-color: #33b459;
}


.mob-pop__close {
	display: inline-block;
	background: url(../img/header/krest.svg) no-repeat center;
	background-size: 100%;
	height: 14px;
	width: 14px;
	cursor: pointer;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}





@media (max-width: 1100px) {

	.mob-page__info {
	    padding: 0 60px;
	}

	.mob-page__about {
	    padding: 0 60px;
	}

	.mob-page__info {
	    padding: 0 60px;
	}

	.mob-page__section-wrapper {
	    padding: 0 60px;
	}


}


@media (max-width: 991px) {

	.mob-page__info {
	    padding: 0 15px;
	}
	
	.mob-page__info-slide {
	    padding: 0 30px;
	    width: auto;
	    position: relative;
	    display: flex;
	    justify-content: center;
	}

	.mob-page__about {
	    margin-bottom: 40px;
	}

	.mobile-arrows {
	    position: absolute;
	    display: inline-block;
	    width: 24px;
	    height: 47px;
	    top: 47%;
	    transform: translateY(-50%);
	}

	.mobile-arrows--prev {
	    transform: translateY(-50%) rotate(180deg);
	    left: -10px;
	}


	.mobile-arrows--next {
	    right: -10px;
	}

	.mob-page__info-item {
	    max-width: 240px;
	    padding-top: 40px;
	}

	.mob-page__info-slide > div {
	    width: 180px;

	}

	.mob-page__info-list li {
	    font-size: 16px;
	    line-height: 25px;
	}

	.mob-page__info-wrapper {
	    margin-bottom: 50px;
	}

	.mob-page__section-wrapper {
	    padding: 0 15px;
	}
	.mob-page__section {
	    padding: 30px 15px;
	}

	.mob-page__section-item {
	    width: 230px;
	}

	.mob-page__section-item--large {
	    width: 300px;
	}

	.mob-page__info-title {
	    margin-bottom: 60px;
	}

}




@media (max-width: 768px) {

	.mob-page__banner {

		background-size: cover;
		height: 420px;
	        padding: 55px 0 0 55px;
	        box-sizing: border-box;
		margin-bottom: 40px;
	}


	.mob-page__banner-title {
		max-width: 490px;
	}
	
	.mob-page__banner-subtitle {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -0.010em;
	}

	.mob-page__about {
	    padding: 0 15px;
	}

	.mob-page__info-wrapper {
	    display: flex;
	    margin-bottom: 10px;
	    justify-content: flex-start;
	    flex-direction: column;
	    align-items: center;
	}

	.mob-page__info-item {
	    max-width: 250px;
	    padding-top: 0;
	    margin-bottom: 30px;
	}

	.mob-page__info-icon {
	    margin-bottom: 30px;
	}

	.mob-page__info-slide {
	    margin-bottom: 30px;
	}

	.mob-page__info-list li:not(:last-child) {
	    margin-bottom: 16px;
	}

	.mob-page__section-item {
	    width: 440px;
	    display: flex;
	    justify-content: flex-start;
	}

	.mob-page__section-item--large {
	    width: 440px;
	}

	.mob-page__section-info {
	    margin-bottom: 30px;
	    display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	    align-items: center;
	}

	.mob-page__section-icon {
	    margin-bottom: 0;
	    margin-right: 30px;
	    height: auto;
	    width: 41px;
	}
	
	.mob-page__section-text {
	    text-align: left;
	    width: 100%;
	}

	.mob-page__apps-btns {
	    margin-bottom: 40px;
	    display: flex;
	    justify-content: center;
	}

	.mob-page__section-item:not(:last-child) {
		margin-bottom: 30px;
	}

	.mob-page__info-title {
	  margin-bottom: 40px;
	}	


}

@media (max-width: 650px) {

	.mob-page__banner {
		height: 370px;
    padding: 35px 15px 0 15px;
	}

	.mob-page__banner-title {
		font-size: 26px;
		line-height: 30px;
    		max-width: 100%;
		margin-bottom: 30px;
	}
	
	.mob-page__banner-subtitle {
		font-size: 18px;
		line-height: 30px;
		
	}

	.mob-page__about {
		font-size: 16px;
		line-height: 24px;
	        margin-bottom: 40px;

	}

	.mob-page__apps-btns {
	    margin-bottom: 30px;
	    display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	    align-items: center;
	}

	.mob-page__apps-btns a:not(:last-child) {
	    margin-right: 0;
	    margin-bottom: 16px;
	}

	.mob-page__info-title {
	  margin-bottom: 30px;
	}	


}




@media (max-width: 543px) {

	.mob-page__banner {
		background: url('../img/mobile/sberam_mobileapp_01.png') no-repeat center;
		background-size: cover;
		margin-bottom: 125px;
		padding-top:313px
	}

	.mob-page__about {
	        margin-bottom: 30px;
	}

	.mob-page__section-item {
	    width: 100%!important;
	}

	.mob-page__section-title {
	    margin-bottom: 30px;
	}

	.mob-page__section-text {
	    font-size: 16px;
	    line-height: 24px;
	}

	.mob-page__section-icon {
	    margin-right: 15px;
	}

	.mob-page__section-subtitle {
	    font-size: 19px;
	    letter-spacing: -0.025em;
	}

	.mob-page__section-wrapper {
	    padding: 0 15px;
            margin-bottom: 30px;
	}
	.mob-page__banner-title{
margin-bottom:10px}
}

@media screen and (max-width: 768px) {
	body .circle-graph .high-wrapper.active {
		display: block!important;
	}
	body .circle-graph .highcharts-series-group {
	  display: none!important;    
	}
}
