@import 'sprite.css';
@import 'fonts.css';
/* @import '5col.css'; */
body {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
}
.h3, h3 {
	font-size: 25px;
}
a:hover {
	color: #F7CD60;
}
.title {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 1.2;
	color: #222;
	font-weight: 700;
}
.title span {
	color: #F3B655;
}
button:focus {
	outline: none;
}
.site > div {
	min-height: 100px;
}
.container {
	max-width: 1200px;
}
.container .full img {
	width: 100%;
}
.icon {
	display: inline-block;
	vertical-align: middle;
}
hr {
	margin: 30px 0;
}
.btn {
	padding: 0 20px;
	background: #F7CD60;
	border: 2px solid #F7CD60;
	border-radius: 50px;
	cursor: pointer;
	line-height: 46px;
	font-size: 20px;
	transition: 0.3s;
	color: #222;
}
.btn:hover {
	background: transparent;
}
.btn-link {
	display: inline-block;
	padding: 0 15px;
	border: 2px solid #F7CD60;
	border-radius: 50px;
	font-size: 20px;
	line-height: 46px;
	color: #222;
	vertical-align: top;
	transition: 0.3s;
}

.btn-link:hover, .btn-link.focus, .btn-link:focus {
	color: #fff;
	background-color: #F7CD60;
	text-decoration: none;
}
.btn-link--blue {
	border-color: #37AAE5;
}
.btn-link--blue:hover, .btn-link--blue.focus, .btn-link--blue:focus {
	background-color: #37AAE5;
}
section {
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 40px;
}
.section-after {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	font-size: 240px;
	color: #fff;
	text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.06);
	white-space: nowrap;
	line-height: 1;
	z-index: -1;
	text-align: center;
}
.custom-contact {
	display: flex;
	align-items: center;
}
.list-unstyled {
	margin-bottom: 0;
}
ol.list-content li {
	margin-bottom: 15px;
}
ul.list-content li {
	margin-bottom: 25px;
}
.list-content li span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-right: 20px;
	display: inline-block;
}
 .bx-controls {
	margin-top: 30px;
}
.bx-wrapper .bx-controls-direction {
	text-align: center;
	position: relative;
	z-index: 1;
	min-height: 25px;
}
.bx-wrapper .bx-controls-direction a {
	position: static;
	margin: 0 55px;
}
.bx-wrapper .bx-pager {
	bottom: 2px;
}
.bx-wrapper .bx-pager-item {
	vertical-align: middle;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 2px;
	background-color: #FAE1A0;
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 40px;
	background-color: #F7CD60;
	display: block;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #F7CD60;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a{
	display: block;
}


.footer__cont .cf-form-wrap {
	padding: 0;
}
#header {
	padding-right: 0;
	padding-left: 0;
	color: #fff;
}

#header nav {
	min-height: 60px;
}
#header p {
	margin-bottom: 0;
}

.header-top {
	background-color: #21242E;
}
.header-top__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 16px 0;
}
.header-top .messenger__list {
	margin: 0 50px;
}
.messenger__list {
	display: flex;
	margin-bottom: 0;
	line-height: 1;
}

