/*!
Theme Name: uborkafive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: uborkafive
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.

clean 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 {
   --color-orange-main: #FF8402;
}
/* var(--color-orange-main);*/
body {
	font-family: 'Muller', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
}

.intro__title,
.page__title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #292e35;
	transition: all .2s ease;
}
.tc-white {
	color: #fff !important;
	font-weight: 600;
}
a:hover {
	color: var(--color-orange-main);
}

a,
a:hover,
a:active {
	text-decoration: none;
}
.table a {
	text-decoration: underline;
}

#primary {
	overflow: hidden;
}
.button {
	padding: .75em 1.25em;
	position:relative;
	width: auto;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border-radius:100px;
	border: 0;
	font-weight: 500;
	background: var(--color-orange-main);
	text-align:center;
	top: 0;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.button:active{
    top:4px;
}

.single-hero__title {
	font-size: 52px;
	line-height: 62px;
	margin-bottom: 20px;
}

.single-hero__desc {
	font-size: 21px;
	line-height: 1.6em;
}

.digits__number {
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	color: #292e35;
	margin-bottom: 5px;
}
.digits__desc {
	font-size: 21px;
}

.nav-tabs {
	margin-bottom: 35px;
}

.nav-tabs {
	border-bottom: 3px solid #e7eaee;
}

.nav-tabs .nav-link {
	border: 0;
	padding: 0;
	margin-bottom: -3px;
	margin-right: 25px;
	color: #848b94;
	padding-bottom: 10px;
	font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 3px solid #292e35;
	color: #292e35;
}


.single-hero__desc p {
	margin-bottom: 10px;
}

.single-hero__img {
	width: 100%;
	max-width: 800px;
}

img {
	max-width: 100%;
}

.complect__img {
	border-radius: 10px;
}

.complect__text ul li {
	position: relative;
	padding-left: 25px;
}

.complect__text ul li:before {
	content: '';
	display: block;
	height: 2px;
	width: 15px;
	background: #000;
	left: 0;
	top: 12px;
	position: absolute;
}

.accordion-button {
	font-size: 1em;
}

.accordion-button {
	font-size: 21px;
	font-weight: 500;
}

.single-content__img {
	border-radius: 10px;
}

.qa-stack__icon {
	height: 30px;
	width: 30px;
	fill: #d8e1e9;
	margin-right: 15px;
}

.qa-stack__content {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}

.single-hero .button {
	margin-top: 25px;
}

a.button:hover {
	color: inherit;
}

.accordion-button:not(.collapsed) .qa-stack__icon {
	fill: #292e3570;
}

.accordion-button:not(.collapsed) {
	color: #fff;
}

.calculate__img {
	border-radius: 10px;
}
.calculate__content {
	padding-left: 15px;
}
.button--border {
	background: transparent;
	border: 2px solid var(--color-orange-main);
	box-shadow: none;
}

.button--border:hover {
	background: var(--color-orange-main);
}

.form__radio input[type=radio] {
	display: none;
}

.form select {
	-webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form .form__select .wpcf7-form-control-wrap {
	position: relative;
}

.form .form__select .wpcf7-form-control-wrap:after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	height: 20px;
	width: 20px;
	background: url(assets/img/angle-down.svg) no-repeat;
	background-size: 100%;
}

.form select,
.form input[type=text],
.form input[type=tel] {
	padding: 10px 15px;
	border-radius: 5px;
	background: #e5ecf3;
	width: 320px;
	max-width: 100%;
	border: 0;
}

.form p {
	margin-bottom: 0;
}

.form br {
	display: none;
}

.form__field {
	margin-bottom: 30px;
}

.form__label {
	font-size: 21px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.form__row {
	display: flex;
	align-items: center;
}

.form__row .form__field {
	width: 50%;
	padding-right: 20px;
}

.calculate__form .form__row .form__field {
	width: 100%;
}


.form__radio .wpcf7-list-item-label {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	background: #f0f4f8;
	margin-right: 0;
	font-weight: 500;
	cursor: pointer;
	margin-right: 10px;
	font-size: .9em;
}

.form__radio .wpcf7-list-item {
	margin-left: 0;
}

.form__radio input[type=radio]:checked + .wpcf7-list-item-label {
	background: #292e35;
	color: #fff;
}

.digits .owl-stage, .digits .owl-stage .owl-item {
	display: flex;
}
.digits__item {
	width: 100%;
	box-shadow: 0 0 32px rgba(0,0,0,.05);
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}

.header__top {
	padding: 1em 0;
}

.header__nav {
	background: #292e35;
	color: #fff;
	font-weight: 500;
	font-size: .9em;
}

.header__nav-link {
	color: #fff;
	/*font-weight: 500;*/
}

.header__nav-link svg {
	fill: #fff;
}

.header__feedback {
	display: flex;
	align-items: center;
}

.works {
	padding-left: 35px;
	padding-right: 35px;
}

.works__img {
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}

.price__content {
	padding: 0;
}
/*
.price__content table thead th {
  background: #c9daea;
  border-color: #bdcddb;
	color: #526374;
}*/

.price__content table tr td:first-child,
.price__content table tr th:first-child {
	padding-left: 20px;
}

.price__content table tr td:last-child,
.price__content table tr th:last-child {
	padding-right: 20px;
}

.price__content table tr td:last-child {
	font-weight: 700;
	color: #595e63;
}

.price__content table tr:nth-child(odd) td {
	background: #f0f4f8;
}

.price__content table {
	margin-bottom: 0;
	font-size: 18px;
}

.tab-links__content {
	display: flex;
	flex-wrap: wrap;
}

.tab-links__content a {
	width: 33%;
	display: block;
	margin-bottom: 10px;
}

.logo {
    display: flex;
    color: #000;
	gap: 10px;
	align-items: center;
}
.logo__link_img {
	margin: 0 5px;
}

.logo__img {
    height: 65px;
    min-width: 65px;
}

.logo__brand {
    display: block;
    font-weight: 700;
    font-size: 26px;
    max-width: 190px;
    line-height: 30px;
}
.logo_region {
	color: #ccc;
	text-decoration: underline;
}
.btn--show_sity {
	position: relative;
}
.btn--show_sity:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media (max-width: 1400px) {
    .logo__content {
        flex: 1;
    }
}

.logo__brandname {
	display: block;
	margin-top: 10px;
}

.logo__brand svg {
	height: 55px;
	width: 55px;
	margin-right: 15px;
	flex-shrink: 0;
}

.header__desc {
	width: 320px;
	font-size: .9em;
	margin-bottom: 0;
}
.header__desc_address {
	color: #ccc;
}
.messengers {
	display: flex;
	align-items: center;
}

.messengers__link {
	height: 2.5em;
	width: 2.5em;
	border-radius: 50%;
	background: #292e35;
	display: inline-block;
	text-align: center;
	line-height: 2.5em;
	margin: 0 .2em;
}

.messengers__link svg {
	height: 1.2em;
	width: 1.2em;
	margin-bottom: 4px;
	fill: #fff;
}

.messengers__link--wa {
	background: #25d366;
}

.messengers__link--tg {
	background: #2aabee;
}
.messengers__link--max {
	background: #fff;
}
.messengers__link--max span {
	color: #5b3eef;
}
.header__phone {
	color: #000;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 500;
	display: block;
	margin-bottom: 3px;
}

.header__mail {
	font-weight: 500;
	color: #000;
	opacity: .5;
	display: block;
	font-size: .9em;
}

.header__button {
	font-size: .9em;
	width: 240px;
	color: #000;
}

.header__contacts{
	display: flex;
	/*max-width: 365px;*/
	margin-right: 25px;
	margin-left: auto;
	align-items: center;
}

.header__messengers {
	margin-right: 20px;
	margin-left: auto;
}

.header__nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -1.2em;
	margin-right: -1.2em;
	font-size: 20px;
}

.header__nav-link {
	padding: 0.55em 1.2em;
	display: inline-block;
}

.header__nav-link svg {
	margin-left: 5px;
	opacity: .5;
	height: 12px;
	width: 12px;
}

.header__nav-link:hover {
	background-color: #ffffff24;
	color: #fff;
}

.intro {
	padding: 60px 0;
	background: url(assets/img/intro-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

section,
.section {
	padding: 60px 0;
}

.page__title,
.intro__title {
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: .5em;
}

.page__title--center {
	text-align: center;
}

.intro__badge {
	position: relative;
	background: #292e35;
	color: #fff;
	padding: .55em 1em;
	border-radius: 5px;
	display: block;
	font-size: .6em;
	padding-left: .3em;
	display: inline-block;
	line-height: 1em;
	margin-left: 2em;
	margin-top: .3em;
}

.intro__badge * {
	position: relative;
	z-index: 1;
}

.intro__badge:before {
	content: '';
	display: block;
	width: 32%;
	height: 100%;
	background: url(assets/img/price-badge.svg);
  	background-repeat: repeat;
  	background-size: auto;
	background-repeat: repeat;
	background-size: auto;
	position: absolute;
	left: -2em;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 0;
	z-index: 0;
}

.badge {
	font-size: 18px;
	padding: .20em .75em;
	display: inline-block;
	transform: skew(-15deg);
	background-color: #f4f4f4;
	color: #000;
	font-weight: 700;
}

.badge--yellow {
	background: var(--color-orange-main);
}

.header__nav-badge {
	margin-left: 10px;
}

.intro__title{
	font-size: 2.6em;
	line-height: 1.25em;
	max-width: 700px;
}

.stats {
	display: flex;
	margin: 30px 0;
}

.stats__item {
	box-shadow: 0 0 32px rgba(0,0,0,.065);
	padding: 1em 1.8em;
	background: #fff;
	position: relative;
	/*min-width: 200px;*/
}

.stats .stats__item:nth-of-type(1) {
	z-index: 2;
	border-radius: 5px 0 0 5px;
}

.stats .stats__item:nth-of-type(2) {
	z-index: 1;
}

.stats .stats__item:nth-of-type(3) {
	z-index: 0;
	border-radius: 0 5px 5px 0;
}

.stats__label,
.stats__point {
	display: block;
}

.stats__point {
	font-weight: 800;
	text-transform: uppercase;
}

.intro__desc {
	opacity: .7;
}

.service-tabs {
	margin-bottom: 1.5em;
	font-weight: 500;
	font-size: 22px;
}

.service-tabs .nav-link.active, .service-tabs .show > .nav-link {
	background: transparent;
	color: #292e35;
}

.service-tabs .nav-link.active svg, .service-tabs .show > .nav-link svg {
	fill: #292e35;
}

.service-tabs .nav-link {
	padding: 0;
	margin-right: 25px;
	color: #999ea2;
}

.service-tabs .nav-link span {
	display: inline-block;
	border-bottom: 2px solid #999ea24d;
}

.service-tabs .nav-link.active span {
	border: none;
}

.service-tabs .nav-link svg {
	height: 1.5em;
	width: 1.5em;
	fill: #999ea2;
	margin-right: .3em;
}

.service{
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.service__image {
    width: 100%;
    height: auto;
    transition: all .2s ease;
    object-fit: cover;
}

.service__content {
	position: absolute;
	max-width: calc(100% - var(--bs-gutter-x));
	bottom: 0;
	padding: 8px;
	background: #fff;
	display: block;
	color: #000;
	background: #fff;
	z-index: 1;
	box-shadow: 0 0 25px rgba(0,0,0,.05);
	overflow: hidden;
}

.service__thumb {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	display: flex;
	background: #ccc;
}

.service:hover .service__content {
	color: #fff;
	background: #292e35;
}

.service:hover .service__image {
	transform: scale(1.1);
}

.light-bg {
	background: #f0f4f8;
}

.accordion-button:not(.collapsed) {
	background: var(--color-orange-main);
}

.light-gr {
	background: linear-gradient(to top, #f0f4f8, transparent);
}

.service__title {
	font-weight: 500;
	display: block;
	font-size: 1em;
}

.service__price {
	opacity: .5;
}

.feature__image {
	max-width: 100%;
	height: 290px;
	object-fit: contain;
}

.feature__title {
	font-family: inherit;
	font-weight: 500;
	font-size: 1.4em;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}

.feature__desc {
	opacity: .5;
	font-weight: 500;
}

.offer {
	background-image: url(assets/img/offer-bg.jpg);
	background-size: cover;
	background-position: center;
	background-color: #1c232b;
	color: #fff;
}

.offer__info {
	display: flex;
	align-items: flex-start;
	max-width: 450px;
}

.offer__title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: .5em;
}

.offer__desc {
	font-weight: 500;
	opacity: .5;
}

.offer__phone {
	font-weight: 500;
	font-size: 35px;
	color: #fff;
	display: block;
	line-height: 1em;
}

.offer__mail {
	font-weight: 500;
	color: #fff;
	opacity: .5;
	display: block;
}

.offer__img{
	flex-shrink: 0;
}

.offer__messengers{
	margin-top: 1.5em;
}

.offer__messengers .messengers__link {
	height: auto;
	width: auto;
	min-width: 150px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	padding: .5em 1.2em;
	border-radius: 100px;
}

.offer__feedback{
	display: flex;
}

.offer__contacts {
	margin-left: auto;
	margin-right: 100px;
}

.offer__field{
	background: rgb(20, 26, 33);
	padding: .75em 1.2em;
	border-radius: 5px;
	margin-bottom: .8em;
	color: #fff;
	font-weight: 500;
	margin-top: -0.5em;
}

.offer__field-label {
	/*opacity: .35;*/
	font-size: 14px;
}

.offer__input{
	background: transparent;
	color: #fff;
	border: 0;
	border-bottom: 2px solid #fff3;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	transition: all .2s ease;
}

.offer__input:focus {
	border-color: #fff;
}

.steps__content {
	position: relative;
}

.steps__content:after {
	content: '»';
	font-weight: 100;
	font-size: 160px;
	position: absolute;
	display: block;
	right: 40px;
	top: 50px;
	line-height: 0;
	color: var(--color-orange-main);
}


.steps__number {
	font-size: 80px;
	font-weight: 800;
	color: #292e35;
}

.steps .steps__item:last-child:after {
	display: none;
}

.steps__title {
	font-family: inherit;
	font-size: 28px;
	font-weight: 500;
	margin: 15px 0;
}

.steps__desc {
	font-weight: 500;
	opacity: .5;
	width: 255px;
}

.steps__desc--short {
	width: 180px;
}

.qa__item {
	position: relative;
}

.qa__question {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0,0,0,.05);
	padding-bottom: 65px;
	min-height: 220px;
	font-size: .9em;
	font-weight: 500;
	line-height: 26px;
	z-index: 1;
	cursor: pointer;
	transition: all .2s ease;
}


.qa__question:hover {
	background: #292e35 !important;
	color: #fff !important;
}

.qa__question:hover svg {
	fill: #fff !important;
}

.qa__question:hover + .qa__answer {
	top: 30px;
}

.qa__question svg {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 35px;
	width: 35px;
	fill: #ccc;
}

.qa__answer {
	position: absolute;
	padding: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0,0,0,.05);
	height: 100%;
	font-size: .9em;
	line-height: 26px;
	overflow: hidden;
	left: 0;
	top: 20px;
	width: 100%;
	z-index: 0;
	transform: scale(.9);
	transition: transform .2s ease, top .2s ease;
	font-size: 0;
}

.owl-carousel--faq .owl-stage-outer {
	overflow: visible;
}

.faq {
	overflow-x: hidden;
}

.faq .owl-item.active {
	opacity: 1;
	filter: none;
	pointer-events: initial;
}

.faq .owl-item {
	filter: grayscale(1);
	opacity: .5;
	pointer-events: none;
}

.owl-carousel--clients {
	padding: 60px 50px 10px;
}

.owl-carousel--clients .owl-item {
    padding: 0 15px;
}

.footer {
	background: #1c232b;
	color: rgba(255,255,255,.5);
	font-size: 18px;
}

.footer__link {
	color: rgba(255,255,255,.5);
	font-weight: 500;
}

.footer__links .footer__link {
	display: block;
	margin: 5px 0;
}

.footer__top {
	padding: 50px 0;
}

.footer__title {
	color: #fff;
	display: block;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 15px;
}

.footer__bottom {
	background: rgba(0,0,0,.2);
	padding: 25px 0;
}

.footer .button {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.footer__phone {
	color: #fff;
	font-weight: 500;
	font-size: 32px;
}

.footer__mail {
	display: block;
	font-weight: 500;
	color: #fff;
	opacity: .5;
	margin-bottom: 20px;
}

.footer__privacy {
	text-align: right;
}

.footer__privacy a {
	display: inline-block;
	margin-left: 15px;
}

.header__mobile-nav {
	display: none;
}

.closebtn{
	display: none;
}

.header__mobile-button{
	display: none;
}

/* page content */

.page__content {
	margin: 35px 0;
}

.page__content h1,
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5,
.page__content h6 {
	margin-top: 50px;
	margin-bottom: 15px;
}


.sales {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 30px;
	padding: 0;
/*	background: #f0f4f8;*/
	margin-top: 35px;
}

.sales__item {
	background: #fff;
	padding: 30px;
	border: 4px dashed #e5eaee;
	display: grid;
	align-items: center;
	position: relative;
}
.sales__item:after {
    content: '';
    display: block;
    right: -4px;
    top: -4px;
    height: 25px;
    width: 25px;
    position: absolute;
    background: #fff;
    border-left: 4px dashed #e5eaee;
    border-bottom: 4px dashed #e5eaee;
    border-right: 4px dashed #fff;
    border-top: 4px dashed #fff;
}

.sales__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
}

.sales__text {
	margin-top: 10px;
	font-size: 17px;
	opacity: .8;
}


.sales__accent {
	color: #292e35;
}

.header__dropdown {
	position: relative;
}

.header__dropdown-content {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 340px;
	width: max-content;
	display: block;
	background: #fff;
	box-shadow: 0 0 32px rgb(0 0 0 / 10%);
	height: 0;
	opacity: 0;
	transition: opacity .1s ease;
	font-size: .9em;
	z-index: 3;
	visibility: hidden;
}

.header__dropdown-content a {
	display: block;
	padding: 7px 15px;
	color: #000;
}

.header__dropdown-content a:hover {
	background: #f4f4f4;
}

.header__dropdown:hover .header__dropdown-content {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #292e35;
}

.about-card {
	display: flex;
	background: #f0f4f8;
	height: 100%;
	margin-bottom: 25px;
}
.about-card img {
	height: 100%;
	object-fit: cover;
	min-width: 150px;
}

.about-card__content {
	padding: 20px;
}

.page__content h1 {
	font-size: 46px;
}

.page__content h2 {
	font-size: 36px;
}

.lead {
	font-size: 24px;
}

.about-card__title {
	font-weight: 500;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.page__col {
	margin-top: 15px;
	margin-bottom: 15px;
}

.about-rooms {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.about-rooms img {
	border-radius: 150px;
	margin-bottom: 15px;
}
.about-features__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.about-features__list  .page__col {
	width: calc(33% - 12px);
}

.about-features img {
	height: 65px;
	width: 65px;
	margin-bottom: 20px;
}

.about-features__title {
	display: block;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 15px;
}

.about-features__text {
	opacity: .8;
}

.table-bordered tbody tr:nth-of-type(odd) * {
	background-color: #f6f7f9;
}

.table-bordered tbody tr td:last-child {
	font-weight: 500;
	min-width: 120px;
}
.table-bordered td {
	padding: 10px 12px;
}

.table-bordered,
.table-bordered * {
	border-color: #e5e8eb;
}
blockquote {
	font-weight: 300;
	font-style: italic;
	position: relative;
	text-align: center;
	font-size: 30px;
	margin: 35px 0;
	padding: 20px 0;
	line-height: 1.4em;
}

blockquote:before,
blockquote:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}

blockquote p {
	margin-top: .3em;
	margin-bottom: .3em;
}

blockquote:before {
	top: 0;
}

blockquote:after {
	bottom: 0;
}

blockquote p:first-child:before {
	content: '« ';
	font-size: 1.5em;
	opacity: .3;
}
blockquote p:last-child:after {
	content: ' »';
	font-size: 1.5em;
	opacity: .3;
}


@media(max-width: 1400px) {
	.header__nav-links {
		font-size: 20px;
	}
	.header__phone {
		font-size: 1.1em;
	}
	.logo__brand svg {
	    height: 40px;
	    width: 40px;
	    margin-right: 10px;
	    flex-shrink: 0;
	}
	.header__desc {
		font-size: .8em;
	}

	.stats__item {
		padding: 1em;
	}

	.service__title {
	  font-size: 0.9em;
	}
	.service__content {
		font-size: .9em;
		padding: 1em;
	}
	.offer__phone {
		font-size: 32px;
		white-space: nowrap;
	}

	.messengers__label {
		display: none;
	}

	.offer__messengers .messengers__link {
		font-size: 0;
		height: 50px;
		width: 50px;
		min-width: auto;
		border-radius: 50%;
		margin-right: 10px;
		line-height: 50px;
		text-align: center;
	}

	.offer__messengers .messengers__link svg {
		height: 25px;
		width: 25px;
		margin-bottom: 0;
	}

	.button {
		font-size: .9em;
		padding: .8em 1.2em;
	}
	.footer__phone {
		font-size: 2.1vw;
	} 
	.steps__desc {
		width: auto;
		font-size: .9em;
	}

	.steps__content::after {
		right: 20px;
	}
}

@media(max-width: 1200px) {
	.sales br {
		display: none;
	}
	.sales__title {
		font-size: 26px;
		line-height: 32px;
	}
	.sales__item {
		padding: 25px;
	}
	body {
		font-size: 17px;
	}
	.digits__item {
		padding: 20px;
	}
	.digits__desc {
		font-size: 18px;
	}
	.single-hero__desc {
		font-size: inherit;
	}
	.calculate__content {
		padding: 0;
	}
	.form__radio .wpcf7-list-item-label {
		padding: 5px 10px;
		margin-right: 5px;
	}
	.page__title, .intro__title {
		font-size: 2em;
	}
	.form__label {
		font-size: 18px;
	}
	.form__field {
		margin-bottom: 15px;
	}
	.accordion-button {
		font-size: 18px;
	}
	.price__content table {
		font-size: inherit;
	}
	.digits__number {
		font-size: 32px;
	}
	.service__title {
	  font-size: 1em;
	}
	.header__nav-links {
	  	font-size: 1em;
	}
	.intro__title {
	  font-size: 2.2em;
	}
	.service-tabs {
		font-size: 1.2em;
	}
	.offer__title {
		font-size: 1.6em;
	}

	.offer__contacts {
		margin-right: 45px;
	}
	.offer__form .button {
		width: 100%;
	}
	.steps__title {
	  font-size: 1.4em;
	}
	.steps__number {
	  font-size: 55px;
	}
	.steps__content::after {
	  font-size: 110px;
	  right: 30px;
	  top: 35px;
	  color: #292e35;
	}
	.qa__question {
		line-height: 1.4em;
		min-height: 170px;
	}

	.footer__title {
		font-size: 1.2em;
	}

	.header__contacts {
		margin-right: 15px;
	}
	.header__button {
	  width: 200px;
	}
}

@media(max-width: 992px) {
	.about-features__list  .page__col {
		width: calc(50% - 10px);
	}
	blockquote {
		font-size: 24px;
		margin: 20px 0;
	}
	.logo__brand {
		justify-content: center;
	}
	.header__mobile-nav {
		display: block;
	}
	.footer__phone {
		font-size: 32px;
	}
	/* The side navigation menu */
	.sidenav {
	  height: 100%; /* 100% Full-height */
	  width: 0; /* 0 width - change this with JavaScript */
	  position: fixed; /* Stay in place */
	  z-index: 9; /* Stay on top */
	  top: 0; /* Stay at the top */
	  left: 0;
	  background-color: #1c232b; /* Black*/
	  overflow-x: hidden; /* Disable horizontal scroll */
	  padding-top: 20px;
	  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}

	/* The navigation menu links */
	.sidenav .header__nav-link {
	  padding: .3em 0;
	  padding-left: 45px;
	  text-decoration: none;
	  font-size: 1.1em;
	  font-weight: 500;
	  color: #fff;
	  display: block;
	  transition: 0.3s;
	}

	/* Position and style the close button (top right corner) */
	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 36px;
		display: block;
		opacity: .5;
		z-index: 10;
		height: 45px;
		width: 45px;
		line-height: 50px;
		background: rgba(0,0,0,.5);
		text-align: center;
	}

	.sidenav .closebtn a {
		color: #fff;
	}

	/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
	#main {
	  transition: margin-left .5s;
	}

	.header__mobile-nav {
		color: #fff;
		padding: 1em 0;
	}

	.header__mobile-nav a {
		color: #fff;
		font-weight: 500;

	}
	.header__mobile-nav svg {
		fill: #fff;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 2px;
	}
	.header__nav-links {
		display: block;
		white-space: nowrap;
	}

	.intro {
		padding: 35px 0;
	}

	section,
	.section {
		padding: 35px 0;
	}

	.service-tabs {
	  font-size: 1em;
	}

	.feature{
		margin: 25px 0;
	}

	.offer__info {
		max-width: 100%;
	}

	.offer__contacts{
		margin-left: 0
	}

	.offer__title{
		margin-bottom: 0
	}

	.offer__img {
	  flex-shrink: 0;
	  height: 80px;
	  margin-top: -5px;
	}

	.steps__title br {
		display: none;
	}
	.steps__item::after {
		right: 45px;
	}

	.footer {
		font-size: inherit;
	}

	.footer__top {
		padding: 20px 0;
	}

	.footer .col-lg {
		margin: 15px 0;
	}
	.header__contacts{
		margin-left: 0;
	}

	.header__feedback{
		margin-top: 20px
	}
	.header__feedback{
		justify-content: space-between;
	}
	.single-hero__title {
		font-size: 38px;
		line-height: 48px;
	}
	.complect__img {
		margin-bottom: 20px;
	}
	.complect__tabs .nav-link {
		margin-right: 15px;
	}
	.calculate__img {
		margin-bottom: 20px;
	}
	.single-content__img {
		margin-bottom: 20px;
	}
	.tab-links__content a {
		width: 50%;
	}
	.single-content__image {
		order: 1;
	}
	.single-content__text {
		order: 2;
	}
	.nav-tabs {
		white-space: nowrap;
		display: block;
		overflow: hidden;
		overflow-x: scroll;
		margin-bottom: 25px;
	}
	.nav-item {
		display: inline-block;
	}
	.nav-tabs .nav-link {
		padding-bottom: 5px;
	}
	.logo {
	  border-bottom: 2px solid #f0f4f8;
	  border-radius: 10px;
	  padding-bottom: 10px;
	}
	.logo__img {
		height: 60px;
		min-width: auto;
		width: 100%;
	}
	.logo__brand {
		font-size: 22px;
	}
	.header__desc {
	  font-size: 1em;
	  font-weight: 500;
	  margin: 0 auto;
	  width: 100%;
	}
	.offer__feedback {
		display: block;
	}

	.offer__contacts{
		display: flex;
		align-items: center;
	}
	.offer__messengers{
		margin: 0;
		margin-left: 15px;
	}
	.offer__form{
		display: flex;
		align-items: center;
		max-width: none !important;
	}
	.offer__form> p {
		display: flex;
		flex-direction: column;
	}
	.offer__title {
	  font-size: 2em;
	}

	.offer__desc {
		font-size: 1.2em;
	}

	.offer__field {
		width: 50%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-top: 0;
		flex-shrink: 0;
	}

	.offer__contacts {
		margin: 20px 0;
		margin-bottom: 30px
	}

	.offer__form .button {
	  width: 100%;
	  height: 60px;
	  margin-top: -10px;
	}
	.works {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width: 768px) {
	.about-features__list  .page__col {
		width: 100%;
	}
	.sales {
		grid-template-columns: 1fr;
	}
	.about-card p {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0;
	}
	.sales__item {
		padding: 15px;
	}
	.sales__title {
		font-size: 20px;
	}
	.qa-stack__icon {
		height: 25px;
		width: 25px;
		margin-right: 10px;
	}
	.service-tabs .nav-link svg {
		margin-right: 0;
	}

	.service-tabs{
		font-size: .9em;
	}
	.feature {
	  margin: 0;
	}
	.offer__title {
	  font-size: 1.6em;
	}
	.offer__desc {
	  font-size: 1em;
	}
	.offer__img {
		height: 65px;
	}
	.steps__title {
		margin-top: 0;
		margin-bottom: 0;
	}
	.page__title, .intro__title {
	  font-size: 26px;
	  line-height: 32px;
	}
	.form__radio .wpcf7-list-item-label {
		margin-bottom: 5px;
	}
	.form__row {
		display: block;
	}
	.form__row .form__field {
		width: 100%;
		padding: 0;
	}
	.form__field {
		margin-bottom: 10px;
	}
	.steps__content::after {
		right: 0;
	}
	.footer__privacy{
		text-align: left;
	}
	.header__phone {
		font-size: 1.1em;
	}
	.header__messengers {
	  margin-right: 8px;
	  margin-left: auto;
	  margin-top: -5px;
	}
	.single-hero__image {
		order: 1;
	}
	.single-hero__img {
		margin-bottom: 20px;
	}
	.single-hero__content {
		order: 2;
	}
	.single-hero .button {
		margin-top: 15px;
	}
	.form select, .form input[type=text], .form input[type=tel] {
		width: 100%;
	}
	.office__block {
		width: calc(50% - 10px);
	}
}

@media (max-width: 576px) {
	.logo a {
		min-width: 50px;
	}
	.page__content h1 {
	    font-size: 32px;
	}
	blockquote {
		font-size: 20px;
		margin: 15px 0;
	}
	.about-card {
		flex-wrap: wrap;
	}
	.about-card__content {
		padding: 15px;
	}
	.about-card img {
		width: 100%;
		object-fit: contain;
		max-width: 200px;
	}
	.lead {
	    font-size: 21px;
	}
	.page__content h2 {
	    font-size: 26px;
	}
	.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
	    margin-top: 35px;
	    margin-bottom: 15px;
	}
	.price__content table tr td:first-child,
	.price__content table tr th:first-child {
		padding-left: 15px;
	}
	.price__content table tr td:last-child,
	.price__content table tr th:last-child {
		padding-right: 15px;
	}
	.tab-links__content a {
		width: 100%;
		margin-bottom: 3px;
	}
	.accordion-body.price__content {
		padding: 0;
	}
	body {
		font-size: 16px;
	}
	.qa-stack__content {
		font-size: inherit;
	}
	.accordion-button {
		font-size: inherit;
		padding: 15px;
	}
	.accordion-body {
		font-size: 15px;
		padding: 15px;
	}
	.digits__item {
		padding: 15px;
	}
	.qa-stack__icon {
		display: none;
	}
	.digits__number {
		font-size: 24px;
		line-height: 28px;
	}
	.digits__desc {
		font-size: 15px;
	}
	.single-hero__title {
		font-size: 26px;
		line-height: 36px;
	}
	section, .section {
		padding: 25px 0;
	}
	.offer__messengers {
		margin-left: 10px;
	}
	.offer__messengers .messengers__link {
	  font-size: 0;
	  height: 45px;
	  width: 45px;
	  line-height: 45px;
	}
	.offer__messengers .messengers__link svg {
	  height: 20px;
	  width: 20px;
	}
	.offer__phone {
	  font-size: 22px;
	}
	.offer__form{
		display: block;
	}
	.offer__field{
		width: 100%;
		margin-bottom: 15px;
	}
	.offer__contacts {
	  margin: 15px 0;
	}
	.offer__form .button {
		width: 100%;
	}
	.header__nav-link svg {
		display: none;
	}
	.owl-carousel--clients {
	  padding: 0 15px;
	}
	.footer__privacy {
		margin-top: 15px;
	}
	.footer__privacy a{
		margin: 0;
	}
	.steps__title {
	  font-size: 1.2em;
	  margin-bottom: .5em;
	}
	.offer__desc {
	  font-size: .9em;
	  margin-top: .5em;
	  margin-bottom: 0;
	}
	.offer__title {
	  font-size: 1em;
	}

	.qa__question {
		padding: 15px;
	}

	.feature__title {
	  font-weight: 500;
	  font-size: 1.2em;
	  display: block;
	  margin-top: 15px;
	  margin-bottom: 10px;
	  line-height: 1.4em;
	}
	.feature__desc {
	  opacity: .5;
	  font-weight: 500;
	  font-size: 0.8em;
	}
	.feature__image {
	  max-width: 100%;
	  height: auto;
	  object-fit: contain;
	  width: 100%;
	}
	.feature__title {
	  font-weight: 500;
	  font-size: 1.2em;
	  display: block;
	  margin-top: 25px;
	  margin-bottom: 15px;
	  line-height: 1.4em;
	}
	#services-tabContent .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.service {
		padding: 5px;
	}
	.service-tabs{
		white-space: nowrap;
		display: block;
		overflow: hidden;
		overflow-x: scroll;
	}
	.service-tabs .nav-link.active, .service-tabs .show > .nav-link {
		background: #292e35;
		color: #fff;
	}
	.service-tabs .nav-link.active svg, .service-tabs .show > .nav-link svg {
		fill: #fff;
	}
	.service-tabs .nav-item {
		display: inline-block;
	}
	.service-tabs .nav-link {
		padding: 10px;
		border-radius: 5px;
		background: #f0f4f8;
		margin-right: 5px;
		font-size: .9em;
	}
	.service-tabs .nav-link span {
		border: 0;
	}
	.header__button {
		display: none;
	}

	.header__mobile-button{
		display: block;
		border: 0;
		background: transparent;
		color: #fff;
		font-weight: 500;
	}

	.header__mobile-button svg {
		fill: #fff;
		margin-right: 0;
		height: 25px;
		width: 25px;
		vertical-align: middle;
		margin-top: -2px;
	}

	.header__mobile-nav {
		display: flex;
		justify-content: space-between;
	}

	.intro__desc {
	  line-height: 1.4em;
	  margin-bottom: 0;
	}
	.stats {
		flex-wrap: wrap;
		margin: 15px 0;
	}
	.stats__item {
		width: 50%;
	  	padding: 0.8em 1em;
	}

	.stats__item:last-child {
		width: 100%;
	}

	.intro {
		background-image: url(assets/img/intro-bg-mobile.jpg);
		padding: 35px 0;
	}
	.list_blocks-company {
		gap: 10px;
	}
	.office__block {
		width: 100%;
	}
}

