/*******************************Общие стили, переопределение***************************************/
body{
	overflow-x: hidden;
	font-size: 16px;
	line-height: 24px;
}
.logo{
	max-width: 100% !important;
}
a{
	cursor:pointer;
}
a:hover{
	text-decoration: none;
}
*{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.pull-left{
	float: left;
	margin-right: auto;
}
.pull-right{
	float: right;
	margin-left: auto;
}
.small{
	color:inherit!important;
}
header{
	position: relative;
}
button, select{
	-webkit-appearance: none;
}

#solution_page header{
	position: static;
}
#solution_page img{
	max-width: calc(100% - 32px)
}

@media (max-width: 910px){
	.mobile_select{
		padding-left:8px;
	}
}
.mobile.coockie-close	_button, [script-role=get-new-feedback-form]{
	z-index: 999;
	position: relative;
}
@media(orientation:landscape){

	.mobile.coockie-close	_button{
		background-color: transparent;
	    border: 0px;
	    font-size: 0px;
	    top: 10px!important;
    	right: 20px!important;
	}
	.overlay_new, .form-wrapper{
		overflow-y: auto;
		overflow-x:hidden;
	}
}
@media(max-width: 1023px){
	#basket{
		background-color: #fff!important;
	}
	#basket .form-wrapper{
		padding: 32px 0px!important;
	}
	.basket_grid{
		grid-template-areas:
	        "top_row"
	        " top_row"
	        "feedback_form"
	        " basket"!important;
	    grid-template-columns: 1fr!important;
	}
}

/***********************************Общая типография***************************************/
@media(max-width: 1023px){
	.center_mobile{
		text-align:center;
	}
	#main .top-banner {
		padding: 16px;
	}
	.top-banner .h1, h1 {
	    font-size: 24px;
	}
	.top-banner .h1,  .top-banner h1 {
		margin-left:0px;
		margin-right:0px;
	}
	h2{
		font-size: 24px;
		line-height: 32px;
		font-weight: 900;
		margin:0px 0px 16px 0px;
		color:#000;
		
	}
	.caption {
		margin:0px 0px 16px 0px;
	}
	.read-all{
		margin:0px 0px 32px 0px;
	}
	.middle-container{
		margin-top: 64px;
	}	
}	
@media(min-width: 1024px){	
	.center{
		text-align:center;
	}
	h1 {
	    font-size: 48px!important;
	}
	.h1{
		font-size: 100px;
		line-height: 76px;
		font-weight: 900;
		margin:0px 0px 20px 0px;
	}
	h2{
		font-size: 48px;
		line-height: 54px;
		font-weight: 900;
		margin-bottom: 32px; 
	}
	a.read-all.center{
			justify-content: center;
	}
	.caption{
		font-size: 16px;
		line-height: 24px;
	}
}
.h3, a.h3{
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 16px 0;
	color:#000;
	font-weight: 900;
}
.text-violet{
	color:#993399;
}
a.h3{
	display: flex;
}
.h4, a.h4{
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 16px 0;
	color:#000;
	font-weight: 900;
}
a.h4{
	display: flex;
}
.employee{
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	margin-bottom: 8px;
}
.employee_position{

	font-size: 16px;
	line-height: 24px;
	color: #808080;
}
.caption, .caption span{
	margin-bottom: 16px;
    line-height: 24px;
	font-weight: 400;
}
.read-all.center{
	padding: 0;
}
/***********************************Общие кнопки***************************************/
button.violet-and-white{
	border:2px solid #993399;
	border-radius: 4px;
	background-color: transparent;
	color:#993399;
	font-size: 16px;
	line-height: 13px;
	font-weight: 500;
	padding: 8px 16px;
	transition: all;
	transition-duration: 300ms;
	background: #fff;
}
button.violet-and-white:hover{
	color:#fff;
	background-color: #993399;
	transition: all;
	transition-duration: 300ms;
}	
button.full-violet-and-white{
	border:2px solid #993399;
	border-radius: 4px;
	background-color: #993399;
	color:#fff;
	font-size: 16px;
	line-height: 13px;
	font-weight: 500;
	padding: 8px 16px;
	transition: all;
	transition-duration: 300ms;
}
button.full-white-and-violet{
	border:0px;
	border-radius: 4px;
	background-color: #fff;
	color:#993399;
	font-size: 16px;
	line-height: 13px;
	font-weight: 500;
	padding: 11px 16px;
	transition: all;
	transition-duration: 300ms;
}
button.full-white-and-violet:hover{
	color:#fff;
	border:0px;
	background-color: #993399;
	transition: all;
	transition-duration: 300ms;
}
button.more-cards, button.less-cards{
	width:100%;
	font-size: 16px;
	line-height: 24px;
	padding:16px;
	font-weight: 900;
}
button.more-cards:after, button.less-cards:after{
	content:"";
	background: url('../images/dropdown2.svg');
	width: 22px;
	height: 8px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
}
button.less-cards:after{
	transform: rotate(180deg);
	background-position: left center;
}	
button.white{
	border:2px solid #fff;
	border-radius: 4px;
	background: transparent;
	color:#fff;
	cursor:pointer;
	transition:all;
	transition-duration: 200ms;
}
button.white:hover{
	border:2px solid #fff;
	background: #fff;
	color:#000;
	transition:all;
	transition-duration: 200ms;
}
.slider button.white{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 3.5px 15px;
}
@media(min-width: 1024px){
	button.more-cards, button.less-cards{
		display: none!important;
	}
}
/***********************************Сетка***************************************/

.top-banner .title{
	grid-area: title;
}
.top-banner .caption{
	grid-area: caption;
}

.about-grid > .title{
	grid-area: title;
}
.about-grid > .h3{
	grid-area: caption;
}
.about-grid iframe{
	grid-area: video;
	width: 100%;
    min-height: 300px;
}
.about-grid > div:nth-child(3){
	grid-area: first_block;
}
.about-grid > div:nth-child(4){
	grid-area: second_block;
}
.top-banner{
	display: grid;
    grid-template-areas:
        "title none"
        "caption none"
        "breadcrumbs breadcrumbs";
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    padding: 16px;
    background-repeat: no-repeat;
}

#how_it_work .content{
	display: block;
}
.standart-container, .middle-container, .bigger-container, .little-container{
	max-width: 100%;
	width:100%;
	display: block;
	margin: auto;
	margin-right: 16px;
	margin-left: 16px;	
}
.bigger-container, .middle-container{
	width: calc(100% - 32px);
}

