* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.services {
	overflow-x: hidden;
}

.adventages-item .h3 {
	padding-top: 20px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .3px;
	line-height: 1.2;
	color: #252525;
}

.tags br {
	display: none;
}

.foto-block img {
	width: 354px;
	margin: 5px;
	height: 250px;
	object-fit: cover;
	padding: 0 !important;
	max-width: 100%;
}

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

.adventages-item .h3::first-letter {
	color: #a4403e;
}

footer .h3 {
	padding: 0 0 20px;
	font-size: 18px;
	color: white;
	text-align: left;
	letter-spacing: .3px;
	line-height: 1.2;
	font-weight: bold;
}

p,
h1,
h2,
h3,
a,
button,
span,
li {
	letter-spacing: .3px;
	line-height: 1.2;
	/* font-family: Arial; */
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
	font-family: "Roboto", sans-serif;
	color: #252525;
}

ul {
	list-style-position: inside;
}

input::placeholder,
textarea::placeholder {
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
}

.h2-uppercase {

	text-transform: uppercase;
	font-size: 28px;
	padding: 20px 0 20px 0;
}

.h2-uppercase::first-letter {
	color: inherit;
}

h3,
h2 {

	padding: 20px 0 20px 0;
	font-size: 28px;
}


a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

article a {
	color: #a4403e;
	border-bottom: 1px solid transparent;
	transition: all .3s ease;
}

article a:hover {
	border-bottom: 1px solid #a4403e;
}

.hide {
	display: none;
}

header {
	height: 137px;
	width: 100%;
	background-color: rgb(51, 51, 51);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

.header-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}

/*---------HEADER TOP-------------*/


#sidebar {
	display: none;
}

.hide-sidebar {
	display: none;
}

.sidebar-window {
	position: absolute;
	overflow-y: scroll;
	top: 50;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: black;
	opacity: 0.9;
	z-index: 999;
	color: white;
}

.sidebar-menu-container {
	padding: 65px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 15px;
}

.close-btn {
	position: fixed;
	top: 15px;
	right: 30px;
	padding: 10px;
	background-color: #000000f0;
	border: none;
	border-radius: 5px;
}

.close-btn i {
	color: white;
	font-size: x-large;
}

.close-btn i:hover {
	color: #a4403e;
}

.toggle-btn {
	margin-top: 5px;
}

.toggle-btn span {
	display: block;
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin: 4px 0;
}

/*--------------------modal--------------------*/

.modal.open {
	visibility: visible;
	opacity: 1;
}

.modal.open .modal_box {
	transform: scale(1);
}

#modal-close-x {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	background-color: transparent;
	font-size: large;
	cursor: pointer;
}

.modal-file {
	margin-bottom: 20px;
}

.modal-checkbox span {
	text-align: justify;
}

.modal-close-ok {
	background-color: transparent;
	border: 2px solid #a4403e;
	border-radius: 7px;
	color: #a4403e;
	font-size: 18px;
	font-weight: 600;
	padding: 7px 20px;
	margin: 20px 0;
	float: right;
}

.modal-close-ok:hover {
	background-color: #a4403e;
	color: white;
	cursor: pointer;
}

.modal-subtitle {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}

