/* main */

body {
	font: 1em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	color: #48a216;
	outline: 0;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

button {
	outline: 0;
}

.br10 {
	margin-bottom: 10px;
}

.br20 {
	margin-bottom: 20px;
}

.br30 {
	margin-bottom: 30px;
}

.button {
	padding: 13px 12px;
	border-radius: 4px;
	background: #48a216;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 0.95em;
}

.button:hover {
	text-decoration: none;
	opacity: 0.9;
}

a.button {
	color: #fff;
}

a.button:hover,
a.button:focus,
a.button:active {
	color: #fff;
}

@font-face {
	font-family: Play;
	src: url(../css/fonts/play.woff2);
}

h1 {
	font-size: 1.9em;
	margin: 0 0 22px 0;
	text-transform: uppercase;
}

#header_top,
#header,
#top_menu,
#slider,
#block_company,
#wrapper,
#footer_menu,
#footer_top,
#footer_bottom,
#footer_center {
	width: 100%;
}

#header_top_main,
#header_main,
#block_company_main,
#wrapper,
#footer_menu_main,
#footer_top_main,
#footer_bottom_main,
#footer_center_main {
	max-width: 1130px;
	margin: 0 auto;
	box-sizing: content-box;
}

/* HEADER */

#header {
	width: 100%;
}

#header .fa {
	color: #48a216;
}

/* header top */

#header_top {
	background: #f7f7f7;
	color: #000;
	overflow: hidden;
}

#header_top a {
	color: #000;
}

#header_top_main {
	padding: 3px 10px;
	font-size: 0.9em;
	overflow: hidden;
}

#header_top_address {
	float: left;
	margin: 7px 0 0 0;
	padding-right: 15px;
	font-size: 0.9em;
}

#header_top_address .fa-map-marker:before {
	margin-right: 3px;
	font-size: 1.4em;
}

#header_top_email {
	float: left;
	margin: 7px 0 0 0;
	padding-left: 15px;
	border-left: 1px solid #888;
}

#header_top_email .fa-envelope:before {
	margin-right: 3px;
	font-size: 1em;
}

#header_top_search {
	float: right;
}

#header_top_search form {
	position: relative;
	width: 230px;
}

#header_top_search input,
button {
	border: none;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}

#header_top_search input {
	width: 100%;
	border: 1px solid #e9e9e9;
	height: 33px;
	background: #fff;
	color: #000;
	padding: 0 40px 0 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#header_top_search button {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 3px;
	right: 8px;
	background: none;
	cursor: pointer;
}

#header_top_search button:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #999;
	font-size: 1.4em;
}

/*header main */

#header_main {
	height: 100px;
	padding: 3px 10px;
	overflow: hidden;
}

#header_logo {
	float: left;
	margin-top: 26px;
}

#header_logo:hover {
	opacity: 0.7;
}

#header_logo a {
	color: #000;
	text-decoration: none;
}

#header_logo_img {
	float: left;
}

#header #header_logo_img .fa {
	padding: 5px 9px;
	font-size: 2.3em;
	background: #48a216;
	color: #fff;
	border-radius: 4px;
}

#header_logo_name {
	float: left;
	font-family: Play;
	font-size: 1.9em;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 0 0 10px;
}

#header_callback {
	float: right;
}

#header_callback a {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

#header_callback a:hover {
	text-decoration: none;
	border: 0;
}

#header_contact {
	float: right;
	margin: 12px 0 0 0;
	text-align: right;
}

#header_nomer {
	font-size: 1.5em;
	margin-bottom: 7px;
	position: relative;
}

#header_nomer a,
#header .hdslide_contact_nomer a {
	color: #000;
}

#header_time {
	font-size: 0.85em;
}

#header_zayavka {
	float: right;
	margin: 28px 6% 0 0;
}

#header_zayavka .fa {
	font-size: 1.2em;
	margin-right: 5px;
}

#header_zayavka a {
	display: block;
	padding: 12px 0;
	width: 200px;
	border: 1px solid #48a216;
	border-radius: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	color: #48a216;
}

#header_zayavka a:hover {
	opacity: 0.8;
}

#header_text {
	float: right;
	margin: 24px 5% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 120%;
	font-size: 0.95em;
	border-right: 1px solid #ccc;
}

/* TOP MENU */

#top_menu_main {
	background: #48a216;
}

#top_menu a {
	color: #fff;
	text-transform: uppercase;
}

#top_menu ul li:hover,
#top_menu ul li.root-item-selected,
#top_menu ul li.item-selected {
	background: rgba(0, 0, 0, 0.2);
}

#top_menu ul li ul li.root-item-selected,
#top_menu ul li ul li.item-selected {
	background: #48a216;
}

#top_menu ul li.item-selected>a {
	color: #fff;
}