@media(max-width: 1023px){
	.blocks-wrapper{
		width: 100%;
	}
	body{
	    margin: 0px 0px;
	}
	section{
		margin-top: 30px;
		max-width: 100%;
	}
	.fullwidth-container{
		width: 100%;
	}
	
	.card{
		margin-bottom:16px;
	}
	
	#solution {
		margin: 64px 0px 0px 0px;
		padding: 64px 16px;
	}
	#solution.bigger-container{
		width: 100%;
	}
	.top-banner {
	    margin: 0;
    	padding: 0;
	}
	.top-banner{
		display: grid;
	    grid-template-areas:
	        "title "
	        "caption"
	        "breadcrumbs";
	    grid-template-rows: 1fr auto;
	    grid-template-columns: 1fr;
	    padding: 16px;
	}
	.about_solution_banner-grid, .service_banner-grid{
		display: grid;
		grid-template-areas: "first" 
							 "second"
							 "add_to_a_cart"
							 "breadcrumbs";
		grid-template-columns: auto;
	    grid-row-gap: 16px;
	    grid-template-rows: auto auto auto auto;
	}
	#main .top-banner {
	    background-position: 0 0;
	}
	#main .border-bottom .top-banner {
	    margin-top:0px!important;
	    margin-bottom:60px;
	    top:60px;
	    padding: 0px;
	}	
	#main .border-bottom .top-banner .about_solution_banner-grid, #main .border-bottom .top-banner  .service_banner-grid{
		padding: 0px;
	}
 
	.first {
	    grid-area: first;
	    display: grid;
	    grid-gap: 16px;
        grid-template-columns: 1fr;
    	grid-template-areas:
        "title"
        "vaption";
	}
	.second{
		grid-area: second;
	}
	.add_to_a_cart{
		grid-area: add_to_a_cart;
	}
	.breadcrumbs{
		grid-area: breadcrumbs;
	}
	#solution a.read-all {
	    margin-bottom: 32px;
	}
	#trust-block{
		padding: 64px 0px;
	}
	#about{
		margin-top:64px;
	}
	#solution a.card, #counter a.card {
		width:100%;
	}
	#callback{
		margin-left:-16px;
		margin-right:-16px;
	}
	.price_row-grid{
		display: grid;
	    grid-template-columns: max-content max-content;
	    /*grid-column-gap: 24px;*/
	    grid-template-areas: "first_price second_price"
	}
	#solution_page .price_row-grid div:first-child{
		grid-area: first_price;
	}
	#solution_page .price_row-grid div:last-child{
		grid-area: second_price;
		margin-right:24px;
	}
	.price_column-grid{
	    display: grid!important;
	    grid-template-rows: auto auto auto;
	    grid-template-columns: 1fr;
	    grid-template-areas: "caption";
	}
	.about_solution_banner-grid h2{
		color:#fff;
	}
	/*ОЧЕНЬ ПЛОХОЕ РЕШЕНИЕ*/
	#main .border-bottom .about_solution_banner-grid h2{
		color:#000;
	}
	/*Конец плохого решения*/
	.about_solution_banner-grid .m0{
		margin: 0px;
	}
	.about-grid{
		display: grid;
	    grid-template-areas:
	        "title "
	        "caption"
	        "first_block "
	        "second_block"
	        "video ";
	    grid-column-gap: 16px;
	    margin-left: 16px;
	    margin-right: 16px;
	}
}
@media(min-width: 414px){
	.add_to_a_cart {
		width: 194px;
		height: 51px;
	}
}
@media(min-width: 1024px){

	body{
	    margin: 0px 0px;
	}
	section{
		margin-top: 40px;
	}

	.smallest-container{
		max-width: 100%;
		width:720px;
		display: block;
		margin: auto;
	}
	.little-container{
		max-width: 100%;
		width:50%;
		display: block;
		margin: auto;
	}


	.fullwidth-container{
		width: 100%;
		margin:0px;
		padding: 0px;
	}
	#about-solution_block, #solution_components{
		padding-left: 16px;
		padding-right: 16px;
	}
	.service_banner-grid{
		display: grid!important;
	    grid-template-areas:
	        "first second"
			"add_to_a_cart empty"
	        "breadcrumbs empty";
	    grid-template-columns: 3fr 1fr;
	    grid-template-rows: repeat(3, auto);
        grid-gap: 16px;
		height: 245px;
		margin: 0px;
		margin-top:80px;
		padding-bottom: 30px;
	}
	#how_it_work{
		margin-left:16px;
		margin-right:16px;
	}
	.about_solution_banner-grid {
	    display: grid!important;
	    grid-template-areas:
			"first second"
			"add_to_a_cart empty"
	        "breadcrumbs empty";
	    grid-template-columns: 3fr 1fr;
	    grid-template-rows: repeat(3, auto);
	    grid-gap: 16px;
	    margin: 0px;

	}
	.first{
		grid-area: first;
	    grid-template-rows: auto;
	    grid-row-gap: 16px;
	    display: grid;
	    grid-template-areas:
	        "title"
	        "caption";
	}
	.second{
		grid-area: second;
	}
	.breadcrumbs{
		grid-area: breadcrumbs;
	}
	.add_to_a_cart{
		grid-area: add_to_a_cart;
	}
	.grid-rows-2{
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-gap: 16px;
	}
	.grid-rows-3{
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
		grid-gap: 16px;
	}
	.audio_examples{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 16px;
		 
	}
	.solution_components_grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 16px;
	}
	#services .solution_components_grid div.card{
		display: block;
	}
	#services .solution_components_grid div.card:nth-child(n + 17){
		display: none;
	}
	#solution_examples .grey{
		padding:40px;
	}
	#solution_examples .grey h2{
		margin: 0px auto 32px auto;
	}
	.w100{
		width: 100%;
	}
	.w50{
		width: 50%;
		float: left;
	}
	.w25{
		width: 25%;
		float: left;
	}


	.about-grid {
	    display: grid!important;
	    grid-template-areas:
	        "title title video"
	        "caption caption video"
	        "first_block second_block video";
	    grid-template-columns: auto auto 43%;
	    grid-column-gap: 50px;
	}
	#about, #cards{
		margin-left: 16px;
		margin-right:16px;
	}
	.top-banner{
		display: grid;
	    grid-template-areas:
	        "title none"
	        "caption none"
	        "breadcrumbs breadcrumbs";
	    grid-template-rows: 1fr auto;
	    grid-template-columns: 1fr 0fr;
	    padding: 16px;
	}
	#main .top-banner{
		height: 572px;
   		background-position: 60%;
	}
}
@media(max-width: 1239px){
	.solution_components_grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 50px;
	}
}
@media(max-width: 1023px){
	.solution_components_grid{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
	}
}
@media(max-width: 600px){
	#login_page .wrapper {
		position: relative;
		flex-direction: column;
		justify-content: space-between;
	}
	#login_page .wrapper > .close_button {
		display: block;
		position: relative;
		width: 100%;
		top: 0!important;
		right: auto!important;
		font-size: 16px!important;
		margin-top: auto;
		background: #fff;
		border: 0;
		height: auto;
		border-top: 2px solid #e5e5e5;
		padding: 14px;
		text-align: center;
	}
	#login_page .wrapper > .close_button::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 14px;
		top: calc(50% - 7px);
		width: 15px;
		height: 14px;
		background-image: url(../images/black-arrow-back.svg);
		background-size: cover
	}
	.solution_components_grid{
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 50px;
	}
}
@media(min-width: 1240px){
	body{
	    margin: 0px 0px;
	}
	.smallest-container{
		max-width: 100%;
		width:720px;
		display: block;
		margin: auto;
	}
	.little-container{
		max-width: 100%;
		width:600px;
		display: block;
		margin: auto;
	}
	.standart-container{
		max-width: 100%;
		width:1200px;
		display: block;
		margin: auto;
	}

	.middle-container{
		max-width: 100%;
		width:1230px;
		display: block;
		margin: auto;
	}

	.bigger-container{
		max-width: 100%;
		width:1264px;
		display: block;
		margin: auto;
	}

	.fullwidth-container{
		width: 100%;
		margin:0px;
		padding: 0px;
	}
	.top-banner{
		display: grid;
		grid-template-areas: "title"
							 "caption"
							 "breadcrumbs";
		grid-template-rows: 1fr auto;
		grid-template-columns: 1fr;
		padding: 16px;
	}

	#how_it_work .content{
		display: none;
	}
}
/***************************************МЕНЮ***************************************/
a.phone_mobil{
	position: relative;
}
a.phone_mobil:before{
    content: '';
    display: inline-block;
    position: relative;
    background: url(../images/phone_mobil.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    left: -6px;
    top: 0px;
}
.center-auto{
	position: relative;
	margin:auto;
}
.login-icon:before{
    content: '';
    display: inline-block;
    position: relative;
    background: url(../images/login.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    left: -8px;
    top: 2px;

}
.basket-icon:before{
    content: '';
    display: inline-block;
    position: relative;
    background: url(../images/basket.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    left: -10px;
    top: 2px;

}
a.dropdown{
	position: relative;
}
a.dropdown:after{
    content: '';
    display: inline-block;
    position: relative;
    background: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 7px;
    top: 2px;
}
@media(min-width: 1024px){
	.container_burger .container {
    	/*display: none!important;*/
	}
	.head-phone {
	    font-size: 20px!important;
	}
}
@media(min-width: 1240px){
	#service_page header:after{
		content:'';
		position: absolute;
		bottom:0px;
		left:0px;
		border:1px solid #ccc;
		height: 1px;
		width: 100%;
		display: block;
	}
}
@media(max-width: 1023px){	
	.container_burger{
	    background: #fff;
	    z-index: 9;
	    width: 100%;
	    position: fixed;
	    left: 0px;
		z-index: 9999;
		top:0px;
	}
	.container_burger .container {

	    height: 50px;
	    line-height: 50px;
	    position: relative;
	    padding: 0 20px 0px 0px;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
		margin-left: 40px;
	    margin-right: 40px;
	    width: calc(100% - 80px);
	}
	.container_burger .container .burger {
	    position: absolute;
	    left:  -25px;
	    top: 17px;
	}
	.container_burger .container .phone_mobil {
		font-weight: 600;
	    margin: 0 0 0 auto;
		color: #993399;
	}
	.container_burger .container .burger .btn-menu span {
	    display: block;
	    width: 16px;
	    height: 2px;
	    background-color: #000;
	    transition: .1s linear;
	    margin: 4px 0;
	}
	.menu-open .container_burger .container .burger .btn-menu span{
		background-color: #fff;
	}
	.hidden-menu {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    overflow: scroll;
		position: fixed;
		list-style:none;
		padding: 0px 10px 30px 15px;
		margin: 0;
		box-sizing: border-box;
		width: 85%;
		background-color: #FFFFFF;
		height: 100%;
		top: 0;
		left: -85%;
		transition: left .2s;
		z-index: 2;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		z-index: 999;
	}
	.hidden-menu-ticker {
		display: none;
	}
	.btn-menu {
		color: #fff;
		padding: 7px;
		position: fixed;
		top: 5px;
		left: 5px;
		cursor: pointer;
		transition: left .23s;
		z-index: 3;
		width: 25px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		z-index: 999
	}
	.btn-menu span {
		display: block;
		height: 3px;
		background-color: #fff;
		margin: 5px 0 0;
		transition: all .1s linear .23s;
		position: relative;
	}
	.btn-menu span.first {
		margin-top: 0;
	}

	.menu-open {
		overflow:hidden;
	}
	.hidden-menu-ticker:checked ~ .btn-menu, .menu-open .btn-menu{
		left: 88%;
	}
	.hidden-menu-ticker:checked ~ .btn-menu span, .menu-open .btn-menu span{
		background-color: #fff;
		width: 25px;	
	}
	.hidden-menu-ticker:checked ~ .hidden-menu, .menu-open .hidden-menu{
		left: 0;
	}
	.hidden-menu-ticker:checked ~ .btn-menu span.first, .menu-open .btn-menu span.first{
		-webkit-transform: rotate(45deg);
		top: 8px;
		color: #fff;
	    background-color: #fff;
	}
	.hidden-menu-ticker:checked ~ .btn-menu span.second, .menu-open .btn-menu span.second{
		opacity: 0;
		color: #fff;
	}
	.hidden-menu-ticker:checked ~ .btn-menu span.third, .menu-open .btn-menu span.third{
		-webkit-transform: rotate(-45deg);
		top: -4px;
		color: #fff;  
		    background-color: #fff;
	}
	.hidden-menu-ticker:checked ~ .mask, .menu-open .mask{	
		background: #000000 0% 0% no-repeat padding-box;
		opacity: 0.8;
	    height:100%;
	    position:fixed;
	    width:100%;
	    top:0;
	    left:0;
		display:inline;
		z-index: 99;
	}
	#mask {
		display:none; 
	}
	.hidden-menu li{
		top: 16px;
		left: 16px;
		height: 67px;
		background: #F2F2F2 0% 0% no-repeat padding-box;
		border-radius: 4px;
		opacity: 1;	
		margin-top: 12px;
		padding-top: 12px;
	}
	.hidden-menu li a{
		margin-left:32px;
	}
	.hidden-menu a{
		color: #000000;
		margin:auto;
	}
	.mobile-cart a{
		
	}
	.mobile-cart {
		margin-top: 8px;
		border-radius: 4px;
		opacity: 1;
		border: 2px solid #E5E5E5;
	}
	.mobile-login{
		margin-top: 8px;
		border-radius: 4px;
		opacity: 1;
		border: 2px solid #E5E5E5;
	}
}
/***************************************ВЕРХНИЙ БАННЕР***************************************/
.top-banner{
	position: relative;
}


.top-banner .caption, .caption span{
	font-weight: 500;
}
#solution_page .top-banner{
	background-color:#1D7BE6;
	color:#fff;
}
@media(max-width:600px){
/*	#main .top-banner {
	    background-size: contain!important;
	    background-position: right!important;
	}*/
}
@media(min-width: 601px) and (max-width:1023px){
	.standart-container.about_solution_banner-grid{
		margin:0px!important;
	} 
}
@media(min-width: 1024px){

	.top-banner img{
		width: 100%;
		position: absolute;
		top:0px;
		left: 0px;
	}	
	#main .top-banner{
	    background-image: url(../images/banner2.png);
	}
	#industries .top-banner{
		background-image: url(../images/industries-banner.png);
		height: 450px;
	}
	#solutions .top-banner{
		background-image: url(../images/industries-banner.png);
		height: 450px;
	}
	#services .top-banner{
		background-image: url(../images/industries-banner.png);
		height: 450px;
	}
	#solution_page .top-banner{
		/*background-image: url(../images/callback_girl.png);*/
		/*background-size: contain;*/
		background-position: 70% 0;
		border-radius: 10px;
		padding: 30px;
		background-repeat: no-repeat;
		height: auto;
	}
	#main .top-banner h2{
	    margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 113px
	}	
	#solution_page .top-banner{
		margin-top:80px;
	}

}
@media(max-width: 1023px){
	#main .top-banner{
	    margin: auto;
	    top: 50px;		
	    height: 280px;
	    position: relative;
	    background: url(../images/banner-mobile2.png);
	    background-position: 0px 0px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    display: block!important;
	}
	#industries .top-banner{
		background: url(../images/industries-banner-mobile.png);
		background-size: cover;
		height: 336px;
		padding: 16px;
	}
	#solutions .top-banner{
		background: url(../images/industries-banner-mobile.png);
		background-size: cover;
		height: 336px;
	}
	#services .top-banner{
		background: url(../images/industries-banner-mobile.png);
		background-size: cover;
		height: 336px;
	}
	#industries .top-banner h2, #solutions .top-banner h2, #services .top-banner h2{
	    margin-left: 16px;
		margin-right: 16px;
	}
	#industries .top-banner .standart-container{
		margin-left:0px;
		margin-right:0px;
	}
	#solutions .top-banner .caption, #services .top-banner .caption{
	    margin-left: 16px;
		margin-right: 16px;		
	}
}
@media(min-width: 1240px){
	.top-banner{
		margin: auto;
		height: 660px;
		position: relative;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	#service_page .top-banner{
		background-image: url(../images/service_girl.png);
		height: 266px;
		background-size: contain;
		background-position: 60% 0;
		border-radius: 10px;
		margin-top: 80px;
	}
	.about_solution_banner-grid, .service_banner-grid{
		margin-top: 0px;
	}
}


