/*!
Theme Name: My new theme
Theme URI:
Author: Author site
Author URI:
Description: My new theme
Version: 3.5.6
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: my-new-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

body {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



.main-head .navbar-brand {
	white-space: normal;
	width: 350px;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 600;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.main-head .navbar-brand img {
	height: auto;
	width: 80px;
	float: left;
	margin: .5rem .5rem 0rem 0;
}
.main-head .navbar-brand span {
	display: block;
	color: #999;
	font-weight: normal;
	font-size: .9rem;
}
.phones_block {
	margin-right: 1rem;
	display: inline-block;
}
.phones_block a {
	font-weight: 500;
	font-style: normal;
	display: block;
	font-size: 25px;
	color: #3b4041;
	text-decoration: underline;
}
.phones_block div {
	color: #999;
	font-size: .9rem;
}
.phones_block a span i {
	font-size: 1.5rem;
	margin-right: .5rem;
}
.advenced-head nav {
	padding: 0;
}
.main-head nav .navbar-nav a.nav-link {
	background: #ee0031;
	color: #fff;
	border-radius: .5rem;
	margin-right: 1.5rem;
	padding: .4rem 1rem;
	font-size: 1.1rem;
}
.main-head nav .navbar-nav a.nav-link.active,
.main-head nav .navbar-nav a.nav-link:focus,
.main-head nav .navbar-nav a.nav-link:hover,
.main-head nav .navbar-nav a.nav-link:active {
	text-decoration: none;
	color: #fff;
	background: #c7022a;
}
.link_call {
	background-image: linear-gradient(61deg, #ee0031 0, #d56980);
	box-shadow: 0 4px 22px 4px rgb(70 81 86 / 17%);
	background-color: #ee0031;
	padding: 0.2rem 1.5rem;
	border-radius: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .5s;
	font-size: .9rem;
	border: 1px solid transparent;
	display: inline-block;
}
.link_call:hover,
.link_call:active,
.link_call:focus {
	border: 1px solid #fff;
	color: #fff;
}
.page-content__wrap {
	min-height: 600px;
	margin-bottom: 3rem;
}
.content {
	min-height: 600px;
	margin-bottom: 3rem;
}
.footer-services {
	background: linear-gradient(90deg, #d53a5abd, #ff9597, #ffa492, #ff836f);
	padding: 1.5rem;
	color: #000;
}
.footer-services .footer-descriprion h3,
.footer-services .footer-descriprion p {
	color: #000;
}
.footer-services .footer-services-logo {
	white-space: normal;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	box-sizing: border-box;
	text-decoration: none;
}
.footer-services .footer-services-logo img {
	height: auto;
	width: 70px;
	float: left;
	margin: 0 1rem 1.5rem 0;
	background: #fff;
	padding: .2rem;
	border-radius: 1rem;
}
.footer-services .footer-services-logo div {
	margin-top: 1rem;
}
.footer-services .footer-services-logo span {
	display: block;
	font-weight: normal;
	font-size: .9rem;
}
.link-call-footer {
	box-shadow: 0 4px 22px 4px rgb(70 81 86 / 17%);
	background-color: #fff;
	padding: 0.5rem 2.5rem;
	border-radius: 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .5s;
	color: #3a3a3a;
	border: 1px solid #fff;
	margin: 2rem 0;
	display: inline-block;
}
.link-call-footer:hover, .link-call-footer:active, .link-call-footer:focus {
	border: 1px solid #eee;
	color: #111;
}
.phones_block-footer {
	margin-left: 1.5rem;
	display: inline-block;
}
.phones_block-footer a {
	font-weight: 500;
	font-style: normal;
	display: block;
	font-size: 20px;
	color: #000;
	text-decoration: underline;
}
.phones_block-footer a:focus,
.phones_block-footer a:hover,
.phones_block-footer a:active {
	color: #EDEDED;
}
.phones_block-footer div {
	color: #000;
	font-size: .9rem;
}
.section-hr {
	display: block;
	width: 100%;
	text-align: center;
	margin: 2.5rem 0;
}
.section-hr > div {
	border-bottom: 1px solid #dbdbdb;
	width: 40%;
	margin: 0 auto;
	position: relative;
	height: 1px;
}
.section-hr > div i {
	position: absolute;
	margin-top: -8px;
	color: #dbdbdb;
}
.footer-services-advanced h4 {
	font-size: 1.3rem;
	font-weight: bold;
}
.footer-services-advanced p {
	font-size: .9rem;
}
.footer-services-services {
	background: #eeee;
	margin-bottom: 2rem;
	padding: 2rem 0;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-image: url("/wp-content/uploads/2024/12/back_main-min-min-min.jpg");
	color: #fff;
	text-align: center;
}
.footer-services-services h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.footer-services-services .services-item {
	margin-bottom: 1rem;
	padding: 1rem;
	background: #f56985c7;
	border-radius: .5rem;
}
.main_page_content_d {
	margin-bottom: 2rem;
}
.navigation_contacts_block {
	padding: 0;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	background-size: cover;
}
.navigation_contacts_block-map {
	padding: 0;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	background-size: 70%;
}
.navigation_map_code {
	width: 100%;
	height: 100%;
	display: block;
	min-height: 230px;
	background-position: center center;
	background-repeat: no-repeat;
}
.map-panel-navigation {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.map-panel-navigation h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	display: block;
}
.map-panel-navigation p {
	font-size: 1.4rem;
	margin-top: 1rem;
}
.map-panel-navigation p i {
	margin-right: .5rem;
	color: #36aff4;
	font-size: .8rem;
	position: relative;
	top: -1px;
}
.navigation_contacts_block a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.3rem;
}
.navigation_contacts_block a:hover,
.navigation_contacts_block a:focus,
.navigation_contacts_block a:active {
	color: #fff3cd;
}
.main-services-info {
	margin-bottom: 2rem;
}
.main-services-info_item {
	padding: 1rem 1.5rem;
	border-radius: 1rem;
	margin-bottom: .5rem;
	background: #efefef;
}
.main-services-info_item h4 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.btn-main-more {
	background-image: linear-gradient(61deg, #ee0031 0, #d56980);
	color: #fff;
	padding: .3rem 1.5rem;
	border-radius: .3rem;
	display: inline-block;
}
.btn-main-more i {
	margin-right: .5rem;
	color: #fff;
}
.btn-main-more:hover,
.btn-main-more:active,
.btn-main-more:focus {
	opacity: .9;
	text-decoration: none;
	color: #fff;
}
.flare-button {
	overflow: hidden;
	position: relative;
}
.flare-button:after {
	content: "";
	display: block;
	width: 20px;
	height: 200px;
	margin-left: 50px;
	background: #fff;
	background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 0.5) 100%
	);
	left: -40px;
	top: -100px;
	z-index: 1;
	transform: rotate(45deg);
	position: absolute;
	animation: movingFlare 5s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
	0% {
		left: -30px;
		margin-left: 0px;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	100% {
		left: 110%;
		margin-left: 80px;
	}
}





#footer {
	background-color: #2C3235 !important;
	color: #fff;
	padding: 3rem 0 0;
}
#footer a {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover {
	color: #EDEDED;
}
#footer .menu-item a[aria-current=page] {
	color: #fff !important;
	text-decoration: underline;
}
.footer-descriprion h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 1rem;
	color: #fff;
}
.footer-descriprion p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.footer__copy {
	font-size: .8rem;
	margin: 0;
	text-align: center;
}
.footer-title {
	color: #ccc;
	font-size: 1.1rem;
	margin-bottom: .5rem;
	margin-top: 0;
}
.footer-menu__ul {
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}
.footer-menu__ul li {
	margin-bottom: .3rem;
}
.menu-footer__wrap {
	margin: 0;
	padding: 0;
}
.menu-footer__wrap li {
	display: inline-block;
}
.menu-footer__wrap li a {
	font-size: 1.1rem;
	margin-right: 1rem;
}

@media only screen and (max-width : 768px) {
	.footer-services-services h1 {
		font-size: 1.4rem;
	}
	.footer-services-services span {
		margin: 0 .3rem .3rem 0;
		font-size: .9rem;
	}
	.main-head nav .navbar-nav a.nav-link {
		margin-bottom: .5rem;
		text-align: center;
		margin-right: 0;
	}
	#menu-header-menu {
		margin-top: 1rem;
	}
	.link_call {
		display: block;
		padding: .5rem 0;
		text-align: center;
		line-height: inherit;
	}
}