/*!
Theme Name: Fire Protection
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fireprotection
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fire Protection is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--main-color: #CC2D26;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:2.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:2.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.45;
	color: #151E27;
	letter-spacing: 0.04em;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	max-height: inherit;
}
a, a:hover {
	color: #151E27;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.3;
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 32px
}
h3 {
	font-size: 28px
}
h4 {
	font-size: 24px
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px
}
p {
	margin-bottom: 15px;
}
ul {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ul:last-child, p:last-child {
	margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: #fff;
  outline: none;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
}
textarea {
	height: 150px;
}



.form-field {
	position: relative;
	margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	font-size: 14px;
	text-align: center;
}
.wpcf7 .ajax-loader {
	position: absolute;
}


.header {
	position: relative;
	background: #fff;
	padding: 10px 0;
	z-index: 1;
}
.header-logo {
	position: relative;
}
.header-contacts {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-contacts p {
	margin-right: 60px;
	margin-bottom: 0;
	letter-spacing: 0;
}
.header-contacts p:last-child {
	margin-right: 0;
}
.header-contacts p a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  transition: .25s;
}
.header-contacts p a:hover {
	color: var(--main-color);
}
.header-contacts p a:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 2px;
}
.header-phone a:before {
	-webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
}
.header-fax a:before {
	-webkit-mask-image: url(images/fax.svg);
  mask-image: url(images/fax.svg);
}
.header-email a:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}

.main-navigation {
	position: relative;
	background: #424647;
	border-bottom: 5px solid var(--main-color);
	z-index: 99;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	height: 60px;
	margin-right: 80px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: .25s;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--main-color);
}
.main-menu > li.menu-item-has-children > a {
	padding-right: 22px;
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/down-arrow.svg);
  mask-image: url(images/down-arrow.svg);
  background-color: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  z-index: 1;
  transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
	background: var(--main-color);
}
.main-menu > li > ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -30px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  width: 720px;
  background: rgba(0, 0, 0, 0.9);
	flex-wrap: wrap;
}
.main-menu > li:hover > ul.sub-menu {
	display: flex;
}
.main-menu > li > ul.sub-menu > li {
	flex: 0 0 50%;
	max-width: 50%;
  padding: 8px 30px;
}
.main-menu > li > ul.sub-menu > li:nth-child(2n) {
	border-left: 1px solid rgb(255 255 255 / 30%);
}
.main-menu > li > ul.sub-menu > li > a {
  color: #fff;
  display: inline-block;
  transition: .25s;
}
.main-menu > li > ul.sub-menu > li > a:hover,
.main-menu > li > ul.sub-menu > li.current-menu-item > a {
	color: var(--main-color);
}

.header-btn-feedback {
	text-align: right;
}
.header-btn-feedback a {
	background: #E1B85F;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  text-transform: uppercase;
  transition: .25s;
}
.header-btn-feedback a:hover {
	background: var(--main-color);
}



.page-bg-main-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.page-bg-main-image:before {
	content: '';
	background: rgba(56, 52, 52, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.page-bg-main-image img {
	position: relative;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}


.main-block {
	position: relative;
	height: 680px;
	z-index: 1;
  padding-bottom: 360px;
  display: flex;
  align-items: center;
}
.main-block__content {
	color: #fff;
	font-size: 36px;
	line-height: 1.25;
}
.main-block__content h1 {
	font-size: 48px;
	margin-bottom: 30px;
}


.services {
	position: relative;
	z-index: 2;
	margin-top: -360px;
	margin-bottom: -30px;
}
.services-item {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #151E27;
	padding: 20px 20px 45px;
	min-height: 265px;
	display: flex;
	flex-wrap: wrap;
	transition: .25s;
}
.services-item:hover {
	background: var(--main-color);
	color: #fff;
}
.services-item__icon {
	flex: 0 0 48px;
	max-width: 48px;
}
.services-item__icon i {
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 100%;
  height: 48px;
  display: inline-block;
  transition: .25s;
}
.services-item:hover .services-item__icon i {
	background: #fff;
}
.services-item__info {
	position: relative;
	flex: 0 0 calc(100% - 48px);
	max-width: calc(100% - 48px);
	padding-left: 20px;
	font-size: 14px;
}
.services-item__info h3 {
	font-size: 18px;
}
.services-item__content {
	position: relative;
}
.services-item__content ul {
	padding-left: 25px;
}
.services-item__btn {
	position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 3;
}
.services-item__btn a {
  color: var(--main-color);
  font-weight: 500;
  border-bottom: 1px dashed;
  transition: .25s;
}
.services-item:hover .services-item__btn a {
	color: #fff;
}
.services-item__btn a:hover {
	border-bottom: none;
}




.heading {
	position: relative;
	margin-bottom: 45px;
	z-index: 1;
}
.heading-right {
	text-align: right;
}
.heading:before {
  content: '';
  background: var(--main-color);
  height: 2px;
  width: calc(100% + (100vw - 1340px) / 2);
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
.heading-right:before {
	left: inherit;
	right: 0;
}
.heading h2 {
	font-size: 36px;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	padding-right: 40px;
}
.heading-right h2 {
	padding-right: 0;
	padding-left: 40px;
}




.about-us {
	position: relative;
	padding: 60px 0 0;
	overflow: hidden;
}
.about-us .heading {
	margin-bottom: 30px;
}
.about-us-block {
	position: relative;
	padding: 50px 0 80px;
	background: #F9F8F8;
}
.about-us-block__title {
	text-align: center;
	margin-bottom: 30px;
}
.about-us-block__title h2 {
	font-size: 36px;
}
.about-us-block__content {
	padding-right: calc((100vw - 1340px) / 2);
}
.about-us-block__images {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.about-us-block__images-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	height: 50%;
}
.about-us-block__images-item img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}



.advantages {
	position: relative;
	padding: 80px 0;
}
.advantages-inner {
	max-width: 1100px;
	margin: 0 auto -60px;
}
.advantages-item {
	position: relative;
	margin-bottom: 60px;
}
.advantages-item__icon {
	width: 140px;
	height: 140px;
	background: var(--main-color);
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__icon img {
	flex: 0 0 70px;
	max-width: 70px;
}
.advantages-item p {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}



.confidence {
	position: relative;
	overflow: hidden;
	padding: 30px 0 0;
}
.confidence-content {
	margin-bottom: 40px;
	font-size: 21px;
}
.confidence-banner {
	position: relative;
	padding: 15px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.confidence-banner__image {
	display: inline-block;
	background: #fff;
	max-width: 920px;
}



.partners {
	position: relative;
	padding: 80px 0;
}
.partners-items {
	position: relative;
	padding: 0 15px;
}
.partners-item {
	position: relative;
	text-align: center;
}



.footer {
	position: relative;
	background: url(images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 15px;
	z-index: 1;
}
.footer:before {
	content: '';
	background: rgba(64, 57, 50, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.footer-iframe {
	position: relative;
	padding-right: 50px;
}
.footer-iframe iframe {
	height: 290px;
	width: 100%;
}
.footer-contacts__item {
	position: relative;
}
.footer-contacts__item h5 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-contacts__data {
	position: relative;
}
.footer-contacts__data > p {
	position: relative;
	margin-bottom: 10px;
}
.footer-contacts__data > p:last-child {
	margin-bottom: 0;
}
.footer-contacts__data > p > a,
.footer-contacts__data > p > span {
	color: #fff;
	display: inline-block;
	padding-left: 30px;
	transition: .25s;
}
.footer-contacts__data > p > a:hover {
	opacity: .8;
}
.footer-contacts__data > p > a:before,
.footer-contacts__data > p > span:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-address span:before {
	-webkit-mask-image: url(images/pin.svg);
  mask-image: url(images/pin.svg);
}
.footer-phone a:before {
	-webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
}
.footer-fax a:before {
	-webkit-mask-image: url(images/fax.svg);
  mask-image: url(images/fax.svg);
}
.footer-email a:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}

.footer-time {
	position: relative;
	padding-left: 30px;
	color: #fff;
}
.footer-time:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	-webkit-mask-image: url(images/clock.svg);
  mask-image: url(images/clock.svg);
  background-color: #fff;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-time p {
	margin-bottom: 10px;
	display: flex;
  justify-content: space-between;
}
.footer-time p:last-child {
	margin-bottom: 0;
}
.copyright {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}
.copyright a {
	color: #fff;
	transition: .25s;
}
.copyright a:hover {
	opacity: .8;
}




.page-header {
	position: relative;
	padding: 80px 0;
	z-index: 1;
}
.page-title {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.page-content {
	position: relative;
	padding: 60px 0;
}






.page-contacts-data {
	position: relative;
	margin-bottom: 60px;
}
.page-contacts-data__item {
	position: relative;
}
.page-contacts-data__item h5 {
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--main-color);
}
.page-contacts-data__item h5:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -2px;
}
.page-contacts-data__address h5:before {
	-webkit-mask-image: url(images/pin.svg);
  mask-image: url(images/pin.svg);
}
.page-contacts-data__phone h5:before {
	-webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
}
.page-contacts-data__email h5:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.page-contacts-data__time h5:before {
	-webkit-mask-image: url(images/clock.svg);
  mask-image: url(images/clock.svg);
}
.page-contacts-data__content {
	line-height: 1.5;
}
.page-contacts-data__content p {
	margin-bottom: 5px;
}



.feedback {
	position: relative;
	padding: 60px 0;
	background: url(images/feedback-bg.jpg) no-repeat center;
	background-size: cover;
	z-index: 5;
}
.feedback:before {
	content: '';
	background: rgba(56, 52, 52, 0.75);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.feedback-heading {
	text-align: center;
	color: #fff;
	font-size: 36px;
	margin-bottom: 40px;
}
.feedback-form {
	position: relative;
	max-width: 720px;
	margin: auto;
}
.feedback-form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
	color: #fff;
}

.feedback-form input[type="submit"] {
	background: #E1B85F;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 500;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  text-transform: uppercase;
  transition: .25s;
}
.feedback-form input[type="submit"]:hover {
	background: var(--main-color);
}



.certificates-items {
	position: relative;
	margin-bottom: -30px;
}
.certificates-item {
	position: relative;
	margin-bottom: 30px;
	transition: .25s;
}
.certificates-item:hover {
	transform: scale(1.02);
}



.error-404-number {
	text-align: center;
	font-size: 220px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 40px;
	color: var(--main-color);
}






@media (max-width: 1399px) {
	.header-logo img {
		height: 74px;
	}
	.header-contacts p {
    margin-right: 40px;
  }
	.header-contacts p a {
		font-size: 16px;
	}
	.main-menu > li {
    height: 56px;
    margin-right: 50px;
	}
	.header-btn-feedback a,
	.feedback-form input[type="submit"] {
		height: 56px;
    line-height: 56px;
    padding: 0px 30px;
	}
	.main-block {
		height: 620px;
	}
	.main-block__content {
		font-size: 32px;
	}
	.main-block__content h1 {
    font-size: 42px;
    margin-bottom: 20px;
	}
	.services-item {
		min-height: 305px;
	}
	.services-item__icon {
    flex: 1 0 35px;
    max-width: 36px;
	}
	.services-item__info {
    flex: 0 0 calc(100% - 36px);
    max-width: calc(100% - 36px);
    padding-left: 15px;
  }
  .heading:before {
  	width: calc(100% + (100vw - 1140px) / 2);
  }
  .about-us-block__title h2 {
    font-size: 32px;
	}
	.about-us-block__content {
    padding-right: calc((100vw - 1140px) / 2);
	}
	.advantages-inner {
		margin-bottom: -40px;
	}
	.advantages-item {
		margin-bottom: 40px;
	}
	.advantages-item__icon {
    width: 110px;
    height: 110px;
  }
  .advantages-item__icon img {
    flex: 0 0 56px;
    max-width: 56px;
	}
	.advantages-item p {
    font-size: 16px;
  }
  .confidence-content {
  	font-size: 18px;
  }
  .confidence-banner__image {
  	max-width: 800px;
  }
  .footer-contacts__data {
  	font-size: 15px;
  }
  .footer-contacts__item h5 {
    font-size: 18px;
  }
  .error-404-number {
  	font-size: 180px;
  }
}




@media (max-width: 1199px) {
	h1,
	.heading h2,
	.about-us-block__title h2 {
		font-size: 32px
	}
	h2,
	.main-block__content {
		font-size: 28px
	}
	h3 {
		font-size: 24px
	}
	h4 {
		font-size: 21px
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px
	}
	.header-contacts p {
    margin-right: 20px;
	}
	.header-contacts p a {
    font-size: 15px;
    padding-left: 24px;
    font-weight: 500;
	}
	.header-contacts p a:before {
		width: 16px;
		height: 16px;
	}
	.main-menu > li > a,
	.main-menu > li > ul.sub-menu > li > a {
		font-size: 14px;
	}
	.main-menu > li.menu-item-has-children > a:after {
		width: 12px;
		height: 12px;
	}
	.main-menu > li > ul.sub-menu {
		width: 560px;
	}
	.main-menu > li > ul.sub-menu > li {
    padding: 5px 20px;
	}
	.header-btn-feedback a {
		font-size: 14px;
	}
	.services-item {
    min-height: 245px;
	}
	.main-block__content h1 {
    font-size: 36px;
  }
  .about-us-block__images-item {
    flex: 0 0 50%;
    max-width: 50%;
    height: calc(100% / 3);
	}
	.about-us-block__content {
    padding-right: calc((100vw - 960px) / 2);
	}
	.heading {
		margin-bottom: 35px;
	}
	.heading:before {
    width: calc(100% + (100vw - 960px) / 2);
	}
	.confidence-content {
    font-size: 16px;
    margin-bottom: 30px;
	}
	.confidence-banner__image {
    max-width: 720px;
	}
	.footer-iframe {
		padding-right: 0;
	}
	.page-header {
		padding: 60px 0;
	}
	.page-contacts-data__item h5:before {
		width: 24px;
		height: 24px;
	}
}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	h1,
	.heading h2,
	.about-us-block__title h2 {
		font-size: 28px
	}
	h2,
	.main-block__content {
		font-size: 24px
	}
	h3 {
		font-size: 21px
	}
	h4 {
		font-size: 18px
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px
	}

	.header-inner {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.header-contacts {
		flex-direction: column;
		align-items: flex-end;
	}
	.header-contacts p {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.header-contacts p:nth-child(2) {
		margin-bottom: 0;
	}
	.header-contacts p a {
		font-size: 16px;
	}
	.menu-toggled {
		flex: 0 0 76px;
		max-width: 76px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.menu-toggled button {
		flex: 0 0 36px;
		max-width: 36px;
		height: 36px;
		-webkit-mask-size: contain;
	  -webkit-mask-repeat: no-repeat;
	  -webkit-mask-position: center;
	  -webkit-mask-image: url(images/menu.svg);
	  mask-image: url(images/menu.svg);
	  background-color: var(--main-color);
	  border: none;
	  outline: none;
	  padding: 0;
	  transition: .25s;
	}
	.menu-toggled button:hover {
		opacity: .8;
	}


	.modal-content {
		border: none;
		border-radius: 0;
	}
	.modal-body {
		padding: 50px;
	}
	.modal .close {
		position: relative;
		z-index: 9;
		-webkit-mask-size: contain;
	  -webkit-mask-repeat: no-repeat;
	  -webkit-mask-position: center;
	  -webkit-mask-image: url(images/close.svg);
	  mask-image: url(images/close.svg);
	  background-color: var(--main-color);
	  border: none;
	  outline: none;
	  padding: 0;
	  transition: .25s;
	  width: 28px;
    height: 28px;
    opacity: 1;
	}
	.modal .close:hover {
		opacity: .8;
	}


	#modalMenu {
		padding: 0;
	}
	#modalMenu .modal-dialog {
		max-width: 100%;
		margin: 0;
		min-height: 100%;
	}
	#modalMenu .modal-content {
		height: 100%;
		min-height: 100vh;
	}
	#modalMenu .close {
		position: absolute;
		right: 25px;
		top: 25px;
	}
	.main-menu {
		display: block;
		margin-bottom: 60px;
	}
	.main-menu > li {
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
		height: inherit;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li > a {
		position: relative;
		color: #151E27;
		display: inline-block;
		padding: 7px 0;
		font-size: 18px;
	}
	.main-menu > li.menu-item-has-children > a:after {
		width: 14px;
		height: 14px;
		right: -22px;
		background: #151E27;
		top: calc(50% - 8px);
	}
	.main-menu > li.menu-item-has-children > a {
		padding-right: 0;
	}
	.main-menu > li:hover > ul.sub-menu {
		display: none;
	}
	.main-menu > li.menu-item-has-children:hover > a:after {
		transform: rotate(0deg);
	}
	.main-menu > li > ul.sub-menu {
		position: relative;
    top: 0;
    left: 0;
    width: 100%;
	}
	.main-menu > li.active > ul.sub-menu {
		display: flex;
	}
	.main-menu > li.menu-item-has-children.active > a:after {
		transform: rotate(180deg);
	}
	.main-menu > li > ul.sub-menu > li {
    padding: 8px 20px;
	}
	.main-menu > li > ul.sub-menu > li > a {
		font-size: 16px;
	}
	.header-btn-feedback {
		text-align: center;
	}

	.main-block {
    height: 520px;
    padding-bottom: 280px;
	}
	.main-block__content h1 {
    font-size: 32px;
	}
	.services {
		margin-top: -280px;
	}
	.services-item {
    min-height: 305px;
	}
	.about-us-block__content {
    padding-right: calc((100vw - 720px) / 2);
	}
	.heading:before {
    width: calc(100% + (100vw - 720px) / 2);
	}
	.advantages-item p {
    font-size: 14px;
	}
	.footer-iframe {
		margin-top: 30px;
	}
	.footer-contacts__item h5 {
    font-size: 16px;
	}
	.footer-contacts__data {
    font-size: 14px;
	}

	.page-content-text img {
		max-width: 360px;
		height: auto;
	}
	.page-header {
    padding: 50px 0;
	}
	.page-contacts-data {
		margin-bottom: 30px;
	}
	.page-contacts-data__item {
		margin-bottom: 30px;
	}
	.error-404-number {
    font-size: 160px;
	}
}


 
@media (max-width: 767px) {
	.header-logo img {
		height: inherit;
	}
	.services-item {
		min-height: inherit;
	}
	.main-block__content h1 {
    font-size: 28px;
	}
	.about-us-block__content {
    padding-right: calc((100vw - 540px) / 2);
    padding-left: calc((100vw - 540px) / 2);
    margin-bottom: 30px;
	}
	.heading:before {
    width: calc(100% + (100vw - 540px) / 2);
	}
	.about-us-block__images-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: 155px;
	}
	.page-content-text img {
    max-width: 260px;
  }
  .about-us-block {
  	padding-bottom: 0;
  }
}



@media (max-width: 575px) {
	.heading {
		margin-bottom: 30px;
	}
	.heading:before {
    width: calc(100% + 15px);
	}
	.about-us-block__content {
		padding: 0;
	}
	.about-us-block__images-item {
    flex: 0 0 50%;
    max-width: 50%;
    height: 150px;
	}
	.advantages,
	.partners {
		padding: 60px 0;
	}
	.advantages-inner {
    margin-bottom: -30px;
	}
	.advantages-item {
    margin-bottom: 30px;
	}
	.footer-contacts__item {
		margin-bottom: 30px;
	}
	.footer-iframe {
		margin-top: 0;
	}
	.footer-time p {
		justify-content: flex-start;
	}
	.footer-time p strong {
		margin-right: 5px;
	}
	.footer-iframe iframe {
		height: 260px;
	}
	.main-menu > li > ul.sub-menu > li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-menu > li > ul.sub-menu > li:nth-child(2n) {
		border-left: 0;
	}
	.page-content-text img {
    max-width: 100%;
    float: none;
	}
	.alignright {
		margin-left: 0;
	}
	.alignleft {
		margin-right: 0;
	}
	.error-404-number {
    font-size: 120px;
	}
}



@media (max-width: 479px) {
	.header-contacts p a {
    font-size: 14px;
	}
	.menu-toggled button {
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
  }
  .menu-toggled {
    flex: 0 0 58px;
    max-width: 58px;
  }
  .main-block__content h1 {
    font-size: 24px;
	}
	.main-block__content {
    font-size: 21px;
	}
}