/* SLIDER */

#slider {
	width: 100%;
	height: 500px;
	margin: 0 auto 1px auto;
	background: #000;
}

/* BLOCK KOMPANY */

#block_company {
	position: relative;
	z-index: 100;
	margin-bottom: 10px;
	background: #f7f7f7;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#block_company_main {
	padding: 25px 1% 20px 3%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0.8em;
}

#block_company ul {
	list-style: none;
}

#block_company ul li {
	display: inline-block;
	margin-right: 3%;
	width: 22%;
}

#block_company ul li:last-child {
	margin-right: 0;
}

#block_company .title {
	float: left;
	width: 70%;
	margin: 10px 0 0 15px;
	font-size: 1.2em;
}

#block_company .fa {
	float: left;
	font-size: 4em;
	color: #777;
	opacity: 0.6;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

#block_company a {
	color: #000;
}

#block_company a:hover {
	opacity: 0.7;
}

/* WRAPPER */

#wrapper {
	min-height: 500px;
	padding: 70px 10px;
	overflow: hidden;
}

/* BREADCRUMB */

#breadcrumb {
	margin: 0 0 30px 330px;
	overflow: hidden;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px;
	color: #777;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#breadcrumb a {
	text-decoration: underline;
	font-size: 1.2em;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#breadcrumb ul li {
	background: none;
	float: left;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

#breadcrumb li+li:before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 1em;
	margin: 0 10px 0 0;
}

#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#breadcrumb ul li:last-child {
	background: none;
	font-size: 0.9em;
	line-height: 1.3;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 280px;
}

#sidebar_menu {
	overflow: hidden;
}

#section_element_menu ul.menu-element-list-active2 a.item-selected {
	color: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu>li.menu-section-active2>a {
	background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu>li.menu-section-drive-active>a {
	background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu li a:hover {
	background: #48a216;
	color: #fff;
}

/* CONTENT */

#content {
	margin-left: 330px;
	overflow: hidden;
}

#content h1 {
	font-size: 1.9em;
	margin: 0 0 22px 0;
}

#content h2 {
	font-size: 1.4em;
	margin: 37px 0 20px 0;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1.3em;
	margin: 27px 0 10px 0;
}

#content h4 {
	font-size: 1.14em;
	margin: 27px 0 10px 0;
}

#content h5 {
	font-size: 1em;
	font-weight: bold;
}

#content p,
#content ul,
#content ol {
	color: #404040;
}

#content p {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#content table {
	width: 100%;
	border: 1px solid #dedede;
	font-size: 0.9em;
	margin: 20px 0;
}

#content td,
#content th {
	border: 0;
	padding: 15px 5px;
	text-align: center;
	border: 1px solid #dedede;
}

#content th {
	text-transform: uppercase;
	padding: 15px 5px;
	background: #48a216;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
}

#content tr {
	background: #fff;
}

#content table td:first-child {
	text-align: left;
	padding-left: 24px;
}

#content table tr:nth-child(odd) {
	background: #fcfcfc;
}

#content ul,
#content ol {
	margin: 10px 0 20px 5%;
}

#content ul {
	list-style: square;
}

#content ol {
	list-style: decimal;
}

#content ul li,
#content ol li {
	line-height: 1.5;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content img {
	max-width: 100%;
	height: auto;
}

#content b,
#content strong {
	font-weight: 600;
}

#content sup {
	position: relative;
	top: -0.5em;
}

#content sub {
	position: relative;
	top: 0.5em;
}

/*FOOTER*/

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

#footer_top,
#footer_bottom {
	width: 100%;
	background: #222;
	overflow: hidden;
}

#footer_menu {
	background: #f7f7f7;
	overflow: hidden;
}

#footer_top_main {
	padding: 35px 10px;
	overflow: hidden;
}

#footer_bottom_main {
	padding: 45px 10px;
	overflow: hidden;
}

#footer_menu ul li {
	display: inline-block;
}

#footer_menu ul li a {
	display: block;
	text-transform: uppercase;
	padding: 30px;
}

#footer_menu a {
	text-decoration: underline;
}

#footer_menu a:hover {
	color: #888;
	text-decoration: none;
}

#footer .title {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#footer_top_main .map_index {
	float: left;
	width: 70%;
	padding: 7px;
	box-sizing: border-box;
	background: #888;
}

#footer_top_main .kontakty,
#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	box-sizing: border-box;
}

#footer_top_main {
	border-bottom: 1px solid #888;
	color: #fff;
}

#footer_top_main .kontakty {
	float: right;
	width: 26%;
	padding-right: 5px;
}

#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	float: left;
	width: 24%;
	padding: 0 5px;
}

#footer_nomer {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#footer_callback {
	margin-bottom: 30px;
}