/***************************************BREADCRUMBS***************************************/
.breadcrumbs{
    height: auto;
/*    padding:24px 0px;
    position: absolute;
    bottom: 0px;*/
    left: calc(50% - 600px); 
}
.breadcrumbs a{
    color:#000000;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    transition: 200ms;
}
.breadcrumbs a:hover{
    color:#993399;
	transition: 200ms;
	opacity: 0.5;
}
.breadcrumbs a:after, #solution_page .breadcrumbs a:after{
    content: '';
    background-image: url(../images/shevron-right.svg);
    width: 30px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 0px;
}
#service_page .breadcrumbs{
	left: auto;
}
@media(max-width: 1023px){
	.breadcrumbs{
		padding:0px 16px;
	}
}
@media(min-width: 1240px){
	.breadcrumbs{
		position: relative;
	    left: calc(50% - 600px); 
	    width: calc(100% - 32px)
	}
	.little-container{
		width: 600px;
		margin: auto;
	}
}
.middle{
	margin-top:auto!important;
	margin-bottom:auto!important;
}
.top{
	margin-top:0!important;
	margin-bottom:auto!important;
}
.bottom{
	margin-top:auto!important;
	margin-bottom:0!important;
}
.p0{
	padding: 0px;
}
.m0{
	margin:0px;
}
.h100{
	height:100%;
}
#trust-block{
	overflow: hidden;
}
#solution_page .breadcrumbs a{
	color:#fff;
}
#solution_page .breadcrumbs a:after{
    background-image: url(../images/shevron-right_white.svg);
}
.breadcrumbs a:last-child:after, #solution_page .breadcrumbs a:last-child:after{
    display: none;
}
@media(min-width: 1024px){
	#solution_page  .breadcrumbs{
	    position: static;
	    color: #fff;
	    transition: 200ms;
	    padding: 0px 0px 0px;
	    height: 20px;
	}
	#service_page .breadcrumbs{
		padding:0px;
	}

}
@media(max-width: 1023px){
	.breadcrumbs{
		left: 16px;
		margin-left:0px;
	}
	#main .breadcrumbs{
		left: 16px;
	}
	#solution_page .breadcrumbs{
		left: 16px;
		padding:0px;
		bottom: 16px;
	}
}
/***************************************Слайдеры, карусели***************************************/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item.active, .item.active img, .item.active .slider-caption{
  height: 100%;
}
.slider-left, .slider-right{
    position: relative;
    height: 20px;
    width: 8px;
}
header .slide{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
header .slider-left, header .slider-right{
    position: absolute;
    top: calc(50% - 10px);
}
header .slider-left{
    background: url(../images/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 600px);
}
header .slider-right{
    background: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: calc(50% - 600px);
}
header #top-banner-slider-mobile .slider-right{
    right: 16px;
}
header #top-banner-slider-mobile .slider-left{
    left: 16px;
}
header .slider, header  .carousel-inner, .controls, header .slide, header .slider-caption{
	height: 67px;
}
header #top-banner-slider-mobile .slider-caption{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
header #top-banner-slider-mobile .slider-caption span{
  	text-align: center;
	max-height: 100%;
}
@media(max-width: 599){
	header .slider, header  .carousel-inner, .controls, header .slide, header .slider-caption{
		height: 100px;
	}
}
@media(min-width: 1024px) and (max-width: 1239px){
	#top-banner-slider-mobile{
		display: none;
	}
	header .slider{
		color:#fff;
	}

	header .slider-caption{
	    width: calc(100% - 80px);
	    height: 67px;
	    position: absolute;
	    top: 0;
	    left: 40px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	}
	header .slider-left{
		left: 16px;
	}
	header .slider-right{
		right: 16px;
	}
	.controls{
		position: absolute;
		top:0;
	    left: 16px;
	}
  	#trust-block .slider-container{
   		width: 200%;
  	}
    #reviews .controls{
		width: 885px;
		left: calc(50% - 445px);
    }
    #reviews .middle-container{
        padding-bottom: 80px;
        box-shadow: 0px 30px 25px -20px #00000033;
    }
}
@media(min-width: 1240px){
	#top-banner-slider-mobile{
		display: none;
	}
	header .slider{
		color:#fff;
	}

	header .slider-caption{
	    width: 1100px;
	    height: 67px;
	    position: absolute;
	    top: 0;
	    left: calc(50% - 600px + 50px);
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	}
	.controls{
		position: absolute;
		top:0;
	    left: calc(50% - 600px);
	}
  	#trust-block .slider-container{
   		width: 300%;
  	}
    #reviews .controls{
		width: 885px;
		left: calc(50% - 445px);
    }
    #reviews .middle-container{
        padding-bottom: 80px;
        box-shadow: 0px 30px 25px -20px #00000033;
    }
}
@media(max-width: 1023px){
	#top-banner-slider{
		display: none;
	}
	#top-banner-slider-mobile{
	    margin-bottom: 38px;
	}
	header #top-banner-slider-mobile .slider-caption{
	    color: #fff;
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	    padding: 0 40px;
	}
	header #top-banner-slider-mobile .slider-caption span{
		text-align: center;
		max-height: 100%;
	}
  	#trust-block .slider-container{
	    margin-top:36px;
	    width: 955%;
  	}
    #reviews .slider-caption{
        align-items: flex-start;
    }
    #reviews #reviews_slider .controls{
        width: 88px;
        height: auto;
    }
    #reviews #reviews_slider .employee{
    	margin-top:auto;
    	margin-bottom:auto;
    }
    #reviews .content.h3{
	    margin: 0 0 24px 0;
	    font-size: 16px;
	    line-height: 24px;
	    height:96px;
	}

}
#trust-block .carousel{
  width: 100%;
  animation: roll 100s linear infinite;
}
#trust-block .slider-image{
  margin: 0px 30px;
}
@keyframes roll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
#reviews .slider-left{
    background:url('../images/shevron_left.svg');
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #E5E5E5;
    padding: 18px 18px;
    border-radius: 50px;
    transition: all;
    transition-duration: 300ms;
}
#reviews .slider-right{
    background:url('../images/shevron_left.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #E5E5E5;
    padding: 18px 18px;
    border-radius: 50px;
    transition: all;
    transition-duration: 300ms;
}
#reviews .slider-left:hover, #reviews .slider-right:hover{
    border-color: #993399;
    transition: all;
    transition-duration: 300ms;
}
/***************************************СПИСКИ***************************************/
#decision{
	margin: 64px 0px;
}
.rounded {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
@media(max-width: 1239px){	
	#decision {
		margin: 64px 0px 0px 0px;
	}
	.rounded li{
	    padding-right: 0px;
	}
}
@media(min-width: 1240px){	
	.rounded li{

	}
}
@media(min-width: 1024px){	
	#decision ol{
		list-style-position: inside;
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
	}
	.rounded li{
		position: relative;
	    padding-left: 72px;
	    margin-bottom: 30px;
	    vertical-align: middle;
	    padding-right: 40px;
	    align-items: center;
	    justify-content: center;
	    
	}
	.rounded li span{
		font-size: 16px;
		line-height: 24px;
		color: #000;
		font-weight: 400;
	}
	.rounded li:before {
	    counter-increment: li;
	    content: counter(li);
	    position: relative;
	    display: inline-block;
	    padding: 12px 20px;
	    font-size: 24px;
	    background: #993399;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 50px;
	    position: absolute;
	    left: 0px;
	    top: 12px;
	}	
}

