/*500*/
@font-face {
	font-family: 'Inter-Medium';
	src:  url('Inter-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*700*/
@font-face {
	font-family: 'Inter-Bold';
	src:  url('Inter-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


a {
    text-decoration: none;
}

html {
  scroll-behavior: smooth; 
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular', sans-serif;
}





.block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 0;
    padding: 0 12%;
    margin-top: 2px !important;
	
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.row > [class*="col-"], .row > .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row-spase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.row-spase > [class*="col-"], .row > .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-100 {
    width: 100%;
}
.col-90 {
	width: 90%;
}
.col-80 {
	width: 80%;
}
.col-70 {
	width: 70%;
}
.col-70-60 {
	width: 70%;
}
.col-65 {
	width: 65%;
}
.col-64 {
	width: 64%;
}
.col-60 {
	width: 60%;
}
.col-70-100 {
	width: 70%;
}
.col-60-100 {
	width: 60%;
}
.col-50-100 {
	width: 50%;
}
.col-48-100 {
	width: 48%;
}
.col-40-100 {
	width: 40%;
}
.col-60-50 {
	width: 60%;
}
.col-60-33{
	width: 60%;
}

.col-50 {
    width: 50%;
}
.col-55 {
    width: 55%;
}
.col-49 {
    width: 49%;
}
.col-45 {
    width: 40%;
}
.col-40 {
    width: 40%;
}
.col-35 {
	width: 35%;
}
.col-33-100 {
	width: 33.333333333333336%;
}
.col-33 {
	width: 33.333333333333336%;
}
.col-32 {
	width: 32%;
}
.col-30 {
	width: 30%;
}
.col-30-40 {
	width: 30%;
}
.col-25-100{
	width: 25%;
}

.col-25-45{
	width: 25%;
}
.col-25 {
	width: 25%;
}
.col-24 {
	width: 24%;
}
.col-15-mob{
	display: none;
}
.col-20-100{
	width: 20%;
}
.col-20-45{
	width: 20%;
}
.col-20-25-45{
	width: 20%;
}
.col-20-25-30{
	width: 20%;
}
.col-20-33{
	width: 20%;
}
.col-20 {
	width: 20%;
}
.col-17-22-30 {
	width: 17%;
}
.col-17 {
	width: 17%;
}
.col-15 {
	width: 15%;
}
.col-12 {
	width: 12%;
}
.col-10 {
	width: 10%;
}
.col-7 {
	width: 7%;
}
.col-5 {
	width: 5%;
}
.col-3-5 {
	width: 3%;
}
.col-3 {
	width: 3%;
}
.col-2 {
	width: 2%;
}
.column {
	flex-direction: column;
}
.relative {
  position: relative;
}
.flex-start {
    justify-content: flex-start;
	text-align: left;
}
.flex-start-center {
    justify-content: flex-start;
	text-align: left;
}
.flex-start-center2 {
    justify-content: flex-start;
	text-align: left;
}
.flex-start-end{
	justify-content: flex-start;
	text-align: left;
}
.flex-end {
    justify-content: flex-end;
	text-align: right;
}
.flex-end-start {
    justify-content: flex-end;
	text-align: right;
}
.center-j{
	justify-content: center;
}
.center-i {
    align-items: center;
}
.center-t {
    text-align: center;
}
.margin-auto {
	margin: auto;
}
.none {
    display:none !important;   
}

.center-all {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.center-all-end {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.transparent {
	opacity:0;
}


/*Общие отступы*/
.content_place{
	padding-left: 8vw;
	padding-right: 8vw;
	max-width: 1913px;
}

.mrg-auto{
	margin:auto;
}

.mrg-bottom-box2{
	margin-bottom: 100px;
}

.mrg-bottom-box{
	margin-bottom: 70px;
}




/*Шрифты*/


.h1{
	font-family: 'Inter-Medium', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 50px;
}
.h2{
	font-family: 'Inter-Bold', sans-serif;
	font-size: 35px;
	line-height: 60px;
	font-weight: 700;
}

.h3{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
}
.h4{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 32px;
	line-height: 37px;
	font-weight: 400;
}
.h5{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 27px;
	line-height: 45px;
	font-weight: 400;
}
.h6{
	font-family: 'Roboto-Medium', sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
}


.t1{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 27px;
	line-height: 65px;
	font-weight: 500;
}
.t2{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 22px;
	line-height: 35px;
	font-weight: 500;
}
.t2-2{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 22px;
	line-height: 45px;
	font-weight: 500;
}
.t2-2-blod{
	font-family: 'Inter-Bold', sans-serif;
	font-size: 22px;
	line-height: 45px;
	font-weight: 700;
}
.mrg-r-t2-2-bold{
	margin-right: 10px;
}
.mrg-t-inside-box{
	margin-top: 20px;
}
.pdn-top-5bl{
	margin-top: 20px;
}
.pdn-top-5bl-2{
	margin-top: 265px;
}

.pdn-top-5bl-3{
	margin-top: 195px;
}

.pdn-top-5bl-4{
	margin-top: 55px;
}

.t3{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 500;
}
.t4{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 15px;
	line-height: 35px;
	font-weight: 500;
}
.t5{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 500;
}
.t6{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
}

/*Всплывающие окна*/

.popup-bg{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	z-index: 5;
}


.popup-card{
	position: relative;
	background-color: #F2F2F2;
	width: 480px;
	border-radius: 26px;
	z-index: 5;
}


.head-pp{
	margin: 25px;
	padding: 15px 7px;
	color: #646679;
	border-bottom: 2px solid #D8D8D8;
}

.t-input:focus::-webkit-input-placeholder {
  color: transparent
}
 
.t-input:focus::-moz-placeholder {
  color: transparent
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: 0;
    padding: 14px 18px;
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
	line-height: 22px;
    font-weight: 300;
	text-transform: capitalize;  
    color: #646679;
    vertical-align: middle;
	width: calc(100% - 50px);
	background: #FFFFFF;
	border: 1px solid rgba(100, 102, 121, 0.7);
	box-sizing: border-box;
	box-shadow: 0px 15px 25px rgba(115, 82, 208, 0.3);
	border-radius: 7px;
}


input[type=checkbox]{
    display: inline-block;
    cursor: pointer;
    margin: 0;
	appearance: none;
    position: relative;
    min-width: 21px;
    height: 21px;
    background: #FFFFFF;
	border: 0.5px solid rgba(100, 102, 121, 0.3);
	box-sizing: border-box;
	border-radius: 4px;
    
} 
input[type="checkbox"]:after {
    content: '';
    width: 65%;
    height: 35%;
    border-radius: 0;
    margin: auto;
    position: absolute;
    top: 2px;
    left: 1px;
    transition: background 0.25s ease;
}

input[type="checkbox"]:checked:after {
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-color: #3CAC7E;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.title-input{
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
	line-height: 22px;
    font-weight: 300;
	color: #E82E71;
	padding: 4px 12px;
}
.pp_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
	font-family:'Roboto-Black',sans-serif;
	font-size: 20px;
	font-weight: 800;
	width: 185px;
    height: 45px;
	cursor: pointer;
	border: 1px solid #53B97A;
	box-shadow: 0px 15px 25px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #53B97A;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pp_btn:hover{
    background: #ff5722;
	border: 1px solid #ff5722;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}

.pp-check{
	width: 27px;
	margin-right: 10px;
}
.tit-check{
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
	line-height: 24px;
    font-weight: 300;
	text-decoration: underline;
	color: #53C781;
}
.tit-check2{
	font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
	line-height: 24px;
    font-weight: 300;
	color: #53C781;
}
.mrg-check{
	margin-left: 10px;
}

.pp-logo{
	width: 50%;
	margin-top: 10px;
}
.close-mark{
	position:absolute;
	width: 40px;
	top: -15px;
	right: -15px;
	
}

.border{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	border-bottom: 2px solid #D8D8D8;
}
.reg-tit{
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.reg-tit:hover {
	text-decoration: underline;
}

.text-reg-mrg{
	padding: 70px 25px;
}
.text-reg-mrg2{
	margin-bottom: 35px;
}
.text-reg{
	font-family: 'Roboto-Light', sans-serif;
    font-size: 26px;
	line-height: 30px;
    font-weight: 300;
	color: #646679;
}




/*Шапка*/

.header{
	background-color: #FFFFFF;
	height: 124px;
	position: relative;
	z-index: 2;
}
.header-height{
	height: 124px;
}

.center-all-logo{
	text-align: center;
    align-items: center;
	justify-content: flex-start;
	height: 124px;
}
.center-all-menu{
	text-align: center;
    align-items: center;
	justify-content: flex-start;
	height: 124px;
}

.logo-img{
	height: 35%;
}

.center-all-enter{
	text-align: center;
    align-items: center;
	justify-content: flex-end;
	height: 124px;
}

.header_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
	font-family: 'Inter-Bold',sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 24px;
	cursor: pointer;
	border: 1px solid #81F806;
	border-radius: 15px;
	background: #81F806;
}
.header_btn:hover{
    background: #F8DE1E;
	border: 1px solid #F8DE1E;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}


.block1_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
	font-family: 'Inter-Bold',sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 120px;
	cursor: pointer;
	border: 1px solid #81F806;
	border-radius: 15px;
	background: #81F806;
}
.block1_btn:hover{
    background: #F8DE1E;
	border: 1px solid #F8DE1E;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}

.mrg-t-btn-bl4{
	margin-top: 30px;
}

.block4_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
	font-family: 'Inter-Mediu',sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 8px 80px;
	cursor: pointer;
	border: 1px solid #81F806;
	border-radius: 15px;
	background: #81F806;
}
.block4_btn:hover{
    background: #F8DE1E;
	border: 1px solid #F8DE1E;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}

.block5_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
	font-family: 'Inter-Medium',sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 20px 125px;
	cursor: pointer;
	border: 1px solid #E2E2E2;
	border-radius: 15px;
	background: #E2E2E2;
}
.block5_btn:hover{
    background: #ABABAB;
	border: 1px solid #ABABAB;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
	color: #FFFFFF;
}

.block5-2_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
	font-family: 'Inter-Medium',sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 20px 125px;
	cursor: pointer;
	border: 1px solid #E2E2E2;
	border-radius: 15px;
	background: #ffff;
}
.block5-2_btn:hover{
    background: #F8DE1E;
	border: 1px solid #F8DE1E;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
	color: #333333;
}

.enter-img{
	height: 45%;
}


.box-3bl{
	position: relative;
	height: 220px;
	width: 99%;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #81F806;
	border-radius: 35px;
}


.box-3bl:hover{
	border: 2px solid #81F806;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-5bl-1{
	position: relative;
	height: 610px;
	width: 99%;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #E2E2E2;
	border-radius: 35px;
}


.box-5bl-1:hover{
	border: 2px solid #E2E2E2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-5bl-2{
	position: relative;
	height: 610px;
	width: 99%;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #81F806;
	border-radius: 35px;
}


.box-5bl-2:hover{
	border: 2px solid #81F806;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-5bl-3{
	position: relative;
	height: 610px;
	width: 99%;
	background-color: #81F806;
	box-sizing: border-box;
	border: 2px solid #81F806;
	border-radius: 35px;
}


.box-5bl-3:hover{
	border: 2px solid #81F806;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pdn-box-3bl{
	padding: 25px;
}

.mrg-t-3bl{
	margin-top: 80px;
}

.mrg-text-2bl{
	margin-top: 55px;
}

.verticalLine {
  border-left: 1px solid #494949;  /* Параметры линии */
  height: 165px;  /* Ограничивается только размером родительского элемента */
}


.enter{
	text-decoration: underline;
	color: #FFFFFF;
	margin-left: 15px;
}

.menu-element{
	color: #000000;
	cursor: pointer;
	margin-left: 50px;
}
.menu-element:hover {
	text-decoration: underline;
}

.menu-element-1{
	color: #000000;
	cursor: pointer;
}
.menu-element-1:hover {
	text-decoration: underline;
}

.mrg-1bl{
	margin-top: 140px;
	margin-bottom: 140px;
}

.b1350-none {
	display: flex;
}

.call{
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: .5px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: -53px;
	
}


.enter-abs{
	text-decoration: underline;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: -6px;
	
}

.center-all-tel{
	text-align: center;
    align-items: center;
	justify-content: center;
	height: 100px;
}

/*Моб. Шапка*/

.mob-header{
	display: none;
}
/*1 Блок - Начало*/

.main-b-1 {
    position: relative;
	background-color: #FFFFFF;
   
}
.img-b1{
	display: none;
}

.h-title1{
	font-family: 'Inter-Bold', sans-serif;
	font-size: 45px;
	line-height: 65px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 40px;
}
.h-title2{
	font-family: 'Inter-Medium', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 40px;
}

.h-title3{
	font-family: 'Inter-Bold', sans-serif;
	font-size: 35px;
	line-height: 75px;
	font-weight: 700;
	color: #000000;
	margin-top: 7px;
	margin-bottom: 25px;
	padding-right: 90px;
}

.h-title3-2{
	font-family: 'Inter-Bold', sans-serif;
	font-size: 35px;
	line-height: 75px;
	font-weight: 700;
	color: #000000;
	
}

.mrg-t-6bl{
	margin-top: 7px;
}

.width-tit1 {
	width: 60%;
}
.width-tit2 {
	width: 50%;
}
.width-tit3 {
	width: 40%;
}

.b1_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
	font-family: 'Roboto-Black',sans-serif;
	font-size: 30px;
	font-weight: 800;
	width: 300px;
    height: 63px;
	cursor: pointer;
	border: 1px solid #53B97A;
	box-shadow: 0px 15px 25px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #53B97A;
	margin-left: 110px;
	margin-top: 35px;
}
.b1_btn:hover{
    background: #ff5722;
	border: 1px solid #ff5722;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}
.mrg-bottom-box1 {
    margin-bottom: 50px;
}
.point{
	position: absolute;
	bottom: 90px;
}

.bg-img1{
	position: absolute;
	bottom: 62%;
	width: 4.2%;
	z-index: -1;
}
.bg-img2 {
    position: absolute;
    top: -1%;
    left: 11%;
    width: 1.7%;
	z-index: -1;
}
.bg-img3 {
    position: absolute;
    top: 3%;
    left: 46%;
    width: 1%;
	z-index: -1;
}
.bg-img4 {
    position: absolute;
    top: 11%;
    left: 65%;
    width: 1.3%;
	z-index: -1;
}
.bg-img5 {
    position: absolute;
    top: 30%;
    left: 51%;
    width: 1.9%;
	z-index: -1;
}
.bg-img6 {
	position: absolute;
    top: 37%;
    left: 62%;
    width: 1%;
	z-index: -1;
}
.bg-img7 {
	position: absolute;
    top: 69%;
    left: 52%;
    width: 1.7%;
	z-index: -1;
}

/*Как начать*/


.main-b-2{
	position: relative;
	background-color:#FAFAFA;
	z-index: 2;
}

.b-title1{
	color: #53B97A;
	margin-top: 70px;
}
.b-title2{
	color: #646679;
	margin-top: 25px;
}

.img-b2{
	width: 100%;
	
}
.img-tg{
	width: 35px;
	margin-left: 10px;
	
}
.img-qr{
	width: 95%;
	max-width: 130px;
	
}
.mrg-b-qr{
	margin-bottom: 15px;	
}

.mrg-tb-2bl{
	margin-top: 70px;
	margin-bottom: 70px;
}

.b-title3{
	color: #161828;
	margin-top: 20px;
}

.b-text{
	color: #646679;
	margin-top: 30px;
	margin-right: 35px;
	margin-left: 35px;
}
.mob-yes{
	display: none;
}

/*3 Блок Для чего вам нужен UserVision*/

.main-b-3{
	position: relative;
	background-color:#FFFFFF;
	z-index:0
}
.b-title2-3b{
	color: #646679;
	margin-top: 30px;
}
.b-title2-3b-mob {
	display: none;
}

.img-b3{
	height: 95%;
}
.b-sign{
	color: #646679;
}

.b3-label1{
	position: absolute;
	top: 28%;
}

.num1{
	font-family: 'Roboto-Bold', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 84px;
	color: #F2CA51;
}

.b3-label2{
	position: absolute;
	top: 28%;
	right: 3%;
}

.num2{
	font-family: 'Roboto-Bold', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 84px;
	color: #73C5E1;
}

.b3-label3{
	position: absolute;
	top: 45%;
	right: 3%;
}

.num3{
	font-family: 'Roboto-Bold', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 84px;
	color: #D10089;
}

.b3-text1{
	padding-top: 20px;
    color: #53B97A;
}

.b3_btn{
	margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
	font-family: 'Roboto-Black',sans-serif;
	font-size: 30px;
	font-weight: 800;
	width: 300px;
    height: 63px;
	cursor: pointer;
	border: 1px solid #53B97A;
	box-shadow: 0px 15px 25px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #53B97A;
	margin-top: 45px;
}
.b3_btn:hover{
    background: #ff5722;
	border: 1px solid #ff5722;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}	

.bg3-img1{
	position: absolute;
	left: 2%;
    bottom: 81%;
    width: 9%;
	z-index: -1;
}
.bg3-img2 {
    position: absolute;
    top: 24%;
    left: 14%;
    width: 8%;
	z-index: -1;
}
.bg3-img3 {
    position: absolute;
	top: 47%;
    left: 26%;
    width: 13%;
	z-index: -1;
}
.bg3-img4 {
    position: absolute;
	top: 74%;
    left: 0%;
    width: 4%;
	z-index: -1;
}
.bg3-img5 {
    position: absolute;
	top: 63%;
    left: 85%;
    width: 1.5%;
	z-index: -1;
}
.bg3-img6 {
	position: absolute;
	top: 75%;
    left: 85%;
    width: 15%;
	z-index: -1;
}





/*Как это работает*/

.main-b-4{
	position: relative;
	background-color:#FAFAFA;
}
.img-b4{
	height: 90%;
	margin-right: 140px;
	margin-top: 150px;
}
	.img-b4-mob{
		display: none;
	}
.b4-label_1{
	position: absolute;
	top: 23%;
	left: 12%;
}
.b4-label_2{
	position: absolute;
	top: 29%;
	right: 5%;
}
.b4-label_3{
	position: absolute;
	top: 45%;
	right: 4%;
}

.b-title2-4b{
	color: #646679;
	margin-top: 110px;
}

.detal-info{
	text-decoration: underline;
	color: #53B97A;
	margin-top: 20px;
	cursor: pointer;
}
.b-title2-4b-mob {
	display: none;
}


/*Возможности*/

.main-b-5{
	position: relative;
	background-color:#FFFFFF;	
}
.img-b5{
	width: 35%;
    margin-top: 70px;
}
.b5-title-part{
	color: #161828;
	margin-top: 30px;
}
.b5-text {
    color: #646679;
    margin-top: 30px;
    margin-right: 4vw;
    margin-left: 4vw;
}


/*Хранение и передача данных*/

.main-b-6{
	position: relative;
	background-color:#FAFAFA;
}
.img-b6-mob{
	display: none;
}
.img-b6{
	height: 90%;
	margin-top: 80px;
}
.b6-label_1{
	position: absolute;
	top: 26%;
	left: 8%;
}
.b6-label_2{
	position: absolute;
	top: 33%;
	right: 3%;
}
.b6-label_3{
	position: absolute;
	top: 56%;
	right: 3%;
}


/*Тарифы*/

.main-b-7{
	position: relative;
	background-color:#FFFFFF;
	z-index: 0;
}

.card-price{
	position: relative;
	height: 640px;
	width: 343px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	box-shadow: 0px 4px 5px rgb(196 196 196 / 70%);
	border-radius: 8px;
	margin-top: 120px;
}


.card-price:hover{
	box-shadow: 0 2px 1px 0 rgb(196 196 196 / 90%);
}
.card-price2{
	position: relative;
	height: 705px;
	width: 343px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	box-shadow: 0px 4px 5px rgb(196 196 196 / 70%);
	border-radius: 8px;
	margin-top: 120px;
}
.card-price2:hover{
	box-shadow: 0 2px 1px 0 rgb(196 196 196 / 90%);
}

.margin-RL-card2{
	margin-right: 60px;
	margin-left: 60px;
}
.head-c1-b7{
	width: 100%;
    height: 76px;
    overflow: hidden;
    background: url(img/card1-b7.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.head-c2-b7{
	width: 100%;
    height: 90px;
    overflow: hidden;
    background: url(img/card2-b7.svg);
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 8px 8px 0 0;
}

.mark-c2-b7{
	position: absolute;
	top: -2%;
	right: 30%;
	height: 27px;
	width: 140px;
	background: #28CDB1;
	border-radius: 48px;
	font-family: 'Roboto-Light', sans-serif;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.head-c3-b7{
	width: 100%;
    height: 76px;
    overflow: hidden;
    background: url(img/card3-b7.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.card-head{
	color: #FFFFFF;
	margin-top: 20px;
}
.card-head2{
	color: #FFFFFF;
	margin-top: 34px;
}

.nom-card{
	font-family: 'Roboto-Medium', sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 500;
	margin-top: 20px;
	color: #323232;
}

.nom-card-label{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #969696;
}

.line{
	width: 56px;
	height:6px;
	background: #EDEDED;
	border-radius: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.arr-b7{
	width: 18px;
	margin-right: 15px;
}

.pm-line{
	padding-left: 30px;
	margin-top: 25px;
}

.no-line{
	color: #626262;
	text-decoration: line-through;
}

.yes-line{
	color: #323232;
}

.b7_btn1{
	margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #646679;
	font-family:'Roboto-Medium',sans-serif;
	font-size: 20px;
	font-weight: 500;
	width: 185px;
    height: 42px;
	cursor: pointer;
	border: 1px solid #646679;
	box-shadow: 0px 5px 15px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #FFFFFF;
	margin-top: 55px;
}
.b7_btn1:hover{
    background: #53B97A;
	border: 1px solid #53B97A;
	color: #fff;
	box-shadow: 0px 3px 7px rgba(115, 82, 208, 0.5);
}
.b7_btn2{
	margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
	font-family:'Roboto-Medium',sans-serif;
	font-size: 20px;
	font-weight: 500;
	width: 185px;
    height: 42px;
	cursor: pointer;
	border: 1px solid #53B97A;
	box-shadow: 0px 5px 15px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #53B97A;
	margin-top: 75px;
}
.b7_btn2:hover{
	background: #ff5722;
	border: 1px solid #ff5722;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}

.bg7-img1{
	position: absolute;
	bottom: 92%;
    width: 12%;
	z-index: -1;
}
.bg7-img2 {
    position: absolute;
    top: 25%;
    left: 0%;
    width: 4%;
	z-index: -1;
}
.bg7-img3 {
    position: absolute;
    top: 81%;
    left: 2%;
    width: 15%;
	z-index: -1;
}
.bg7-img4 {
    position: absolute;
	top: 33%;
    left: 2%;
    width: 13%;
	z-index: -1;
}
.bg7-img5 {
    position: absolute;
	top: 60%;
    left: 33%;
    width: 11%;
	z-index: -1;
}
.bg7-img6 {
	position: absolute;
	top: 95%;
    left: 21%;
    width: 12%;
	z-index: -1;
}
.bg7-img7 {
	position: absolute;
	top: 33%;
    left: 67%;
    width: 25%;
	z-index: -1;
}
.bg7-img8 {
    position: absolute;
	top: 1%;
    left: 87%;
    width: 12%;
	z-index: -1;
}
.bg7-img9 {
	position: absolute;
	top: 68%;
    left: 87%;
    width: 8%;
	z-index: -1;
}
.bg7-img10 {
	position: absolute;
	top: 43%;
    left: 58%;
    width: 10%;
	z-index: -1;
}

/*Индивидуальные условия*/

.main-b-8 {
    position: relative;
    background-position: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 30%;
	background-color: #FAFAFA;
	z-index: 0;
}

.b8-title2 {
    color: #53B97A;
    margin-top: 20px;
}
.b8-title1 {
    color: #53B97A;
    margin-top: 40px;
}
.mrg-btn{
	margin-right: 120px;
}
.b-title2-8b{
	color: #646679;
    margin-top: 15px;
}

.b8_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
	font-family:'Roboto-Black',sans-serif;
	font-size: 30px;
	font-weight: 800;
	width: 330px;
    height: 63px;
	cursor: pointer;
	border: 1px solid #53B97A;
	box-shadow: 0px 15px 25px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #53B97A;
	margin-top: 55px;
}
.b8_btn:hover{
    background: #ff5722;
	border: 1px solid #ff5722;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}


.bg8-img1{
	position: absolute;
	bottom: -38%;
    width: 22%;
	z-index: -2;
}
.bg8-img2 {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 19%;
	z-index: -2;
}
.bg8-img3{
	position: absolute;
    bottom: -7%;
    right: 0%;
    width: 25%;
	z-index: -2;
}


/*Footer*/

.main-footer{
	position: relative;
	background: url(bg_footer.svg);
    background-position: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 170%;
	box-shadow: 3px -4px 8px rgba(0, 0, 0, 0.25);	
}
.column1-foot{
	margin-top: 50px;
}

.column2-foot{
	margin-top: 30px;
}
.column2-foot-mob{
	display: none;
}

.foot-menu-element{
	margin-bottom: 15px;
	color: #fff;
	cursor: pointer;
}

.foot-menu-element:hover {
	color: #fff;
	text-decoration: underline;
}

.column2-tit2{
	color: #fff;
}
.foot_btn{
    margin-bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #53B97A;
	font-family:'Roboto-Black',sans-serif;
	font-size: 30px;
	font-weight: 800;
	width: 330px;
    height: 63px;
	cursor: pointer;
	border: 1px solid #fff;
	box-shadow: 0px 15px 25px rgba(115, 82, 208, 0.3);
	border-radius: 10px;
	background: #fff;
	margin-top: 40px;
}
.foot_btn:hover{
    color: #fff;
	background: #ff5722;
	border: 1px solid #ff5722;
	box-shadow: 0px 5px 10px rgba(115, 82, 208, 0.5);
}

.column2-tit3{
	color: #fff;
	margin-top: 40px;
}
.column2-tit4{
	color: #fff;
	margin-top: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.center-all-enter-foot{
	text-align: center;
    align-items: flex-end;
	justify-content: flex-end;
	margin-top: 105px;
}

.center-all-tel-foot{
	text-align: center;
    align-items: center;
	justify-content: flex-start;
	margin-top: 112px;
}
.column3-tit{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.mrg-column3-foot{
	margin-top: 80px;
}
.enter-img-foot{
	height: 50px;
	margin-top: -10px;
}
.column3-tit2{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.m-b-foot{
	margin-bottom: 10px;
}
.call-foot{
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: .5px;
	font-weight: 700;
	color: #FFFFFF;
}

.mrg-foot{
	margin-top: 80px;
}





















@media (max-width: 1270px) {
	.col-70-100 {
		width: 100%;
	}	
	.col-60-100 {
		width: 100%;
	}	
	.col-50-100 {
		width: 100%;
	}
	.col-48-100 {
		width: 100%;
	}
	.col-40-100 {
		width: 100%;
	}
	.t2 {
		font-size: 18px;
	}
}