.modal-screen {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #000000de;
    z-index: 1000;
}
.modal-screen  .wpcf7 {
	max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form__text {
	color: #fff;
	text-align: center;
	font-size: 14px;
    margin-bottom: 20px !important;
}
.modal-screen .form__row,
.modal-screen .form__field input,
.modal-screen .form__row .form__field {
	width: 100%;
}

.modal-screen .form__label, .form__text a{
	color: #fff;
	transition: .3s;
}
.form__text a:hover {
	text-decoration: underline;
}

.modal-screen  .form {
	position: relative;
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-screen__close,
.show__img--close,
.btn--map_close {
    position: absolute;
    right: -30px;
    color: #fff;
    font-size: 24px;
    top: -40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    padding-top: 5px;
	transition: .3s;
}
.modal-screen__close::before,
.show__img--close::before,
.btn--map_close::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.modal-screen__close:hover,
.show__img--close:hover,
.btn--map_close:hover {
    background: var(--color-orange-main);
    color: #000;
    border: 1px solid #000;
}

.modal-screen .wpcf7-response-output {
	color: #fff;
    text-align: center;
}

.offer__form {
	max-width: 320px;
}

.offer__form .wpcf7-not-valid-tip {
    font-size: .8em;
}

.offer__form input[type="tel"] {
	background: #141a21;
    color: #fff;
}

#gotop {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 9;
}

#gotop:hover {
    transform: scale(1.2);
}