.checked-list{
    padding-left: 5px;
}
.checked-list li{
	list-style: none;
    padding-left: 20px;
    position: relative;
}
.checked-list li:before{
    content: "";
    background-image: url(../images/checked.svg);
    width: 18px;
    height: 12px;
    display: inline-block;
    float: left;
    position: absolute;
    left: -5px;
    top: 5px;
}
@media(max-width: 1023px){
	#decision ol{
		margin-top:62px;
		list-style-position: inside;
		-moz-column-count: 1; /* Firefox */
		-webkit-column-count: 1; /* Safari and Chrome */
		column-count: 1;
	}
	.rounded li{
		position: relative;
	    margin-bottom: 52px;
	}

	
	.rounded li span{
		font-size: 16px;
		line-height: 24px;
		columns: #000;
		font-weight: 900;
	}
	.rounded li:before {
	    counter-increment: li;
	    content: counter(li);
	    position: relative;
	    display: inline-block;
	    padding: 0px 8px;
	    font-size: 16px;
	    background: #993399;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 25px;
	    position: absolute;
	    left: 0px;
	    top: -28px;
	}
	#industries #decision .caption span{
		color:#9a9a9a;		
	}
}
/***************************************ФИЛЬТРЫ***************************************/
/*.filters:before{*/
	/*content:'Фильтры:';*/
	/*display: inline-block;*/
	/*font-weight: 600;*/
	/*color:#000;*/
	/*margin-right:16px;*/
/*}*/
/*.selection_numbers p{*/
	/*margin:0px;*/
/*}*/

/*.filters label:not(.selection_numbers label){*/
	/*border: 2px solid #E5E5E5;*/
	/*border-radius: 30px;*/

	/*padding:8px 16px;*/
	/*color:#808080;*/
	/*line-height: 1;*/
	/*!*margin:8px;*!*/
	/*margin-left: 0px;*/
	/*flex-wrap: nowrap;*/
	/*margin-top: 4px;*/
	/*margin-bottom: 4px;*/
	/*margin-right: 8px;*/
	/*cursor: pointer;*/
/*}*/

/*.filters label:hover, .filters input:checked + label.active{*/
	/*border: 2px solid #993399;*/
	/*background-color: #993399;*/
	/*color:#fff;*/
	/*cursor: pointer;*/
/*}*/
/*.filters {*/
	/*flex-wrap: wrap;*/
	/*margin-bottom: 28px;*/
/*}*/

/*.filters  input{*/
	/*display: none;*/
/*}*/
/*@media(max-width: 1239px){*/
	/*form.filters {*/
    	/*position: absolute;*/
	    /*flex-wrap: nowrap;*/
	    /*top: 0px;*/
	    /*width: max-content;*/
    /*}*/
    /*.filters-wrapper{*/
	    /*height: 72px;*/
	    /*position: relative;*/
	    /*overflow-x: hidden;*/
	    /*margin: 0 -16px;*/
	    /*padding-left: 16px;*/
    /*}*/
    /*.filters{*/
    	/*margin-bottom: 0px;*/
    /*}*/
