/* body{
    font-family: 'Roboto', sans-serif;
  } */
[v-cloak] {
	display: none;
}
img{
	width: 100%;
}
img.js-zoom{
  width: 300px !important;
}
/* #cloud_app{
	width: 936px;
	margin: auto;

} */
.cloud_container{
	margin-top: 40px;
}
.inner_cloud_content>div {
	margin-top: 20px;
}

span.lefts-menu-simple__link{
	cursor: pointer
}
span.lefts-menu-simple__link:hover{
	text-decoration: underline;
	color: #23527c;
}
.breadcrumb{
	display: none;
}

.tab_arrows{
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 45px;
	top: 50%;
	padding: 0px 10px;

}
.tab_arrows div{
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.tab_arrows div:hover{
	/* color:gray; */
	opacity: 1;
}
.tab_dots{
	display: flex;
	justify-content: center;
	font-size: 42px;
	line-height: 0.5;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.tab_dot {
	padding: 0 10px;
	opacity: 0.5;
	transition: all 0.3s;
	cursor:pointer;
}
.tab_dot:hover{

	text-shadow: 0 0 7px black;
}
.tab_dot_active{
	opacity: 1;
}
.bordbot {
	border-bottom: 1px solid #ededed;
}


/* intro */
.intro_wrapper{
}
.intro_background {
	position: absolute;
    top: -20px;
    right: -27px;
    left: 250px;
    background-image: url(../img/background.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    aspect-ratio: 4/3;
}
@media (max-width: 700px) {
	.intro_background {
		display: none;
	}
}
/*@media (max-width: 480px) {
	.intro_background {
		right: -15px;
	}
}*/
.intro_body_content{
	/* display: flex; */
	/* height: 200px; */
	justify-content: space-between;
}
.intro_counter{
	margin: 0 -27px;
	padding: 50px 27px;
	background-color: #F9F9F9;
	display: flex;
	justify-content: space-between;
}
.intro_counter_item {
	flex-grow: 1;
	padding-right: 10px;
}
.intro_reasons {
	display: block;
	list-style: none;
	padding: 0 !important;
	margin: 0 0 40px !important;
}
.intro_reasons > li {
	display: block;
	padding: 0;
	margin: 0 0 15px;
	font-size: 12px;
	font-weight: 300;
}
.intro_reasons > li::before {
	content: "\2713";
	color: #fff;
	background-color: #D8D9DA;
	border-radius: 50%;
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	line-height: 22px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.intro_actions{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin: 0 -10px;
}
@media (max-width: 600px) {
	.intro_counter, .intro_actions {
		flex-direction: column;
	}
}
.intro_logo img{
	margin:auto;
	display: block;
	width: 150px;
}
.intro_link a {
	color: #343536 !important;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	padding: 13px 12px;
	font-size: 15px;
	margin: -30px 0 40px;
	display: block;
}
.intro_btn{
	display: flex;
	justify-content: flex-start;
	margin: 0 10px 20px;
}
.intro_btn a{
	color: #343536 !important;
	text-decoration: none !important;
}
.intro_btn a:hover,
.advantage_bottom_btn a:hover{
	text-decoration: none;
}
.intro_btn_btn{
	padding: 13px 25px;
	border-radius: 5px;
	cursor: pointer;
	width: fit-content;
	transition: box-shadow 0.3s;
	width: fit-content;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	min-width: 140px;
}
.intro_btn_btn:hover{
	box-shadow: 1px 1px 6px 0px #838383;
}
.intro_btn_green{
	background-color: #008f86;
	border: 1px solid #008f86;
	color: #fff;
}
.intro_btn_grey{
	background-color: #fff;
	border: 1px solid rgb(145, 145, 145);
}
.intro_btn_white{
	background-color: #fff;
	border: 1px solid #EDEDED;
	color: #343536;
}

.intro_counter_digit{
	font-size: 24px;
	font-weight: 400;
}
.intro_counter_text{
	font-size: 14px;
	font-weight: 300;
}

/* intro */

.tab_wrapper{
	width: 900px;
	height: 480px;
	position: relative;
}
.tab1_container.tab_wrapper{
	height: 500px;
}
/*
.tab_console{
  display: flex;
  /\* justify-content: space-between *\/
}
.tab_console p{
	padding: 0px 20px;
	transition: all 0.3s;
	font-size: 14px !important;
	border-right: 1px solid;
	text-align: center;
	/\* width: 140px; *\/
}
.integration_content .tab_console p{
  width:280px;
  width: fit-content;
  text-align: left;
}

.tab_console p:nth-child(1){
	/\* border-left: 1px solid; *\/
	padding-left: 0px;
}
.tab_console p:nth-last-child(1){
  border: none;
}
.tab_console p.active{
  color: #008f86;
  font-weight: 600;
  text-decoration: underline;
}
.tab_console,
.tarif_table_select{
  cursor: pointer;
  color: gray;
  margin-top: 20px;
}
.tab_console p:hover,
.tarif_table_select span:hover{
  color: #008f86;
}
*/

.tarif_personal_groups {
	display: flex;
	padding-top: 20px;
}
.tarif_personal_groups > p {
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 15px !important;
	color: #838383 !important;
	font-weight: 500 !important;
	text-align: center;
	cursor: pointer;
}
.tarif_personal_groups > p:not(.active):hover {
	color: #9f0412 !important;
}
.tarif_personal_groups > p.active {
	color: #008f86 !important;
	text-decoration: underline;
}
.tarif_business_groups {
	padding-top: 20px;
	font-size: 15px !important;
	font-weight: 500 !important;
}
.tarif_business_groups a {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: 26px;
}

@media (min-width: 1200px) {
	.tarif_personal_groups {
		padding-top: 30px;
		padding-left: 0;
	}
	.tarif_business_groups {
		padding-top: 30px;
	}
}


.tab_console--mobile {
	display: flex;
}
.tab_console--mobile > p {
	padding: 0px 10px;
	transition: all 0.3s;
	font-size: 14px !important;
	border-right: 1px solid;
	text-align: center;
}
.tab_console--mobile > p:hover {
	color: #008f86;
}
.tab_console--mobile > p.active {
	color: #008f86;
	font-weight: 600;
	text-decoration: underline;
}

.tab_console {
	display: block;
	position: relative;
	margin-right: -27px;
	margin-left: -27px;
	padding-right: 27px;
	padding-left: 27px;
	padding-top: 20px;
	margin-top: 0;
	overflow: hidden;
}
.tab_console::after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 15px;
	color: #ffffff;
	box-shadow: 0 0 5px #939393;
}
@media (max-width: 480px) {
	.tab_console {
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.tab1_container .tab_console {
	margin-right: -8px;
}
.tab_console p {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 12px;
	transition: color .3s, background-color .3s;
	font-size: 14px !important;
	text-align: center;
	cursor: pointer;
	color: gray;
	background-color: #F9F9F9;
	margin-bottom: -1px;
	margin-left: 0;
	margin-right: 15px;
	border-radius: 5px 5px 0 0;
}
.integration_content .tab_console p{
	width:280px;
	width: fit-content;
	text-align: left;
}
.tab_console p:hover {
	color: #008f86;
}
.tab_console p.active {
	color: #008f86;
	background-color: #fff;
}
.tab_console p::before {
	content:'';
	opacity: 0;
	transition: opacity .3s;
	display:block;
	width:100%;
	height:15px;
	background-color:#fff;
	position:absolute;
	bottom:-9px;
	left:0;
	z-index:10;
	pointer-events: none;
}
.tab_console p::after {
	display: block;
	opacity: 0;
	transition: opacity .3s;
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	box-shadow: 0 0 5px #939393;
	border-radius: 5px 5px 0 0;
}
.tab_console p.active::after,
.tab_console p.active::before {
	opacity: 1;
}
.inner_cloud_content > .tab_console {
	margin-top: 0;
}
.inner_cloud_content > * .tab_console {
	margin-top: -20px;
}
.tarif_labels {
	padding-top: 20px;
}

.tarif_table_bottom{
	display: flex;
}
.tarif_table_bottom .price_hint{
	flex: 1;
	text-align: right;
}

.tab_content_img{
	width: 600px;
	/* z-index: 100; */
}
.tab_content_text{
	width: 300px;
	vertical-align: top;
	padding-top: 20px;
}
.tab_content_text p{
	margin-top: 10px;
}
.tab_content_img img{
	width: 100%
}
.tab_content_item{
	display: flex;
	justify-content: space-between;
}

.integration_content .tab_content_text{
	padding-top: 0px;
}
#integration .tab_wrapper{
	height: 430px;
}
/* .tab_content_img, .tab_content_text{
  display: inline-block;
} */
.tab_content_item{
	transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.tab_fade_out{
	opacity: 0;
}
.tab_fade_in{
	opacity: 1;
}
.tab_content_text p.more_html{
	margin-top: 50px;
}



/* table */
div.tarif_block{
	margin-top: 0px;
}
.table {
	width: 100%;
	margin-bottom: 20px;
	/* border: 1px solid #dddddd; */
	border-collapse: collapse;
}
.table td:not(:nth-child(1)){
	width: 120px;
}

.table td {
	/* border: 1px solid #dddddd; */
	padding: 5px;
	text-align: center;
	padding: 8px 0px !important;
}
.table td.block_label,
.table td.block_header{
	text-align: left;
}
.block_header{
	background-color: #ddd;
}
.block_header p{
	margin-top:20px;
}

td.tarif_block_row_label{
	text-align: left;
}
.tarif_labels{
	display: flex;
}
.tarif_labels_item{
	/*flex: 1;*/
	width:120px;
	text-align: center;
	text-transform: uppercase;
}
.tarif_labels_offeset{
	width:411px;
	flex: 1;
}

.tarif_labels_cell_header,
.tarif_block_row_value {
	text-align: center;
	max-width: 120px;
}
.tarif_labels_cell_header {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}
.tarif_block_name {
	font-size: 14px;
	font-weight: 500;
	border-top: none !important;
	padding-left: 0 !important;
	padding-top: 20px !important;
}

@media (max-width: 700px) {
	.tarif_labels {
		font-size: 0.75em;
	}
	.tarif_labels_item {
		padding: 1px;
		flex: 1;
	}
	.tarif_block_row_label{
		width: 150px;
		display: flex;
		justify-content: space-between;
	}
	span.cloud_hint{
		height: 18px;
	}
	.tarif_labels_offeset{
		width:150px;
		flex: auto;
	}
	.tarif_labels_cell_header {
		font-size: 0.75em;
		padding: 1px !important;
	}
}
@media (max-width: 450px) {
	.tarif_labels_cell_header {
		position: relative;
		height: 55px;
	}
	.tarif_labels_cell_header_text {
		position: absolute;
		right: calc((100% - 36px) / 2);
		bottom: 15px;
		transform: rotate(270deg);
		line-height: 1;
		width: 36px;
	}
}

.tarif_simple_table {
	
}
.tarif_labels_cell_header--simple_cost {
	background-color: #d3e0e9;
	border-color: #FFFFFF !important;
	border-left: 1px solid #FFFFFF;
	font-weight: 600;
}
.tarif_labels_cell_header--simple_label {
	background-color: #505050;
	color: #FFFFFF;
	border-color: #FFFFFF !important;
	border-left: 1px solid #FFFFFF;
}
.tarif_simple_table .tarif_block_row_label {
	background-color: #e2e2e2;
	border-color: #FFFFFF !important;
	padding: 8px 12px !important;
}
.tarif_block_value {
	border-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tarif_simple_table .tarif_block_row:nth-child(even) .tarif_block_value {
	background-color: #f4f7f9;
}
.tarif_block_row_label--hinted {
	cursor: pointer;
}
.tarif_block_row_label--hinted:hover .cloud_hint {
	background-color: #505050;
	cursor: pointer;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.simple-tariff-info strong {
	color: #008f86;
}
/* end table */

.tafiff_hide{
	text-align: right;
}
.tarif_actions .tafiff_hide{
	text-align: left;
}
.tafiff_hide p{
	cursor: pointer;
	border-bottom: 1px solid;
	width: fit-content;
	padding-bottom: 0px;
	transition: color 0.3s, border-bottom 0.3s;
}
.tafiff_hide p:hover{
	color: #008f86;
	text-shadow: 1px 1px 2px #adadad;
	border-bottom: 1px solid #008f86;
}


/* mobile_app */
.mobile_app_wrapper{
	height: 350px;
	overflow: hidden;
	width: 936px;
	margin-left: -28px;
	padding: 0px 27px;
	background-color: #F9F9F9;
}
.mobile_app_wrapper--mobile {
	margin-top: 20px;
	margin-left: -15px;
	padding: 10px 20px;
	background-color: #F9F9F9;
}
.mobile_app_content{
	display: flex;
	height: 100%;
}
.mobile_app_info_text p{
	margin-top: 20px;

}
.mobile_app_info{
	width: 60%;
	display: flex;
	flex-direction: column;
}
.mobile_app_info--mobile {
	text-align: center;
}
.mobile_app_img{
	width: 40%;
}
.mobile_app_wrapper--mobile img {
	max-width: 200px !important;
}
.mobile_app_info_btn{
	display: flex;
	margin-top: auto;
	margin-bottom: 40px;
}
.mobile_app_info_btn--mobile {
	justify-content: space-between;
	max-width: 600px;
	margin: 10px auto;
}
.mobile_app_info_btn a{
	width: 150px;
	margin-right: 30px;
	opacity: 0.7;
	transform: opacity 0.3s;
}
.mobile_app_info_btn a:hover{
	opacity: 1;
}
.mobile_app_wrapper img{
	width: 100%;
}
.mobile_app_info_btn--mobile a {
	margin-right: 0;
}

/* connection */
.integration_content .tab_arrows{
	top:45%;
}
.connection_links{
	display: flex;
	flex-direction: column;
}
.advantage_cod{

	background-image: url(https://owen.ru/upl_files/cloud/img/pao.jpg);
	/* background-image: url(https://owen.ru/upl_files/cloud/img/girl1.jpg); */
	height: 250px;
	transform-style: preserve-3d;
	/* background-attachment: fixed;  */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 936px;
	margin-left: -28px;
	padding: 0px 27px;
	background-color: #ccc;
}

@media (max-width: 1000px) {
	.advantage_cod {
		display: none;
	}
}
.gateway_contet,
.advantage_items{
	display: flex;
	justify-content: space-between;
}
.gateway_item{
	width: 28%;
}
.gateway_item p{
	line-height: 1.6 !important;
}
a.gateway_item{
	text-decoration: none !important;
	transition: color 0.3s;
	color:#343536 !important;
}
a.gateway_item :hover{
	text-decoration: none !important;
	color:#008f86 !important;
}
.advantage_item{
	width: 28%;
}

.advantage_item img{
	width: 85px;
	height: auto;
}
.advantage_item_label,
.advantage_item_text{
	margin-top:20px;
}

@media (max-width: 500px) {
	.gateway_contet, .advantage_items {
		flex-direction: column;
		align-items: center;
	}
	.gateway_item, .advantage_item {
		width: unset;
	}
	.advantage_item_img {
		text-align: center;
	}
}

/* lightbox */
.lb-nav{
	display: none !important;
}


/*projects*/
#projects .product-cards-container .project-card-info__item .project-card-info__products.mini-products-line img{
	width: 42px;
	height: 42px !important;
}


/* hint */
span.cloud_hint{
	border: 1px solid;
	border-radius: 50px;
	padding: 0px 7px;
	margin-left: 3px;
	cursor:help;
}
span.cloud_hint:hover{
	box-shadow: 0 1px 3px #00000045;
}

.cloud_hint {
	display: inline-block;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.cloud_hint span.tarif_tooltip {
	background: #e1e1e1;
	color: #222;
	font-size: 12px;
	width: 300px;
	position:  absolute;
	bottom: 0;
	left: -25px;
	right: -25px;
	padding: 10px 7px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.cloud_hint span.tarif_tooltip:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e1e1e1;
	position: absolute;
	bottom: -5px;
	left: 40px;
}

.cloud_hint:hover span.tarif_tooltip {
	bottom: 50px;
	visibility: visible;
	opacity: 1;
}
@media (max-width: 472px) {
	tr.data_change{
		position: relative;
	}

	.cloud_hint{
		position: inherit;
	}


	.cloud_hint span.tarif_tooltip{
		width: 75vw;
		left: 0px;
	}
	.cloud_hint span.tarif_tooltip:before{
			left: 5px;
	}
}