#footer_callback a {
	padding: 6px 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

#footer_callback a:hover {
	background: #fff;
	color: #000;
}

#footer_email {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#footer_email a {
	color: #888;
}

#footer_address {
	font-size: 0.9em;
	margin-bottom: 30px;
	color: #888;
}

#footer_top_main .fa {
	color: #888;
	margin-right: 3px;
}

#footer_top_main .footer_menu ul li {
	padding: 0 0 10px 0;
}

#footer_top_main .footer_menu a {
	font-size: 0.95em;
	text-decoration: underline;
}

#footer_social ul li {
	float: left;
	margin-right: 10px;
}

#footer_social ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #888;
}

#footer_social ul li a:hover {
	border: 1px solid #ccc;
	color: #ccc;
}

#footer_social .fa-vk {
	position: absolute;
	top: 9px;
	left: 8px;
}

#footer_social .fa-facebook {
	position: absolute;
	top: 9px;
	left: 13px;
}

#footer_social .fa-twitter {
	position: absolute;
	top: 9px;
	left: 11px;
}

#footer_social .fa-instagram {
	position: absolute;
	top: 9px;
	left: 10px;
}

#footer_social ul li:last-child {
	padding-left: 0;
}

#footer_bottom_main {
	padding: 30px 10px;
}

#footer_copyrait {
	float: left;
	margin-top: 1px;
	color: #888;
	font-size: 0.8em;
}

#footer_copyrait a {
	text-decoration: underline;
	margin-right: 10px;
	font-size: 0.9em;
}

#footer_stat {
	float: right;
	margin-right: 50%;
}

/* bitrix */
[id^=bx_incl] {
	display: inline;
}

.boxes .box {
	border: 5px solid #f7f7f7;
	border-radius: 4px;
	box-sizing: border-box;
	height: 100%;
}

.boxes .img {
	line-height: 0;
}

.boxes .img img {
	width: 100%;
	height: auto;
	padding-bottom: 1px;
	border-bottom: 3px solid #48a216;
}

.boxes .img img:hover {
	opacity: 0.8;
}

.boxes .text {
	padding: 20px;
}

.boxes .text h2 {
	font-size: 1.1em;
	margin: 0 0 15px 0;
}

.boxes .text h2 a {
	color: #000;
	font-size: 1.3em;
}

.boxes .text .title {
	margin: 0 0 10px 0;
}

.boxes .text .title a {
	margin: 0;
	font-size: 1.2em;
	color: #000;
}

.boxes .text title a:hover {
	opacity: 0.8;
}

.boxes .text,
.boxes .text p {
	margin: 0;
	font-size: 0.9em;
}

.boxes .text a {
	margin-right: 15px;
	font-size: 0.9em;
}

.boxes .text ul {
	margin: 0 0 0 20px;
}

.row-flex {
	display: flex;
	flex-flow: row wrap;
}

.prices__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 15px;
}

.prices__download {
	display: flex;
	flex-grow: 2;
}

.prices__text {
	font-size: 0.9em;
	margin-right: 10px;
}