/*}*/
/***************************************карточки услуг, решений итд.***************************************/
/***************************************карточки услуг, решений итд.***************************************/
.card{
	display: block;
	padding:24px;
	border: 2px solid #E5E5E5;
	border-radius: 10px;
	position: relative;
	transition:all;
	transition-duration: 200ms;
}
.card a.title:hover{
	color:#993399;
	transition:all;
	transition-duration: 200ms;
}
.card a.title:after{
    content: '';
    display: inline-block;
    width: 33px;
    height: 24px;
    background: url(../images/arrow_more_right.svg);
    background-repeat: no-repeat;
    margin-left: 8px;
}
.card .content{
	font-size: 16px;
	line-height: 24px;
	color:#808080;
	margin-bottom: 8px;
}
.solution_components_grid .card .content{
	font-size: 16px;
	line-height: 24px;
	color:#9A9A9A;
	margin-bottom: 8px;
}
.read-more{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.counter:first-child{
	margin-left:0px;
}
.counter{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 20px;
    width: 27px;
    height: 27px;
    margin: 0px -8px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #993399;
    text-align: center;
}
#cards .card > .read-more a{
	font-size:16px;
	line-height: 24px;
	font-weight: 500;
	color:#000;
}
#cards .card > .read-more span {
	margin-left:13px;
	font-size:16px;
	line-height: 24px;
	font-weight: 500;
	color:#000;
}
#cards .card .more_block{
    position: absolute;
    top: 100%;
    left: -3px;
    width: calc(100% + 6px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 30px #00000033;
    border-radius: 10px;
    border: 2px solid transparent;
    z-index: 9998;
    display: none;
}
#cards .card .read-more.active + .more_block{
	display: block;
}
#cards .card > .read-more:after{
	content:'';
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    margin-left: 8px;
    transition: all;
    transition-duration: 300ms;
}
#cards .card > .read-more.active:after{
	transform: rotate(180deg);
    transition: all;
    transition-duration: 300ms;
}
#solution a.card, #counter a.card, a.card {
	color:#808080;
	font-weight: 900;
	transition: all;
	transition-duration: 300ms;
}
#solution a.card:hover, #counter a.card:hover, a.card:hover{
	box-shadow: 0px 5px 30px #00000033;
	color:#993399;
	transition: all;
	transition-duration: 300ms;
	text-decoration: none;
	border:2px solid transparent;
}
#counter a.card .title{
	line-height: 1;
}
#solution a.card, #counter a.card, #counter a.card .title, #counter a.card  span, a.card {
	background: #fff; 
	font-size: 16px;
}

#solution a.card .title, #counter a.card .title, a.card .title{
	font-weight: 600;
	color: #993399;
}
#cards .card .solution{
	padding: 16px 24px;
	border-bottom: 2px solid #E5E5E5; 
}
#cards .card .solution a{
	font-weight: 500;

    transition: all;
    transition-duration: 200ms;
}
#cards .card .solution a:hover{
	color:#993399;
    transition: all;
    transition-duration: 200ms;
}
#cards .card .solution * {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin:0;
	color:#000;
	text-decoration: none;
}
#cards .card .solution+a.read-all{
	font-size: 14px;
	padding: 16px 24px 16px;
    margin: 0px;
} 
#cards .card .solution > a > .title{
	font-weight: 600;
	color:#993399;
}
#solution{
	background-color: #F2F2F2;
}
#counter{
	counter-reset: heading;
}
#counter .block {
	float:left;
	margin: 13.25px 0px; 
}
#counter .inner-block{
  	width:288px;
   	height: 117px;
	position:relative; 
}
#counter .inner-block:before {
    counter-increment: heading;
    content: counter(heading);
    position: absolute;
    top: -43px;
    left: -2px;
    background: #e5e5e5;
    width: 36px;
    height: 34px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #fff;
    z-index: 999;
}
#counter .row{
  display:flex;
  flex-direction:row;
  position:relative;
}
#counter .column{
  display:flex;
  flex-direction:column;
  
  padding-left:31px;
}
#counter .blocks-wrapper>div:first-child{
  padding-left:0px;
 
}
#counter .blocks-wrapper>div:last-child{
  padding-right:0px;
}
#counter .blocks-wrapper>div{
    padding:22.5px 8px;
}
#counter .row:first-child .blocks-wrapper:after, #counter .row:last-child .blocks-wrapper:last-child>div:nth-last-child(1){
  border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
}
#counter .row:last-child .block:last-child{
  border:0px!important;
}
#counter .row .inner-block{
  margin-left:-16px;
  margin-right:16px;
}
#counter .row .block:last-child{
  margin-right:-16px;
}
a.read-all{
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	color: #993399;

	padding: 16px 24px;
	display: flex;
	align-items: center; 
}
a.read-all{
	padding: 32px 24px 0px;
	margin-bottom: 32px;
	transition: all;
	transition-duration: 300ms;
}

a.read-all:after{
	content:'';
	display: inline-block;
	width: 15px	;
	height: 15px ;
	background: url(../images/arrow_more_right_2.svg);
    background-repeat: no-repeat;
    margin-left: 8px;
	transition: all;
	transition-duration: 300ms;
}
a.read-all:hover:after{
	    margin-left: 16px;
    	transition: all;
		transition-duration: 300ms;
}
.caption+.read-all{
	padding:0px;
}
.about-solution_block a.card{
	margin-bottom: 16px;
}
.audio{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #993399;
	opacity: 1;
	position: relative;
	float: left;
	margin-right: 16px;
}
.audio:before{
	content:'';
	display: block;
	position: absolute;
	left: 18px;
	top:14px;
	border: 16px solid #993399;
    border-top: 10px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 10px solid #fff;
}
.solution_components_grid .card img{
	margin-bottom: 16px;
}
.solution_components_grid .card{
	border: 0px;
	padding: 0px;
}
#solution_components .caption{
	color:#9a9a9a;
}

#counter.tablet{
	display: block;
}

@media (min-width: 600px){
	#cards .card-grid {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-auto-rows: auto;
	    grid-column-gap: 16px;
	    grid-row-gap: 16px;
	}
	div.card:nth-child(n + 7), a.card:nth-child(n + 7){
		display: none;
	}
	.block .title{
		font-size: 48px;
		line-height: 58px;
		font-weight: bold;
		color:#993399;
	}
	.block .caption{
		font-size:24px;
		line-height: 34px;
		font-weight: bold;
		color:#000;
	}
	#solution{
		background-color: #F2F2F2;
	}
	#solution{
		padding: 40px 16px;
	}
	#solution{
		margin-top:80px;
	}
	#solution .title, #solution .caption{
		margin-bottom:16px;
	}
	#solution a.read-all{
		padding: 0px;
		margin-bottom:26px;
	}
	#solution .card-grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: auto;
	   	grid-column-gap: 16px;
	   	grid-row-gap: 16px;
	}
	#counter .row .blocks-wrapper:after{
	  content:'';
	  position:relative;
	  display:block;
	  height:26.5px;
	  border-left: 2px solid #e5e5e5;
	  top:-14.25px;
	}
	#counter .blocks-wrapper>div{
	    border-bottom:2px solid #e5e5e5;
	    border-top:2px solid #e5e5e5;
	}
	#counter .row > .block:last-child{
	  border-right:2px solid #e5e5e5;
	}

	#counter .blocks-wrapper:last-child>div:nth-last-child(1){
	    border-right:2px solid #e5e5e5;
	}
	#counter .row:last-child .blocks-wrapper>div{
	  border-bottom:0px;
	}
	
}
@media (min-width: 1240px){
	#counter.tablet{
		display: none!important;
	}
	#counter{
		display: block;
	}
	#cards .card-grid {
	    grid-template-columns: 1fr 1fr 1fr;
	}
	#solution{
		background-image: url("../images/solution_background.png");
		background-color: #F2F2F2;
		background-position: left bottom;
		background-size:contain;
		background-repeat: no-repeat;
	}

	#solution{
		padding: 40px 40px 40px 330px;
	}
}
@media(max-width: 1239px){
	#counter{
/*	    margin: 0px -16px;
	    padding-left: 16px;*/
	}
	#solution a.card, #counter a.card {
		width:100%;
	}
	#counter .column > .row:first-child .block:first-child{
	  margin-left:16px;
	  padding-left:0px;
	}
	 #counter .row:last-child .blocks-wrapper:last-child>div:nth-last-child(1)::before {
		content:'';
		position: absolute;
		top:0px;
		left: 0px;
		width:16px;
		height:2px;
		background-color: #e5e5e5;
	}
	#counter .blocks-wrapper>div:first-child{
	  	padding-left:16px;
	}
	#counter .blocks-wrapper>div {
	    padding: 22.5px 16px 0px 16px; 
	    border-bottom: 0px; 
	    border-top: 2px solid #e5e5e5;
	}
	#counter .block {
	    float: left;
	    margin: 13.25px 0px 0px 0px;
	    position: relative;
	}
	#counter .row .inner-block {
	    margin-left: 0px; 
	    margin-right: 0px; 
	}
	#counter .column {
		padding-left: 0px;
	}
	#counter .row .block:last-child {
	    margin-right: 0px;
	}
	#counter .blocks-wrapper>div:last-child {
	    padding-right: 16px;
	}
	#counter .row .blocks-wrapper:after{
	  content:'';
	  position:relative;
	  display:block;
	  height:26.5px;
	  border-left: 0px solid #e5e5e5;
	  top:-14.25px;
	}
	#counter .column > .row:first-child .block:first-child{
	  right: -16px;
	  width: calc(100% - 16px);
	  margin-left: 0px;
	  padding-left:0px;
	}
	 #counter .row:last-child .blocks-wrapper:last-child>div:nth-last-child(1)::before {
		content:'';
		position: absolute;
		top:0px;
		left: 0px;
		width:16px;
		height:2px;
		background-color: #e5e5e5;
	}
	#counter .blocks-wrapper>div:first-child{
	  padding-left:16px;
	}
	#counter .blocks-wrapper>div {
	    padding: 22.5px 16px 0px 16px;
	    width:100%; 
	    border-bottom: 0px; 
	    border-top: 2px solid #e5e5e5;

	}
	#counter .blocks-wrapper .card{
		margin-bottom: 15px;
	}
	#counter .block {
	    float: left;
	    margin: 13.25px 0px 0px 0px;
	    position: relative;
	}
	#counter .row .inner-block {
	    margin-left: 0px; 
	    margin-right: 0px; 
	}
	#counter .column {
		padding-left: 0px;
	}
	#counter .row .block:last-child {
	    margin-right: 0px;
	}
	#counter .blocks-wrapper>div:last-child {
	    padding-right: 16px;
	}

	#counter .row .blocks-wrapper:after{
	  content:'';
	  position:relative;
	  display:block;

	  height:26.5px;
	  border-left: 0px solid #e5e5e5;

	  top:-14.25px;
	}
}
@media(max-width: 1023px){
	div.card:nth-child(n + 5), a.card:nth-child(n + 5){
		display: none;
	}
	.card a.title.h3{
		display: flex;
		font-size: 24px;
		font-weight: 900;

		margin:0px 0px 16px 0px;
	}
	.card .content{
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;

		color:#808080;
		margin-bottom: 8px;
	}
	.card a.read-more{

	}
}
@media(min-width: 1024px){
	#cards .solutions-cards.card-grid{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-auto-rows: auto;
	}
}