.messenger__item:not(:last-child) {
	margin-right: 15px;
}
.messenger__link {
	display: inline-block;
}
.contact-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	line-height: 1;
}
.header-top .contact-list {
	margin-left: auto;
}
.header-top .contact-link:not(:last-child) {
	margin-right: 40px;
}
.contact-link {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
}
.contact-link--mail {
	padding-left: 25px;
}
.contact-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-main-bg {
	background-color: #151823;
	padding: 5px 0;
	position: relative;
}
.header-main-bg.fixed-top {
	position: fixed;
}
.header-main {
	display: flex;
	align-items: center;
}
.logo {
	display: inline-block;
}
.logo img {
	height: 70px;
	object-fit: contain;
}
.nav-toggle {
	width: 30px;
	height: 25px;
	position: relative;
	padding: 0;
}
.nav-toggle__line {
	position: absolute;
	right: 0;
	width: 100%;
	height: 3px;
	display: block;
	background: #F7CD60;
	border-radius: 3px;
}
.nav-toggle__line--top {
	top: 0;
	transition: .3s;
}
.nav-toggle__line--middle {
	top: 10px;
	transition: .3s;
	opacity: 1;
}
.nav-toggle__line--bottom {
	bottom: 0;
	transition: .3s;
}
.header-navbar.active .nav-toggle__line--top {
	top: 10px;
	transition: .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header-navbar.active .nav-toggle__line--middle {
	top: 8.5px;
	transition: .3s;
	opacity: 0;
}
.header-navbar.active .nav-toggle__line--bottom {
	top: 10px;
	transition: .3s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-content .icons {
	display: none;
}
.sprite-icons {
	border: 2px solid #F7CD60;
	display: inline-block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-page .page-header {
	position: relative;
	background-color: #151823;
	margin: 0 -15px;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.services-article .page-header {
	height: auto;
	background: #0D1120;
}
.item-page .page-header h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 56px;
	z-index: 2;
	margin: 0 auto 0.5rem;
	text-align: center;
	max-width: 1200px;
}
.item-page .page-header .item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	/* height: 300px; */
}
.item-page .page-header .item-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #151823;
	opacity: 0.5;
}
.item-page .page-header .img_caption {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 900;
	font-size: 280px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	color: #171B25;
	text-transform: uppercase;
}
.breadcrumb {
	justify-content: center;
	border-radius: 0;
	background: none;
	margin: 0;
	z-index: 2;
}
.breadcrumb a {
	color: #7E8399;
	font-family: 'Montserrat', sans-serif;
}
.breadcrumb-item.active {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: underline;
}
.img_caption {
	margin: 0 auto;
}

.header-navbar {
	padding: 0;
	margin: 0 65px;
	position: static;
	flex-grow: 1;
}
.header-navbar.fixed-top {
	margin: 0;
	background-color: #151823;
}
.header-navbar .nav {
	width: 100%;
	justify-content: space-between;
}
.header-navbar.fixed-top .nav {
	margin: 0 auto;
}
.header-navbar > li {
	margin-right: 15px;
}
.header-navbar .nav > li > a {
	color: #fff;
	position: relative;
	overflow: hidden;
	display: block;
	border: 2px solid transparent;
	padding: 5px 10px;
	transition: 0.3s;
	border-radius: 50px;
}

.header-navbar .nav > li > a:hover {
	color: #F7CD60;
	text-decoration: none;
	border-color: #F7CD60;
	
}
.header-navbar .nav > li.active.current > a {
	color: #222;
	background-color: #F7CD60;
	text-decoration: none;
}
.header-navbar li:last-child {
	margin-right: 0;
}
.header-navbar a {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
}
.header-navbar a.logo {
	padding: 0;
}
.header-btn {
	margin-left: auto;
	padding: 0 10px;
	line-height: 36px;
	border: 2px solid #F7CD60;
	border-radius: 50px;
	background: none;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}
.navbar .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navbar .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navbar .nav-child .divider {
	width: 100%;
	height: 1px;
	margin: 8px 1px;
	margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.navbar .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.navbar .nav li {
	position: relative;
}
.navbar .nav > li:hover > .nav-child,
.navbar .nav > li > a:focus + .nav-child,
.navbar .nav li li:hover > .nav-child,
.navbar .nav li li > a:focus + .nav-child {
	display: block;
}
.navbar .nav > li:before {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 6px;
	content: '';
}
.navbar .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navbar .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navbar .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
.navbar .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
.navbar .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
.navbar .nav-child li > a:hover,
.navbar .nav-child li > a:focus,
.navbar .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #005e8d;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.main-banner__wrap {
	position: relative;
}
.main-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
	/* max-height: 790px; */
	pointer-events: none;
	position: relative;
}
.main-banner__preload {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #131517;
	display: flex;
}

#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgba(247, 205, 96, 0.99);
	width:9px;
	height:9px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}

@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}
	100%{
		transform:scale(.3);
	}
}
@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}
	100%{
		-o-transform:scale(.3);
	}
}
@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}
	100%{
		-ms-transform:scale(.3);
	}
}
@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}
	100%{
		-webkit-transform:scale(.3);
	}
}
@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}
	100%{
		-moz-transform:scale(.3);
	}
}


