
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap&subset=cyrillic");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap&subset=cyrillic");

.header-container {
	height: 93px;
}

.header-container__fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 5;
}

.header-container.scrolled .header-container__fixed {
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}

.header-container.scrolled .header-container__fixed .header {
	padding-top: 0;
	padding-bottom: 0;
}

.header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.header .header__logo {
	display: block;
}

.header .header__logo>img {
	display: block;
	width: 137px;
	height: 57px;
	object-fit: scale-down;
}

.header .header__nav .menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
}

.header .header__nav .menu>.menu-item {
	margin-right: 32px;
	position: relative;
}

.header .header__nav .menu>.menu-item:last-child {
	margin-right: 0;
}

.header .header__nav .menu>.menu-item>a {
	color: #444;
	text-decoration: none;
	font-weight: 300;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.header .header__nav .menu>.menu-item>a:hover {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item.current-menu-ancestor>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item.current-menu-item>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item.current_page_item>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item.menu-item-has-children>a:after {
	content: " ";
	background: url("/wp-content/themes/promalp/static/images/menu-dropdown.svg") no-repeat center;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.header .header__nav .menu>.menu-item>.sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	width: 200px;
	left: -15px;
	z-index: 5;
}

.header .header__nav .menu>.menu-item>.sub-menu::before {
	content: " ";
	height: 24px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item {
	margin-right: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item:first-child {
	padding-top: 25px;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item:last-child {
	padding-bottom: 25px;
	margin-bottom: 0;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>a {
	display: block;
	color: #444;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>a:hover {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item.menu-item-extra>a {
	font-weight: bold;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item.menu-item-extra>a::before {
	content: "•";
	display: inline-block;
	margin-right: 4px;
	color: #0575c1;
	margin-left: -15px;
	font-weight: bolder;
	font-size: 30px;
	line-height: 0px;
	-ms-transform: translateY(6px);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item:hover>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item.current_page_item>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item.current-menu-parent>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item.menu-item-has-children>a::after {
	content: " ";
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url("/wp-content/themes/promalp/static/images/menu-right.svg") no-repeat center;
	float: right;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	padding-left: 0;
	padding: 25px;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	width: 200px;
	left: 100%;
	top: 0;
	z-index: 4;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item {
	margin-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item:first-child {
	padding-top: 25px;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item:last-child {
	padding-bottom: 25px;
	margin-bottom: 0;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>a {
	color: #444;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>a:hover {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item.current_page_item>a {
	color: #0575c1;
}

.header .header__nav .menu>.menu-item>.sub-menu>.menu-item:hover>.sub-menu {
	display: block;
}

.header .header__nav .menu>.menu-item:hover>.sub-menu {
	display: block;
}

.header .header__contacts {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header .header__contacts .header__contacts-phone {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	color: #003a68;
	font-weight: 300;
	margin-right: 20px;
}

.header .header__contacts .header__contacts-phone:hover {
	text-decoration: underline;
}

.header .header__contacts .header__contacts-phone:before {
	content: url("/wp-content/themes/promalp/static/images/phone-icon.svg");
	display: inline-block;
	margin-right: 11px;
	width: 11px;
	height: 11px;
}

.btn {
	display: inline-block;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	height: 44px;
	border: 1px solid transparent;
	background-color: transparent;
	font-size: 10px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.btn.btn-outline {
	border-color: #0575c1;
	color: #003a68;
}

.btn.btn-outline:hover {
	border-color: #fff;
	background-color: #0575c1;
	color: #fff;
}

.btn.btn-primary {
	border-color: #0575c1;
	background-color: #0575c1;
	color: #fff;
}

.btn.btn-primary:hover {
	border-color: #0575c1;
	background-color: #fff;
	color: #003a68;
}

.btn.btn-white {
	border-color: #fff;
	background-color: #fff;
	color: #0575c1;
}

.btn.btn-white:hover {
	border-color: #fff;
	background-color: #0575c1;
	color: #fff;
}

@media (max-width:750px) {
	.btn {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.section-breadcrumbs .container .breadcrumbs {
	margin-top: 7px;
	margin-bottom: 46px;
}

.section-breadcrumbs .container .breadcrumbs span {
	font-weight: 300;
	font-size: 12px;
}

.section-breadcrumbs .container .breadcrumbs span>a {
	color: #b0b9c9;
}

.section-breadcrumbs .container .breadcrumbs span>.breadcrumb_last {
	color: #444;
}

.section-breadcrumbs .container .breadcrumbs span>span {
	color: #0575c1;
}

.section-big-carousel-container .big-carousel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.section-big-carousel-container .big-carousel .big-carousel-left {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-left: calc(( 100% - 1136px ) / 2);
}

.section-big-carousel-container .big-carousel .big-carousel-left .big-carousel__title {
	color: #003a68;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 18px;
}

.section-big-carousel-container .big-carousel .big-carousel-left .big-carousel__text {
	max-width: 450px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 32px;
	letter-spacing: 1px;
}

.section-big-carousel-container .big-carousel .big-carousel-left .big-carousel__text>p {
	margin-top: 0;
	margin-bottom: 8px;
}

.section-big-carousel-container .big-carousel .big-carousel-left:before {
	content: " ";
	display: block;
	width: 336px;
	height: 336px;
	background: url("/wp-content/themes/promalp/static/images/union-big.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	left: 116px;
	top: 70px;
}

.section-big-carousel-container .big-carousel .big-carousel-left:after {
	content: " ";
	display: block;
	width: 513px;
	height: 913px;
	background: url("/wp-content/themes/promalp/static/images/rtl.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	right: -130px;
	top: -93px;
}

.section-big-carousel-container .big-carousel .big-carousel-right {
	width: 50%;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item {
	position: relative;
	height: 513px;
	background-color: rgba(68, 68, 68, .15);
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .big-carousel-item {
	height: 100%;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-bg>img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-bg:before {
	content: " ";
	display: block;
	width: 513px;
	height: 913px;
	background: url("/wp-content/themes/promalp/static/images/rtl.svg") no-repeat center;
	position: absolute;
	z-index: 1;
	left: -382px;
	top: -93px;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 95px;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg .slide-heading {
	max-width: 470px;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg .slide-heading .slide-heading__text {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 56px;
	background-color: #0575c1;
}

.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg .slide-buttons {
	margin-top: 40px;
}

.section-services-blocks-container {
	margin-top: 50px;
}

.section-services-blocks-container .services-blocks {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 16px;
}

.section-services-blocks-container .services-blocks .services-block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 282px;
	border: 1px solid #0575c1;
	background-color: #fff;
	text-decoration: none;
	color: #111;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-services-blocks-container .services-blocks .services-block__image {
	width: 80px;
	height: 80px;
}

.section-services-blocks-container .services-blocks .services-block__image>img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: scale-down;
}

.section-services-blocks-container .services-blocks .services-block .services-block__info {
	margin-left: 24px;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
	width: 135px;
}

.section-services-blocks-container .services-blocks .services-block .services-block__info .services-block__price {
	font-size: 17px;
	color: #003a68;
	font-weight: 300;
}

.section-services-blocks-container .services-blocks .services-block .services-block__info .services-block__name {
	font-size: 21px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 18px;
}

.section-services-blocks-container .services-blocks .services-block:hover .services-block__info {
	margin-left: 34px;
}

.section-services-blocks-container .services-blocks .services-block:nth-child(1):hover {
	-ms-transform: translate(-10px, -10px);
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}

.section-services-blocks-container .services-blocks .services-block:nth-child(2):hover {
	-ms-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.section-services-blocks-container .services-blocks .services-block:nth-child(3):hover {
	-ms-transform: translate(10px, -10px);
	-webkit-transform: translate(10px, -10px);
	transform: translate(10px, -10px);
}

.section-services-blocks-container .services-blocks .services-block:nth-child(4):hover {
	-ms-transform: translate(-10px, 10px);
	-webkit-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
}

.section-services-blocks-container .services-blocks .services-block:nth-child(5):hover {
	-ms-transform: translate(0px, 10px);
	-webkit-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
}

.section-services-blocks-container .services-blocks .services-block:nth-child(6):hover {
	-ms-transform: translate(10px, 10px);
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

.section-callback-price-form-container {
	margin-top: 50px;
	position: relative;
}

.section-callback-price-form-container:before {
	content: " ";
	display: block;
	width: 1984px;
	height: 1598px;
	background: url("/wp-content/themes/promalp/static/images/rtl-omega-big.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -690px;
	left: calc(( 100% - 1136px ) / 2 - 430px);
}

.section-callback-price-form-container .callback-price-form {
	box-sizing: border-box;
	background-color: #0575c1;
	color: #fff;
	padding: 35px 53px;
	min-height: 346px;
	position: relative;
}

.section-callback-price-form-container .callback-price-form:after {
	content: " ";
	display: block;
	width: 688px;
	height: 160px;
	background: url("/wp-content/themes/promalp/static/images/union-wide.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -143px;
	right: -243px;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-bg>img {
	position: absolute;
	right: 0;
	top: 0;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-bg:after {
	content: " ";
	display: block;
	width: 513px;
	height: 100%;
	background: url("/wp-content/themes/promalp/static/images/rt-blue.svg") no-repeat center;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 53px;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 35px 53px;
	z-index: 2;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg .section-heading {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 20px;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg .section-text {
	max-width: 514px;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg .callback-price-form-wrapper {
	max-width: 512px;
	margin-top: 20px;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg .callback-price-form-wrapper .wpcf7-response-output {
	text-align: left;
	border: 1px solid #ddeffa;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	color: #0575c1;
	margin: 0;
	margin-top: 15px;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg .callback-price-form-wrapper .wpcf7-not-valid {
	border-bottom-color: red;
}

.section-callback-price-form-container .callback-price-form .callback-price-form-fg .callback-price-form-wrapper .wpcf7-not-valid-tip {
	margin-bottom: -36px;
	text-shadow: 0px 0px 2px white;
}

.section-benefits-rounds-container {
	margin-top: 114px;
	margin-bottom: 82px;
}

.section-benefits-rounds-container .benefits-rounds {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-benefits-rounds-container .benefits-rounds .benefits-round {
	width: 192px;
}

.section-benefits-rounds-container .benefits-rounds .benefits-round .benefits-round__round {
	width: 192px;
	height: 192px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #0575c1;
	border-radius: 50%;
}

.section-benefits-rounds-container .benefits-rounds .benefits-round .benefits-round__round>img {
	display: block;
	width: 83px;
	height: 83px;
	object-fit: scale-down;
}

.section-benefits-rounds-container .benefits-rounds .benefits-round .benefits-round__name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 25px;
	text-align: center;
}

.section-benefits-squares-container {
	margin-top: 36px;
	margin-bottom: 36px;
}

.section-benefits-squares-container .benefits-squares {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-benefits-squares-container .benefits-squares .benefits-square {
	width: calc(100% / 5 - 16px);
	margin-right: 16px;
}

.section-benefits-squares-container .benefits-squares .benefits-square:last-child {
	margin-right: 0;
}

.section-benefits-squares-container .benefits-squares .benefits-square .benefits-square__square {
	width: 100%;
	height: 188px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #0575c1;
}

.section-benefits-squares-container .benefits-squares .benefits-square .benefits-square__square>img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: scale-down;
}

.section-benefits-squares-container .benefits-squares .benefits-square .benefits-square__name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 13px;
	text-align: center;
}

.section-work-examples-photos-container {
	margin-top: 82px;
}

.section-work-examples-photos-container .work-examples-photos .section-heading {
	margin-bottom: 38px;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid {
	position: relative;
	margin-bottom: 16px;
	width: calc(( 100% - 1136px ) / 2 + 1136px);
	grid-template-columns: 2fr 368px 368px;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: "big small1 small2" "big long long";
}

.section-work-examples-photos-container .work-examples-photos .photos-grid:after {
	content: " ";
	display: block;
	width: 336px;
	height: 336px;
	background: url("/wp-content/themes/promalp/static/images/union.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	bottom: -68px;
	right: -284px;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item {
	width: 100%;
	max-width: 760px;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item:nth-child(1) {
	grid-area: big;
	margin-left: auto;
	height: 690px;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item:nth-child(2) {
	grid-area: small1;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item:nth-child(3) {
	grid-area: small2;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item:nth-child(4) {
	grid-area: long;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse {
	margin-left: auto;
	grid-template-columns: 368px 368px 2fr;
	grid-template-areas: "small1 small2 big" "long long big";
}

.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse:after {
	right: initial;
	left: -132px;
	bottom: -66px;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(4) {
	grid-area: big;
	height: 690px;
	margin-right: auto;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(1) {
	grid-area: small1;
	height: 337px;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(2) {
	grid-area: small2;
}

.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(3) {
	grid-area: long;
}

.section-clients-reviews-container {
	margin-top: 100px;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item {
	border: 1px solid #0575c1;
	padding: 29px 26px;
	background-color: #fff;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__date {
	color: #003a68;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__quote {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 22px;
	padding-left: 20px;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__quote:before {
	content: url("/wp-content/themes/promalp/static/images/quote-start.svg");
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__full-quote {
	display: none;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__quote-author, .section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__quote-author-post {
	color: #003a68;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__read-more {
	display: inline-block;
	margin-top: 35px;
	color: #8fabbe;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__read-more:before {
	content: url("/wp-content/themes/promalp/static/images/arrow-down.svg");
	display: inline-block;
	margin-right: 12px;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .item .clients-reviews-item__read-more:hover {
	color: #003a68;
}

.section-clients-reviews-container .clients-reviews .clients-reviews-carousel .owl-nav {
	margin-left: calc(( 100% - 1136px ) / 2);
}

.client-review-modal__date {
	color: #003a68;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}

.client-review-modal__quote {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 22px;
	padding-left: 20px;
}

.client-review-modal__quote:before {
	content: url("/wp-content/themes/promalp/static/images/quote-start.svg");
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}

.client-review-modal__quote-author, .client-review-modal__quote-author-post {
	color: #003a68;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.section-about-company-block-container {
	margin-top: 50px;
}

.section-about-company-block-container .about-company-block {
	border: 8px solid #0575c1;
	padding: 70px 66px;
	background-color: #fff;
	position: relative;
}

.section-about-company-block-container .about-company-block:before {
	content: " ";
	display: block;
	width: 336px;
	height: 336px;
	background: url("/wp-content/themes/promalp/static/images/union.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -24px;
	left: -138px;
}

.section-about-company-block-container .about-company-block:after {
	content: " ";
	display: block;
	width: 513px;
	height: 2361px;
	background: url("/wp-content/themes/promalp/static/images/rtl-big-line.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -850px;
	right: -296px;
}

.section-about-company-block-container .about-company-block .section-heading {
	margin-bottom: 30px;
}

.section-about-company-block-container .about-company-block .our-customers-carousel {
	width: auto;
	margin-left: 70px;
	margin-right: 70px;
}

.section-about-company-block-container .about-company-block .our-customers-carousel .item .our-customers-carousel-item>img {
	display: block;
	width: 100%;
	height: 82px;
	object-fit: scale-down;
}

.section-about-company-block-container .about-company-block .our-customers-carousel .owl-prev {
	position: absolute;
	left: -70px;
	top: calc(50% - 9px);
}

.section-about-company-block-container .about-company-block .our-customers-carousel .owl-next {
	position: absolute;
	right: -70px;
	top: calc(50% - 9px);
}

.section-about-company-block-container .about-company-block .our-customers-carousel .owl-stage-outer {
	margin-bottom: 0;
}

.section-photo-with-description {
	position: relative;
}

.section-photo-with-description:after {
	content: " ";
	display: block;
	width: 513px;
	height: 643px;
	background: url("/wp-content/themes/promalp/static/images/rtl-small-line.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -165px;
	right: 53px;
}

.section-photo-with-description .photo-with-description {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: calc(( 100% - 1136px ) / 2);
}

.section-photo-with-description .photo-with-description .photo-with-description-left {
	width: 100%;
}

.section-photo-with-description .photo-with-description .photo-with-description-left>img {
	display: block;
	width: 100%;
	height: 513px;
	object-fit: cover;
}

.section-photo-with-description .photo-with-description .photo-with-description-right {
	width: 575px;
	min-width: 575px;
	padding-left: 32px;
	box-sizing: border-box;
}

.section-photo-with-description .photo-with-description .photo-with-description-right .section-heading {
	font-size: 48px;
	margin-bottom: 26px;
}

.section-photo-with-description .photo-with-description .photo-with-description-right .section-description {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 32px;
	font-weight: 300;
}

.section-our-team {
	margin-top: 47px;
}

.section-our-team .container .our-team {
	position: relative;
	padding-top: 83px;
}

.section-our-team .container .our-team:before {
	content: " ";
	display: block;
	width: 336px;
	height: 336px;
	background: url("/wp-content/themes/promalp/static/images/union.svg") no-repeat center;
	position: absolute;
	z-index: 1;
	top: -220px;
	left: -264px;
}

.section-our-team .container .our-team:after {
	content: " ";
	display: block;
	width: 336px;
	height: 336px;
	background: url("/wp-content/themes/promalp/static/images/union.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	bottom: -374px;
	right: -264px;
}

.section-our-team .container .our-team .section-heading {
	margin-bottom: 37px;
	z-index: 1;
	position: absolute;
	top: 0;
}

.section-our-team .container .our-team .our-team-carousel .item .our-team-item {
	border: 1px solid #0575c1;
	background-color: #fff;
	padding: 23px 15px 35px;
}

.section-our-team .container .our-team .our-team-carousel .item .our-team-item .our-team-item__image>img {
	display: block;
	width: 100%;
	height: 269px;
	object-fit: cover;
}

.section-our-team .container .our-team .our-team-carousel .item .our-team-item .our-team-item__fio {
	margin-top: 25px;
	color: #003a68;
	font-size: 24px;
	line-height: 30px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
}

.section-our-team .container .our-team .our-team-carousel .item .our-team-item .our-team-item__post {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 300;
}

.section-container-photo-grid {
	margin-top: 66px;
}

.section-container-photo-grid .container .container-photo-grid {
	position: relative;
}

.section-container-photo-grid .container .container-photo-grid .section-heading {
	margin-bottom: 38px;
}

.section-container-photo-grid .container .container-photo-grid-left-title {
	position: absolute;
	background: url("/wp-content/themes/promalp//static/images/ask-promalp.svg") no-repeat;
	width: 202px;
	height: 1382px;
	left: -130px;
	z-index: -1;
}

.section-container-photo-grid .container .container-photo-grid__grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-areas: ". . ." ". wide wide" ". . ." "wide2 wide2 .";
	grid-gap: 16px;
}

.section-container-photo-grid .container .container-photo-grid__grid>a {
	display: block;
	height: 337px;
}

.section-container-photo-grid .container .container-photo-grid__grid>a>img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-container-photo-grid .container .container-photo-grid__grid>a:hover>img {
	opacity: .9;
}

.section-container-photo-grid .container .container-photo-grid__grid>a:nth-child(5) {
	grid-area: wide;
}

.section-container-photo-grid .container .container-photo-grid__grid>a:nth-child(9) {
	grid-area: wide2;
}

.section-counter-with-description {
	margin-top: 76px;
	margin-bottom: 54px;
}

.section-counter-with-description .container .counter-with-description {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.section-counter-with-description .container .counter-with-description-left {
	padding-right: 64px;
	box-sizing: border-box;
}

.section-counter-with-description .container .counter-with-description-left .section-heading {
	margin-bottom: 30px;
}

.section-counter-with-description .container .counter-with-description-left .section-description {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.section-counter-with-description .container .counter-with-description-right {
	width: 310px;
	min-width: 310px;
}

.section-counter-with-description .container .counter-with-description-right>.counters {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("/wp-content/themes/promalp/static/images/union-small.svg") no-repeat center;
}

.section-counter-with-description .container .counter-with-description-right>.counters .counter {
	margin-right: 70px;
	margin-bottom: 52px;
}

.section-counter-with-description .container .counter-with-description-right>.counters .counter:nth-child(even) {
	margin-right: 0px;
}

.section-counter-with-description .container .counter-with-description-right>.counters .counter:nth-child(3), .section-counter-with-description .container .counter-with-description-right>.counters .counter:nth-child(4) {
	margin-bottom: 0px;
}

.section-map {
	position: relative;
	height: 537px;
}

.section-map .map-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.section-map .map-background ymaps[class*="ground-pane"]>ymaps>canvas {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.section-map .map-foreground {
	position: absolute;
	top: 78px;
	left: calc(( 100% - 1136px ) / 2);
	z-index: 2;
}

.section-map .map-foreground .contact-block {
	background-color: #fff;
	padding: 25px;
	padding-bottom: 35px;
	width: 285px;
	height: 396px;
	box-sizing: border-box;
}

.section-map .map-foreground .contact-block__contacts {
	margin-top: 42px;
	margin-bottom: 38px;
}

.section-map .map-foreground .contact-block__contacts>ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.section-map .map-foreground .contact-block__contacts>ul li {
	margin-bottom: 20px;
}

.section-map .map-foreground .contact-block__contacts>ul li:last-child {
	margin-bottom: 0;
}

.section-map .map-foreground .contact-block__contacts>ul li>a {
	display: block;
	font-size: 16px;
	color: #003a68;
	font-weight: 300;
	text-decoration: none;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}

.section-page-container .page-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.section-page-container .page-container .page-sidebar {
	width: 156px;
	min-width: 156px;
}

.section-page-container .page-container .page-content {
	width: calc(100% - 156px);
	padding-left: 36px;
	box-sizing: border-box;
}

.section-price-accordion {
	margin-top: 24px;
}

.section-price-accordion .container .price-accordion-item {
	background-color: #fff;
	border: 1px solid #0575c1;
	margin-bottom: 16px;
}

.section-price-accordion .container .price-accordion-item:last-child {
	margin-bottom: 0;
}

.section-price-accordion .container .price-accordion-item__toggler {
	position: relative;
	background-color: transparent;
	height: 64px;
	width: 100%;
	display: block;
	border: none;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	color: #444;
	padding-left: 55px;
	text-align: left;
	cursor: pointer;
}

.section-price-accordion .container .price-accordion-item__toggler::before {
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background: url("/wp-content/themes/promalp/static/images/bottom-arrow.svg") no-repeat center;
	left: 32px;
	top: calc(50% - 8px);
}

.section-price-accordion .container .price-accordion-item.active .price-accordion-item__toggler::before {
	background: url("/wp-content/themes/promalp/static/images/right-arrow.svg") no-repeat center;
}

.section-price-accordion .container .price-accordion-item__content {
	display: none;
	padding: 0px 138px 30px 55px;
	margin-top: 15px;
}

.section-price-accordion .container .price-accordion-item.active .price-accordion-item__content {
	display: block;
}

.section-price-accordion .container .price-accordion-subitem {
	margin-bottom: 32px;
}

.section-price-accordion .container .price-accordion-subitem:last-child {
	margin-bottom: 0;
}

.section-price-accordion .container .price-accordion-subitem>a {
	color: #0575c1;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}

.section-price-accordion .container .price-accordion-subitem-table {
	margin-top: 16px;
}

.section-price-accordion .container .price-accordion-subitem-table-item {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.section-price-accordion .container .price-accordion-subitem-table-item__name {
	display: block;
	white-space: nowrap;
}

.section-price-accordion .container .price-accordion-subitem-table-item__spacer {
	width: 100%;
	height: 14px;
	border-bottom: 1px dotted #0575c1;
	margin-left: 16px;
	margin-right: 16px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.section-price-accordion .container .price-accordion-subitem-table-item__price {
	display: block;
	white-space: nowrap;
}

.section-seo-block {
	margin-top: 35px;
}

.section-seo-block .seo-block .section-heading {
	font-size: 32px;
	line-height: 40px;
	max-width: 540px;
	margin-bottom: 24px;
}

.section-seo-block .seo-block .section-text {
	font-size: 14px;
	line-height: 21px;
}

.section-service .container .service .service-head {
	position: relative;
	height: 360px;
	margin-bottom: 27px;
}

.section-service .container .service .service-head .service-head-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section-service .container .service .service-head .service-head-bg>img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.section-service .container .service .service-head .service-head-bg:after {
	content: " ";
	display: block;
	width: 513px;
	height: 643px;
	background: url("/wp-content/themes/promalp/static/images/rtl-small-line.svg") no-repeat center;
	position: absolute;
	z-index: 1;
	top: -165px;
	right: -155px;
}

.section-service .container .service .service-head .service-head-fg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-left: 42px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-service .container .service .service-head .service-head-fg .service-head-title {
	margin-bottom: 24px;
}

.section-service .container .service .service-head .service-head-fg .service-head-title .service-head-title__text {
	display: inline-block;
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 300;
	background-color: #0575c1;
	padding-left: 4px;
	padding-right: 4px;
}

.section-service .container .service .service-head .service-head-fg .service-head-title>br+.service-head-title__text {
	font-size: 32px;
}

.section-service .container .service .service-body .section-heading {
	font-size: 32px;
	line-height: 40px;
	max-width: 455px;
	margin-bottom: 22px;
}

.section-service .container .service .service-body .service-childs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
}

.section-service .container .service .service-body .service-childs .service-child {
	width: calc(50% - 16px / 2);
	margin-right: 16px;
	margin-bottom: 16px;
	padding: 12px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #0575c1;
	background-color: #fff;
}

.section-service .container .service .service-body .service-childs .service-child:nth-child(even) {
	margin-right: 0px;
}

.section-service .container .service .service-body .service-childs .service-child__image>img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 260px;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-service .container .service .service-body .service-childs .service-child__image:hover>img {
	opacity: .9;
}

.section-service .container .service .service-body .service-childs .service-child__name {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 16px;
	margin-bottom: 16px;
	text-decoration: none;
	color: #003a68;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-service .container .service .service-body .service-childs .service-child__name:hover {
	color: #0575c1;
}

.section-service .container .service .service-body .service-childs .service-child__description {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.section-service .container .service .service-body .service-childs .service-child__footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}

.section-service .container .service .service-body .service-childs .service-child__price {
	margin-left: 18px;
	color: #0575c1;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

.section-features {
	margin-top: 48px;
}

.section-features .features {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.section-features .features::before {
	content: " ";
	position: absolute;
	top: 30px;
	left: -155px;
	display: block;
	width: 239px;
	height: 239px;
	z-index: -1;
	background: url("/wp-content/themes/promalp/static/images/union-blue-big.svg") no-repeat center;
}

.section-features .features .features-left .section-heading {
	font-size: 30px;
	margin-bottom: 24px;
}

.section-features .features .features-left .section-text>p {
	background-color: rgba(255, 255, 255, .75);
}

.section-features .features .features-left .row .col {
	width: 50%;
}

.section-features .features .features-right {
	min-width: 215px;
	width: 215px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-features .features .features-right .features-icons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-features .features .features-right .features-icons .features-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.section-features .features .features-right .features-icons .features-icon::before {
	content: " ";
	display: block;
	width: 114px;
	height: 145px;
	position: absolute;
	left: 0px;
	top: -13px;
	z-index: -1;
	background: url("/wp-content/themes/promalp//static/images/union-blue.svg") no-repeat center;
}

.section-features .features .features-right .features-icons .features-icon:nth-child(even)::before {
	left: initial;
	top: initial;
	right: 0px;
	bottom: -13px;
}

.section-features .features .features-right .features-icons .features-icon:last-child {
	margin-bottom: 0;
}

.section-features .features .features-right .features-icons .features-icon__image>img {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: scale-down;
}

.section-features .features .features-right .features-icons .features-icon__title {
	width: 140px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.section-work-description {
	margin-top: 26px;
	margin-bottom: 76px;
}

.section-work-description .work-description {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: url("/wp-content/themes/promalp/static/images/work-description-bg.webp") no-repeat top;
	padding-top: 27px;
}

.section-work-description .work-description>.left-side {
	width: 464px;
	min-width: 464px;
}

.section-work-description .work-description>.left-side .work-description-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 8px solid #0575c1;
	padding: 52px 30px 52px 40px;
	box-sizing: border-box;
}

.section-work-description .work-description>.left-side .work-description-list>.section-heading {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
}

.section-work-description .work-description>.left-side .work-description-list ul {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	padding-left: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-work-description .work-description>.left-side .work-description-list ul li {
	margin-bottom: 8px;
}

.section-work-description .work-description>.right-side {
	width: 100%;
	padding-left: 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	box-sizing: border-box;
}

.section-work-description .work-description>.right-side .section-heading {
	font-size: 48px;
	line-height: 48px;
	font-weight: 100;
	display: inline-block;
	background-color: #0575c1;
	color: #fff;
	padding: 4px;
}

.section-work-description .work-description>.right-side .section-text {
	padding-left: 32px;
	margin-right: 96px;
	border-left: 1px solid #0575c1;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.section-work-description .work-description>.right-side .section-buttons {
	margin-top: 40px;
}

.section-photo-grid-slides {
	margin-top: 100px;
}

.section-photo-grid-slides .photo-grid-slides {
	position: relative;
}

.section-photo-grid-slides .photo-grid-slides::before {
	content: " ";
	display: block;
	width: 1528px;
	height: 224px;
	background: url("/wp-content/themes/promalp/static/images/ask-promalp-hor.svg") no-repeat center;
	position: absolute;
	top: -154px;
	left: calc(( 100% - 1136px ) / 2);
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: "big big . . ." "big big wide wide .";
	grid-gap: 16px;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image {
	display: block;
	position: relative;
	height: 337px;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image>img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:hover>img {
	opacity: .9;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(1) {
	grid-area: big;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(1)>img {
	height: 690px;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(5) {
	grid-area: wide;
}

.section-photo-grid-slides .photo-grid-slides .owl-carousel>.owl-nav {
	margin-left: calc(( 100% - 1136px ) / 2);
}

.section-service-form .service-form {
	height: 474px;
	position: relative;
	background-color: #0575c1;
	color: #fff;
}

.section-service-form .service-form-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.section-service-form .service-form-bg>img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.section-service-form .service-form-fg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 35px 53px;
}

.section-service-form .service-form-fg .service-form-inner {
	max-width: 512px;
}

.section-service-form .service-form-fg .section-heading {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 16px;
	font-weight: 100;
}

.section-service-form .service-form-fg .section-form {
	margin-top: 16px;
	max-width: 350px;
}

.section-service-form .service-form-fg .section-form input.form-control {
	margin-bottom: 16px;
}

.section-service-form .service-form-fg .section-form .wpcf7-response-output {
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 34px);
	width: 300px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 15px;
}

.section-service-form .service-form-fg .section-form .wpcf7-not-valid {
	border-bottom-color: red;
}

.section-service-form .service-form-fg .section-form .wpcf7-not-valid-tip {
	display: none;
}

.section-service-form .service-form::after {
	content: " ";
	display: block;
	width: 393px;
	height: 393px;
	background: url("/wp-content/themes/promalp/static/images/union-blue-big.svg") no-repeat center;
	position: absolute;
	bottom: -208px;
	left: -205px;
	z-index: -1;
}

.section-completed-work {
	margin-top: 82px;
}

.section-completed-work .completed-work .section-heading {
	margin-bottom: 40px;
}

.section-completed-work .completed-work .owl-carousel .owl-item .completed-work-item {
	padding: 26px;
	border: 1px solid #0575c1;
}

.section-completed-work .completed-work .owl-carousel .owl-item .completed-work-item__image {
	display: block;
	position: relative;
	padding-top: 100%;
	margin-bottom: 32px;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-completed-work .completed-work .owl-carousel .owl-item .completed-work-item__image>img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #f7f7f7;
}

.section-completed-work .completed-work .owl-carousel .owl-item .completed-work-item__image:hover {
	opacity: .9;
}

.section-completed-work .completed-work .owl-carousel .owl-item .completed-work-item__date {
	font-size: 16px;
	line-height: 22px;
	color: #0575c1;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
}

.section-completed-work .completed-work .owl-carousel .owl-item .completed-work-item__name {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-decoration: none;
	color: inherit;
}

.section-completed-work .completed-work .owl-carousel>.owl-nav {
	margin-left: calc(( 100% - 1136px ) / 2);
}

.section-technologies {
	margin-top: 74px;
}

.section-technologies .technologies .section-heading {
	margin-bottom: 24px;
	font-size: 32px;
}

.section-technologies .technologies .section-text {
	font-size: 14px;
}

.section-technologies .technologies .section-text blockquote {
	margin: 0;
	margin-top: 16px;
	border: 1px solid #afdfff;
	padding: 24px 50px 18px 45px;
	font-weight: 400;
	font-style: italic;
	max-width: 526px;
	box-sizing: border-box;
	display: block;
}

.section-technologies .technologies .section-text blockquote p {
	margin-top: 0;
	margin-bottom: 8px;
}

.section-technologies .technologies .section-text blockquote p:last-child {
	margin-bottom: 0;
}

.section-technologies .technologies .technologies-items .technologies-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 16px;
}

.section-technologies .technologies .technologies-items .technologies-item-left {
	width: 100%;
	padding-right: 15px;
}

.section-technologies .technologies .technologies-items .technologies-item-left ul {
	max-width: 292px;
}

.section-technologies .technologies .technologies-items .technologies-item-right {
	width: 560px;
	min-width: 560px;
}

.section-technologies .technologies .technologies-items .technologies-item__image {
	position: relative;
}

.section-technologies .technologies .technologies-items .technologies-item__image::before {
	content: " ";
	display: block;
	width: 302px;
	height: 302px;
	background: url("/wp-content/themes/promalp/static/images/union-blue-big.svg") no-repeat center;
	position: absolute;
	top: -120px;
	right: 53px;
	z-index: -1;
}

.section-technologies .technologies .technologies-items .technologies-item__image>img {
	display: block;
	width: 100%;
	height: 368px;
	object-fit: cover;
}

.section-technologies .technologies .technologies-items .technologies-item__image-title {
	margin-top: 8px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
}

.section-technologies .technologies .technologies-items .technologies-item:nth-child(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-technologies .technologies .technologies-items .technologies-item:nth-child(even) .technologies-item-left {
	padding-right: 0;
	padding-left: 26px;
}

.section-technologies .technologies .technologies-items .technologies-item:nth-child(even) .technologies-item__image::before {
	top: initial;
	right: initial;
	left: -125px;
	bottom: -60px;
}

.section-wp-post .wp-post {
	position: relative;
}

.section-wp-post .wp-post .section-heading {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 24px;
}

.section-wp-post .wp-post:after {
	content: " ";
	display: block;
	width: 592px;
	height: 643px;
	background: url("/wp-content/themes/promalp/static/images/rtl-top.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	right: -320px;
	top: -165px;
}

.section-completed-project .container .completed-project .completed-project-head {
	position: relative;
	height: 360px;
	margin-bottom: 27px;
}

.section-completed-project .container .completed-project .completed-project-head:after {
	content: " ";
	display: block;
	width: 880px;
	height: 686px;
	background: url("/wp-content/themes/promalp/static/images/rtl-small-line2.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -165px;
	right: -385px;
}

.section-completed-project .container .completed-project .completed-project-head .completed-project-head-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.section-completed-project .container .completed-project .completed-project-head .completed-project-head-bg:after {
	content: " ";
	display: block;
	width: 880px;
	height: 686px;
	background: url("/wp-content/themes/promalp/static/images/rtl-small-line2.svg") no-repeat center;
	position: absolute;
	z-index: 1;
	top: -165px;
	right: -385px;
	opacity: .2;
}

.section-completed-project .container .completed-project .completed-project-head .completed-project-head-bg>img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.section-completed-project .container .completed-project .completed-project-head .completed-project-head-fg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-left: 42px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-completed-project .container .completed-project .completed-project-head .completed-project-head-fg .completed-project-head-title {
	margin-bottom: 24px;
	max-width: 600px;
}

.section-completed-project .container .completed-project .completed-project-head .completed-project-head-fg .completed-project-head-title .completed-project-head-title__text {
	display: inline;
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 300;
	background-color: #0575c1;
	padding-left: 4px;
	padding-right: 4px;
}

.section-completed-project .container .completed-project .completed-project-body {
	border: 8px solid #0575c1;
	padding: 36px;
	padding-right: 20px;
}

.section-completed-project .container .completed-project .completed-project-body .section-heading {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 24px;
}

.section-completed-project .container .completed-project .completed-project-body .completed-project-counters {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 40px;
}

.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter:last-child {
	margin-right: 0;
}

.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter__value {
	font-size: 56px;
	line-height: 70px;
	color: #0575c1;
	font-weight: 300;
	white-space: nowrap;
}

.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter__value-unit {
	font-size: 32px;
}

.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter__title {
	font-size: 14px;
	font-weight: 300;
}

.section-form-constructor {
	margin-top: 60px;
	position: relative;
}

.section-form-constructor:before {
	content: " ";
	display: block;
	width: 1984px;
	height: 1598px;
	background: url("/wp-content/themes/promalp/static/images/rtl-omega-big.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -690px;
	left: calc(( 100% - 1136px ) / 2 - 430px);
}

.section-form-constructor .form-constructor {
	height: 348px;
	position: relative;
	background-color: #0575c1;
	color: #fff;
}

.section-form-constructor .form-constructor:after {
	content: " ";
	display: block;
	width: 688px;
	height: 160px;
	background: url("/wp-content/themes/promalp/static/images/union-wide.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -143px;
	right: -243px;
}

.section-form-constructor .form-constructor-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.section-form-constructor .form-constructor-bg:after {
	content: " ";
	display: block;
	width: 513px;
	height: 100%;
	background: url("/wp-content/themes/promalp/static/images/rt-blue.svg") no-repeat center;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 53px;
}

.section-form-constructor .form-constructor-bg>img {
	position: absolute;
	right: 0;
	top: 0;
}

.section-form-constructor .form-constructor-fg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 35px 53px;
}

.section-form-constructor .form-constructor-fg .section-heading {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 16px;
	font-weight: 100;
}

.section-form-constructor .form-constructor-fg .section-text {
	max-width: 470px;
}

.section-form-constructor .form-constructor-fg .section-form {
	margin-top: 16px;
	max-width: 400px;
}

.section-form-constructor .form-constructor-fg .section-form input.form-control {
	margin-bottom: 16px;
}

.section-form-constructor .form-constructor-fg .section-form .wpcf7-response-output {
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 34px);
	width: 300px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 15px;
}

.section-form-constructor .form-constructor-fg .section-form .wpcf7-not-valid {
	border-bottom-color: red;
}

.section-form-constructor .form-constructor-fg .section-form .wpcf7-not-valid-tip {
	display: none;
}

.section-projects-grid {
	margin-top: 24px;
}

.section-projects-grid .projects-grid-categories .btn {
	margin-right: 13px;
	margin-bottom: 16px;
}

.section-projects-grid .projects-grid-categories .btn:hover {
	margin-left: 0px;
	letter-spacing: 3px;
}

.section-projects-grid .projects-grid-items {
	margin-right: -192px;
	margin-top: 32px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: ". . ." ". wide wide" ". . ." "wide2 wide2 .";
	grid-gap: 16px;
}

.section-projects-grid .projects-grid-item {
	height: 337px;
	position: relative;
}

.section-projects-grid .projects-grid-item__price {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	padding: 14px 30px;
	border: 1px solid #fff;
}

.section-projects-grid .projects-grid-item__title {
	margin-top: 30px;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	max-width: 210px;
	text-align: center;
}

.section-projects-grid .projects-grid-item__date {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	margin-bottom: 37px;
}

.section-projects-grid .projects-grid-item-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.section-projects-grid .projects-grid-item-bg>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-projects-grid .projects-grid-item-fg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.section-projects-grid .projects-grid-item:hover .projects-grid-item-fg {
	opacity: 1;
}

.section-projects-grid .projects-grid-item:nth-child(5) {
	grid-area: wide;
}

.section-projects-grid .projects-grid-item:nth-child(9) {
	grid-area: wide2;
}

.section-contacts-page .contacts-page {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: calc(( 100% - 1136px ) / 2);
}

.section-contacts-page .contacts-page-map {
	position: relative;
}

.section-contacts-page .contacts-page-map:before {
	content: " ";
	display: block;
	width: 336px;
	height: 336px;
	background: url("/promalp/wp-content/themes/promalp/static/images/union.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	top: -60px;
	left: -80px;
}

.section-contacts-page .contacts-page-left {
	min-width: 368px;
	width: 368px;
	padding-right: 50px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.section-contacts-page .contacts-page-left .section-heading {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 24px;
}

.section-contacts-page .contacts-page-left .phones {
	margin-bottom: 24px;
}

.section-contacts-page .contacts-page-left .phones .phone {
	margin-bottom: 8px;
}

.section-contacts-page .contacts-page-left .emails {
	margin-bottom: 24px;
}

.section-contacts-page .contacts-page-left .emails .email {
	margin-bottom: 8px;
}

.section-contacts-page .contacts-page-left .addresses {
	margin-bottom: 24px;
}

.section-contacts-page .contacts-page-left .addresses .address {
	margin-bottom: 8px;
}

.section-contacts-page .contacts-page-left .other {
	line-height: 29px;
	margin-bottom: 40px;
}

.section-contacts-page .contacts-page-right {
	width: 100%;
}

.section-contacts-page .contacts-page-right ymaps[class*="ground-pane"]>ymaps>canvas {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.section-contacts-page .contacts-page-right #map {
	background-color: #f7f7f7;
}

.section-service-prices {
	margin-bottom: 96px;
}

.section-service-prices .service-prices .service-prices-items {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.section-service-prices .service-prices .service-prices-items--display-pack .service-prices-item {
	border: 1px solid #0575c1;
	width: calc(100% / 3 - 64px / 3);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 32px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

.section-service-prices .service-prices .service-prices-items--display-pack .service-prices-item:last-child {
	margin-right: 0;
}

.section-service-prices .service-prices .service-prices-items--display-pack .service-prices-item__name {
	max-width: 232px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}

.section-service-prices .service-prices .service-prices-items--display-pack .service-prices-item__price {
	width: 232px;
	font-size: 32px;
	font-weight: 300;
	color: #0575c1;
	margin-top: 36px;
	margin-bottom: 16px;
}

.section-service-prices .service-prices .service-prices-items--display-pack .service-prices-item__description {
	max-width: 232px;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 64px;
}

.section-service-prices .service-prices .service-prices-items--display-table {
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px;
}

.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e7f4fc;
	margin-bottom: 8px;
	height: 64px;
	padding-left: 32px;
	padding-right: 32px;
}

.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item:last-child {
	margin-bottom: 0;
}

.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item__name {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}

.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item__price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
}

input.form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9fd8ff;
	color: #fff;
	font-size: 14px;
	height: 32px;
}

input.form-control::-ms-input-placeholder, input.form-control::-moz-placeholder, input.form-control::-webkit-input-placeholder, input.form-control::placeholder {
	color: #fff;
}

input.form-control::-webkit-input-placeholder {
	color: #fff;
}

input.form-control::-moz-placeholder {
	color: #fff;
}

input.form-control:-ms-input-placeholder {
	color: #fff;
}

input.form-control:-moz-placeholder {
	color: #fff;
}

.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 0;
}

.wpcf7-form .wpcf7-submit {
	margin-top: 30px;
}

.wpcf7-form .form-conditions-help-text {
	display: inline-block;
	font-size: 10px;
	line-height: 14px;
	max-width: 172px;
	-ms-transform: translateY(7px);
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}

.photos-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 16px;
}

.photos-grid .photos-grid__item {
	display: block;
	position: relative;
	height: 337px;
	background-color: rgba(68, 68, 68, .15);
}

.photos-grid .photos-grid__item>img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.photos-grid .photos-grid__item:hover>img {
	opacity: .8;
}

.counters {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 36px;
	margin-bottom: 75px;
}

.counters .counter {
	width: 120px;
	margin-right: 84px;
	text-align: center;
}

.counters .counter:last-child {
	margin-right: 0;
}

.counters .counter__value {
	font-size: 50px;
	color: #0575c1;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 7px;
}

.counters .counter__title {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.footer-container {
	border-top: 1px solid #0575c1;
	margin-top: 60px;
	padding-top: 47px;
}

.footer-container .footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 30px;
	position: relative;
}

.footer-container .footer:after {
	content: " ";
	display: block;
	width: 513px;
	height: 643px;
	background: url("/promalp/wp-content/themes/promalp/static/images/rtl-small-line.svg") no-repeat center;
	position: absolute;
	z-index: -1;
	right: -280px;
	top: -10px;
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

body.home .footer-container .footer:after {
	display: none;
}

body.home .footer-container .footer {
	padding-bottom: 370px;
}

.footer-container .footer__logo>img {
	width: 218px;
}

.footer-container .footer .footer-left {
	width: 288px;
	min-width: 288px;
}

.footer-container .footer .footer-left .footer__contacts {
	margin-top: 42px;
	margin-bottom: 38px;
}

.footer-container .footer .footer-left .footer__contacts>ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.footer-container .footer .footer-left .footer__contacts>ul li {
	margin-bottom: 20px;
}

.footer-container .footer .footer-left .footer__contacts>ul li:last-child {
	margin-bottom: 0;
}

.footer-container .footer .footer-left .footer__contacts>ul li>a {
	display: block;
	font-size: 16px;
	color: #003a68;
	font-weight: 300;
	text-decoration: none;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-container .footer .footer-left .footer__contacts-info {
	border: 1px solid #afdfff;
	padding: 29px 27px;
}

.footer-container .footer .footer-left .footer__contacts-info>ul {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #003a68;
	margin-top: 0;
	margin-bottom: 0;
}

.footer-container .footer .footer-right {
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}

.footer-container .footer .footer-right .footer-right-top {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item {
	margin-right: 34px;
}

.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item:last-child {
	margin-right: 0;
}

.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item>a {
	font-size: 24px;
	color: #0575c1;
	text-decoration: none;
	font-weight: 300;
}

.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item>a:hover {
	text-decoration: underline;
}

.footer-container .footer .footer-right .footer-right-bottom {
	margin-top: 60px;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu {
	list-style: none;
	padding-left: 0;
	columns: 3;
	height: 845px;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu>.menu-item {
	margin-bottom: 36px;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu>.menu-item>a {
	display: inline-block;
	color: #0575c1;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	margin-bottom: 20px;
	font-family: "Roboto Condensed", sans-serif;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu>.menu-item>a:hover {
	text-decoration: underline;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu>.menu-item>.sub-menu {
	list-style: none;
	padding-left: 0;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu>.menu-item>.sub-menu>.menu-item>a {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	line-height: 30px;
}

.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu>.menu-item>.sub-menu>.menu-item>a:hover {
	text-decoration: underline;
}

.sidebar {
	background-color: #fff;
}

.sidebar .menu {
	padding-left: 0;
	list-style: none;
}

.sidebar .menu>.menu-item {
	margin-bottom: 16px;
}

.sidebar .menu>.menu-item>a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	font-size: 16px;
	line-height: 21px;
	font-family: "Roboto Condensed", sans-serif;
	text-decoration: none;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.sidebar .menu>.menu-item>a:hover {
	color: #0575c1;
}

.sidebar .menu>.menu-item>a:before {
	content: "";
	display: inline-block;
	min-width: 28px;
	width: 28px;
	height: 28px;
	margin-right: 15px;
	background: url("/wp-content/themes/promalp//static/images/icons/trees.svg") no-repeat center;
}

.sidebar .menu>.menu-item>a:after {
	content: "";
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 11px;
	width: 10px;
	height: 11px;
	border: 1px solid #afdfff;
	color: #afdfff;
	font-size: 12px;
	margin-left: auto;
	margin-right: -12px;
	box-sizing: border-box;
	background: url("/wp-content/themes/promalp/static/images/plus.svg") no-repeat center;
}

.sidebar .menu>.menu-item.current-menu-item {
	position: relative;
}

.sidebar .menu>.menu-item.current-menu-item:after {
	content: " ";
	display: block;
	position: absolute;
	right: -11px;
	top: 30px;
	bottom: -26px;
	width: 10px;
	background: url("/wp-content/themes/promalp/static/images/sidebar-line.svg") repeat-y center;
}

.sidebar .menu>.menu-item.current-menu-item>a {
	color: #0575c1;
}

.sidebar .menu>.menu-item.current-menu-item>a:after {
	background-image: url("/wp-content/themes/promalp/static/images/minus.svg");
}

.sidebar .menu>.menu-item.current-page-parent {
	position: relative;
}

.sidebar .menu>.menu-item.current-page-parent:after {
	content: " ";
	display: block;
	position: absolute;
	right: -11px;
	top: 30px;
	bottom: -26px;
	width: 10px;
	background: url("/wp-content/themes/promalp/static/images/sidebar-line.svg") repeat-y center;
}

.sidebar .menu>.menu-item.current-page-parent>a {
	color: #0575c1;
}

.sidebar .menu>.menu-item.current-page-parent>a:after {
	background-image: url("/wp-content/themes/promalp/static/images/minus.svg");
}

.sidebar .menu>.menu-item>.sub-menu {
	display: none;
	padding-left: 0;
	list-style: none;
	margin-top: 16px;
}

.sidebar .menu>.menu-item>.sub-menu>.menu-item {
	margin-bottom: 8px;
}

.sidebar .menu>.menu-item>.sub-menu>.menu-item>a {
	color: #444;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.sidebar .menu>.menu-item>.sub-menu>.menu-item>a:hover {
	color: #0575c1;
}

.sidebar .menu>.menu-item>.sub-menu>.menu-item.current-menu-item>a {
	color: #0575c1;
}

.sidebar .menu>.menu-item>.sub-menu>.menu-item.current-menu-item>a:before {
	content: " ";
	display: inline-block;
	background-color: #afdfff;
	width: 400px;
	height: 1px;
	box-sizing: border-box;
	margin-left: -412.5px;
	margin-right: 12.5px;
	margin-bottom: 3px;
}

.sidebar .menu>.menu-item.current-menu-item>.sub-menu, .sidebar .menu>.menu-item.current-page-parent>.sub-menu {
	display: block;
}

.modal {
	z-index: -2;
	position: fixed;
	width: calc(100% - 5px);
	height: 100%;
	left: 0;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.modal-inner {
	position: relative;
	max-width: 785px;
	width: 100%;
	margin-top: 140px;
	padding: 40px 56px 56px 56px;
	box-sizing: border-box;
	box-shadow: 0px 3px 56px rgba(0, 0, 0, .16);
	background: url("/wp-content/themes/promalp/static/images/modal-bg.svg") no-repeat right;
	background-color: #fff;
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}

.modal-inner .close {
	position: absolute;
	right: 16px;
	top: 16px;
	background: url("/wp-content/themes/promalp/static/images/close.svg") no-repeat center;
	width: 16px;
	height: 16px;
	display: block;
	border: none;
	padding: 0;
	cursor: pointer;
}

.modal-heading {
	font-size: 48px;
	line-height: 48px;
	font-weight: 100;
	margin-bottom: 16px;
}

.modal-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.modal-form {
	position: relative;
	margin-top: 40px;
}

.modal-form .form-control {
	color: #444;
	font-weight: 300;
}

.modal-form .form-control::-moz-placeholder {
	color: #444;
	font-weight: 300;
}

.modal-form .form-control::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

.modal-form .form-control:-ms-input-placeholder {
	color: #444;
	font-weight: 300;
}

.modal-form .form-control::-ms-input-placeholder {
	color: #444;
	font-weight: 300;
}

.modal-form .form-control::-ms-input-placeholder, .modal-form .form-control::-moz-placeholder, .modal-form .form-control::-webkit-input-placeholder, .modal-form .form-control::placeholder {
	color: #444;
	font-weight: 300;
}

.modal-form .wpcf7 {
	max-width: 310px;
}

.modal-form .wpcf7-response-output {
	position: absolute;
	left: calc(310px + ( ( 100% - 310px ) / 2 - 150px ));
	top: calc(50% - 34px);
	width: 300px;
	text-align: center;
	color: #444;
	border: 1px solid #0575c1;
	box-sizing: border-box;
	padding: 15px;
	margin: 0;
}

.modal-form .wpcf7-not-valid {
	border-bottom-color: red;
}

.modal-form .wpcf7-not-valid-tip {
	display: none;
}

body.modal-opened .modal.active {
	opacity: 1;
	z-index: 999;
}

body.modal-opened .modal.active .modal-inner {
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

*:focus {
	outline: none;
}

body {
	color: #111;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
	max-width: 100%;
}

body.modal-opened {
	overflow: hidden;
	height: 100vh;
}

body.modal-opened .page-layout {
	-webkit-filter: blur(30px);
	filter: blur(30px);
}

.page-layout {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page-layout .page-layout-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}

.page-layout .page-layout-background>img {
	width: 1920px;
	height: 6526px;
	object-fit: scale-down;
	object-position: top;
}

.page-layout .header-container {
	-ms-flex-order: 1;
	order: 1;
}

.page-layout .section-breadcrumbs {
	-ms-flex-order: 2;
	order: 2;
}

.page-layout .section-page-container {
	-ms-flex-order: 3;
	order: 3;
}

.page-layout .section-photo-grid-slides {
	-ms-flex-order: 4;
	order: 4;
}

.page-layout .section-service-prices {
	-ms-flex-order: 5;
	order: 5;
	margin-top: 75px;
}

.page-layout .section-service-form {
	-ms-flex-order: 6;
	order: 6;
}

.page-layout .section-service-form .service-form {
	height: 370px;
}

.page-layout .section-work-description {
	-ms-flex-order: 7;
	order: 7;
	margin-top: 105px;
}

.page-layout .section-completed-work {
	-ms-flex-order: 8;
	order: 8;
}

.page-layout .section-technologies {
	-ms-flex-order: 9;
	order: 9;
}

.page-layout .section-clients-reviews-container {
	-ms-flex-order: 10;
	order: 10;
}

.page-layout .section-about-company-block-container {
	-ms-flex-order: 11;
	order: 11;
}

.page-layout .page-container {
	-ms-flex-order: 2;
	order: 2;
}

.page-layout .section-callback-price-form-container {
	-ms-flex-order: 4;
	order: 4;
}

.page-layout .section-container-photo-grid {
	-ms-flex-order: 4;
	order: 4;
}

.page-layout .section-form-constructor {
	-ms-flex-order: 5;
	order: 5;
}

.page-layout .footer-container {
	-ms-flex-order: 99;
	order: 99;
}

.container {
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
}

.container.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.container .container {
	padding-left: 0;
	padding-right: 0;
}

.section-heading {
	color: #003a68;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 45px;
}

.section-heading.section-heading--h2 {
	font-size: 32px;
}

.section-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.section-text>p {
	margin-top: 0;
	margin-bottom: 8px;
}

.section-text>p:last-child {
	margin-bottom: 0;
}

.section-text--bordered {
	border: 1px solid #0575c1;
	padding: 25px;
	font-weight: 400;
	font-style: italic;
	margin-top: 16px;
	margin-bottom: 16px;
}

.owl-carousel .owl-stage-outer {
	margin-bottom: 24px;
}

.owl-carousel .owl-nav {
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev {
	margin-right: 15px;
}

.owl-carousel .owl-nav .owl-prev.disabled path {
	stroke: rgba(68, 68, 68, .15);
}

.owl-carousel .owl-nav .owl-next.disabled path {
	stroke: rgba(68, 68, 68, .15);
}

.owl-carousel .owl-dots {
	margin-left: 35px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

.owl-carousel .owl-dots .owl-dot {
	margin-right: 8px;
}

.owl-carousel .owl-dots .owl-dot>span {
	width: 6px;
	height: 6px;
	border: 1px solid #0575c1;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
}

.owl-carousel .owl-dots .owl-dot.active>span {
	width: 8px;
	height: 8px;
	background-color: #0575c1;
}

.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.row>.col {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.row>.col:first-child {
	padding-left: 0px;
}

.row>.col:last-child {
	padding-right: 0px;
}

@media (max-width:1140px) {
	.container {
		max-width: 960px;
	}
	
	.header .header__contacts .header__contacts-phone {
		display: none;
	}
	
	.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item {
		margin-bottom: 4px;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left {
		padding-left: calc(( 100% - 960px ) / 2);
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left .big-carousel__title {
		font-size: 56px;
		line-height: 60px;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg {
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid {
		width: calc(( 100% - 960px ) / 2 + 960px);
		grid-template-columns: 2fr 1fr 1fr;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse {
		grid-template-columns: 1fr 1fr 2fr;
	}
	
	.section-photo-with-description .photo-with-description {
		margin-right: calc(( 100% - 960px ) / 2);
	}
	
	.section-map .map-foreground .contact-block {
		margin-left: calc(( 100% - 960px ) / 2);
	}
	
	.section-benefits-squares-container .benefits-squares {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.section-benefits-squares-container .benefits-squares .benefits-square {
		margin-bottom: 16px;
	}
	
	.section-photo-grid-slides .photo-grid-slides::before {
		content: none;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-contacts-page .contacts-page {
		margin-left: calc(( 100% - 960px ) / 2);
	}
	
	.footer-container .footer {
		padding-bottom: 170px;
	}
}

.d-inline-block-sm {
	display: none;
}

@media (min-width:750px) and (max-width:990px) {
	.d-none-sm {
		display: none;
	}
	
	.d-inline-block-sm {
		display: inline-block;
	}
	
	.section-services-blocks-container .services-blocks .services-block {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-services-blocks-container .services-blocks .services-block .services-block__info {
		margin-left: 0;
		margin-top: 24px;
	}
	
	.section-features .features .features-right .features-icons {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.section-features .features .features-right .features-icons .features-icon {
		margin-bottom: 0;
		margin-right: 30px;
	}
	
	.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu {
		height: auto;
	}
}

@media (max-width:990px) {
	.container {
		max-width: 720px;
	}
	
	.header .btn {
		padding-left: 13px;
		padding-right: 13px;
	}
	
	.footer-container .footer {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.footer-container .footer .footer-right {
		padding-left: 0;
	}
	
	.footer-container .footer .footer-left {
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.footer__logo {
		display: none;
		margin-right: 30px;
	}
	
	.footer-container .footer .footer-left .footer__contacts {
		min-width: 246px;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left {
		padding-left: calc(( 100% - 720px ) / 2);
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left .big-carousel__title {
		font-size: 40px;
		line-height: 46px;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg .slide-heading .slide-heading__text {
		font-size: 36px;
		line-height: 42px;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-right .owl-carousel .item .slide-fg {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-callback-price-form-container .callback-price-form .callback-price-form-fg .section-text {
		background-color: rgba(5, 117, 193, .75);
	}
	
	.section-benefits-rounds-container .benefits-rounds .benefits-round .benefits-round__round>img {
		width: 60px;
		height: 60px;
	}
	
	.section-benefits-rounds-container .benefits-rounds .benefits-round .benefits-round__round {
		width: 136px;
		height: 136px;
	}
	
	.section-benefits-rounds-container .benefits-rounds .benefits-round {
		width: 136px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid {
		width: calc(( 100% - 720px ) / 2 + 720px);
	}
	
	.photos-grid .photos-grid__item {
		height: 165px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid:not(.photos-grid--reverse) .photos-grid__item:nth-child(1) {
		height: 346px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(4) {
		height: 346px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(1) {
		height: 165px;
	}
	
	.section-about-company-block-container .about-company-block {
		padding: 45px 33px;
	}
	
	.counters .counter {
		margin-right: 42px;
	}
	
	.section-photo-with-description .photo-with-description {
		margin-right: calc(( 100% - 720px ) / 2);
	}
	
	.section-container-photo-grid .container .container-photo-grid__grid>a {
		height: 165px;
	}
	
	.section-counter-with-description .container .counter-with-description {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-counter-with-description .container .counter-with-description-right {
		width: 100%;
	}
	
	.section-counter-with-description .container .counter-with-description-right>.counters .counter {
		margin-right: 42px;
		margin-bottom: 0;
	}
	
	.section-counter-with-description .container .counter-with-description-right>.counters .counter:nth-child(even) {
		margin-right: 42px;
	}
	
	.section-counter-with-description .container .counter-with-description-right>.counters {
		background-repeat: repeat;
	}
	
	.section-map .map-foreground .contact-block {
		margin-left: calc(( 100% - 720px ) / 2);
	}
	
	.section-service .container .service .service-body .service-childs .service-child {
		width: 100%;
		margin-right: 0;
	}
	
	.section-benefits-squares-container .benefits-squares .benefits-square {
		width: calc(100% / 5);
		margin-right: 0;
	}
	
	.section-benefits-squares-container .benefits-squares .benefits-square .benefits-square__square {
		width: 100%;
		height: 120px;
	}
	
	.section-benefits-squares-container .benefits-squares .benefits-square .benefits-square__name {
		font-size: 12px;
	}
	
	.section-features .features {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-features .features .features-right {
		width: 100%;
		margin-top: 30px;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image {
		height: 165px;
	}
	
	.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(1)>img {
		height: 346px;
	}
	
	.section-work-description .work-description {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.section-work-description .work-description>.left-side {
		width: 100%;
		margin-top: 30px;
	}
	
	.section-service-form .service-form {
		height: 398px;
	}
	
	.section-technologies .technologies .technologies-items .technologies-item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-technologies .technologies .technologies-items .technologies-item-left {
		padding-right: 0;
		margin-bottom: 15px;
	}
	
	.section-technologies .technologies .technologies-items .technologies-item:nth-child(even) {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.section-technologies .technologies .technologies-items .technologies-item:nth-child(even) .technologies-item-left {
		padding-left: 0;
		margin-top: 15px;
	}
	
	.section-projects-grid .projects-grid-items {
		margin-right: 0;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: ". ." ". ." ". ." ". .";
	}
	
	.section-price-accordion .container .price-accordion-subitem-table-item__name {
		white-space: normal;
	}
	
	.section-price-accordion .container .price-accordion-item.active .price-accordion-item__content {
		padding-right: 15px;
	}
	
	.section-contacts-page .contacts-page {
		margin-left: calc(( 100% - 720px ) / 2);
	}
}

.d-inline-block-xs {
	display: none;
}

@media (min-width:0px) and (max-width:750px) {
	.d-none-xs {
		display: none;
	}
	
	.d-inline-block-xs {
		display: inline-block;
	}
}

@media (max-width:750px) {
	.container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header {
		position: relative;
	}
	
	.page-content {}
	
	.menu-menyu-v-shapke-container {
		display: none;
		position: absolute;
		top: 100%;
		left: -15px;
		right: -15px;
		z-index: 10;
		background-color: #fff;
		padding: 15px;
	}
	
	.menu-menyu-v-shapke-container.active {
		display: block;
	}
	
	.header .header__nav .menu>.menu-item {
		margin-bottom: 15px;
		margin-right: 0;
	}
	
	.header .header__nav .menu {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.header .header__nav .menu>.menu-item>.sub-menu {
		position: static;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		width: 100%;
		display: block;
	}
	
	.header .header__contacts {
		display: none;
	}
	
	.section-heading {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	
	.section-services-blocks-container .services-blocks {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.section-services-blocks-container .services-blocks .services-block {
		height: 140px;
	}
	
	.section-callback-price-form-container .callback-price-form .callback-price-form-bg {
		display: none;
	}
	
	.section-callback-price-form-container .callback-price-form .callback-price-form-fg {
		padding: 15px;
		position: static;
	}
	
	.section-callback-price-form-container .callback-price-form {
		padding: 0;
	}
	
	.section-callback-price-form-container .callback-price-form .callback-price-form-fg .section-heading {
		font-size: 24px;
		line-height: 30px;
	}
	
	.section-callback-price-form-container .callback-price-form .callback-price-form-fg .section-text {
		font-size: 12px;
		line-height: 18px;
	}
	
	.section-callback-price-form-container .callback-price-form .callback-price-form-fg .callback-price-form-wrapper input.form-control {
		width: 100%;
	}
	
	.section-benefits-rounds-container .benefits-rounds {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-benefits-rounds-container .benefits-rounds .benefits-round {
		margin-bottom: 15px;
		width: 50%;
	}
	
	.section-benefits-rounds-container .benefits-rounds .benefits-round .benefits-round__round {
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid {
		width: 100%;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: ". ." ". .";
		grid-gap: 0px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item {
		grid-area: initial !important;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid .photos-grid__item {
		height: 152px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid:not(.photos-grid--reverse) .photos-grid__item:nth-child(1) {
		height: 152px;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid--reverse .photos-grid__item:nth-child(4) {
		height: 152px;
	}
	
	.counters {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-container .footer .footer-left {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-container .footer .footer-right .footer-right-bottom .footer-menu-nav>div>.menu {
		columns: 1;
		height: auto;
	}
	
	.footer-container .footer .footer-right .footer-right-top {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item>a {
		font-size: 16px;
		line-height: 22px;
	}
	
	.footer-container .footer .footer-right .footer-right-top .footer-pages-nav .menu .menu-item {
		margin-right: 10px;
	}
	
	.footer-right-top__buttons {
		margin-top: 15px;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-right {
		display: none;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left .big-carousel__title {
		font-size: 30px;
		line-height: 36px;
	}
	
	.section-photo-with-description .photo-with-description .photo-with-description-left {
		display: none;
	}
	
	.section-photo-with-description .photo-with-description .photo-with-description-right {
		width: 100%;
		min-width: initial;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-photo-with-description .photo-with-description {
		margin-right: 0;
	}
	
	.section-counter-with-description .container .counter-with-description-left {
		padding-right: 0;
	}
	
	.section-counter-with-description .container .counter-with-description-right>.counters {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.section-counter-with-description .container .counter-with-description-right>.counters .counter {
		margin-right: 0;
	}
	
	.section-counter-with-description .container .counter-with-description-right>.counters .counter:nth-child(even) {
		margin-right: 0;
	}
	
	.section-map .map-foreground .contact-block {
		margin-left: 0px;
		margin-top: 300px;
		width: 100%;
	}
	
	.section-map .map-background #map {
		height: 300px !important;
	}
	
	.section-map {
		height: 696px;
	}
	
	.section-page-container .page-container .page-sidebar {
		display: none;
	}
	
	.section-page-container .page-container .page-content {
		width: 100%;
		padding-left: 0;
	}
	
	.section-wp-post .wp-post .section-heading {
		font-size: 32px;
		line-height: 38px;
	}
	
	.section-projects-grid .projects-grid-items {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-projects-grid .projects-grid-item .projects-grid-item-fg {
		opacity: 1;
	}
	
	.section-seo-block .seo-block .section-heading {
		font-size: 22px;
		line-height: 28px;
	}
	
	.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.row>.col {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
	}
	
	.footer__logo {
		display: block;
	}
	
	.section-price-accordion .container .price-accordion-item.active .price-accordion-item__content {
		padding-left: 15px;
	}
	
	.section-price-accordion .container .price-accordion-subitem-table-item {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	
	.price-accordion-subitem-table-item__spacer {
		display: none;
	}
	
	.section-price-accordion .container .price-accordion-subitem-table-item__name {
		font-weight: 500;
	}
	
	.section-contacts-page .contacts-page {
		margin-left: 0;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-contacts-page .contacts-page-left {
		min-width: 100%;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px;
	}
	
	.section-contacts-page .contacts-page-right #map {
		height: 300px !important;
	}
	
	.section-service .container .service .service-head .service-head-fg {
		padding-left: 0;
	}
	
	.section-service .container .service .service-head .service-head-fg .service-head-title .service-head-title__text {
		display: inline;
		font-size: 38px;
		line-height: 38px;
	}
	
	.section-service .container .service .service-head {
		height: 260px;
	}
	
	.section-service .container .service .service-head .service-head-bg>img {
		height: 260px;
	}
	
	.section-service .container .service .service-head .service-head-bg {
		right: -15px;
		left: -15px;
	}
	
	.section-completed-project .container .completed-project .completed-project-head .completed-project-head-fg .completed-project-head-title .completed-project-head-title__text {
		font-size: 32px;
		line-height: 34px;
	}
	
	.section-completed-project .container .completed-project .completed-project-head .completed-project-head-fg {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-completed-project .container .completed-project .completed-project-body {
		padding: 15px;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .section-heading {
		font-size: 24px;
		line-height: 30px;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter {
		margin-right: 0;
		margin-bottom: 15px;
		width: 50%;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter:nth-child(even) {
		margin-left: auto;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter__value {
		font-size: 38px;
		line-height: 44px;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter:nth-child(even) .completed-project-counter__value {
		text-align: right;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter__title {
		max-width: 140px;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter:nth-child(even) .completed-project-counter__title {
		text-align: right;
		margin-left: auto;
	}
	
	.section-form-constructor .form-constructor {
		height: auto;
	}
	
	.section-form-constructor .form-constructor-fg .section-heading {
		font-size: 24px;
		line-height: 30px;
	}
	
	.section-form-constructor .form-constructor-fg {
		padding: 15px;
		position: static;
	}
	
	.section-form-constructor .form-constructor-bg {
		display: none;
	}
	
	.section-form-constructor .form-constructor-fg .section-form input.form-control {
		width: 100%;
	}
	
	.section-form-constructor .form-constructor-fg .section-form .wpcf7-response-output {
		position: static;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		background-color: rgba(5, 117, 193, .9);
		border-color: #f00;
	}
	
	.section-container-photo-grid .container .container-photo-grid__grid {
		grid-gap: 0px;
	}
	
	.section-about-company-block-container .about-company-block {
		padding: 15px;
	}
	
	.section-about-company-block-container .about-company-block .section-heading {
		font-size: 24px;
		line-height: 30px;
	}
	
	.counters .counter {
		margin-right: 0;
		width: 50%;
	}
	
	.section-benefits-squares-container .benefits-squares .benefits-square {
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	
	.section-benefits-squares-container .benefits-squares .benefits-square:nth-child(even) {
		margin-right: 0;
	}
	
	.section-features .features .features-left .row .col {
		width: 100%;
	}
	
	.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: initial;
		grid-template-areas: ". .";
		grid-gap: 0px;
	}
	
	.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(1) {
		grid-area: initial;
	}
	
	.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(5) {
		grid-area: initial;
	}
	
	.section-photo-grid-slides .photo-grid-slides .owl-carousel .photo-grid-slides-item-image:nth-child(1)>img {
		height: 165px;
	}
	
	.section-work-description .work-description>.right-side {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 30px;
	}
	
	.section-work-description .work-description {
		margin-left: -15px;
		margin-right: -15px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-work-description .work-description>.right-side .section-heading {
		font-size: 24px;
		line-height: 30px;
	}
	
	.section-work-description .work-description>.right-side .section-text {
		margin-right: 0px;
	}
	
	.section-work-description .work-description>.left-side {
		min-width: initial;
	}
	
	.section-work-description .work-description>.left-side .work-description-list {
		padding: 30px 15px;
	}
	
	.section-work-description .work-description>.left-side .work-description-list>.section-heading {
		font-size: 24px;
		line-height: 30px;
	}
	
	.section-technologies .technologies .technologies-items .technologies-item-right {
		min-width: 100%;
		width: 100%;
	}
	
	.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item__price {
		font-size: 16px;
		line-height: 22px;
	}
	
	.section-service-form .service-form {
		height: auto;
	}
	
	.section-service-form .service-form-fg .section-heading {
		font-size: 24px;
		line-height: 30px;
		font-weight: 300;
	}
	
	.section-service-form .service-form-fg {
		padding: 15px;
	}
	
	.section-service-form .service-form-bg {
		display: none;
	}
	
	.section-service-form .service-form-fg {
		position: static;
	}
	
	.section-service-form .service-form-fg .section-form input.form-control {
		width: 100%;
	}
	
	.section-counter-with-description .container .counter-with-description-right {
		min-width: initial;
	}
	
	.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item__price {
		white-space: nowrap;
	}
	
	.section-service-prices .service-prices .service-prices-items--display-table .service-prices-item__name {
		padding-right: 5px;
	}
	
	.header .header__logo>img {
		width: 92px;
		height: 34px;
	}
	
	.header .btn {
		height: 33px;
		width: 33px;
		padding: 0;
	}
	
	.header .btn>img {
		height: 30px;
	}
	
	.header-container {
		height: 45px;
	}
	
	.home .header-container {
		margin-bottom: 35px;
	}
	
	.header-container .header-container__fixed .header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.header-container.scrolled .header-container__fixed .header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.header .header__nav .menu>.menu-item.menu-item-has-children>a:after {
		display: none;
	}
	
	.header .header__nav .menu>.menu-item>.sub-menu>.menu-item>a::after {
		content: " ";
		display: inline-block;
		width: 4px;
		height: 7px;
		background: url("/promalp/wp-content/themes/promalp/static/images/menu-right.svg") no-repeat center;
		float: right;
		-ms-transform: translateY(4px);
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	.header .header__nav .menu>.menu-item>.sub-menu>.menu-item {
		padding-left: 0px;
	}
	
	.section-clients-reviews-container {
		margin-top: 30px;
	}
	
	.section-features .features .features-right .features-icons {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.section-features .features .features-right .features-icons .features-icon {
		width: 50%;
		margin-bottom: 0;
	}
	
	.section-completed-project .container .completed-project .completed-project-body .completed-project-counters .completed-project-counter__value-unit {
		font-size: 20px;
	}
	
	.wpcf7-form .form-conditions-help-text {
		display: block;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		margin-top: 15px;
	}
	
	.section-service-form .service-form-fg .section-form .wpcf7-response-output, .section-callback-price-form-container .callback-price-form .callback-price-form-fg .callback-price-form-wrapper .wpcf7-response-output {
		position: static;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.section-map .map-foreground {
		top: 0;
		left: 0;
	}
	
	.section-about-company-block-container .about-company-block:after {
		display: none;
	}
	
	.section-our-team .container .our-team:before {
		display: none;
	}
	
	.section-callback-price-form-container:before {
		display: none;
	}
	
	.section-service .container .service .service-head .service-head-bg:after {
		display: none;
	}
	
	.header .header__nav .menu>.menu-item>.sub-menu>.menu-item.current-menu-item>.sub-menu {
		display: block;
		position: static;
	}
	
	.section-callback-price-form-container .callback-price-form:after {
		display: none;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left:after {
		display: none;
	}
	
	.section-big-carousel-container .big-carousel .big-carousel-left:before {
		display: none;
	}
	
	.section-photo-with-description:after {
		display: none;
	}
	
	.section-work-examples-photos-container .work-examples-photos .photos-grid:after {
		display: none;
	}
	
	.section-completed-project .container .completed-project .completed-project-head:after {
		display: none;
	}
	
	.footer-container .footer:after {
		display: none;
	}
	
	.section-form-constructor:before {
		display: none;
	}
	
	.section-wp-post .wp-post:after {
		display: none;
	}
	
	.section-form-constructor .form-constructor:after {
		display: none;
	}
	
	.section-projects-grid .projects-grid-item:nth-child(5) {
		grid-area: initial;
	}
	
	.modal-inner {
		margin-top: 20px;
		padding: 20px;
		height: calc(100% - 40px);
	}
	
	.client-review-modal {
		height: 100%;
		overflow-y: auto;
	}
	
	.section-our-team .container .our-team:after {
		display: none;
	}
	
	.page-layout .header-container {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.page-layout .section-breadcrumbs {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.page-layout .section-page-container {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.page-layout .section-service-prices {
		-ms-flex-order: 4;
		order: 4;
		margin-top: 3rem;
	}
	
	.page-layout .section-service-form {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.page-layout .section-photo-grid-slides {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.page-layout .section-work-description {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.page-layout .section-completed-work {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.page-layout .section-technologies {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.page-layout .section-clients-reviews-container {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.page-layout .section-about-company-block-container {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.page-layout .footer-container {
		-ms-flex-order: 99;
		order: 99;
	}
}