@media (max-width: 820px) {
	.prices__info {
		flex-wrap: wrap;
		flex-direction: column;
		height: 130px;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.price_index {
	overflow: hidden;
	margin-bottom: 60px;
}

.price_index .price_table .hide {
	display: none;
}

.masters_index {
	overflow: hidden;
	margin-bottom: 60px;
}

.reviews_index {
	overflow: hidden;
	margin-bottom: 60px;
}

.faq_index {
	overflow: hidden;
	margin-bottom: 60px;
}

.faq_index .accordion h2 {
	margin: 0 !important;
	font-size: 1.2em !important;
}

.faq_index .accordion .info {
	border: 1px solid #dedede;
	padding: 10px 10px 0px 10px;
}

.map_form_index {
	overflow: hidden;
	margin-bottom: 60px;
}

.map_form .title {
	margin: 0 0 20px;
	font-size: 1.4em;
}

.map_form span {
	margin: 30px 0;
	display: block;
	font-weight: bold;
}

.map_form .form {
	border: 2px dashed #e4e4e4;
	border-radius: 4px;
	overflow: hidden;
	padding: 25px;
	background: #f7f7f7;
}

.map_form input[type="text"],
.map_form input[type="tel"] {
	width: 100%;
}

.text-center {
	text-align: center;
}

.row_wrap {
	position: relative;
	padding-top: 4%;
}

.slider_content {
	color: #fff;
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	padding: 30px;
}

.slider_content .col {
	z-index: 2;
	font-size: 1.5em;
}

.slider_content .col li {
	padding-left: 30px;
	margin-bottom: 1em;
	line-height: 0.8em;
}

.slider_content .col li i.fa {
	margin-left: -30px;
}

.slider_content .slider_form {
	color: #555;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	font-size: 1.2em;
	padding: 20px;
	border: 2px dashed #555;
}

.slider_content .slider_form .title {
	color: #555;
	font-size: 1.2em;
	text-transform: uppercase;
}

.slider_content .slider_form a {
	text-decoration: underline;
}

.slider_content .slider_form .button {
	font-size: 0.85em;
}

a.link_all {
	display: block;
	width: 150px;
	text-align: center;
	padding: 0;
	margin: 10px auto 20px auto;
	border: none;
	border-radius: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 600;
}

a.link_all:hover {
	opacity: 0.8;
}

a.link_all svg {
	width: 25px;
    height: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-right: 10px;
	vertical-align: middle;
}

[id^="click-expand"] {
	position: fixed;
	/* чтобы страница "не подпрыгивала" к id */
}

[id^="click-expand"]:target+.price_table_wrapper a[href^="#click-expand"],
[id^="click-expand"]:not(:target)+.price_table_wrapper tr:nth-of-type(n+10),
/* 5 — порядковый номер строки, после которой строки будут скрыты */
[id^="click-expand"]:not(:target)+.price_table_wrapper a[href="#close"] {
	display: none;
}

@media (max-width: 768px) {
	#header {
		position: relative;
	}

	#header_top_email {
		border-left: 0;
	}

	#header #header_main {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 55px auto 30px;
		gap: 10px;
		align-items: center;
		padding: 10px;
		background-color: #ffffff;
	}

	#header #header_main * {
		box-sizing: inherit;
	}

	#header_main #header_zayavka {
		grid-column: 1 / 4;
		display: flex;
		flex-direction: column;
		gap: 5px;
		align-items: center;
	}

	#header_main #header_zayavka a {
		margin: 0;
	}

	#header_main #header_zayavka #header_logo {
		width: 100%;
	}

	#header_main #header_zayavka #header_logo_name {
		display: block;
		padding: 0;
		text-transform: none;
	}

	#header_main #header_zayavka #header_logo a {
		width: 100%;
		color: #000000;
		border: 0;
		padding: 0;
	}

	#header_main #header_logo {
		margin: 0;
	}

	#header_main #header_logo a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#header_main #header_logo_name {
		display: none;
	}

	#header_main #header_contact {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		column-gap: 10px;
		row-gap: 5px;
		margin: 0;
	}

	#header_main #header_nomer {
		width: 100%;
		margin: 0;
	}

	#header_main #header_time {
		width: auto;
	}

	#header_main #header_callback {
		width: auto;
		margin: 0;
	}

	.header__menu-button {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
		border: none;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		color: inherit;
		background-color: transparent;
		text-align: left;
		letter-spacing: inherit;
		cursor: pointer;
		background-image: url("/img/icon-menu.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	#header #top_menu {
		position: absolute;
		top: calc(100% - 93px);
	}

	#header #top_menu .fa {
		color: #ffffff;
	}

	#top_menu .minmenu {
		display: none;
	}

	#slider {
		height: auto !important;
		background-color: transparent;
	}

	#slider > .owl-carousel {
		height: auto;
		background-color: #000000;
	}

	#slider > .owl-carousel .slideblock {
		height: auto;
	}

	.header--sticky #header_main {
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		width: 100vw;
		transform: translateY(-100%);
		transition: transform 0.3s ease-in-out;
	}

	#header.header--sticky #header_zayavka {
		display: none;
	}

	#header.header--sticky #top_menu {
		position: fixed;
		top: 70px;
		z-index: 25;
		max-height: calc(100dvh - 70px);
		overflow: auto;
	}

	.header--slide-header #header_main {
		-webkit-animation-name: slide-header;
		animation-name: slide-header;
		-webkit-animation-duration: 0.1s;
		animation-duration: 0.1s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	#arrup {
		position: fixed;
		z-index: 20;
		bottom: 16px;
		left: 16px;
	}

	.fixed-phone {
		display: block;
		position: fixed;
		z-index: 20;
		bottom: 16px;
		right: 16px;
		width: 50px;
		height: 50px;
		font-size: 24px;
		border-radius: 50%;
		background-color: #0077f1;
		color: #ffffff;
		box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
		background-image: url("/img/icon-phone.svg");
		background-size: 25px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
}

@media (max-width: 420px) {
	#header_main #header_zayavka #header_logo_name {
		font-size: 25px;
	}

	#header_main #header_nomer {
		font-size: 20px;
	}
}

@media (min-width: 769px) {
	#header {
		padding-top: 0 !important;
	}

	#header_zayavka #header_logo {
		display: none;
	}

	.header__menu-button {
		display: none;
	}

	.button-up {
		display: none;
	}

	.fixed-phone {
		display: none;
	}
}

@keyframes slide-header {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}