.main-banner img {
	width: 100%;
}
.main-content__inner {
	padding: 40px 15px;
}
.main-content__inner .btn-link {
	font-size: 16px;
}
.bx-wrapper {
	box-shadow: none;
	border: none;
	margin: 0 auto;
}
.main-banner__wrap .bx-controls {
	margin: 0;
}
.main-banner__wrap .bx-wrapper .bx-pager {
	bottom: 0;
	left: 0;
	width: 100%;
	/* background-color: #16181A; */
	padding: 20px 10px;
	max-height: 600px;
	display: flex;
	justify-content: center;
}

.main-banner__wrap .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	background: none;
	border: 2px solid #f7cd60;
	border-radius: 50%;
	display: block !important;
}
.main-banner__wrap .bx-wrapper .bx-pager.bx-default-pager a.active, 
/* .main-banner__wrap .bx-wrapper .bx-pager.bx-default-pager a:focus,  */
.main-banner__wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #F7CD60;
	box-shadow: 0px 0px 5px rgba(247, 205, 96, 0.7);
}
.main-banner__item {
	width: 100%;
	overflow: hidden;
	font-family: 'Manrope', sans-serif;
	color: #131517;
	background-color: #E4E6E7;
	max-height: 790px;
	max-width: 2560px;
}
.main-banner__item--dark {
	background-color: #0c111e;
	color: #fff;
}
.main-banner__text {
	font-weight: 600;
	font-size: 60px;
	line-height: 1;
}
.main-banner__descr {
	font-weight: 600;
	font-size: 30px;
}
.main-banner__body {
	width: 100%;
	max-width: 430px;
	position: absolute;
	right: 250px;
	top: 50%;
	transform: translateY(-50%);
	
}
.main-banner__link {
	pointer-events: auto;
}

.scene-banner__lay {
	position: absolute;
}
.scene-banner__lay--one {
	left: -135px !important;
	top: -180px !important;
	max-width: 1330px;
}
.scene-banner__lay--two {
	top: -100px !important;
	left: 40px !important;
}
.scene-banner__lay--img {
	left: 154px !important;
}
.scene-banner__lay--ellipse {
	max-width: 650px;
	left: 225px !important;
	top: 75px !important;
}
#scene2 .scene-banner__lay--img {
	left: 0 !important;
}
#scene3 .scene-banner__lay--img {
	left: 100px !important;
}
.services-price__item {
	margin-bottom: 15px;
}

