/*
Theme Name: promomet
Author: danilovmaster
Author URI: https://site-in-right-way.website/
Description: base themes - twenty-twenty from wordpress.org 
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");

body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: Montserrat;
	color: #000;
	font-style: normal;
	font-weight: normal;
}
* {
	box-sizing: border-box;
}
.container,
.container-full,
main#site-content {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: auto;
}
.container,
main#site-content {
	max-width: 1920px;
}
main#site-content.inner_page_content {
    margin-bottom: 2rem;
}
main#site-content.inner_page_content:has(+ section.advantages),
main#site-content.inner_page_content:has(+ footer) {
    margin-bottom: 0;
}
.container-full {
	max-width: 100%;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex.wrap {
	flex-wrap: wrap;
}
.align-items-top {
	align-items: flex-start;
}
.fb-20 {
	flex-basis: 20%;
}
.fb-25 {
	flex-basis: 25%;
}
.fb-30 {
	flex-basis: 30%;
}
.fb-33 {
	flex-basis: 33.33%;
}
.fb-35 {
	flex-basis: 35%;
}
.fb-40 {
	flex-basis: 40%;
}
.fb-45 {
	flex-basis: 45%;
}
.fb-50 {
	flex-basis: 50%;
}
.fb-55 {
	flex-basis: 55%;
}
.fb-60 {
	flex-basis: 60%;
}
.fb-65 {
	flex-basis: 65%;
}
.fb-70 {
	flex-basis: 70%;
}
.fb-75 {
	flex-basis: 75%;
}
.fb-80 {
	flex-basis: 80%;
}
.fb-100 {
	flex-basis: 100%;
	width: 100%;
}
.relative {
	position: relative;
}
.width-60 {
	width: 60%;
	margin: 0 auto 0 0;
}
.hide-desktop {
	display: none !important;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #000;
    transition: none;
}
a:hover {
    text-shadow: 0 0 1px currentColor;
}
h1,
h2.white,
.solution h3 {
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 86px;
	letter-spacing: 0em;
	color: #fff;
}
body:not(.home) h1 {
	color: #000;
	text-align: center;
}
body.privacy-policy h1 span {
	display: block;
}
h1,
h2 {
	text-align: left;
}
h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 49px;
	color: #000;
}
h2.white,
.solution h3 {
	text-align: center;
}
h4,
p,
full-service h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	color: #000;
}
button:hover,
.button:hover,
.buttonlike:hover {
    text-shadow: 0 0 0 currentColor;
    filter: brightness(110%);
}
.social {
	width: 239px;
	padding: 0;
}
.social img {
	width: 60px;
}
.coscety {
    position: fixed;
    right: 0px;
    top: 50vh;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(255 255 255 / 0.5);
    padding:10px 10px;
}
.coscety img {
    width: 40px !important;
    margin-bottom: 8px;
}
video {
	width: 100%;
}
form {
	text-align: center;
}
form input,
form textarea {
	/*width: 420px;*/
	width: 370px;
	height: 76px;
	/*margin: 0 17px;*/
	background: #fff;
	color: #737373;
	border: none;
	vertical-align: middle;
	font-family: Montserrat;
	font-size: 1.125rem;
}
form input {
	padding: 0 0 0 23px;
}
form textarea {
	padding: 24px 0 0 23px;
}
form textarea,
form input::placeholder {
	font-size: 1.125rem;
	/*font-size: 20px;*/
	line-height: 24px;
	font-family: Montserrat;
}
form input[type="submit"] {
	background: #cc2129;
	color: #fff;
	padding: 0;
	text-align: center;
	font-size: 1.125rem;
	cursor: pointer;
}
form .form-pp {
	text-align: left;
	/*max-width: 420px;*/
	max-width: 370px;
	margin: 31px 0 auto auto;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
form .form-pp span {
	display: block;
}
form .form-pp a {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 0.1px solid #fff;
}

.form_layout {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-width: 100vw;
}
.form_layout .form_user_agreement {
	/*width: 420px;*/
	width: 370px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 0.75rem;
	font-weight: 400;
	color: #000;
}
.form_layout .form_user_agreement * {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}
.form_layout .form_user_agreement a {
	white-space: nowrap;
	text-shadow: 0 0 1px currentColor;
}
.form_layout .form_user_agreement a:hover {
	text-decoration: underline;
}

.form_large.form_horizontal {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.form_large.form_horizontal .form_user_agreement {
	grid-area: 2 / 1 / span 1 / span 4;
	width: 100%;
	padding: 0.75rem 1.5rem;
	background-color: #fff;
	text-align: center;
}
.form_large.form_horizontal input, form textarea {
	width: 100%;
}

.click-request {
	width: 364px;
	height: 76px;
	display: block;
	background: #cc2129;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	padding: 22px 0;
	color: #ffffff;
	cursor: pointer;
}
.click-request_2 {
	width: 364px;
	height: 76px;
	display: block;
	background: #cc2129;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	padding: 22px 0;
	color: #ffffff;
	cursor: pointer;
}
.entry-title {
    font-size: 2.5rem;
    line-height: 1.25;
    margin: 0 0 1.5rem;
}
.entry-content {
	font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
.entry-content :is(p, ul, ol, table) {
	margin-bottom: 1em;
}
.entry-content a {
	text-shadow: 0 0 1px currentColor;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content ul {
	padding-left: 2rem;
	list-style-type: disc;
}
.entry-content ol {
	padding-left: 2rem;
}
.entry-content ol > li::marker {
	font-weight: 700;
}
.entry-content li {
	margin-bottom: 0.5em;
}
.entry-content *:last-child {
	margin-bottom: 0;
}

.entry-content ul.privacy,
.entry-content ul.privacy ul {
	list-style-type: none;
}
.entry-content ul.privacy {
	padding-left: 0;
}
.entry-content ul.privacy li ul {
	padding: 0 0 0 100px;
}
.entry-content ul.privacy li ul li ul {
	padding: 0;
}
.entry-content ul.privacy li ul h4 {
	margin: 20px 0 0 0px;
}
.entry-content ul.privacy li p {
	margin: 20px 0;
}


.term_posts_links {
    margin-top: 3rem;
}
.term_posts_links a {
    font-size: 1.25rem;
    font-weight: 600;
}
.term_posts_links a:hover {
    text-decoration: underline;
}


.breadcrumbs_container {
    padding-top: 1.5rem;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.125rem;
}
.breadcrumbs_separator {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.125rem;
    border-radius: 50%;
    background-color: #8e8f92;
}
.breadcrumbs_link {
    color: #2b2f35;
}
.breadcrumbs_link:has(a) {
    color: #8e8f92;
}
.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}


.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	height: 135px;
	padding: 26px 0;
	background: #fff;
	z-index: 1;
}
.header_fixed {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header__nav {
    flex-grow: 1;
}
.header__nav ul {
    gap: 1rem;
}
.header__logo,
.footer__logo {
	position: relative;
}
.header__logo a,
.footer__logo a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.footer__logo img {
    padding-right: 1rem;
}
.header__menu_mob {
	display: none;
}
.fancybox-navigation .fancybox-button--arrow_right div, .fancybox-navigation .fancybox-button--arrow_left div{
	display: none !important;
}
.fancybox-slide--image .fancybox-content {
	max-width: 1111px !important;
	width: 80% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	height: auto !important;
}
.fancybox-button {
	top: 50% !important;
}
.fancybox-image {
	height: auto !important;
	position: relative !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	width: 56px !important;
	height: 56px !important;
	background: url(../img/arrow-right.svg) center no-repeat;
	background-clip: initial;
	direction: initial;
	padding: 0px !important;
	opacity: 1 !important;
	visibility: visible !important;
	right: 50% !important;
	transform: translateX(650px);
}
.fancybox-navigation .fancybox-button--arrow_left {
	width: 56px !important;
	height: 56px !important;
	background: url(../img/arrow-left.svg) center no-repeat;
	background-clip: initial !important;
	direction: initial !important;
	padding: 0px !important;
	opacity: 1 !important;
	visibility: visible !important;
	left: 50% !important;
	transform: translateX(-650px);
}
.header ul li :is(a, span),
.footer ul li :is(a, span) {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
    transition: none;
}
.header ul li a,
.header__last {
	text-align: center;
}
.header__last a,
.footer__last a {
	font-family: Montserrat;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #cc2129;
}
.header__last div,
.footer__last div {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	transform: rotate(-0.09deg);
	display: block;
	cursor: pointer;
	padding: 0 0 0 29px;
	margin: 12px 0 0 0;
}
.header__last div img,
.footer__last div img {
	display: inline-block;
	vertical-align: middle;
	max-width: 32px;
	margin: 0 15px 0 0;
}


/* ТИТУЛЬНЫЙ БАННЕР - старый кривой с видео */
.mounting {
	position: relative;
}
.mounting video {
	margin: -135px -0 0;
}
.mounting h1.mounting__title {
	margin: 310px 0 95px;
    text-align: left;
    font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 86px;
	letter-spacing: 0em;
	color: #fff;
}
.mounting h1 span {
	display: block;
}
.mounting__except-video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
    background: top center / cover no-repeat url('../img/mounting-fallback-background.jpg');
}
.mounting__click {
	width: 364px;
	height: 76px;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #ffffff;
	background: #cc2129;
}
.mounting__last {
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.mounting .social {
	margin: 0 0 0 120px;
}
.mounting__click {
	width: 765px;
	height: 144px;
	font-size: 22px;
	line-height: 28px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 123px;
	color: #000;
	font-weight: 400;
}


/* ТИТУЛЬНЫЙ БАННЕР - новый */
.mainbanner_section {
    display: flex;
    flex-direction: column;
    aspect-ratio: 16 / 9;
    /*height: 67rem;*/
    min-height: max-content;
    margin-top: -135px;
    background: top center / cover no-repeat url('../img/mounting-fallback-background.jpg');
}

.mainbanner_top_container {
    margin: 0 auto;
}
.mainbanner_top_layout {
    display: flex;
    flex-direction: column;
    gap: 5.875rem;
    padding: 19.375rem 0 1rem;
}
.mainbanner_title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 4rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
}
.mainbanner_button span.click-request {
    display: block;
    width: 22.75rem;
    height: 4.75rem;
    background: #cc2129;
    text-align: center;
    text-transform: none;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 1.375rem 0;
    color: #ffffff;
    cursor: pointer;
}

.mainbanner_bottom_container {
    margin: auto 0 0;
}
.mainbanner_bottom_layout {
    display: flex;
    border-top: 1px solid #fff;
}
.mainbanner_note {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 47.875rem;
    height: 9rem;
    min-height: max-content;
    margin-left: auto;
    padding: 1.875rem 7.625rem;
    background: #fff;
    font-size: 1.375rem;
    line-height: 1.25;
    font-weight: 400;
    color: #000;
}


.advantages,
.stages-of-work {
	padding: 154px 0 0;
}
.advantages h2,
.stages-of-work h2 {
	margin: 0 0 154px;
}
.advantages ul li {
	padding: 0;
	margin: 0 0 100px;
	position: relative;
}
.advantages ul li img {
	max-width: 137px;
	max-height: 117px;
	flex-basis: 21%;
}
.advantages__h3_h4 {
	flex-basis: 79%;
}
.advantages h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	margin: 0;
	color: #cc2129;
}
.advantages h4 {
	margin: 10px 0 0;
}
.advantages h4 span {
	display: block;
}
.full-service {
	background: url(/wp-content/uploads/2021/12/full-service_xl.webp) no-repeat 0 0;
	background-size: cover;
	height: 771px;
	padding: 124px 0 0;
}
.full-service h2 {
	margin: 0 0 72px;
}
/*.full-service span:not(.wpcf7-form-control-wrap) {
	display: block;
}*/
.wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 0.75rem 1.5rem;
	background-color: #fff;
}
.full-service h3 {
	color: #fff;
	margin: 0 0 100px;
	text-align: center;
	font-weight: 300;
}
.stages-of-work h3 {
	font-weight: 600;
	font-size: 68px;
	line-height: 83px;
	position: relative;
	color: #cc2129;
	margin: 0 0 36px;
}
.stages-of-work h3:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 44px;
	right: 0;
	bottom: 50%;
	height: 1px;
	width: 283px;
	background: #000;
}
.stages-of-work ul {
	margin: 0;
}
.stages-of-work p {
	width: 90%;
}
.about {
	position: relative;
	padding: 186px 0 0;
	overflow-x: hidden;
}
.about__mob {
	display: none;
}
.about h2 {
	margin: 0 0 140px;
}
.about h3 {
	color: #cc2129;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
}
.about h3 span {
	font-weight: 600;
	font-size: 120px;
	line-height: 146px;
}
.about__img {
	position: absolute;
	right: 0;
	top: 326px;
	z-index: 1;
	width: 100%;
}
.about__img img {
	display: block;
	max-width: 70%;
	margin: 0 0 0 auto;
}
.about__img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	top: 0;
	left: 0;
}
.about__img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	left: 0;
}
.about_text {
	margin: 189px auto 171px;
}
.about_text p span {
	display: block;
}
.works {
	padding: 163px 0;
	position: relative;
}
.works h2 {
	margin-bottom: 86px;
}
.work__wrap {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	padding-bottom: 51px;
}
.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 15px;
    width: 98%;
}
.swiper-scrollbar-drag {
	background: #000 !important;
}
.works .works__item {
	display: block;
	height: 448px;
	position: relative;
}
.works__photo {
	text-align: center;
	height: 100%;
	overflow: hidden;
}
.works__photo img {
	height: 100%;
	max-width: initial;
	min-width: 100%;
	object-fit: cover;
}
.works .works__item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
.works .works__item .overlay .works__name {
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #ffffff;
}
.works .works__item .overlay .works__more {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 138px;
	color: #ffffff;
	text-decoration: underline;
}
.black {
	padding: 88px 0;
	background: #131313;
}
.black p {
	color: #fff;
}
.black h3 {
	font-weight: 500;
	font-size: 64px;
	line-height: 135%;
	/* or 86px */

	text-align: center;

	color: #ffffff;
}
.solution {
	background: url(../img/solution.png) no-repeat 0 0;
	background-size: cover;
	height: 464px;
	padding: 140px 0;
}
.solution h2 {
	margin: 0 auto;
	font-size: 58px;
}
/* .solution h2:after{
	content: url(img/arrow.svg);
	width: 44px;
	height: 21px;
	text-align: center;
	display: block;
	position: absolute;
	left: calc(50% - 44px);
	margin: 134px auto 0;
} */
.solution p {
	color: #fff;
}
.solution__p {
	text-align: center;
	margin: 84px auto 96px;
}
.footer {
	padding: 162px 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer_container ul:not(.social) li {
	margin: 0 auto 24px;
	padding: 0;
}
.footer_container ul:not(.social) li:last-child {
	margin: 0 auto 0;
}
.footer__copyright span {
	display: block;
}
.footer__social:not(:has(> *)) {
	display: none;
}
.footer .social li {
	margin: 0 0 0 30px;
}
.footer ul.social {
	margin: -60px 0 0 auto;
}
.footer__dev {
	align-self: center;
	text-align: center;
}
.footer__dev img {
	display: inline-block;
	vertical-align: middle;
	height: 1.25em;
	margin: 0 0 0px 20px;
}

.footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	width: 100%;
	margin-top: 3rem;
    font-size: 1.125rem;
    line-height: 2em;
	font-weight: 300;
}
.footer_bottom_middle {
    text-align: center;
}
.footer_bottom_right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer_bottom :is(div, p, span, a) {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.seolinks_section {
    margin-top: 3rem;
}
.seolinks_menu .wp-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.875rem 2rem;
}
.seolinks_menu .wp-menu a {
    text-decoration: underline;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
}


* > iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.content_grid {
    display: grid;
    grid-template-columns: repeat(var(--grids), 1fr);
    gap: 1em;
}

.location_map .container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
section.location_map iframe {
    aspect-ratio: 2.5 / 1;
}

.post-inner {
    margin: 0 auto;
}


/* INFINITY COPYRIGHT */
.copyright_infinity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.375em;
}
.copyright_infinity a {
    line-height: 1em;
    color: inherit;
}
.copyright_infinity a:has(img) {
    flex-shrink: 0;
    line-height: 0;
}
.copyright_infinity img {
    width: 1.25em;
    height: 1.25em;
    /*filter: saturate(0) brightness(10); */
}

@media(min-width: 600px) {
    .coscety {
        position: fixed;
        right:0px;top: 50vh;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        background-color: rgba(255 255 255 / 0.5);
        padding: 10px 10px;
    }
    .coscety img {
        width: 25px;
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 1600px) {
	.container,
	.section-inner.medium,
	.post-inner.thin {
		padding: 0 70px;
	}
}
@media screen and (min-width: 1800px) {
	.container,
	.section-inner.medium,
	.post-inner.thin {
		padding: 0 120px;
		max-width: 2000px;
	}
}
@media screen and (max-width: 1800px) {
	form input,
	form textarea {
		/*width: 22.5%;*/
		width:100%;
		margin: 0 1%;
		height: 70px;
	}
	form .form-pp {
		font-size: 12px;
		max-width: 350px;
	}
	.about__img img {
		max-width: 68%;
	}
}
@media screen and (max-width: 1600px) {
	.container,
	.section-inner.medium,
	.post-inner.thin {
		max-width: 1300px;
		padding: 0 50px;
	}
	h1,
	h2.white,
	.solution h3 {
		font-size: 46px;
		line-height: 61px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	h4,
	p,
	full-service h3,
	form input::placeholder,
	body:not(.home) ul li,
	body:not(.home) ol li {
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
	}
	.social {
		width: 210px;
	}
	.social img {
		width: 50px;
	}
	.header {
		height: 105px;
		padding: 21px 0;
	}
	.header__logo img {
		max-width: 180px;
	}
	.header ul li :is(a, span),
	.footer ul li :is(a, span),
	.header__last div,
	.footer__last div,
	form input,
	form textarea,
	.mounting__click,
	.click-request {
		font-size: 14.9px;
		line-height: 22px;
	}
	.header__last :is(a, span),
	.footer__last :is(a, span) {
		font-size: 21px;
		line-height: 2px;
	}
	.header__last div,
	.footer__last div {
		padding: 0 0 0 25px;
		margin: 0.75rem 0 0;
	}
	.header__last div img,
	.footer__last div img {
		max-width: 27px;
	}
	.mounting video {
		margin: -125px -0 0;
	}
	.mounting h1.mounting__title {
		margin: 200px 0 50px;
	}
	.click-request {
		width: 263px;
		height: 59px;
		padding: 19px 0;
	}
	.mounting__click {
		width: 550px;
		height: 110px;
		padding: 30px 73px;
	}
    
    .mainbanner_section {
        margin-top: -105px;
    }
    .mainbanner_top_layout {
        padding-top: 12.5rem;
        gap: 3.125rem;
    }
    .mainbanner_button span.click-request {
        width: 16.375rem;
        height: 3.625rem;
        padding: 1.125rem 0;
        font-size: 1rem;
        line-height: 1.35;
    }
    .mainbanner_note {
        width: 34.375rem;
        height: 6.875rem;
		padding: 1.875rem 4.25rem;
        font-size: 1rem;
        line-height: 1.35;
    }
    
	.advantages,
	.stages-of-work {
		padding: 100px 0 0;
	}
	.advantages h2,
	.stages-of-work h2 {
		margin: 0 0 100px;
	}
	.advantages h3 {
		font-size: 26px;
	}
	.advantages__h3_h4 {
		flex-basis: 77%;
	}
	.advantages ul li img {
		max-width: 92px;
		max-height: 80px;
		flex-basis: 21%;
	}
	.advantages ul li:nth-child(1) img {
		max-width: 110px;
		max-height: 100px;
	}
	.stages-of-work h3:after {
		width: 202px;
	}
	.full-service {
		height: 650px;
		padding: 100px 0 0;
	}
	.stages-of-work h3 {
		font-size: 50px;
		line-height: 70px;
		margin: 0 0 30px;
	}
	.about {
		padding: 125px 0 0;
	}
	.about h2 {
		margin: 0 0 100px;
	}
	.about__img {
		top: 271px;
	}
	.about__img img {
		max-width: 67%;
	}
	.about h3 span {
		font-size: 110px;
	}
	.about_text {
		margin: 140px auto;
	}
	.solution {
		padding: 120px 0 0;
	}
	.solution h2 {
		margin: 0 auto;
	}
	.solution h2:after {
		margin: 84px auto 0;
	}
	.footer {
		padding: 120px 0 100px;
	}
	.footer_container ul:not(.social) li {
		margin: 0 auto 28px;
	}
	.footer_container .social li {
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width: 1300px) {
	.container,
	.section-inner.medium,
	.post-inner.thin {
		max-width: 90%;
		padding: 0 20px;
		margin: auto;
	}
	h1,
	h2.white,
	.solution h3 {
		font-size: 41px;
		line-height: 59px;
	}
	h4,
	p,
	full-service h3,
	form input::placeholder,
	body:not(.home) ul li,
	body:not(.home) ol li {
		font-size: 14.9px;
		line-height: 16px;
	}
	.click-request {
		width: 243px;
		height: 59px;
	}
	form input,
	form textarea {
		height: 59px;
	}
	.social {
		width: 200px;
	}
	.social img {
		width: 40px;
	}
	.header {
		height: 105px;
	}
	.header__logo img {
		max-width: 165px;
	}
	.header ul li :is(a, span),
	.footer ul li :is(a, span),
	.header__last div,
	.footer__last div,
	form input,
	form textarea,
	.mounting__click,
	.click-request {
		font-size: 12.9px;
		line-height: 16px;
	}
	.header__last :is(a, span),
	.footer__last :is(a, span) {
		font-size: 19px;
		line-height: 20px;
	}
	.mounting video {
		margin: -105px -0 0;
	}
	.mounting h1.mounting__title {
		margin: 120px 0 70px;
	}
	.mounting__click {
		width: 480px;
		height: 110px;
	}
    
    .mainbanner_top_container {
        margin: 0 auto;
    }
    .mainbanner_top_layout {
        padding-top: 7.5rem;
        gap: 4.375rem;
    }
    .mainbanner_button span.click-request {
        width: 15.125rem;
        font-size: 0.875rem;
    }
    .mainbanner_note {
        width: 30rem;
        padding: 1.875rem 3rem;
        font-size: 0.875rem;
    }

	.advantages h2,
	.stages-of-work h2 {
		margin: 0 0 110px;
	}
	.advantages h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.advantages ul li img {
		max-width: 80px;
		max-height: 79px;
		flex-basis: 20%;
	}
	.advantages ul li:nth-child(1) img {
		max-width: 110px;
		max-height: 103px;
		flex-basis: 20%;
	}
	.advantages__h3_h4 {
		flex-basis: 77%;
	}
	.full-service {
		height: 630px;
		padding: 90px 0 0;
	}
	.stages-of-work h3 {
		font-size: 47px;
	}
	.stages-of-work h3:after {
		width: 180px;
		margin: 0 0 0 20px;
	}
	.about {
		padding: 100px 0 0;
	}
	.about__img {
		top: 246px;
	}
	.about h2 {
		margin: 0 0 100px;
	}
	.about h3 {
		margin: 0 0 7px;
	}
	.about h3 span {
		font-size: 100px;
	}
	.about__img img {
		max-width: 67%;
	}
	.about_text {
		margin: 120px auto;
	}
	.solution {
		padding: 140px 0 0;
	}
	.solution h2 {
		margin: 0 auto;
	}
	.solution__p {
		margin: 59px auto 78px;
	}
	.footer {
		padding: 90px 0 81px;
	}
    .footer__logo {
        flex: 1 0 100%;
        width: 100%;
        margin-bottom: 2rem;
    }
	.footer .social li {
		margin: 0 0 0 10px;
	}
    .footer_bottom {
        font-size: 0.875rem;
    }
    .seolinks_menu .wp-menu {
        row-gap: 0.5rem;
    }
    .seolinks_menu .wp-menu a {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 1100px) {
    .entry-title {
        font-size: 2.5rem;
    }
	.fancybox-slide--image .fancybox-content {
		max-width: 80% !important;
		width: 80% !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		height: auto !important;
	}
	.fancybox-button {
		top: 50% !important;
	}
	.fancybox-image {
		height: auto !important;
		position: relative !important;
	}
	.fancybox-navigation .fancybox-button--arrow_right {
		width: 36px !important;
		height: 36px !important;
		background: url(../img/arrow-right.svg) center no-repeat;
		background-clip: initial;
		direction: initial;
		padding: 0px !important;
		opacity: 1 !important;
		visibility: visible !important;
		right: 10px !important;
		transform: initial;
		background-size: contain !important;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
		width: 36px !important;
		height: 36px !important;
		background: url(../img/arrow-left.svg) center no-repeat;
		background-clip: initial !important;
		direction: initial !important;
		padding: 0px !important;
		opacity: 1 !important;
		visibility: visible !important;
		left: 10px !important;
		transform:initial !important;
		background-size: contain !important;
	}

	.container,
	.section-inner.medium,
	.post-inner.thin {
		max-width: 100%;
		padding: 0 50px;
	}
	h2.white,
	.solution h3,
	.black h3 {
		font-size: 38px;
		line-height: 70px;
	}
	h4,
	p,
	full-service h3,
	form input::placeholder,
	body:not(.home) ul li,
	body:not(.home) ol li {
		font-size: 14px;
	}
	.header ul li :is(a, span),
	.footer ul li :is(a, span),
	.header__last div,
	.footer__last div,
	form input,
	form textarea,
	.mounting__click,
	.click-request {
		font-size: 9px;
		line-height: 12px;
	}
	.header__last :is(a, span),
	.footer__last :is(a, span) {
		font-size: 17px;
		line-height: 20px;
	}
	.mounting__click {
		width: 45%;
		height: 114px;
		padding: 30px 73px;
		font-size: 16px;
	}
	.advantages ul li img {
		max-width: 101px;
		max-height: 101px;
		flex-basis: 25%;
	}
	.advantages__h3_h4 {
		flex-basis: 75%;
	}
	.advantages h3 {
		font-size: 20px;
	}
	.stages-of-work h3 {
		font-size: 56px;
	}
	.stages-of-work h3:after {
		width: 180px;
	}
	.about h3 {
		margin: 0 0 -40px;
		font-size: 25px;
	}
	.about h3 span {
		font-size: 79px;
	}
	.solution h2 {
		margin: 0 auto;
	}
	.footer_container ul:not(.social) li {
		margin: 0 auto 33px;
	}
    .footer_bottom {
        font-size: 0.75rem;
    }
    .seolinks_menu .wp-menu {
        row-gap: 0.25rem;
    }
    .seolinks_menu .wp-menu a {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 1000px) {
	.container,
	.section-inner.medium,
	.post-inner.thin {
		max-width: 100%;
		padding: 0 50px;
	}
	.fb-md-100 {
		flex-basis: 100%;
	}
	ul {
		padding: 0;
	}
	h1,
	h2.white,
	.solution h3,
	.black h3 {
		font-size: 22px;
		line-height: 27px;
	}
	h1,
	h2 {
		text-align: center;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	h2.white,
	.solution h3 {
		text-align: left;
	}
	h3 {
		text-align: center;
		font-size: 18px;
		line-height: 22px;
	}
	h4,
	p,
	full-service h3,
	form input::placeholder,
	body:not(.home) ul li,
	body:not(.home) ol li {
		font-size: 14px;
		line-height: 18px;
	}
    .entry-title {
        font-size: 2rem;
    }
	.click-request {
		width: 197px;
		height: 41.13px;
		left: 89px;
		font-size: 14px;
		line-height: 17px;
		/*margin: auto;*/
		padding: 12px 0;
	}
	form input,
	form textarea {
		display: block;
		/*width: 270px;*/
		margin: 0 auto 11px;
		height: 50px;
		font-size: 14px;
		line-height: 17px;
	}
	form textarea {
		padding: 18px 0 0 23px;
	}
	form input::placeholder {
		font-size: 14px;
	}
	.form_large.form_horizontal {
		grid-template-columns: 1fr;
	}
	.form_large.form_horizontal .form_user_agreement {
		grid-area: auto;
	}
	.header {
		height: 75px;
		padding: 16px 0;
	}
	.header ul li :is(a, span),
	.footer ul li :is(a, span),
	.header__last div,
	.footer__last div,
	.mounting__click,
	.click-request {
		font-size: 16px;
		line-height: 19.5px;
	}
	.header__menu_mob {
		display: block;
		height: 14px;
		width: 39px;
		cursor: pointer;
		padding: 0 0 10px;
	}
	.header__menu_mob:before,
	.header__menu_mob:after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #000;
		transition: all 0.5s ease;
	}
	.header__menu_mob:after {
		margin: 7px 0 0;
	}
	.header__menu_mob.close {
		transition: all 0.5s ease;
	}
	.header__menu_mob.close:before {
		transform: rotate(45deg);
	}
	.header__menu_mob.close:after {
		transform: rotate(-45deg) translate(7px, -8.3px);
	}
	.header__nav_tel_call {
		visibility: collapse;
		position: absolute;
		right: 0;
		top: 75px;
		opacity: 0;
		transition: all 0.5s ease;
		width: 75%;
		z-index: 1;
		background: #fff;
		flex-direction: column;
	}
	.header__nav_tel_call.visible {
		visibility: visible;
		opacity: 1;
	}
	.header__nav,
	.header__last {
		flex-basis: 100%;
	}
	.header__nav ul {
		flex-direction: column;
		margin: 90px auto;
		align-items: flex-start;
	}
	.header__nav ul li {
		margin: 0 auto 25px 0;
	}

	.header__last {
		position: absolute;
		bottom: 100px;
		text-align: left;
	}
	.header__last a,
	.footer__last a {
		font-size: 20px;
		line-height: 24px;
	}
	.header__last div,
	.footer__last div {
		padding: 0;
	}
    .mounting h1.mounting__title {
		margin: 213px auto 38px;
    }
	.mounting__last {
		left: 0;
		right: auto;
		bottom: 40px;
	}
	.mounting__click {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		background: none;
		padding: 29px 10px;
		text-align: center;
		color: #fff;
		height: 38px;
	}
	.mounting .social {
		display: none;
	}
    
    .mainbanner_section {
        aspect-ratio: 9 / 16;
        margin-top: -75px;
    }
    .mainbanner_title {
        font-size: 3rem;
    }
    .mainbanner_button span.click-request {
        height: auto;
        padding: 0.75rem 0;
        font-size: 1rem;
    }
    .mainbanner_bottom_layout {
        flex-direction: column;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mainbanner_note {
        width: auto;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
        text-align: center;
        color: #fff;
    }
    
	.work__wrap {
		padding-bottom: 25px;
		margin-bottom: 50px;
	}
	.advantages,
	.stages-of-work,
	.about, .works {
		padding: 79px 0 0;
	}
	.advantages h2,
	.stages-of-work h2,
	.about h2, .works h2 {
		margin: 0 0 50px;
	}
	.advantages ul li {
		margin: 0 auto 65px;
	}
	.advantages ul li:nth-child(1) {
		order: 0;
	}
	.advantages ul li:nth-child(2) {
		order: 3;
	}
	.advantages ul li:nth-child(3) {
		order: 1;
	}
	.advantages ul li:nth-child(4) {
		order: 4;
	}
	.advantages ul li:nth-child(5) {
		order: 2;
	}
	.advantages ul li:nth-child(6) {
		order: 5;
	}
	.advantages ul li img {
		flex-basis: 100%;
		margin: auto;
	}
	.advantages__h3_h4 {
		flex-basis: 100%;
	}
	.advantages h4 {
		text-align: center;
		width: 100%;
	}
	.full-service {
		background: url(/wp-content/uploads/2021/12/full-service_mob.webp) no-repeat 0 0;
		background-size: cover;
		padding: 70px 0;
		height: auto;
	}
	.full-service h3 {
		text-align: left;
	}
	.full-service h2 {
		margin: 0 auto 31px;
	}
	.full-service h3 {
		font-weight: 300;
		font-size: 14px;
		line-height: 18px;
		margin: 0 auto 56px;
	}
	.stages-of-work ul li {
		margin: 0 auto 62px;
	}
	.stages-of-work ul li:last-child {
		margin: 0 auto;
	}
	.stages-of-work h3 {
		font-size: 42px;
		line-height: 51px;
		margin: 0 0 25px;
		text-align: left;
	}
	.stages-of-work h3:after {
		width: 177px;
	}
	.about {
		overflow-x: hidden;
	}
	.about__mob {
		display: block;
		margin: 40px -20px 0;
		max-width: calc(100% + 40px);
	}
	.about__img:before,
	.about__img:after {
		content: none;
	}
	.about__img {
		display: none;
	}
	.about_text {
		order: 1;
		max-width: 100%;
		margin: 40px auto 47px;
	}
	.about .flex .fb-30 {
		order: 2;
		margin: 0 auto 51px;
	}
	.about h3 {
		font-size: 26px;
		line-height: 32px;
		margin: 0 auto 22px;
	}
	.about h3 span {
		font-size: 70px;
		line-height: 85px;
	}
	.solution {
		padding: 70px 0;
		height: auto;
		background: url(/wp-content/uploads/2021/12/solution_mob.webp) no-repeat 0 0;
		background-size: cover;
	}
	.solution h2 {
		margin: 0 auto;
	}
	.footer {
		padding: 76px 0;
	}
	.footer .fb-md-100 {
		margin: 0 0 57px;
	}
	.footer_container ul li {
		margin: 0 0 25px;
	}
	.footer_container ul {
		padding: 0;
	}
	.footer__time {
		order: 2;
	}
	.footer__tel {
		order: 1;
	}
	.footer__social {
		order: 3;
	}
	.footer ul.social {
		margin: auto auto 0 0;
	}
	.footer__copyright {
		/*order: 4;*/
		flex-basis: 100%;
	}
	.footer__dev {
		align-self: flex-start;
		/*order: 5;*/
		text-align: left;
	}
	.footer_bottom {
		order: 4;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0;
        font-size: 1rem;
	}
	.footer .footer_bottom > div {
		margin-bottom: 0;
	}
    .footer_bottom_middle {
        text-align: left;
    }
    .seolinks_menu .wp-menu {
        justify-content: flex-start;
        row-gap: 0.875rem;
    }
    .seolinks_section {
        margin-top: 2rem;
    }
    .seolinks_menu .wp-menu a {
        font-size: 1rem;
    }
    
    .content_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
	.container,
	.section-inner.medium,
	.post-inner.thin {
		padding: 0 20px;
	}
    .mounting h1.mounting__title {
        font-size: 48px;
        line-height: 64px;
    }
    .content_grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 512px) {
    .mounting h1.mounting__title {
        font-size: 36px;
        line-height: 48px;
    }
    
    .mainbanner_top_layout {
        padding-top: 13.25rem;
        gap: 2.375rem;
    }
    .mainbanner_title {
        font-size: 2.25rem;
    }
    
	.privacy li ul {
		padding: 0;
	}
	.footer__dev {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.footer__dev a {
		max-width: 18%;
	}
}
@media screen and (max-width: 380px) {
    .mounting h1.mounting__title {
        margin: 150px auto 38px;
        font-size: 24px;
        line-height: 36px;
    }
    
    .mainbanner_top_layout {
        padding-top: 9.375rem;
    }
    .mainbanner_title {
        font-size: 1.5rem;
    }
}

.wpcf7-spinner {
    display:none;
}
.wpcf7 form.wpcf7-form .wpcf7-ghost-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    scale: 0.01;
    opacity: 0.01;
}