/*style*/
.page__mb0{
	margin-bottom: 0; /* 0/0 */
}
.page__mb1{
	margin-bottom: 64px; /* 48/48 */
}
.page__mb2{
	margin-bottom: 48px; /* 48/48 */
}
.page__mb3{
	margin-bottom: 48px; /* 48/32 */
}
.page__mb4{
	margin-bottom: 48px; /* 48/40 */
}
.page__mb5{
	margin-bottom: 32px; /* 32/32 */
}
.page__mb6{
	margin-bottom: 16px; /* 16/16 */
}
.page__mb7{
	margin-bottom: 120px; /* 96/64 */
}
.page__mb8{
	margin-bottom: 24px; /* 24/24 */
}
.page__mb9{
	margin-bottom: 40px; /*40/32*/
}
.page__mb10{
	margin-bottom: 40px; /*32/32*/
}
.page__center{
	text-align: center;
}
.page__clrblue{
	color: var(--blue1);
}
.page__clrgray{
	color: var(--black3);
}
.page__list > li{
	padding-left: 76px;
	position: relative;
}
.page__list > li:before{
	width: 52px;
	height: 52px;
	position: absolute;
	top:0;
	left:0;	
}
.page__list_ivcenter > li{
    display: flex;
    align-items: center;
}
ul.page__list > li{
	margin-bottom: 32px;
}
ul.page__list_checksmall > li{
	padding-left: 56px;
	min-height: 32px;
	margin-bottom: 24px;
}
ul.page__list > li:before{
	content: '';
	background: url(i/icon-check-green.svg) center center no-repeat var(--green3);
	border-radius: 100%;
}
ol.page__list{
	counter-reset: point;
}
ol.page__list > li{
	min-height: 52px;
	margin-bottom: 24px;
}
ol.page__list > li:before {
    content: counter(point);
    counter-increment: point 1; 
    background-color: var(--blue3);
   	color: var(--blue1);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 18px;
}
ul.page__list_checksmall > li:before {
	content: '';
	width: 32px;
	height: 32px;
    background: url(i/icon-check-mini.svg) center center no-repeat var(--green1);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius:100%;
}
ol.page__list_small > li{
	margin-bottom: 16px;
	padding-left: 56px;
	min-height: 32px;
}
ol.page__list_small > li:before{
	width: 32px;
	height: 32px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
}
.page__list_icnvcenter > li:before{
	bottom:0;
    margin-top:auto;
    margin-bottom: auto;
}
.page__list > li:last-child{
	margin-bottom: 0;
}
/*about*/
.page__about{
	display: grid;	
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 64px;
}
.page__about > div {
	display: flex;
	align-items: flex-start;
}
.page__about > div > *:first-child{
	margin-right:32px;
	min-width: 96px;
}
.page__about_col2{
	grid-template-columns:  1fr 1fr;
	grid-row-gap: 40px;
}
.page__about_col2 > div {
    align-items: center;
}
.page__about_col2 > div > *:first-child, .page__about_col3 > div > *:first-child{
    margin-right: 24px;
    min-width: 64px; 
}
.page__about_col3{
	grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
	grid-gap: 48px 34px;
}
.page__about_col3 > div > div{
	display: flex;
	flex-direction: column;
}
/*plus*/
.page__plus{
	display: grid;	
	grid-template-columns: repeat(auto-fit, minmax(224px, 286px));
	grid-gap: 48px 64px;
	justify-content: center;
	text-align: center;
}
.page__plus_col5 {
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    grid-column-gap: 16px;
}
/*plitka*/
.page__plitka{
	display: grid;	
	grid-gap: 16px;
	grid-template-columns: 484px auto 484px;
	grid-template-areas: 
		"first first two"
		"three four four";
	grid-auto-rows: 1fr;
}
.page__plitka > div:nth-of-type(1){
	grid-area: first;
} 
.page__plitka > div:nth-of-type(4){
	grid-area: four;
}
.page__plitka > div{
	border-radius: 16px;
	background-color: var(--black6);
	display: flex;
	justify-content: space-between;
	padding: 32px 24px;
	align-items: flex-start;
}
.page__plitka > div img{
	min-width: 96px;
	margin-left: 24px;
}
/*form*/
.page__form{
	padding: 48px 336px 48px 24px;
	box-shadow: 0px 16px 32px rgba(32, 34, 37, 0.12);
	border-radius: 16px;
    background: 97% center no-repeat var(--white);
    min-height: 288px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.page__form .form{
	max-width: 684px;
}
.page__form .form__fieldsbtn{
    grid-row-gap: 32px;
}
.page__form .form__button svg{
	min-width: 24px;
}
.page__form_consult{
	background-color: var(--black6);
	background-image: url(i/bg-consult.png);
	box-shadow: none;
}
.page__form_consult2{
	background-image: url(i/bg-consult2.png);
}
.page__form_sub{
	background-image: url(i/bg-sub.png);
	padding-top:40px;
	padding-bottom: 40px;
}
/*adv*/
.page__adv{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
	grid-gap: 60px;
	align-items: center;
	justify-content: space-between;
}
.page__adv > img{
	margin-left: auto;
	margin-right: auto;
}
.page__adv_invert > *:first-child{
	order: 2;
}
/*other*/
.page__other{
	display: grid;
	grid-template-columns: auto max-content;
	grid-gap: 34px;
}
.page__otheritems{
	display: grid;
	grid-gap: 34px;
	grid-template-columns: 372px 372px;
}
.page__otheritem{
	position: relative;
	padding: 16px;
	border-radius: 16px;
	background: center center no-repeat var(--white);
	background-size: cover;
	height: 256px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
	transition: 0.5s;
}
.page__otherititle{
	color: var(--white);
}
.page__otherilink{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.page__otheritem_sbisbuh{
	background-image: linear-gradient(180deg, rgba(61, 34, 13, 0.5) 0%, rgba(61, 34, 13, 0.1) 100%), url(i/bg-sbisbuh.jpg);
}
.page__otheritem_1cfresh{
	background-image: linear-gradient(180deg, rgba(61, 34, 13, 0.5) 0%, rgba(61, 34, 13, 0.1) 100%), url(i/bg-1cfresh.jpg);
}
.page__otheritem:hover {
	transform: translateY(-16px);
}
.page__otheritem:hover .button_red{
	background-color: var(--red2);
}
/*choice*/
.page__choice .tabs__list{
	justify-content: center;
	flex-wrap: wrap;
}
.page__choiceitem{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    grid-gap: 64px;
    align-items: center;
    justify-content: space-between;
}
.page__choiceitem > .form {
    margin-left: auto;
    max-width: 460px;
    background: var(--black6);
	border-radius: 16px;
	padding: 32px;
}
.page__choiceitem .form__title{   
  font-size: 24px;
}
/*cost*/
.page__cost .products__item .button {
    width: auto;
}

/***** 1279 ~ sm *****/
@media (max-width: 1279px) {
	/*style*/
	.page__mb1{
		margin-bottom: 48px;
	}
	.page__mb7{
		margin-bottom: 96px;
	}
	.page__mb10{
		margin-bottom: 32px; 
	}
	/*about*/
	.page__about{
		grid-gap: 48px;
	}
	.page__about > div {
		flex-direction: column;
		align-items: baseline;
	}
	.page__about > div > *:first-child{
		margin-right:0;
		margin-bottom: 32px;
	}
	.page__about_col2 > div > *:first-child, .page__about_col3 > div > *:first-child {
    	margin-bottom: 24px;
	}
	/*plus*/
	.page__plus{
		grid-column-gap: 16px;
		grid-template-columns: repeat(auto-fit, 224px);
	}
	/*plitka*/
	.page__plitka{
		grid-template-columns: 100%;
		grid-template-areas: unset;
	}
	.page__plitka > div{
		grid-area: unset !important;
	}
	/*form*/
	.page__form {
	    padding-top: 32px;
	    padding-bottom: 32px;
	    padding-right: 360px;
	    background-position-x: 95%;
	}
	.page__form .form{
		max-width: 415px;
	}
	.page__form .form__fieldsbtn {
	    grid-template-columns: repeat(auto-fit,minmax(320px, 1fr));
	    margin-bottom: 24px;
	}
	/*adv*/
	.page__adv {
		grid-gap: 48px;
	}
	/*other*/
	.page__other{
		grid-template-columns: 100%;
		grid-gap: 32px;
	}
	.page__otheritems{
		grid-gap: 16px;
		grid-template-columns: repeat(auto-fit, minmax(288px,344px));  
	}
	.page__otheritem{
		width: 344px;
		height: 237px;
	}
	/*choice*/
	.page__choiceitem{
    	grid-gap: 48px;
	}
	.page__choiceitem > .form {
	    padding-left: 24px;
	    padding-right: 24px;
	    margin-left: 0;
	}
}
@media (max-width: 767px) {
	/*form*/
	.page__form {
		padding-right: 24px;
	    padding-bottom: 320px;
	    background-position: center 92%;
	    background-size: auto 256px;
	}
	/*choice*/
	.page__choice .tabs__list{
	  justify-content: flex-start;
	  align-items: stretch;
	  overflow-x: auto;
	  white-space: nowrap;
	  flex-wrap: nowrap;
	}
	.page__choice .tabs__list::-webkit-scrollbar{ width: 3px; height: 3px;}
	.page__choice .tabs__list::-webkit-scrollbar-button {  background-color: #D2D8E4; display: none;}
	.page__choice .tabs__list::-webkit-scrollbar-track {  background-color: #D2D8E4;}
	.page__choice .tabs__list::-webkit-scrollbar-track-piece { background-color: #F5F7F6;}
	.page__choice .tabs__list::-webkit-scrollbar-thumb { height: 50px; background-color: #D2D8E4; border-radius: 3px;}
	.page__choice .tabs__list::-webkit-scrollbar-corner { background-color: #D2D8E4;}
	.page__choice .tabs__list::-webkit-resizer { background-color: #D2D8E4;}
}
/***** 527px ~ xs *****/
@media (max-width: 527px){
	/*style*/
	.page__mb3{
		margin-bottom: 32px;
	}
	.page__mb4{
		margin-bottom: 40px; 
	}
	.page__mb7{
		margin-bottom: 64px;
	}
	.page__mb9{
		margin-bottom: 32px; 
	}
	/*about*/
	.page__about_col2{
		grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
	}
	.page__about_col2 > div > *:first-child {
    	margin-bottom: 32px;
	}
	/*plitka*/
	.page__plitka{
		grid-auto-rows: unset;
	}
	.page__plitka > div{
		padding-left: 16px;
		padding-right: 16px;
		flex-direction: column;
	}
	.page__plitka > div > div{
		order: 2;
	}
	.page__plitka > div img {
		order:1;
	    margin-left: 0;
	    margin-bottom: 24px;
	}
	/*form*/
	.page__form {
		padding-left: 16px;
		padding-right: 16px;
	}
	.page__form .form__fieldsbtn {
    	grid-template-columns: 100%;
	}
	/*adv*/
	.page__adv_invert{
		grid-gap: 32px;
	}
	/*other*/
	.page__otheritem{
		width: 100%;
		max-width: 344px;
		height: 198px;
	}
	/*choice*/
	.page__choiceitem > .form {
	    padding-left: 16px;
	    padding-right: 16px;
	}
	.page__choiceitem .form__title{   
	  font-size: 20px;
	}
}