.services-price__name {
	font-size: 20px;
	font-weight: 500;
	margin: 1rem 0;
	color: #222;
}
.services-price__descr {
	color: #666;
}
.services-price__text {
	max-width: 260px;
	color: #666;
	min-height: 264px;
}
.services-price__bottom {
	display: flex;
}
.services-price__btn {
	margin-right: 15px;
}
.portfolio {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
	grid-gap: 1vw;
}
.portfolio__main-page {
	padding: 0 15px;
}
.portfolio__item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}
.portfolio__img {
	padding: 40px 20px;
	height: 200px;
	background: #F3F4F5;
}
.portfolio__img * {
	height: 100%;
}
.portfolio__img img {
	object-fit: contain;
}
.portfolio-nav {
	margin-bottom: 40px;
	border: none;
}
.portfolio-nav .portfolio-nav__item {
	margin-bottom: 15px;
	margin-right: 30px;
}
.portfolio-nav .portfolio-nav__item:last-child {
	margin-right: 0;
}
.portfolio-nav .nav-link {
	border: 2px solid #F7CD60;
	font-size: 20px;
	border-radius: 50px;
	color: #222;
}
.portfolio-nav .portfolio-nav__item.show .nav-link, .portfolio-nav .nav-link.active, .portfolio-nav .nav-link:focus, .portfolio-nav .nav-link:hover {
	color: #fff;
	border-color: transparent;
	background-color: #F7CD60;
	
}
.portfolio-nav .nav-link.dropdown-toggle::after {
	display: none;
}
.portfolio__img img {
	width: 100%;
	border-radius: 10px;
}
.portfolio__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(188, 143, 67, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.portfolio__item:hover .portfolio__content {
	opacity: 1;
	visibility: visible;
}
.portfolio__name {
	color: #fff;
	font-weight: 500;
	font-size: 25px;
}
.portfolio__btn {
	display: inline-block;
	padding: 0 15px;
	border: 2px solid transparent;
	border-radius: 50px;
	font-size: 20px;
	line-height: 46px;
	vertical-align: top;
	transition: 0.3s;
	background-color: #fff;
	margin-bottom: 40px;
}
.portfolio__btn:hover {
	color: #fff;
	background-color: #151823;
	text-decoration: none;
}
.portfolio__link {
	color: #fff;
	font-size: 20px;
}
.portfolio__link:hover {
	color: #fff;
}
.portfolio__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.portfolio__bottom a {
	margin: 5px 0;
}
.portfolio-page .portfolio__title.title {
	display: none;
}
.scheme-work {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}
.scheme-work__descr {
	font-size: 17px;
	color: #666;
}
.scheme-work__item {
	width: 23%;
	padding: 10px;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	background-color: #fff;
}
.scheme-work__numb {
	position: absolute;
	top: 5px;
	left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: rgba(34, 34, 34, 0.3);
}
.scheme-work__text {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	max-width: 205px;
	color: #222;
}
.scheme-work__icon {
	border: 2px solid #F7CD60;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.static-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.static-box__item {
	width: 100%;
	max-width: 270px;
	text-align: center;
	padding: 0 50px;
}
.static-box__numb {
	font-family: 'Montserrat', sans-serif;
	font-size: 64px;
	color: #222;
}
.static-box__numb span {
	color: #F3B655;
}
.static-box__text {
	font-size: 20px;
	font-weight: 500;
	color: #222;
}

.certificates {
	padding: 40px 0;
}
.certificates__text {
	font-size: 17px;
	color: #666;
}
.certificates__link {
	margin-top: 40px;
}
.certificates__item img {
	width: 100%;
}
.reviews__text {
	font-size: 17px;
	color: #666;
}
.reviews__link {
	margin-top: 40px;
}

.other-cases {
	position: relative;
	
}
.other-cases:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 360px;
	height: 300px;
	background: url('/images/portfolio/page/bg-cases.png') 0 center no-repeat;
}