.modal-checkbox span {
	text-align: justify;
	line-height: 1.0;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.modal-input,
.modal-textarea {
	color: #2e2e2e;
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.modal-input {
	height: 40px;
	padding: 0 10px;
}

.modal-textarea {
	height: 100px;
	padding: 10px;
	resize: none;
}

.modal-ul li {
	text-align: left;
	font-size: 14px;
}


.wpcf7-response-output {
	border: transparent !important;
}

/*------------------media----------------------*/

.social-media {
	height: 37px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.social-media img {
	width: 15px;
	height: 15px;
	opacity: 0.4;
	margin-right: 7px;
	margin-top: 5px;
}

.header-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-menu-container {
	display: flex;
	/* justify-content: space-between; */
}

.header-menu li {
	color: white;
	font-size: 14px;
	list-style-type: none;
}

.header-menu a {
	padding: 11px 10px;
	transition: all .3s;
}

.header-border-bottom {
	border-bottom: 2px solid transparent;
}

.header-menu li:hover > .header-border-bottom {
	border-bottom: 2px solid #a4403e;
}


.header-submenu {
	position: absolute;
	top: 37px;
	max-width: 245px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	z-index: 5;
	transform-origin: 0 0;
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
	transition: all .4s linear;
}

.header-menu-container li:hover > .header-submenu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	background-color: #ffffff;
}

.header-submenu a {
	color: #333;
	position: relative;
	transition: all .3s;
}

.header-submenu li {
	padding: 7px 3px;
	transition: all .3s;
}

.header-submenu li:hover {
	background-color: #a4403e;
}

.header-submenu li:hover > a {
	color: white;
}

.active a {
	background-color: #a4403e;
}

/*---------HEADER INFO-------------*/

.header-info {
	background-color: white;
	height: 100px;
	padding: 10px 0;
}

.header-info a,
.info-adress p,
.info-contacts p {
	font-size: 14px;
}

.logo-img {
	width: 235px;
}

.info-adress,
.info-logo,
.info-btn,
.info-contacts {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.info-logo {
	padding-right: 15px;
	border-right: 3px solid #a4403e;
}

.logo-text {
	font-size: 11px;
}

.header-btn {
	padding: 10px 5px;
	color: #a4403e;
	border: 2px solid #a4403e;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
	transition: all .7s;
}

.header-btn:hover {
	background-color: #a4403e;
	color: white;
}

.info-contacts a {
	position: relative;
}

.contacts-phone-one {
	display: inline-block;
	white-space: nowrap;
}

.fa-phone,
.fa-envelope {
	color: #a4403e;
	font-size: smaller;
}

/*------convert info-------*/

.pad-container {
	padding-top: 137px;
}

.convert-info {
	display: none;
	justify-content: center;
	flex-direction: column;
	gap: 10px 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.convert-contacts {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.convert-btn {
	width: 100%;
	color: #a4403e;
	border: 2px solid #a4403e;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
	line-height: 1.5;
	transition: all .7s;
}

.convert-btn:hover {
	background-color: #a4403e;
	color: white;
}

/*--------services-section----------*/

.services {
	background-image: url(../img/maxresdefault.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	width: 100%;
	z-index: -1;
}

.services-overlay {
	background-color: rgba(0, 0, 0, 0.68);
	width: 100%;
	/* height: 100%; */
	padding-bottom: 55px;
}

.wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.services-title {
	padding-top: 15px;
}

.big-white,
.subtitle {
	color: white;
	font-size: 51px;
	font-weight: normal;
	text-align: center;
}

.item-container {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
	gap: 10px;
}


.item-overlay,
.price-item-overlay,
.price-item-overlay-red {
	background-color: rgb(204, 193, 175, 0.75);
	width: 100%;
	height: 100%;
	transition: all .3s ease;
	padding: 15px;
	overflow: hidden;
}

.item-overlay p {
	color: transparent;
	font-size: 14px;
	text-align: center;
	padding-top: 25px;
}

.item-overlay:hover {
	background-color: rgba(58, 58, 58, 0.992);
}

.item-overlay:hover p {
	color: white;
}


/*------------------price---------------------*/
.price-item-title {
	color: white;
}

.price-item-overlay {
	background-color: rgb(51 51 51 / 85%)
}

.price-item-overlay-red {
	background-color: rgba(164, 64, 62, 0.85);
	/* background-color:  rgb(67 52 52 / 91%) */
}

.price-item {
	transition: all .3s ease;
}

.price-item p {
	margin-top: 15px;
	color: transparent;
}

.price-item:hover p {
	color: white;
}

.price-item:hover div {
	background-color: rgba(58, 58, 58, 0.992);
}

.price-depending-title {
	text-align: center;
	text-transform: uppercase;
}

.price-depending-container {
	/*   margin: 25px 0 80px 0; */
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-around;
}

.price-depending-container > img {
	width: 50px !important;
	height: 50px !important;
}

.price-depending {
	text-align: center;
	padding-bottom: 25px;
}

.price-depending p {
	line-height: 1.2 !important;
}

.price-depending:last-child {
	padding-bottom: 0;
}

/*------------advantages---------------*/

.advantages {
	background-color: #F9F9F9;
	padding: 25px 0;
}

.advantages-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.adventages-item {
	padding: 30px 0;
	text-align: center;
	width: calc(100% / 4 - 27px);
	min-width: 208px;
}

.adventages-item h3 {
	padding-top: 20px;
	font-size: 22px;
	font-weight: 600;
}

/*---------------occasions----------------*/
.occasions {
	padding: 0px 0 50px 0;
}

.occasions-container {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
}

.occasions-item:last-child {
	padding-top: 70px;
	margin-left: 25px;
}

.occasions-item {
	max-width: 400px;
	/* min-width: 351px; */
}

.occasions-title {
	font-size: 33px;
}

.occasions-item img {
	margin-top: 30px;
	width: 100%;
	object-fit: contain;
}

.interior-border p {
	padding: 10px;
	font-size: 20px;
	text-align: center;
}

.interior-border {
	border-left: 2px solid rgb(51, 51, 51);
	border-bottom: 2px solid rgb(51, 51, 51);
}

.external-border {
	padding: 7px;
	border-left: 2px solid #a4403e;
	border-bottom: 2px solid #a4403e;
	margin-top: 20px;
}

/*------------consultation---------------*/

.consultation {
	overflow-x: hidden;
	/* height: 450px; */
	width: 100%;
	background-image: url(../img/epb-proektnoj-dokumentatsii-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* background-position: 50% 50%; */
	z-index: -1;
}

.consultation-overlay {
	background-color: rgba(0, 0, 0, 0.68);
	width: 100%;
	padding-bottom: 55px;
	/* height: 100%; */
}

.consultation-container {
	max-width: 820px;
	margin: 0 auto;
}

.consultation .subtitle {
	padding-top: 25px;
}

.consultation-form {
	position: relative;
	margin: 25px 0;
}

.consultation h3 {
	color: white;
}

.consultation-input {
	color: #555555;
	width: 100%;
	height: 50px;
	max-width: 250px;
	border: none;
}

.consultation-textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

input::placeholder,
textarea::placeholder {
	font-size: 16px;
}

.consultation-textarea,
.consultation-input {
	padding: 10px 10px 10px 10px;
	font-size: 20px;
}

.consultation-checkbox {
	display: inline-block;

}

.consultation-checkbox span {
	color: white;
}

/* .consultation-link {
  display: inline-block;
  padding-right: 155px;
  color: white;
} */

.consultation-btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px 25px;
	color: white;
	border: 2px solid #a4403e;
	font-weight: 600;
	font-size: 18px;
	background-color: #a4403e;
	/* float: right; */
	transition: all .7s;
}

.consultation-btn:hover {
	cursor: pointer;
	/* background-color: white;
	color: #a4403e; */
}

/*--------------how-----------------*/
.how {
	padding-bottom: 40px;
}

.how-number {
	width: 40px;
	height: 48px;
	background-color: #a4403e;
	position: relative;
}

.how-container,
.competitive-container,
.partners-container {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
}

.how-item {
	padding: 20px 20px;
	width: 366px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.how-number p {
	padding: 5px;
	color: white;
	font-size: 28px;

}

.how-number::before {
	content: '';
	position: absolute;
	top: 20px;
	left: -50px;
	background-color: #333;
	height: 2px;
	width: 40px;
	box-shadow: 100px 0 #333;
}

.how-number-subtitle {
	padding: 10px;
}

/*--competitive--------------*/
.competitive {
	background-color: #F9F9F9;
	padding-bottom: 40px;
}

.competitive-container,
.partners-container {
	align-items: center;
}

/*----------------partners----------------*/

.partners {
	padding-bottom: 40px;
}

/*----------footer-----------*/

.footer {
	background-image: url(../img/footer.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	width: 100%;
	/* height: 750px; */
	z-index: -1;
}

footer p,
footer a {
	font-size: 14px;
	color: #a2a2a2;
	line-height: 2.2;
	transition: all .3s;
}

footer a:hover {
	color: white;
}

footer h3 {
	padding-top: 0;
	font-size: 18px;
	color: white;
	text-align: left;
}

footer h3::first-letter {
	color: white;
}

.footer-container {
	padding: 40px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	/* border-bottom: 1px solid #a2a2a2; */
}

.footer-navigation-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer li {
	list-style-type: none;
}

.footer-column {
	width: 290px;
	padding-bottom: 20px;
}

.footer-btn {
	margin: 25px 0;
	padding: 10px 25px;
	color: #a2a2a2;
	border: 2px solid #a4403e;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
	transition: all .7s;
}

.footer-btn:hover {
	background-color: #a4403e;
	color: white;
}

.footer-bottom-container {
	padding: 20px 0;
	display: flex;
	justify-content: left;
}

.footer-bottom-container span {
	color: #a2a2a2;
}


/*---------------expertice-article-----------------*/
.expertise {
	overflow: hidden;
	padding: 40px 0 80px 0;
}

.expertise img {
	padding: 10px 0 20px 0;
}

.service-h1 {
	padding: 30px 0;
	font-size: 36px;
	font-weight: 500;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 35px;
}

.expertise p,
.expertise li,
.expertise span {
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 480px) {
	.expertise p,
	.expertise li,
	.expertise span {
		font-size: 12px;
	}

	p {
		font-size: 12px;
	}
}

.expertise ul {
	padding: 20px 0;
	list-style-position: inside;
}

.expertise-btn-container {
	max-width: 800px;
	padding: 20px 0 45px 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

/*--------------about-us---------------*/
.about-us {
	/* background-image: url(../img/inzhenernii-fon-207.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%; */
	width: 100%;
	z-index: -1;
}

.us-overlay {
	/* background-color: rgb(240 232 219 / 90%); */
	background: #EEEEEE;
}

.us-container {
	padding: 60px 50px 100px 50px;
	text-align: center;
}

.about-us h2 {
	margin-bottom: 20px;
}

.us-container p {
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 15px;
	font-weight: 400;
}

.us-container p::first-letter {
	font-weight: bold;
}

/*--------------workers-------------*/
.workers {
	padding: 40px 0;
	overflow: scroll;
}

.workers h3 {
	padding-top: 30px;
	padding-bottom: 0;
}

.worker-img-container {
	/* max-width: 400px;
	max-height: 400px; */
	display: flex;
	justify-content: center;
}

.workers img {
	max-width: 100vw;
	/* max-width: 400px; */
	max-height: 400px;
	object-fit: contain;
}

.worker-text-container {
	max-width: 100vw;
}

.worker-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 30px 0;
}

.workers p {
	padding: 30px;
	text-align: center;
}

.worker-item-description {
	min-width: 350px;
}

.workers h2 {
	padding: 20px 0 20px 0;
}

/*-------------articles-----------------*/
.articles {
	padding: 15px 0 40px 0;
}

.articles .articles-content p {
	font-size: 16px;
	text-align: left;
	color: #252525;
	opacity: .6;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.articles .articles-content p:last-of-type {
	margin-bottom: 20px;
}

.articles-img-container {
	padding: 7px 20px 15px 0;
	display: block;
	float: left;
}

.articles-item-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.articles-item {
	background: #eee;
	padding: 20px;
}

.article-read-more {
	margin-top: auto;
	text-align: center;
}

.article-read-more a {
	font-weight: 400;
	font-size: 16px;
	color: #A4403E;
	display: inline-block;
	padding: 10px 24px;
	border: 2px solid #A4403E;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.article-read-more a:hover,
.article-read-more a:focus {
	color: #333;
	border-color: #333;
}

h2.articles-title,
h2.articles-title::first-letter {
	color: #252525;
}

h2.articles-title {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	padding: 0;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 43px;
}

.articles-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.articles-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*--------------achienements-------------*/
.achivments {
	background-color: #2f2f2f08;
	padding: 20px 0 40px 0;
}

/* .achivments h2 {
  text-transform: uppercase;
} */

.our-achievments {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.achivment-item {
	text-align: center;
	width: 370px;
	height: 78px;
	margin: 35px 0;
}

.achivment-item p {
	margin-top: 10px;
	font-size: 16px;
	position: relative;
}

.achivment-item span {
	background-color: #f9f9f9;;
	padding: 0 15px;
	font-size: 40px;
	color: #a4403e;
}

.achivment-item p::before {
	content: '';
	position: absolute;
	top: -31px;
	left: 0;
	background-color: #333;
	height: 1px;
	width: 100%;
	z-index: -1;
}

.element-animation {
	opacity: 0;
	transform: scale(0.5);
}

.element-show {
	opacity: 1;
	transition: all 5s;
	transition-delay: 0.2s;
	transform: scale(1);
}

/* .achivment-item {
  animation: growth 5s;
}
@keyframes growth {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */
.link-wrapper {
	text-align: center;

}

.link-container {
	display: inline-block;
	padding: 15px 10px;
	border: 1mm double black;
}

.achivments-link:hover {
	color: #a4403e;
}

/*--------------terms----------------*/
.terms {
	padding: 40px 0 40px 0;
}

/* .terms-title, */
/* .edition-title, */
.insurance-title,
.vacancies-title {
	text-align: center;
	padding: 30px 0;
	text-transform: uppercase;
}

/* .terms-title::first-letter, */
/* .edition-title::first-letter, */
.insurance-title::first-letter,
.vacancies-title::first-letter {
	color: #a4403e;
}

.terms-item {
	width: calc(100% / 3 - 20px);
	padding: 10px 15px;
	text-align: center;
	border: 3px solid black;
	margin-bottom: 30px;
}

.red-border {
	border-color: red;
}

.terms-item span {
	font-weight: bold;
}

.terms-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}

/*--------------edition----------------*/
.edition {
	padding: 40px 0;
	background-color: #f9f9f9;;
}

.insurance-title {
	color: white;
}

.edition-img {
	max-width: 1120px;
	width: 100%;
}

/*--------------insurance---------------*/

.insurance {
	padding: 30px 0 50px 0;
	background-color: #090808;
}

.insurance-img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*-------------vacancies----------------*/

.vacancies {
	padding: 30px 0 50px 0;
}

.vacancies p {
	text-align: center;
}

.vacancies p,
.vacancies li {
	line-height: 1.5;
	/* text-align: center; */
}

.vacancies ul {
	padding: 15px 0;
	list-style-position: inside;
}

.vacancies button {
	margin: 20px 0;
}

.vacancies-btn-container {
	text-align: center;
}

.open-resume {
	margin-top: 35px;
}


/*------------complited-projects---------------*/

.completed-projects {
	padding: 30px 0;
}


.projects-title::first-letter {
	color: inherit;
}


/*--------------page-contacts--------------*/

.page-contacts {
	padding: 30px 0;
}

.page-contacts-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
}

.page-contacts-container {
	padding-bottom: 40px;
}

.page-contacts-container p {
	line-height: 1.5;
}

.page-contacts-container p {
	padding: 15px 0;
}

.page-contacts-bank p {
	padding: 0;
}

.map-container {
	width: 80%;
}

.page-contacts-adress__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}

.page-contacts-adress__mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

.page-contacts-adress__phone a,
.page-contacts-adress__mail a {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-contacts-adress__phone a:hover,
.page-contacts-adress__phone a:focus,
.page-contacts-adress__mail a:hover,
.page-contacts-adress__mail a:focus {
	color: #A4403E;
}

/*----------politic-----------------*/
.politic {
	padding-bottom: 80px;
}

.politic-title {
	padding: 15px 0 5px 0;
}

.politic p {
	padding: 15px 0;
	line-height: 1.5;
}

.politic ul {
	list-style-type: none;
	padding: 15px 0;
	line-height: 1.5;
}

.politic li {
	padding: 5px 0;
	line-height: 1.5;
}

/*-------------------useful-----------------------*/
.useful p,
.useful ul {
	line-height: 1.5;
	padding: 15px 0;
}

.useful li {
	line-height: 1.5;
}


/*------------dev---------------*/

/*------------------------------*/


@media (max-width: 960px) {

	.info-adress,
	.info-btn,
	.info-contacts {
		display: none;
	}

	.header-wrapper {
		max-width: 720px;
		text-align: left;
	}

	.wrapper {
		max-width: 720px;
	}

	.info-logo {
		border: none;
	}

	.convert-info {
		display: flex;
	}

	.header-menu {
		display: none;
	}

	#sidebar {
		display: inherit;
	}


	.big-white,
	.subtitle {
		font-size: 38px;
	}

	.item-overlay:hover p {
		color: transparent;
	}

	.item-overlay:hover {
		background-color: rgba(58, 58, 58, 0.536);
	}

	.advantages-container {
		display: block;
	}

	.adventages-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	/* .occasions-item {
		 width: 90%;
	} */
	.occasions-title {
		text-align: center;
	}

	.occasions-item:last-child {
		padding-top: 0px;
		margin-left: 0;
	}

	.price-item {
		width: calc(100% / 2 - 7px);
	}

	.us-container p {
		font-size: 16px;
	}

	.our-achievments {
		flex-direction: column;
		align-items: center;
	}

	.terms-container {

		justify-content: center;
		/* flex-direction: column;
		align-items: center; */

	}

	.terms-item {
		width: 70%;
	}

	.articles-item-container {
		-ms-grid-columns: (1fr) [ 2 ];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.price-depending-container {
		flex-direction: column;
		align-items: center;
	}

	/* Чтобы не прыгал фон за попап окном (модалкой) */
	html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
		padding-right: 0 !important;
	}
}


@media (max-width: 550px) {

	.big-white,
	.subtitle,
	.occasions-title {
		font-size: 32px;
	}

	.expertise-btn-container .header-btn {
		width: 100%;
	}

	.consultation-form {
		padding-bottom: 50px;
	}

	.price-item {
		width: 100%;
	}

	.us-container {
		padding: 50px 0;
	}

	.achivment-item {
		width: 100%;
	}

	.terms-item {
		width: 100%;
	}

	.modal_box {
		padding: 25px;
	}

	.popmake-title {
		font-size: 5vw;
	}

	.articles-item-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 300px) {

	.occasions,
	.how,
	.partners,
	.footer,
	.competitive,
	.advantages,
	.expertise {
		overflow-x: scroll;
	}

	.edition {
		display: none;
	}

	.modal_box {
		padding: 25px 10px 10px 10px;
	}

	h3,
	h2,
	h1 {
		font-size: 9vw;
	}

	.articles-img-container {
		float: unset;
		display: flex;
		justify-content: center;
		padding: 7px;

	}
}

.table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #929292;
	border-collapse: collapse;
}

ol {
	margin-left: 20px;
}

.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}

.table td {
	border: 1px solid #929292;
	padding: 10px 20px;
	font-size: 16px;
}

.strong {
	font-weight: bold;
}

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

.background-row {
	background: #EEEEEE;
}


.price-depending-container {
	border-top: unset !important;
	border-bottom: unset !important;
}

.price-table-wrapper {
	/*   margin-bottom: 120px; */
	margin-bottom: 40px;
}

.pum-title {
	font-weight: 700 !important;
	font-size: 28px !important;
	color: #fff !important;
	font-family: "Roboto", sans-serif !important;
	margin-bottom: 30px !important;
	text-shadow: none !important;
}

.pum-container {
	background: #333333 !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 60px !important;
}

.pum-close {
	font-family: "Roboto", sans-serif !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	background: transparent !important;
}


.wpcf7-form textarea {
	border-radius: 0;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	border: 0;
	font-family: "Roboto", sans-serif;
	color: #7C7C7C;
}

.wpcf7-form input:placeholder,
.wpcf7-form textarea:placeholder {
	font-weight: 400;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: #7C7C7C;
}

#wpcf7-f53-o2 .modal-input,
#wpcf7-f52-o4 .modal-input,
#wpcf7-f54-o3 .modal-input {
	margin-bottom: 10px;
}

.wpcf7-form .modal-file {
	color: #fff;
	font-size: 12px !important;
	margin-top: 15px !important;
}

#wpcf7-f51-o1 form > p > span {
	width: 48%;
}

#wpcf7-f51-o1 form > p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modal-checkbox .first.last {
	margin: 0;
}

ul.modal-ul * {
	color: #fff;
}

ul.modal-ul {
	color: #fff;
	margin-bottom: 20px;
}

.modal-checkbox input {
	width: 16px;
	height: 16px;
}

.modal-checkbox span.wpcf7-list-item-label a:hover {
	text-decoration: none;
}

.flex-block .wpcf7-spinner {
	display: none;
}


.flex-block > p {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-top: 20px;
}

.modal-checkbox .first.last label > span {
	margin: 0 0 0 7px;
	text-align: left;
}

.wpcf7-response-output {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.modal-checkbox .first.last label {
	display: flex;
	align-items: flex-start;
}

.modal-checkbox span.wpcf7-list-item-label a {
	background: transparent;
	text-decoration: underline;
}

.modal-checkbox span.wpcf7-list-item-label,
p.modal-subtitle {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.flex-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1120px;
	padding: 20px 10px;
	margin: 0 auto;
}

.new-header *,
.new-footer * {
	font-family: "Roboto", sans-serif;
}

.logo-block {
	display: flex;
	align-items: center;
	gap: 5px;
}

.logo-desc {
	font-weight: 400;
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 6px;
}

.adr {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #252525;
}

.top-soc {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.top-soc a:hover path {
	fill: #333333;
}

.top-cont a:hover {
	color: #A4403E;
}

.top-cont .phn {
	margin-bottom: 10px;
}

.top-cont a {
	font-weight: 700;
	font-size: 16px;
	color: #252525;
}

.top-cont > div {
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.top-clb .header-btn:hover {
	background: transparent;
	color: #A4403E;
}

.new-header .top-clb .header-btn:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.top-clb .header-btn {
	width: 175px;
	height: 39px;
	line-height: 35px;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #A4403E;
}

.main-menu .header-menu-container > li {
	margin-right: 40px;
}

.main-menu a {
	font-weight: 400;
	font-size: 16px;
	display: block;
	padding: 5px 10px 5px 10px;
}

.header-menu-container .active a:after {
	content: '';
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -9px;
	left: 0;
	background: #A4403E;
}

.header-menu-container .active a {
	position: relative;
}

.main-menu {
	background: #5F5F5F;
	margin-bottom: 30px;
	position: relative;
}

.main-menu .header-menu {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}

.new-footer {
	background: #333333;
	padding: 60px 0;
}

.flex-foot {
	max-width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
}

.flex-foot > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f-logo-desc {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.t-logo {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.f-menu a:hover {
	opacity: 0.6;
}

.f-menu a {
	width: 20%;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.f-menu a:nth-child(4) {
	width: 30%;
}

.f-menu {
	display: flex;
	flex-wrap: wrap;
	width: 58%;
	gap: 20px;
}

.mflex {
	margin: 40px 0;
}

.mflex .phn a:hover,
.mflex .eml a:hover {
	opacity: 0.6;
}

.mflex .phn a,
.mflex .eml a {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.mflex .phn,
.mflex .eml {
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.mflex .top-soc a:hover {
	opacity: 0.6;
}

.mflex .top-soc a:hover path {
	fill: #A4403E;
}

.copy {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

a.f-pol:hover {
	opacity: 0.6;
}

a.f-pol {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.fadr .adr {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	align-items: flex-start;
}

.fadr .ic {
	padding-top: 3px;
}

.fadr {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.content-block h1 {
	margin-bottom: 40px;
}

.content-block {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}

.service-advantages > div {
	width: 19%;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #252525;
	margin-bottom: 40px;
}

.service-advantages {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-icon svg {
	height: 40px;
	margin-bottom: 10px;
}

.service-advantages .top-clb .header-btn:hover {
	background: #333333;
	color: #fff;
	border-color: #333333;
}

.content-block .text p {
	margin: 20px 0;
}

.content-block .text * {
	color: #252525;
	font-size: 16px;
}

.content-block .text h2 {
	font-size: 28px !important;
}

.serv-btn .header-btn {
	height: 39px;
	line-height: 35px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #A4403E;
}

.serv-btn .header-btn:hover {
	background: #333333;
	color: #fff;
	border-color: #333333;
}

.m-top120 {
	margin-top: 120px;
}

.m-bot120 {
	margin-bottom: 120px;
}

.serv-btn > div {
	padding-bottom: 0;
}

@media screen and (max-width: 1060px) {
	.f-menu {

		gap: 20px 0;
	}
}

@media screen and (max-width: 960px) {
	.main-menu {

		padding: 5px 10px;
	}

	.new-footer {

		padding: 30px 0;
	}

	.f-logo {
		width: 100%;
		margin-bottom: 20px;
	}

	.t-logo {

		justify-content: center;
	}

	.f-menu {
		width: 100%;
		justify-content: center;
	}

	.f-menu a:nth-child(4) {
		width: 25%;
	}

	.f-menu a {
		width: 25%;

		text-align: center;
	}

	.flex-foot > div.bflex {
		flex-direction: column-reverse;
		gap: 10px;
		text-align: center;
	}

	.service-advantages > div {
		width: 33%;

	}

}

@media screen and (max-width: 560px) {
	.flex-block > p {
		flex-direction: column;
		gap: 20px;
	}

	#wpcf7-f51-o1 form > p > span {
		width: 100%;
		margin-bottom: 10px;
	}

	.service-advantages > div {
		width: 100%;

	}

	.mflex {
		margin: 30px 0;
		flex-direction: column;
		gap: 10px;
	}

	.pum-container {

		padding: 20px !important;
	}

	.f-menu a:nth-child(4) {
		width: 33%;
	}

	.f-menu a {
		width: 33%;

	}
}

@media screen and (max-width: 520px) {
	.logo-block {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 15px;
	}

	.top-soc {

		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}

	.mflex .top-soc {
		margin-bottom: 0px;
	}

	.top-clb .header-btn {
		width: 149px;

	}
}


/*added 18 08 2025*/

.breadcrumbs {
	margin: 0 0 20px 400px;
}

@media screen and (max-width: 580px) {
	.breadcrumbs {
		margin: 0 0 0 0;
		padding-left: 10px;
	}
}

article .services-section a {
	color: #fff;
	border: 0;
}

article .services-section p {
	text-indent: initial;
	line-height: 1.2;
}

article .services-section img {
	padding: 0;
}

h1.service-h1 {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.services-section-pages .services-item-text table,
.services-section-pages .services-item-text .wp-block-list {
	display: none;
}

.services-section-pages .services-item-text {
	margin-top: 0;
}

.services-section-pages .services-item-text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	margin: 0;
	padding-top: 10px;
	color: #fff;
	opacity: 0.6;
}

.services-section-pages .services-item-bottom {
	margin-top: 40px;
}

.specialist-image {
	/*     float: right; */
	height: auto;
	margin-right: 30px;
	width: 300px;
}

.content-page hr {
	margin: 20px 0;
}

.content-page p {
	line-height: 20px;
}

.content-page {
	margin-bottom: 50px;
}

.content-page .h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.specialist-image {
		float: none;
		margin: 0;
		width: auto;
		max-width: 100%;
	}
}

.theicons {
	list-style: none;
	padding-left: 30px;
	background-image: url(/wp-content/uploads/2025/11/theicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	margin-bottom: 10px;
}

.tags a {
	width: 19%;
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	background: #A4403E;
	text-align: center;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 1.2%;
}

.tags a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

@media screen and (max-width: 700px) {
	.tags a {
		width: 49%;
	}
}

@media screen and (max-width: 400px) {
	.tags a {
		width: 100%;
	}
}

.price-description {
	margin-bottom: 40px;
}

.calc-pro input {
	font-size: 16px;
	padding: 10px;
	margin-top: 8px;
	width: 100%;
	border: 2px solid #a9a8a885;
	border-radius: 7px;
}

.calc-pro input:focus-visible {
	outline: none;
	border: 2px solid #a4403e;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.calc-pro select {
	padding: 10px;
	margin-top: 8px;
	width: 100%;
	font-size: 16px;
	border: 2px solid #a9a8a885;
	border-radius: 7px;
	cursor: pointer;
}

.calc-pro select:focus-visible {
	outline: none;
	border: 2px solid #a4403e;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.calc-pro select option:checked  {
	background: #a4403e;
	color: white;
	font-weight: bold;
}

.calc-pro p {
	margin-bottom: 10px;
}

.calc-pro table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #929292;
	border-collapse: collapse;
}

.calc-pro th {
	padding: 7px;
}

.calc-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.calc-fields > div {
	width: 45%;
}

.calc-fields-title {
	margin-bottom: 20px;
}

.calc-pro hr {
	border: 1px solid #f4f3f3;
}

.calc-wrapper {
	border: 1px solid #9292926b;
	padding: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 40px;
}

.top-clb .calc-btn {
	width: fit-content;
	padding: 0 20px;
	margin-bottom: 10px;
}

@media(max-width: 525px) {
	.calc-fields {
		gap: 0;
	}

	.calc-fields > div {
		width: 100%;
	}

	.calc-wrapper {
		padding: 20px;
	}
}

.sbcp-wrap{
	max-width:1280px;
	margin:40px auto;
	font-family:Arial,sans-serif;
}

.sbcp-header{
	margin-bottom:30px;
}

.sbcp-badge{
	display:inline-block;
	background:#f8d7da;
	color:#8b1e1e;
	padding:10px 16px;
	border-radius:40px;
	font-size:13px;
	font-weight:700;
	margin-bottom:16px;
}

.sbcp-title{
	font-size:42px;
	line-height:1.1;
	margin-bottom:15px;
	font-weight:700;
}

.sbcp-subtitle{
	font-size:16px;
	line-height:1.7;
	color:#666;
	max-width:900px;
}

.sbcp-grid{
	display:grid;
	grid-template-columns:1fr 420px;
	gap:30px;
	align-items:start;
}

.sbcp-card,
.sbcp-result-card{
	background:#fff;
	border-radius:22px;
	padding:35px;
	box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.sbcp-result-card{
	position:sticky;
	top:20px;
}

.sbcp-section-title{
	color:#8b1e1e;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:20px;
}

.sbcp-form-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	margin-bottom:35px;
}

.sbcp-field label{
	display:block;
	margin-bottom:10px;
	font-weight:600;
}

.sbcp-field input,
.sbcp-field select{
	width:100%;
	height:56px;
	border:1px solid #ddd;
	border-radius:14px;
	padding:0 15px;
	font-size:15px;
	box-sizing:border-box;
}

.sbcp-systems{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:14px;
	margin-bottom:35px;
}

.sbcp-system-item{
	border:1px solid #e5e5e5;
	border-radius:14px;
	padding:16px;
	display:flex;
	align-items:center;
	gap:12px;
}

.sbcp-price{
	font-size:52px;
	font-weight:700;
	margin:20px 0;
	color:#111;
}

.sbcp-result-desc{
	color:#666;
	line-height:1.6;
	margin-bottom:25px;
}

.sbcp-result-box{
	background:#f7f7f7;
	border-radius:18px;
	padding:20px;
	margin-bottom:25px;
}

.sbcp-result-row{
	display:flex;
	justify-content:space-between;
	padding:12px 0;
	border-bottom:1px solid #e4e4e4;
}

.sbcp-result-row:last-child{
	border-bottom:none;
}

.sbcp-btn{
	width:100%;
	height:58px;
	border:none;
	background:#8b1e1e;
	color:#fff;
	border-radius:16px;
	font-size:16px;
	font-weight:700;
	cursor:pointer;
	margin-bottom:25px;
}

.sbcp-btn:hover{
	background:#6e1414;
}

.sbcp-feature{
	margin-bottom:12px;
	line-height:1.5;
}

.sbcp-table{
	width:100%;
	border-collapse:collapse;
}

.sbcp-table th{
	background:#111;
	color:#fff;
	padding:16px;
	text-align:left;
}

.sbcp-table td{
	padding:16px;
	border-bottom:1px solid #eee;
}

.sbcp-total-row{
	background:#f4f4f4;
	font-weight:700;
}

@media(max-width:980px){

	.sbcp-grid{
		grid-template-columns:1fr;
	}

	.sbcp-form-grid,
	.sbcp-systems{
		grid-template-columns:1fr;
	}

	.sbcp-title{
		font-size:30px;
	}

}