@media (max-width: 599px){
	#counter.tablet{
		display: block;
	}
}
@media (min-width: 600px){
	#counter.tablet{
		display: block;
	}
	#counter.tablet .title{
		padding:0px 16px;
	}
	#counter.tablet .inner-block {
	    /* width: 288px; */
	    /* height: 117px; */
	    position: relative;
	    margin: 0px 16px;
	    margin-left: 16px;
	    /* margin-right: 16px; */
	    width: calc(100% - 0px);
	}
	#counter.tablet .blocks-wrapper{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	    grid-template-rows: 1fr 0px;
	}
	#counter.tablet .blocks-wrapper .block:first-child .card{
	    margin-left: 32px;
    	width: calc(100% - 16px);
	}
	#counter.tablet .blocks-wrapper>div{
		border-bottom:0px;
	}
	#counter.tablet .blocks-wrapper .block:last-child .card{
	    margin-right: 16px;
   		width: calc(100% - 32px);
	}
	#counter.tablet .row:last-child .blocks-wrapper:last-child .block:last-child .card{
	    margin-right: 0px;
   		width: 100%;
	}
	#counter.tablet .row:last-child .blocks-wrapper:nth-last-child(1) .block:nth-last-child(2) {
		width: calc(100% + 32px);
	}
	#counter.tablet .row:last-child .blocks-wrapper:nth-last-child(1) .block:nth-last-child(2) .card{
		width: calc(100% - 48px);
	}
	#counter.tablet .row .blocks-wrapper .block:nth-child(2){
		width:100%!important;
	}
	#counter.tablet .row .blocks-wrapper:after, #counter.tablet .blocks-wrapper:last-child>div:nth-last-child(1){
		border-right: 0px;
	}
	#counter.tablet .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	#counter.tablet .column{
		padding-left: 0px;
	}
	#counter.tablet .blocks-wrapper{
		width: 100%;
		height: auto;
		margin: 0px -16px;
	}
}
/***************************************CALLBACK***************************************/
.grey{
	background: #f2f2f2;
	border-radius: 10px;
}

.inner-container{
	position: relative;
}


.inner-container button{
	margin-right: 14px;
}
#callback .callback-text span{
	/*z-index: 9999;*/
}
#callback .inner-container:after{
	z-index: 99;
}
@media(min-width: 1024px){	
	section:first-child{

	}
	.inner-container:after{
		content: '';
	    height: 280px;
	    width: 373px;
	    position: absolute;
	    bottom: 0;
	    right: 0px;
	    background: url(../images/callback_background.png);
	}
	.inner-container h2{
		margin-bottom: 16px;
		margin-top:0px;
		line-height: 54px;
	}
	#callback .inner-container{
		padding: 40px 16px;
		margin-top:80px;
	}
	#callback .callback-text{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	#callback .callback-text{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
}
@media(max-width: 1023px){
	.inner-container:after{
		content: '';
	    height: 280px;
	    width: 373px;
	    position: absolute;
	    bottom: 0;
	    right: 0px;
	}
	.inner-container h2{
		margin-bottom: 16px;
		margin-top:0px;
	}

	#callback .callback-text{
		display: flex;
		flex-direction: column-reverse;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	#callback .callback-text span{
		margin-bottom: 16px;
	}
	#callback .inner-container {
	    padding: 40px 16px;
	    margin-top: 80px;
	}
	#solution_examples .grey{
	    margin: 0px -16px;
	    padding: 40px 16px;
	    border-radius: 0px;
	}
}
@media(min-width: 1240px){
	#callback .inner-container{
		padding: 40px;
		margin-top:80px;
	}
}
/***************************************О КОМПАНИИ***************************************/
#about iframe{
	width: 100%;
	height: 300px;
	border-radius: 10px;
}
@media(min-width: 1024px){		
	#about .title.h1{
		color:#993399;
	}

	#about .h3{
		margin-bottom:50px;
	}
	#reviews .content.h3{
		    height: 96px;
	    margin: 0 0 24px 0;
	    line-height: 32px;
	}
	.about-solution_block{
		display: grid;
	    grid-template-columns: 2fr 1fr;
	    grid-column-gap: 16px;
	}
	.about-solution_block > div{
	    display: grid;
    	grid-template-rows: 2.5em auto;
	}

	.about-solution_block > div:last-child .content{
	    grid-template-columns: 1fr 1fr;
	    display: grid;
    	grid-gap: 16px;
	}
}
@media(max-width: 1023px){
	#reviews_slider .slider-caption{
		display: grid;
	    grid-template-areas:
	        "content content"
	        "employee controls"
	        "employee_position employee_position";
	}
	#reviews_slider .slider-caption .content{
		grid-area: content;
	}
	#reviews_slider .slider-caption .employee{
		grid-area: employee;
	}
	#reviews_slider .slider-caption .employee_position{
		grid-area: employee_position;
	}    
	#reviews_slider .controls{    
		grid-area: controls;
	    margin-left: auto;
	}
	#about .title{
		font-size: 48px;
		line-height: 58px;
		font-weight: 900;
		color: #993399;
		margin:0px 0px 8px 0px;
	}
	#about .caption{
		display: block;
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 24px 0;
		color:#000;
		font-weight: 900;
	}
	.about-solution_block{
		display: grid;
    	grid-row-gap: 16px;
	}
	
	 #about .h3, .about-solution_block h3{
		display: block;
		font-size: 24px;
		line-height: 34px;
		margin: 0 0 24px 0;
		color:#000;
		font-weight: 900;
		width:80%;
	}
	#about .w50 .f.r.jc-sb.ai-fs{
		flex-direction: column;
	}
	#about .w50 iframe{
		width: 100%;
		height: 51vw;
		border-radius: 10px;
	}
}
@media(min-width: 1240px){
	.about-solution_block{
		display: grid;
		grid-template-columns: 2fr 1fr 1fr;
		grid-column-gap: 16px;
	}

	.about-solution_block > div:last-child .content{
	    grid-template-columns: 1fr;
	    display: grid;
    	grid-gap: 16px;
    	max-height: 200px;
	}

}
/***************************************Login form***************************************/
#login_page{
		background-color: #000;
		width: 100%;
		height: 100vh;
		z-index: 99999999;
		position: fixed;
		top:0;
		left: 0;
		display: none;
	}
	#login_page .wrapper{

		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		position: relative;
		z-index: 99999999;
	}
	.login_plank{
		/*max-width: 496px;*/
		display: grid;
		grid-template-columns: 1fr;
		background-color:#fff;
		border-radius: 10px;
		padding: 32px;
		grid-row-gap: 16px;

		position: relative;
	}
	.login_plank a{
		background-color: #b3b3b3;
		color: #fff;
		padding: 16px;
		width: 100%;
		text-align: center;
		border-radius: 4px;

		font-size: 16px;
		font-weight: 900;
		transition: all;
		transition-duration: 100ms;
		max-height: 50px;
	}
	.login_plank a:hover{
		background-color:#993399;
		transition: all;
		transition-duration: 100ms;
	}
	.coockie-close	_button{
		background-image: url(../images/white-coockie-close	_button.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;

		width: 24px;
		height: 24px;
		position: absolute;
		top:0px;
		right: -40px;

		cursor:pointer;
	}
	@media(max-width: 599px){
		#login_page .wrapper{
			background-color:#fff;
		} 
		.login_plank{
			width: 100%;
			height: auto;
			border-radius: 0px;
			padding: 16px;	
			align-self: flex-start;
		}
		#login_page .wrapper > .coockie-close	_button{
		    border-top:2px solid #e5e5e5;
		    width: 100%;
		    height: 50px;
		    bottom: 0px;
		    top: unset;
		    background-image: unset;
		    right: 0;
		    text-align: center;
		    font-size: 16px;
		    font-weight: bold;

		    justify-content: center;
    		align-items: center;
    		display: flex;
		}
		#login_page .wrapper > .coockie-close	_button:before{
			content:'';
			width: 15px;
			height: 14px;
			display: inline-flex;
			background-image: url(../images/black-arrow-back.svg);

			position: absolute;
			top:16px;
			left: 16px;
		}
	}
	@media(min-width: 1024px){
		#login_page .wrapper > .coockie-close	_button{
			display: none;
		}
	}