.other-cases .other-cases__item--descr {
	margin-left: -30px;
	height: 100%;
	padding-right: 15px;
}
.other-cases__text {
	margin-bottom: 50px;
}
.other-cases .btn-link {
	font-size: 16px;
}
.certificates-page {
	margin-bottom: 30px;
}
.review-page__top {
	margin-bottom: 30px;
}
.certificates-page__link {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.certificates-page__link img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.review-page__text {
	max-width: 640px;
	margin: 0 auto;
}
.review-page__link {
	margin-bottom: 30px;
	display: block;
}
.my-clients__flex {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.my-clients__item {
	width: 28%;
	border: 1px solid #E4E7F2;
	border-radius: 10px;
	padding: 15px 0;
	margin: 0 10px 30px;
}
.my-clients__text {
	margin-bottom: 50px;
}
.my-clients__ref {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.my-clients__ref img {
	max-width: 100px;
}
.my-clients__slogan {
	font-weight: 300;
	color: #333;
}
.my-clients__ref:hover {
	color: #333;
	text-decoration: none;
}
.contacts-page {
	display: flex;
	flex-wrap: wrap;
}
.contacts-page__item {
	width: 50%;
	margin-bottom: 100px;
}
.contacts-page__icon {
	margin-bottom: 15px;
}
.contacts-page__name {
	font-weight: 500;
	color: #222;
}
.contacts-page a {
	color: #666;
	display: block;
}
.contacts-page__cont p {
	margin-bottom: 0;
}
.contacts-page .messenger__item {
	transform: scale(1.2);
}
.error-page {
	color: #fff;
	min-height: 1530px;
	text-align: center;
	font-size: 17px;
}
.error-page__top {
	font-size: 500px;
	line-height: 1.1;
	margin-bottom: 0;
	text-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
	font-family: 'Montserrat';
	font-weight: 500;
}
.error-page-box {
	position: relative;
	padding: 50px 0;
	border-radius: 10px;
	backdrop-filter: blur(4px);
	background: rgba(131, 131, 131, 0.3);
}

.error-page__title {
	color: #fff;
}
.error-page__text {
	max-width: 570px;
	margin: 0 auto;
	font-size: 17px;
	margin-bottom: 40px;
}
.error-page__text span {
	color: #F3B655;
}
.error-page__link {
	color: #fff;
}
.error-page__bg {
	position: absolute;
	top: -170px;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.error-page__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-page__wrap {
	position: relative;
}
.services-page__wrap:before {
	content: '';
	position: absolute;
	width: 360px;
	height: 300px;
	right: 101%;
	bottom: 0;
	background: url('/images/portfolio/page/bg-cases.png');
}
.services-page__top {
	text-align: center;
	/* max-width: 800px; */
	margin: 0 auto 50px;
}
.services-page__text {
	font-size: 17px;
	line-height: 29px;
}
.services-page__item {
	position: relative;
	background: #F6F7FB;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 10px;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}
.services-page__item--dark {
	background: #31333E;
	color: #fff;
}
.services-page__item--dark .icon {
	filter: invert(1);
}
.services-page__name {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	transition: .3s;
}
.services-page__list {
	padding-left: 30px;
}
.services-page__item li {
	color: #F7CD60;
	margin-bottom: 10px;
}
.services-page__item li span {
	color: #666;
}
.services-page__item--dark li span {
	color: #fff;
}
.services-page__price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
	font-size: 22px;
	text-align: center;
	color: #222;
	margin-top: auto;
}
.services-page__day {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 25px;

}
.services-page__item--dark p,
.services-page__item--dark .services-page__name {
	color: #fff;
}
.services-page__link {
	width: 100%;
	text-align: center;
}
.services-page__item--dark .services-page__link {
	color: #fff;
}
.services-page__item--dark .services-page__link:hover {
	color: #222;
}
.services-page__after {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: 1;
	color: #F7F8FB;
	text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.06);
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
	margin: 0;
	z-index: -1;
}
.services-page__item--dark .services-page__after {
	color: #383A45;
}
.questions {
	padding: 40px 0;
}
.questions-download {
	background: #F7CD60;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.questions-download__item {
	display: flex;
	color: #222;
	transition: 0.3s;
}
.questions-download__item:hover {
	color: #fff;
}
.questions-download__text {
	max-width: 160px;
	margin-left: 10px;
}
.questions-form__wrap {
	border-radius: 10px;
	color: #222;
	margin-bottom: 20px;
	background:  url('/images/form/bg-callback.png') 0 bottom no-repeat;
}
.questions-form__top {
	padding: 20px 20px 0;
	background: #F2F3F7;
	border-radius: 10px;
}
.questions-form__title {
	margin-top: 20px;
	font-size: 28px;
}
.questions-form__title span {
	color: #F3B655;
}
.questions-form {
	padding: 0 0 50px !important;
	
}
.questions-form input {
	background: rgba(242, 243, 247, 0.3);
}

.questions-accordion__item {
	border: 1px solid #E0E0E0;
	margin-bottom: 30px;
}
.questions-accordion__top {
	position: relative;
	padding: 25px 30px;
	color: #222;
	font-size: 20px;
	margin-bottom: 0;
	cursor: pointer;
}
.questions-accordion__top:before {
	content: '\2014';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.questions-accordion__top.collapsed:before {
	content: '+';
}
.questions-accordion__doby {
	padding: 25px;
	border-top: 1px solid #e0e0e0;
}
#footer {
	background-color: #151823;
	color: #fff;
	padding: 30px 0;
}
#footer .contact-list {
	flex-direction: column;
	align-items: start;
	margin-bottom: 15px;
}
#footer .messenger__list {
	margin-bottom: 15px;
}
.footer__title {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 320px;
	padding-bottom: 10px;
}

.footer-form__text {
	font-size: 18px;
	color: #7E8399;
}
.footer-form input {
	border: 2px solid #F7CD60;
	border-radius: 77px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 50px;
	background: transparent;
	max-width: 320px;
}
.footer-form input.footer-form__input {
	border-width: 1px;
	margin-bottom: 10px;
}
.footer-form__input::placeholder {
	color: #949494;
}
.footer-bottom {
	padding: 23px 0;
	background-color: #1B2032;
	color: #7E8399;
}
.footer-bottom__text {
	margin-bottom: 0;
}
.footer-bottom__text span {
	text-transform: uppercase;
}
.footer-bottom__list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 0;
}
.footer-bottom__link {
	color: #7E8399;
}
.footer-bottom__link:hover {
	color: #7E8399;
}
#footer .nav {
	flex-direction: column;
}
#footer .nav li {
	list-style: none;
	margin-bottom: 15px;
}