#gotop svg {
	fill: rgb(95 95 95);
	height: 55px;
    width: 55px;
}
.anchor_links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.anchor_links__item {
	text-decoration: underline;
}

.reviews .page__title {
	text-align: center;
}
.review__name {
	font-size: 18px;
	font-weight: 600;
}
.reviews .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--color-orange-main);
    color: #FFF;
    text-decoration: none;
    border-radius: 50%;
}

.reviews_item {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0,0,0,.05);
	min-height: 220px;
	font-size: .9em;
	font-weight: 500;
	line-height: 26px;
	z-index: 1;
	cursor: pointer;
	transition: all .2s ease;
	display: flex;
    flex-direction: column;
}

.reviews_item:hover {
	background: #292e35 !important;
	color: #fff !important;
}
.reviews_item__text {
    flex: 1;
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    font-weight: 400;
}
.show-all-text {
	-webkit-line-clamp: inherit;
}
.btn--more_text {
	color: var(--color-orange-main);
	text-align: end;
}
.reviews_item__stars svg {
	width: 20px;
	height: 20px;
}

@media (max-width: 576px) {
	
	.modal-screen  .wpcf7 {
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 20px;
	}
	.modal-screen__close {
		right: 0;
	}
	.offer__form {
		max-width: none;
	}
	.footer .col-lg {
        max-height: 30px;
        overflow: hidden;
		transition: .3s;
    }
	.footer .footer__title {
		position: relative;
		width: fit-content;
	}
	.footer .footer__title::before {
		position: absolute;
		content: '';
		left: calc(100% + 15px);
		top: 3px;
		width: 20px;
		height: 20px;
		background: url(./assets/img/arrow-down-footer.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		transition: .3s;
	}
	.footer .col-lg:hover .footer__title::before{
		rotate: 180deg;
	}	
	.footer .col-lg:hover {
		max-height: 100vh;
	}
	.footer .col-lg:last-child {
		overflow: auto;
		max-height: fit-content;
	}	
	.footer .col-lg:last-child .footer__title::before{
		display: none;
	}
	.single-hero__img {
		max-width: calc(50% + 10px);
		height: auto;
	}
}

	.float-right {
		float: right;
		margin-left: 10px;
		margin-bottom: 0px;
	}

.header__dropdown-content a {
    display: flex;
    padding: .5em 1.2em;
    color: #000;
    align-items: center;
}

.menu__dropdown {
    position: relative;
}

.menu__dropdown-content {
    width: 320px;
    padding: 15px 0px !important;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 10;
    transition: .3s;
}

.menu__dropdown:hover > .menu__dropdown-content {
    opacity: 1;
    visibility: visible;
}
.submenu__dropdown .menu__dropdown-content {
    left: 100%;
    top: 0;
}
.submenu__dropdown>a::after {
    position: absolute;
    content: '';
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url(./assets/img/arrow-menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
    opacity: .5;
    rotate: 90deg;
}

.included-wrapper {
	margin-top: 25px;
	display: flex;
	gap: 25px;
}
.included-wrapper h3 {
	margin: 0;
	font-size: 1.5rem;
}
.included-wrapper ul li {
    position: relative;
    padding-left: 25px;
}
.included-wrapper ul li:before {
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    background: #000;
    left: 0;
    top: 12px;
    position: absolute;
}

.included_price {
	margin: 0;
	font-weight: 500;
}
.included__main-part {
    width: 50%;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.included-wrapper ul {
	margin-top: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13;
}
.included__btn_more {
    width: fit-content;
    align-self: self-end;
    display: block;
    border: none;
    color: #292e35;
    background: var(--color-orange-main);
    border-radius: 20px;
    padding: 5px 15px;
}
.included__items-part {
	width: calc(50% - 25px);
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}
.included__item {
    box-shadow: 0 0 32px rgba(0, 0, 0, .05);
    padding: 30px;
    border-radius: 5px;
    width: calc(50% - 15px);
}

@media (max-width: 1200px) {
    .included__item, .included__main-part  {
        padding: 20px;
    }
	.included__item {
		min-width: 100%;
	}
	.office__block {
		width: calc(25% - 15px);
	}
}
@media(max-width: 768px) {
	.included-wrapper {
		flex-direction: column;
		gap: 15px
	}
	.included__main-part {
		width: 100%;
	}
	.included__items-part {
		width: 100%;
		gap: 15px;
	}
	.included__item {
        max-width: calc(50% - 9px);
		min-width: calc(50% - 9px);
    }
	.included-wrapper h3 {
		font-size: 1rem;
	}
	.included-wrapper ul {
		margin-top: 15px;
	}
}
@media (max-width: 992px) {
	.header__dropdown:hover .header__dropdown-content {
	   position: relative;
	}
	
	.menu__dropdown .menu__dropdown-content {
		background: 0 0;
		transition: .3s;
		overflow: hidden;
		box-shadow: none;
		width: 100%;
		padding: 0 !important;
		position: relative;
		visibility: visible;
		opacity: 1;
		left: 0;
		top: 0;
		padding-left: 16px !important;
	}
	
	.header__dropdown-content {
		position: absolute;
		top: 100%;
		min-width: 340px;
		display: block;
		background: transparent;
		box-shadow: none;
		height: 0;
		opacity: 0;
		transition: opacity .1s ease;
		font-size: .9em;
		z-index: 2;
		visibility: hidden;
		padding: 0;
	}

	.header__dropdown-content a {
		display: flex;
		padding: .5em 1.2em;
		color: #fff;
		padding-left: 60px;
		text-decoration: none;
		font-size: 1.1em;
	}
}
/* 11-01-25 */
.btn-geo {
	height: 2.5em;
    width: 2.5em;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #292e35;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin: 0 .2em;
	background: #dcdcdc;
	cursor: pointer;
	flex-shrink: 0;
}
.btn-geo svg {
	height: 1.2em;
    width: 1.2em;
}
.geo__location {
    position: fixed;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    top: 120px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
	box-shadow: 0 0 32px rgb(0 0 0 / 10%);
}
.btn-location-close {
    position: absolute;
	top: 0px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
}
.geo__location_title {
	text-align: center;
}
.geo__location-wrapper {
    display: flex;
    gap: 20px;
}
.geo__location-wrapper ul {
	padding-right: 20px;
    border-right: 1px solid #55555570;
}
.geo__location-wrapper ul:last-child {
    border-right: none;
}
.hide {
	display: none;
}
.equipment__item {
	display: flex;
    flex-direction: column;
    gap: 5px;
}
.equipment__item_model {
	font-weight: 600;
	padding: 0 10px;
    font-size: 18px;
	line-height: 1.2;
}
.equipment__item_name {
	padding: 0 10px;
    font-size: 18px;
	line-height: 1.2;
}
.owl-carousel--equipment .owl-stage {
	display: flex;
}
.owl-carousel--equipment .owl-stage-outer {
	display: flex;
}
.owl-carousel--equipment .owl-item {
	display: flex;
}
.equipment__item_model {
	min-height: calc(25% - 15px);
}
.equipment__item_img {
	width: 140px !important;
    height: auto;
    object-fit: cover;
}
.works__item img {
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.btn-geo {
		margin-top: -5px;
	}
	.geo__location {
		width: 80%;
		padding: 15px;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.geo__location-wrapper {
		gap: 10px;
		flex-direction: column;
		max-height: 60vh;
        overflow: auto;
	}
	.geo__location-wrapper ul {
		padding-right: 0;
		border-bottom: 1px solid #55555570;
		border-right: none;
		padding-bottom: 10px;
	}
	.geo__location-wrapper ul:last-child {
		border: none;
	}
	
	.owl-carousel--equipment .owl-stage {
		height: 350px;
	}
	
	.equipment__item_img {
		width: 100% !important;
		object-fit: cover;
	}
	.equipment__item_model {
		min-height: calc(25% - 28px);
	}
	
	.equipment__item_model,
	.equipment__item_name	{
		font-size: 16px;
	}
}
/* 11-01-25 END*/
.hero__image {
	display: flex;
	flex-direction: column;
}
.hero__image-phone {
    margin-left: 10px;
    display: flex;
    background: var(--color-orange-main);
    color: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
	font-weight: 600;
	font-size: 28px;
}
.hero__image-phone:hover{
	color: #fff;
	text-decoration: underline;
}
.hero__image-phone_svg {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
}
.hero__image-phone_svg svg {
	height: auto;
    width: 100%;
    padding: 3px;
}
@media(max-width: 768px) {
	.hero__image img {
		margin-left: 0;
	}
	.hero__image-phone {
		margin-left: 0;
		margin-bottom: 20px;
		font-size: 22px;
	}
}

@media(max-width: 576px) {
	.hero__image img {
		max-width: max-content;
	}
}
.works .owl-theme .owl-nav [class*="owl-"]:hover {
	color: rgb(255, 255, 255);
	background: var(--color-orange-main);
	text-decoration: none;
	border-radius: 50%;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.show__img-block {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000de;
	z-index: 10;
	align-items: center;
}
.show__img-block.open {
	display: flex;
}
.show__img-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	max-height: 75vh;
}
.offer__info_num {
    position: relative;
	height: 85px;
    font-size: 80px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	clip-path: path("M 0 0 L 0,83 A 17,14 0,0,0 63,0 L 100 -2 z");
}
.offer__info_num::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #2a86ed;
    width: 85px;
    height: 85px;
    right: 15px;
}
.offer__info_num span {
	position: relative;
	display: block;
	z-index: 1;
	height: 65px;
}
@media (max-width: 992px) {
	.offer__info_num {
		scale: .7;
	}
}
.calculate__form .wpcf7-radio {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.acceptance-form-checbox {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.wpcf7-acceptance.optional, .wpcf7-acceptance.optional a {
	color: #fff;
	font-size: .9rem;
}
.calculate__form .wpcf7-acceptance.optional, .calculate__form .wpcf7-acceptance.optional a {
	color: var(--bs-body-color);
}
.wpcf7-acceptance.optional a:hover {
	color: var(--color-orange-main);
}
.btn-wrapper {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.btn-wrapper .button {
	margin-top: 0;
}
.list_cities {
	min-width: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_cities li {
	width: 30%;
	border-right: 1px solid #55555570;
}
.list_cities li:nth-child(3n) {
	border-right: none;
}
.list_cities-company{
	font-size: 130%;
	list-style: disc;
	padding-left: 20px;
}
.list_blocks-company {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.office__block {
    width: calc(20% - 16px);
    padding: 10px;
    border: 2px solid var(--color-orange-main);
}
.office__block a {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 10px;
}

.link_right-arrow {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(./assets/img/right-arrow.svg);
    background-size: 100%;
}

.office__block_city {
	font-weight: 600;
}
.zones__carousel {
	padding: 0 35px 0 35px;
}
.zones__carousel .owl-stage {
	display: flex;
}
.zone__item {
    padding: 20px;
    border: 2px solid var(--color-orange-main);
    border-radius: 20px;
	height: 100%;
}
.zone__item_title {
	font-size: 28px;
}
.zone__item-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.zone__list_item {
	position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dashed var(--color-orange-main);
}
.zone__item_name, .zone__item_time {
    padding-top: 4px;
    position: relative;
    z-index: 1;
    background: #f0f4f8;
    margin-bottom: -6px;
	font-size: 20px;
}
.zone__item_name {
	padding-right: 10px;
}
.zone__item_time {
	padding-left: 10px;
}

@media (width > 768px) and (width < 1600px){
.zones__carousel {
	padding: 0 2.19vw 0 2.19vw;
}
.zone__item {
padding: 1.25vw;
border: .13vw solid var(--color-orange-main);
border-radius: 1.25vw;
}
.zone__item_title {
	font-size: 1.75vw;
}
.zone__item-list {
	gap: .25vw;
}
.zone__list_item {
border-bottom: .13vw dashed var(--color-orange-main);
}
.zone__item_name, .zone__item_time {
padding-top: .25vw;
margin-bottom: -.38vw;
	font-size: 1.25vw;
}
.zone__item_name {
	padding-right: .63vw;
}
.zone__item_time {
	padding-left: .63vw;
} 
}
@media (width < 768px) {
	.zone__item_title {
		font-size: 22px;
	}
	.zone__item_name, .zone__item_time {
		font-size: 16px;
	}
	.owl-carousel--steps .owl-item {
		max-width: 13%;
	}
}