.basket > span {
	position: relative;
	left: -8px;
}

/***************************************Флексы***************************************/
.f{
	display: flex;
}

.f.r{
	flex-direction: row;
}
.f.c{
	flex-direction: column;
}
.f.jc-fs{
	justify-content: flex-start;
}
.f.jc-c{
	justify-content:center;
}
.f.jc-fe{
	justify-content:flex-end;
}
.f.jc-sb{
	justify-content: space-between;
}
.f.jc-sa{
	justify-content:space-around;
}
.f.jc-se{
	justify-content:space-evenly;
}
.f.ai-fs{
	align-items: flex-start;
}
.f.ai-c{
	align-items:center;
}
.f.ai-fe{
	align-items:flex-end;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/***********************************Общая типография***************************************/

.coockie-banner{
      position: sticky;
      bottom: 0px;
      left:0px;
      right: 0px;
      background-color: #000;
      color: #fff;
      padding: 32px;
      z-index: 9999;
    } 
    .coockie-banner button.coockie-close, .coockie-banner a, .coockie-banner button.coockie-close:focus, .coockie-banner button.coockie-close:hover{
      color: #fff;
      text-decoration: underline;
      height: min-content;
      outline: none;
    }
    .coockie-banner .standart-container{
      display: grid;
      grid-template-areas: "text href";
      grid-template-columns: 4fr 1fr;
    }
    .coockie-banner .standart-container button.coockie-close:first-child{
      grid-area: href;
      justify-self: flex-end; 
      background-color: transparent;
      border: 0px;

    }
    .coockie-banner .standart-container>button.coockie-close:first-child:after{
      content:"";
      display: inline-block;

      background-image: url("images/close.svg");
      width: 12px;
      height: 12px;
      background-size: contain;
      margin-left: 8px;
    }
    .coockie-banner .standart-container span:first-child{
      grid-area: text;
    }
    @media(max-width: 599px){
      .coockie-banner{
        padding: 16px;
      } 
      .coockie-banner .standart-container{
        display: grid;
        grid-template-areas: "href"
                   "text";
        grid-template-columns: 1fr;
        text-align: center;
      }
      .coockie-banner .standart-container button.coockie-close:first-child{
        justify-self: center; 
        padding: 16px;
        padding-top: 0px;
      }
    }
/***********************************    Страницы    ***************************************/
/********************************* Помощь и поддержка *************************************/
#help_and_support-page #top-banner .grey-breadcrumbs{
	margin-top:108px;
	justify-self:center;
	left:unset;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#help_and_support-page #top-banner .grey-breadcrumbs a{
	color:#808080;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
}
#help_and_support-page  #top-banner .grey-breadcrumbs a>span:after {
	background-image: url("/static/dist/images/shevron-right_grey.svg)");
	content: '';
	width: 15px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: center;
	padding-top: 0px;
}
#help_and_support-page #top-banner .grey-breadcrumbs span:last-child:after{
	content:none;
}
.page-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -10;
	display: block;
}
#help_and_support-page #top-banner{
	margin-top:80px;
	text-align:center;
	margin-bottom:80px;
}
#help_and_support-page #top-banner h1{
	font-weight:900;
}
#help_and_support-page #top-banner a{
	color:#000;
	font-weight:900;
}
#help_and_support-page #top-banner h1, #top-banner p{
	margin-bottom:40px;
}

#help_and_support-page #feedback-question form.find{
	display:grid;
	grid-template-columns: 4fr 1fr;
	grid-gap:8px;
}
#help_and_support-page #feedback-question form.find .group{
	position: relative;
}
#help_and_support-page #feedback-question form.find .group input,  #feedback-question form.find .group textarea{
	width:100%;
	max-width: -webkit-fill-available;
	max-width:-moz-available;
	border: 2px solid #E5E5E5;
	border-radius: 4px;
	padding: 16px;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
}
#help_and_support-page #feedback-question form.find label {
	color: #808080;
	font-size: 16px;
	font-weight:400;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 15px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	background-color: #fff;
}

/* active state */
#help_and_support-page #feedback-question form.find .group input:focus ~ label,
#help_and_support-page #feedback-question form.find .group input:valid ~ label,
#help_and_support-page #feedback-question form.find .group input:valid ~ label,
#help_and_support-page #feedback-question form.find .group textarea:valid ~ label,
#help_and_support-page #feedback-question form.find .group input:valid ~ label
{
	top: -11px;
	font-size: 14px;
	color: #808080;
	padding: 0px 6px;
}
#help_and_support-page #feedback-question form.find button{
	font-size: 16px;
	line-height:24px;
	padding: 14px;
	text-align: center;
	width: 100%;
	max-width: -webkit-fill-available;
	cursor:pointer;
	margin-bottom: 8px;
}

#help_and_support-page .grid-row-4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap:8px;
	margin-bottom:66px;

}
#help_and_support-page .grid-block{
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	padding: 32px 8px 24px 32px;

}
#help_and_support-page .grid-row-4 .title{
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	margin-bottom: 16px;
}
#help_and_support-page .grid-row-4 ul{
	list-style: none;
	padding-inline-start: 0px;
}
#help_and_support-page .grid-row-4 ul li{
	margin-bottom:8px;
}
#help_and_support-page .grid-row-4 ul a{
	color: #000;
	text-decoration: none;
	transition-duration: 200ms;
	transition:all;
}
#help_and_support-page .grid-row-4 ul a:hover{
	text-decoration: underline;
	color:#993399;
}
@media(max-width: 599px) {
	#help_and_support-page .grid-row-4 {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

#help_and_support-page h2{
    font-size:48px;
    line-height:54px;
    font-weight:900;
}
#help_and_support-page .grid-row-3 {
	display: grid;
	margin-bottom:66px;

}
#help_and_support-page .grid-row-3 .item{
    border: 0px solid #e5e5e5;
	border-radius: 5px;
	padding: 32px;
	background-color:#f6f6f6;
	float: left;
	width:389px;
	margin-bottom: 16px;
}
#help_and_support-page .grid-row-3 .title{
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	margin-bottom: 16px;
}
#help_and_support-page .grid-row-3 ul{
    padding-inline-start: 8px;
}
#help_and_support-page .grid-row-3 ul li{
    margin-bottom:8px;
}
#help_and_support-page .grid-row-3 ul a{
	color: #000;
	text-decoration: none;
	transition-duration: 200ms;
	transition:all;
}
#help_and_support-page .grid-row-3 ul a:hover{
	text-decoration: underline;
	color:#993399;
}