#footer .nav li a {
	color: #fff;
}
.main-form__bg {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(224,227,228,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(224,227,228,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(224,227,228,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(224,227,228,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(224,227,228,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(224,227,228,1) 100%);
}
.main-form__inner {
	position: relative;
	padding: 0px 10px;
	/* background-color: #fff;
	box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.25); */
	border-radius: 10px;
	z-index: 1;
}
.main-form {
	display: inline-block;
}
.main-form__img {
	position: absolute;
	top: 0;
	right: -10px;
}
.main-form__img--sakura {
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
}
.main-form__img--sakurabg {
	top: auto;
	bottom: 30px;
	right: 30px;
}
.main-form__img--sheet {
	right: 100px;
	z-index: 3;
}
.main-form__img--katana {
	z-index: 2;
}
.main-form__descr {
	max-width: 400px;
	margin: 0 auto 30px;
}
.main-form .cf-form-wrap {
	padding: 0;
}
.main-form .convertforms {
	background: none !important;
}
.convertforms .cf-input {
	font-family: 'Montserrat', sans-serif;
}
.convertforms .cf-control-group {
	padding: 0;
	margin-bottom: 15px;
}
.convertforms .cf-fields {
	margin: 0;
}

.convertforms button.btn-link {
	width: auto;
	display: inline-block;
	line-height: 46px;
	border-width: 2px !important;
	vertical-align: top;
	transition: 0.3s;
	margin-top: 20px;
}

.convertforms button.btn-link:hover, .convertforms button.btn-link.focus, .convertforms button.btn-link:focus {
	color: #fff !important;
	background-color: #F7CD60 !important;
	text-decoration: none;
	border: 2px solid #F7CD60;
}
.form-aside .cf-form-wrap {
	padding: 15px 0;
}
.convertforms .form-btn__footer {
	border-width: 2px !important;
}
.blog-title {
	margin-bottom: 50px;
}
.blog-item__inner {
	position: relative;
	border: 1px solid #E4E7F2;
	border-radius: 10px;
	margin-bottom: 50px;
  margin-top: 20px;
  display: flex;
	flex-direction: column;
	overflow: hidden;
}
.blog-item__inner .page-header {
	padding: 0 40px;
	order: 2;
	margin: 0 0 20px;
}
.blog-item__inner .page-header h2 {
	margin-bottom: 0;
	font-size: 25px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.blog-item__inner .blog-page {
	padding: 0 40px 40px;
	order: 2;
	font-size: 17px;
	color: #444;
}
.blog-info__wrap {
	margin: 10px 0 20px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #666;
}
.blog-info__wrap .article-info {
	margin: 0;
}
.blog-info__wrap .article-info dd {
	margin: 0;
}
.blog-info__wrap .tags {
	padding: 0;
	display: flex;
	margin: 0;
	list-style: none;
}
.blog-info__wrap .tags li {
	padding-left: 20px;
	margin-left: 20px;
	position: relative;
}
.blog-info__wrap .tags li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #F7CD60;
}
.blog-info__wrap .tags a {
	color: #444;
	background: #F5F5F5;
	border-radius: 50px;
	display: block;
	padding: 5px 10px;
}
.blog-info__wrap .tags a:before {
	content: "#";
}
.blog-info__wrap .content_rating {
	margin-left: 15px;
}
.main-content__inner .blog-info__wrap {
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.main-content__inner .article-info {
	margin-left: auto;
}
.main-content__inner .content_rating {
	display: none;
}
.main-content__inner .content_vote {
	display: flex;
	align-items: center;
	margin-left: 50px;
	font-size: 14px;
}
.main-content__inner .content_vote select {
	height: 30px;
	margin: 0 10px;
}
.blog-item__inner .btn {
	display: inline-block;
	padding: 0 15px;
	background: transparent;
	border: 2px solid #F7CD60;
	border-radius: 50px;
	font-size: 20px;
	line-height: 38px;
	color: #222;
	vertical-align: top;
	transition: 0.3s;
}

.blog-item__inner .btn:hover, .blog-item__inner .btn.focus, .blog-item__inner .btn:focus {
	color: #fff;
	background-color: #F7CD60;
	text-decoration: none;
}
.blog-item__inner .article-info dd {
	margin-bottom: 0;
}
.blog-item__inner .messenger__list {
	position: absolute;
	right: 40px;
	bottom: 50px;
}
.blog-item__inner .messenger__item {
	filter: grayscale(1);
}
.blog-item__inner  .readmore {
	margin-bottom: 0;
}
.blog-item .pagination ul { 
	list-style: none;
	display: flex;
	padding: 0;
	width: 100%;
	justify-content: center;
}
.blog-item .pagination ul li {
	width: 40px;
	height: 40px;
	margin: 0 7px;
}
.blog-item .pagination ul a {
	border: 2px solid #E4E7F2;
	color: #F7CD60;
	border-radius: 50%;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100%;
}
.blog-item .pagination ul span {
	border: 2px solid #F7CD60;
	color: #F7CD60;
	border-radius: 50%;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100%;
}
.pagination .pagination-start,
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .pagination-end {
	display: none;
}
.content_rating img {
	width: auto;
}
.content_rating span {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	color: #666
}
.blog-page__title {
	font-size: 25px;
	font-weight: 500;
	color: #222;
}
.blog-page img {
	display: inline-block;
	margin: 0 0 15px;
}
.callback-blog {
	background: #21242E;
	border-radius: 10px;
	padding: 30px 50px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.callback-blog__title {
	font-size: 40px;
	font-weight: 500;
}
.callback-blog__title span {
	color: #F7CD60;
}
.callback-blog__text {
	font-size: 20px;
	font-weight: 500;
	max-width: 540px;
	margin-bottom: 30px;
}
.callback-blog__text span {
	color: #F7CD60;
}
.callback-blog__btn {
	color: #F7CD60;
	font-size: 20px !important;
	font-weight: 500;
	cursor: pointer;
}
.callback-blog__body {
	width: 100%;
	padding-right: 30px;
}
.callback-blog__info {
	width: 100%;
	max-width: 300px;
	border-left: 1px solid #909196;
	padding: 0 0 0 30px;
	margin: 0;
	list-style: none;
	color: #ccc;
}
.callback-blog__info li {
	margin-bottom: 30px;
}
.callback-blog__info li:last-child {
	margin-bottom: 0;
}
.callback-blog__info li.messenger__item {
	margin-bottom: 0;
}
.callback-blog__info p {
	font-size: 14px;
	margin-bottom: 10px;
}
.callback-blog__link {
	color: #fff;
	display: block;
}

.section-aside {
	border: 1px solid #E4E7F2;
	border-radius: 10px;
	padding: 15px 10px;
	margin-bottom: 30px;
}
.section-aside:last-child {
	margin-bottom: 0;
}
.section-aside__title {
	font-size: 22px;
	color: #222;
	font-weight: 500;
}
.section-aside__title span {
	color: #F7CD60;
}
.last-articles ul {
	color: #F7CD60;
	padding-left: 15px;
	margin-bottom: 0;
}
.last-articles li {
	margin-bottom: 15px;
}
.last-articles li a {
	display: block;
	color: #222;
	font-size: 17px;
	font-weight: 500;
}
.last-articles li span {
	color: #666;
}
.tags-aside .tagspopular ul {
	padding: 0;
	display: flex;
	margin: 0;
	list-style: none;
}
.tags-aside .tagspopular ul li {
	margin-right: 5px;
}
.tags-aside .tagspopular ul li a {
	color: #444;
	background: #F5F5F5;
	border-radius: 50px;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
}
.tags-aside .tagspopular ul li a::before {
	content: "#";
}
#scrollup {
	position: fixed;
	opacity: 0.8; 
	right: 100px; 
	bottom: 100px; 
	display: none;	
	cursor: pointer;
	transition: 0.3s;
	z-index: 9999;
}
#scrollup:hover {
	opacity: 1;
}


.print-icon a,
.edit-icon a,
.email-icon a {
	padding: .25rem 1.5rem;
	white-space: nowrap;
} 

.navbar-brand img {
  	width: 150px;
}

.navbar-brand img.img-fixed {
  	width: 75px;
}

@media (max-width: 767px) {
	#footer {
		flex-direction: column;
		text-align: center;
	}
	.footer-left, .footer-center, .footer-right {
		flex: 0 1 auto;
		padding-bottom: 30px;
	}
}

.module-body {
	padding: 1.25rem;
	flex: 1 1 auto;
}

.module-card {
	background-color: inherit;
	border-radius: 5px;
	color: #3f3e3e;
	position:relative;
	margin-bottom: 20px;
}

.module-header {
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #a7a7a7;
	font-size: 1.1rem;
	padding: 0.75rem 1.25rem;
	color: #fff;
	text-align: center;
}

.card-purple {
  	border: 1px solid #440e62;
}

.card-purple .module-header {
	background-color: #440e62;
}

.card-grey {
  	border: 1px solid #606060;
}
.card-grey .module-header {
	background-color: #606060;
}

.module-body a > img {
  	max-width: 100%;
  	height: auto;
}

@media (max-width: 991.98px) {
	#left-aside, #right-aside {
		order: 1;
	}
}

.social [class*="icon-"] {
	display: inline-block;
	background-image: url("../images/social-sprites/circle.png");
	background-repeat: no-repeat;
	width: 73px;
	height: 73px;
	margin: -20px -20px 0 0;
	transform: scale(0.67);
	opacity:1;
  	filter:alpha(opacity=100);
}

.social [class*="icon-"]:hover {
	opacity:0.8;
  	filter:alpha(opacity=80);
}
.system {
	margin-bottom: 80px;
}
.system-title {
	font-size: 20px;
	font-weight: bold;
}
.system-list {
	display: flex;
	flex-wrap: wrap;
}
.system-list li {
	margin-right: 25px;
	min-width: 170px;
}
.services-information {
	padding: 80px 0;
}
.services-information--target {
	position: relative;
	background: url('/templates/orion/images/bg-target.png') 100% bottom no-repeat;
}
.services-information--target::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	width: 100%;
	height: 90px;
}
.services-information--settings {
	position: relative;
	background: url('/templates/orion/images/bg-settings.png') right bottom 80px no-repeat;
}
.services-information--advantages {
	padding: 0;
	position: relative;
	background: url('/templates/orion/images/bg-advantages.png') right 100px bottom no-repeat;
}
.services-information--price {
	position: relative;
	background: url('/templates/orion/images/bg-price.png') right 400px bottom -20px no-repeat;
}
.services-information--audit {
	position: relative;
	background: url('/templates/orion/images/bg-audit.png') right bottom 100px no-repeat;
}

.services-information__top {
	max-width: 800px;
	margin-bottom: 40px;
}
.services-information__title {
	font-size: 39px;
	font-weight: 700;
}
.services-information__descr {
	max-width: 800px;
}
.services-information__item {
	margin-bottom: 30px;
}
.services-information--advantages .services-information__item {
	padding: 10px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.services-information__numb {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #222;
	opacity: 0.6;
	margin-bottom: 10px;
}
.services-information__name {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.services-information--advantages .services-information__name {
	margin: 0;
}
.services-information__text {
	font-size: 17px;
	line-height: 29px;
}
.services-information__bottom {
	max-width: 770px;
	margin-top: 50px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.bg-sakura {
	background: url('/templates/orion/images/bg-sakura.png') right bottom 150px no-repeat;
}
.bg-sakura--500 {
	background-position-y: bottom 500px;
}
.popup-contact-form {
  margin: 0 auto;
  text-align: center;
}
.popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  background-color: #f4f4f4;
  color: #000;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
}
.popup-button:hover {
  background-color: #ffd166;
  color: #000;
}
.popup-worktime {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}