/* Меню 3 уровня */
.service-tab ul li {
	position: relative;
}

.service-tab ul li a.root-item-selected {
	color: #1ab2f2;
}

.service-tab ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -10px;
	top: 100%;
	z-index: 5;
	background: #383d45;
	padding: 0 10px;
	width: 330px;
	text-align: left;
	display: block;
}

.service-tab ul li ul li {
	display: block;
	text-align-last: left;
}

.service-tab ul li ul li a {
	text-align: left;
	text-align-last: left;
}

.service-tab ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

/* Меню 4 уровня */
.serviceHandMenu {
	position: relative;
	min-width: 320px;
	background: #f1f6f8;
	overflow: hidden;
}

.serviceHandMenu ul {
	position: relative;
}

.serviceHandMenu li {
	float: left;
}

.serviceHandMenu li a {
	display: block;
	padding: 0 20px;
	height: 57px;
	line-height: 57px;
	font-size: 14px;
	color: #383d45;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

.serviceHandMenu li a.selected {
	background: #fff;
	color: #1ab2f1;
}

.serviceHandMenu .bt {
	position: relative;
	display: none;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background: #f1f6f8;
	cursor: pointer;
	font-size: 18px;
	color: #383d45;
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 1016px) {
	.serviceHandMenu .bt {
		display: block;
	}
}

.text-after-calc hr,
.calc-place-top-wrap hr,
.intro-box-texts hr {
	border: none;
	color: transparent;
	background-color: transparent;
	height: 0;
}

.calc-place-top-wrap h3 {
	margin: 25px 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #393939;
	text-transform: none;
	text-align: center;
}

.bx-core-adm-dialog-content-wrap-inner table {
	border-top: 0;
}

.container_main {
	display: block;
	overflow-x: auto;
}

.container {
	display: block;
	overflow-x: auto;
	max-width: 700px;
	margin: auto;
}

.container-full {
	display: block;
	overflow-x: auto;
}

.azure-container {
	width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.azure-block {
	width: 300px;
	display: inline-block;
	margin: 20px;
	text-align: justify;
	vertical-align: top;
}

/**/
.intro-box-texts .bt {
	padding-top: 50px;
	display: table;
	text-align: center;
	width: 100%;
}

.intro-box-texts .bt a {
	width: 200px;
	background: #e67e22;
	border: 0;
	height: 47px;
	line-height: 1;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.intro-box-texts button {
	background: #e67e22;
	height: 39px;
	border-radius: 20px;
	cursor: pointer;
	border: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.intro-box-texts a.button {
	display: inline-block;
	vertical-align: top;
	height: 43px;
	line-height: 43px;
	border: 2px solid #e67e22;
	border-radius: 47px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.intro-box-texts a.button:hover {
	background: #bc661a;
	color: #fff;
	border: 2px solid #bc661a;
}

.fix-bottom-space {
	margin-bottom: -70px;
}

/* p in text blocks */
.intro-box-texts p {
	margin: 0 0 10px 0;
	padding: 20px 0 0;
}

/* tabs */
.intro-box-texts .tabs {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.intro-box-texts .tabs ul {
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
	display: inline-block;
}

.tabs--content {
	text-align: center;
}

.intro-box-texts .tabs ul li {
	margin: 0;
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 15px;
	background: #f1f6f8;
	color: #383d45;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	border: 1px solid #1ab2f12b;
}

.intro-box-texts .tabs ul li:not:first-child {
	margin: 0 0 0 -1px;
}

.intro-box-texts .tabs ul li.active,
.intro-box-texts .tabs ul li.active:hover {
	background: #fff;
	color: #1ab2f1;
}

.intro-box-texts .tabs ul li:hover {
	background: #f1f6f8;
}

.intro-box-texts .tabs ul li:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-sizing: border-box;
	border-color: #fff #fff rgba(26, 178, 241, 0.3) rgba(26, 178, 241, 0.3);
	border-style: solid;
	border-width: 1px;
	height: 12px;
	margin-left: -6px;
	visibility: hidden;
	width: 12px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	background: #fff;
	content: "";
}

.intro-box-texts .tabs ul li.active:before {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	visibility: visible;
}

.tabs--content {
	text-align: left;
}

.someClass {
	color: #ff0000;
	font-size: 20px;
	width: 100px;
}

.has-submenu {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.has-submenu:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.has-submenu:before {
	content: '⌵';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 56px;
	line-height: 51px;
	font-size: 30px;
	color: #fff;
	width: 72px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	transition: all 0.2s;
}

.has-submenu.active-sub-menu:before {
	transform: rotate(-180deg);
	line-height: 42px;
}

.has-submenu.active-sub-menu:after {
	display: none;
}

@media screen and (min-width: 1017px) {
	.has-submenu:before,
	.has-submenu:after {
		display: none;
	}
}

.menu__sublist {
	display: none;
	padding-bottom: 20px;
}

@media screen and (min-width: 517px) {
	.menu__sublist {
		padding-left: 20px;
	}
}

@media screen and (min-width: 1017px) {
	.menu__sublist {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		background: #383d45;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 25px;
		width: 350px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (max-width: 648px) {
	.serviceHandMenu li a {
		padding: 10px 20px;
		height: initial;
		line-height: 30px;
	}
	.site-footer ul li:first-child {
		padding-top: 0;
	}
	.site-footer .item.uslugi > .box > ul {
		column-count: initial;
		overflow: hidden;
		background: #383d45;
	}
	.site-footer .item.uslugi > .box > ul li {
		width: 50%;
		float: left;
	}
}

.menu__subitem {
}

.menu__sublink {
}

.article-detail .text-box button {
    padding: 0 25px;
}

.text-adv-box {
    margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}