#help_and_support-page .grid-row-3 ul {
	list-style: none;
}
#help_and_support-page .grid-row-3 ul li::before {
	content: "\2022";
	color: #993399;
	font-weight: bold;
	display: inline-block;
	margin-left: -8px;
}
@media (max-width: 1215px){
    #help_and_support-page .grid-row-3{
        width:816px;
        margin:auto;
    }
}

@media(max-width: 599px){
    #help_and_support-page .grid-row-3{
        width:100%;
    }
    #help_and_support-page .grid-row-3 .item{
        width:100%;
    }
}


/* Feedback form */
#help_and_support-page .title h3,
#help_and_support-page .feedback-form-intro{
	text-align: center;
}

#help_and_support-page .title h3{
	font-weight: 900;
	font-size: 48px;
}

#help_and_support-page .feedback-send .send-btn{
	width: 100%;
}


@media screen and (min-width: 1024px) {
	#help_and_support-page .feedback-send input.touched~label,
	#help_and_support-page .feedback-send input:focus~label,
	#help_and_support-page .feedback-send textarea.touched~label,
	#help_and_support-page .feedback-send textarea:focus~label {
		width: fit-content;
		left: 50%;
		transform: translateX(-50%);
	}
	#help_and_support-page .feedback-send .input-wrapper{
		text-align: center;
	}

	#help_and_support-page .title h3{
		font-size: 24px;
	}

	#help_and_support-page .feedback-send .input-wrapper label{
		width: calc(100% - 10px);
		left: 5px;
	}

	#help_and_support-page .feedback-send .send-btn {
		width: auto;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
	#help_and_support-page .vue-full-form-wrapper{
		width: 450px;
		margin: auto;
	}
}

@media screen and (min-width: 1920px) {
	#help_and_support-page .vue-full-form-wrapper{
		width: 480px;
		margin: auto;
	}
}

/* TOP SLIDER */

#main #top-banner-slider {
	width: 100%;
	display: block !important;
	color: white;
}
#main #top-banner-slider .tbs-slide__action-btn{
	color: white;
	background-color: #993399;
	border-radius: 4px;
}
#main #top-banner-slider .carousel-indicators li {
	background-color: white;
	width: 16px;
	height: 16px;
	border-radius: 16px;
}

#main #top-banner-slider .carousel-indicators li.active {
	background-color: #993399;
	border-color: #993399;
}

#main #top-banner-slider .tbs-slide .slider-caption {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
}

#main #top-banner-slider .tbs-slide__bg {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position-x: center;
	background-position-y: 20%;
	background-repeat: no-repeat;
}
@media  (max-width: 767px){
	#main #top-banner-slider,
	#main #top-banner-slider .carousel-inner {
		height: 516px;
	}
	#main #top-banner-slider .tbs-slide .slider-caption {
		align-items: center;
		justify-content: flex-end;
		margin: 0 32px;
		height: fit-content;
		bottom: 64px;
		width: calc(100% - 64px);
		position: absolute;
	}
	#main #top-banner-slider .tbs-slide__header{
		font-size: 24px;
		font-weight: bolder;
		text-align: center;
		margin: 16px 0;
	}
	#main #top-banner-slider .tbs-slide__text{
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		margin: 16px 0;
	}
	#main #top-banner-slider .tbs-slide__action-btn{
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 16px 0;
		padding: 10px;
		max-width: 600px;
	}
}
@media (min-width: 768px) {
	#main #top-banner-slider{
		/*margin-top: 80px;*/
	}
	#main #top-banner-slider,
	#main #top-banner-slider .carousel-inner {
		height: 450px;
	}
	#main #top-banner-slider .tbs-slide .slider-caption {
		/*top: 95px;*/
		left: 24px;
		top: 95px;
		width: calc(100% - 32px);
		align-items: flex-start;
		justify-content: flex-start;
		padding-right: 40%;
	}
	#main #top-banner-slider .tbs-slide__header{
		font-size: 48px;
		line-height: 54px;
		font-weight: bolder;
		text-align: left;
		margin: 8px 0;
	}
	#main #top-banner-slider .tbs-slide__text{
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
		text-align: left;
		margin: 8px 0;
	}
	#main #top-banner-slider .tbs-slide__action-btn{
		width: auto;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 16px 0;
		padding: 16px 54px;
	}
}

@media screen and (min-width: 1240px) {
	#main #top-banner-slider .tbs-slide .slider-caption{
	 	max-width: 100%;
    	width: 1200px;
		margin: auto;
		padding-right: calc(1200px - 50%);
		left: 0;
	}
}
@media (max-width: 767px){
	#main #top-banner-slider .tbs-slide__bg--desktop{display: none;}
	#main #top-banner-slider .tbs-slide__bg--tablet{display: none;}
	#main #top-banner-slider .tbs-slide__bg--mobile{display: block;}
}
@media (min-width:768px) and (max-width: 1239px){
	#main #top-banner-slider .tbs-slide__bg--desktop{display: none;}
	#main #top-banner-slider .tbs-slide__bg--tablet{display: block;}
	#main #top-banner-slider .tbs-slide__bg--mobile{display: none;}
}
@media (min-width: 1240px){
	#main #top-banner-slider .tbs-slide__bg--desktop{display: block;}
	#main #top-banner-slider .tbs-slide__bg--tablet{display: none;}
	#main #top-banner-slider .tbs-slide__bg--mobile{display: none;}
}




/*MAR-13*/
@media(min-width: 1024px) and (max-width:1239px){
    #industries .standart-container{
        margin-left:0; 
        margin-right:0;
    }
    #industries  #counter .standart-container, #industries  footer .standart-container, #industries #decision .standart-container{
        margin-left:16px; 
        margin-right:16px;
    }
}
@media (min-width: 1240px){
    #industries  .standart-container, #industries  #counter .standart-container, #industries  footer .standart-container{
        margin-left:auto; 
        margin-right:auto;
    }
}
@media (max-width: 1239px){
	.standart-container {
		width:auto;
	}
	.f.standart-container {
		width:100%;
	}
}

/* VOICEBOX TEST STAND */

.vb-stand-description{
	margin-bottom: 60px;
}

.vb-stand-description .title h2{
	font-size: 36px;
	font-weight: 900;
}

.vb-stand-description h4{
	font-size: 16px;
	font-weight: bold;
}

.vb-stand-description h3{
	font-size: 24px;
	font-weight: bold;
}

.vb-stand-description .vb-stand-description__row{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.vb-stand-description .vb-stand-description__col{
	display: block;
	margin-right: 60px;
}

.vb-stand-description ul{
	padding-left: 20px;
	list-style: none;
}

.vb-stand-description ul > li:before{
	content: "\2022";
	color: #993399;
	font-weight: bolder;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.vb-stand-description .how-it-work-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 16px;
}
.vb-stand-description .how-it-work-grid > div{
	border:2px solid #e5e5e5;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 32px;
	font-size: 16px;
}
.vb-stand-description .how-it-work-grid > div::before{
	content:"";
	position: relative;
	width: 28px;
	height: 28px;
	border-radius:30px;
	background-image:url('/static/dist/images/ok.svg');
	background-color:#993399;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	margin-right: 16px;
}

.vb-stand-description .how-it-work-grid > div:before{
	flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
	.vb-stand-description .vb-stand-description__row,
	.vb-stand-description .how-it-work-grid{
		grid-template-columns: 1fr;
		grid-row-gap: 8px;
	}
	.vb-stand-description .vb-stand-description__col{
		margin: 0;
	}
	.vb-stand-description .how-it-work-grid > div{
                padding: 15px 24px;
	}
}

 .blog_card {
    display:inline-block;
}

 .blog_card_img {
    float:right;
	display:inline-block;
}

@media(max-width:600px){
    .blog_card_img{
        display:none;
    }
}

/*mttweb-957*/

.mtt-form-block input[type=checkbox]{
	margin: 4px 8px 0px 0px;
}