@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*------------- main styles -----------*/
html, body{
	margin: 0 !important;
	padding: 0;
	font-family: Montserrat;
}

#wpadminbar {
	display: none;
}

.container_wrap{
	padding-top: 80px;
}

:root {
	--red: #C00F0C;
}

.container {
	max-width: 80%;
	margin: 0 auto;
}

.red-text{
	color: var(--red);
}

.page-title {
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	color: #FFFFFF;
}

.section-title {
	font-size: 1.7rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}



/*----------- Breadcrumb styles -------------*/

.breadcrumb {
	font-size: 0.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin: 30px 0;
}

.breadcrumb a{
	text-decoration: none;
	margin: 0 5px;
}

.breadcrumb a.home {
	color: var(--red);
	margin: 0 5px 0 0;
}

.breadcrumb span.current-item {
	margin: 0 5px;
}






/*----------- Header styles -------------*/
#header {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 1000;
	align-items: center;
	height: 80px;
	font-weight: 500;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
}

#header .container{
	display: flex;
	justify-content: space-between;
	height: 50%;
	width: 80%;
}

#primary-nav .menu {
	display: flex;
	flex-direction: row;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#primary-nav .menu li {
	/*position: relative;*/
}

#primary-nav .menu li a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	color: #333;
}

#primary-nav .menu li ul {
	display: none;
	position: absolute;
	background: #fff;
	list-style: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100vw;
	justify-content: center;
	left: 0;
	right: 0;
	padding: 25px 0;
	gap: 20px;
}

#primary-nav .menu-item-has-children > a {
	position: relative;
	padding-right: 20px; /* місце для стрілки */
}

#primary-nav .menu-item-has-children > a::after {
	content: '';
	position: absolute;
	top: 49%;
	right: 3px;
	width: 6px;
	height: 6px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s ease;
}

#primary-nav .menu-item-has-children:hover > a::after {
	transform: translateY(-10%) rotate(-135deg);
}

#primary-nav .menu li ul.sub-menu li{
	background: #eee;
	border-radius: 10px;
	cursor: pointer;
}

#primary-nav .menu li ul.sub-menu li a{
	max-width: 200px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#primary-nav .menu li ul.sub-menu li a img{
	height: 50px !important;
	width: auto !important;
}

#primary-nav .menu li ul li a {
	padding: 10px;
	display: block;
	color: #333;
}

#primary-nav .menu li:hover > ul {
	display: flex;
}

#mobile-nav {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#mobile-nav .mobile-menu {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0 ;
	display: flex;
	flex-direction: column;
}

#mobile-nav .mobile-menu li a {
	padding: 15px;
	display: block;
	color: #333;
	border-bottom: 1px solid #ddd;
}

#header .logo {
	display: flex;
	align-items: center;
	z-index: 20;
	position: relative;
}




/*-------- language switcher -------*/

.language-switcher{
	display: flex;
	gap: 20px;
	align-items: center;
}

.language-switcher a{
	text-decoration: none;
	color: black;
}

.language-switcher a.active,
.language-switcher a:hover {
	font-weight: 700;
}

div.header-right-block{
	display: flex;
	flex-direction: row;
	gap: 50px;
}





/*----------- btn styles ----------*/

.red-rounded-btn {
	background-color: var(--red);
	color: white;
	border-radius: 5px;
	border: none;
	padding: 10px;
	cursor: pointer;
}

div.header-right-block
.red-rounded-btn {
	width: 170px;
}

#mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 40px;
	cursor: pointer;
	padding: 0;
}





/*--------- section features ----------*/

.company-features {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}
.company-features .content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.company-features .features-content {
	width: 37%;
}
.company-features .features-title {
	font-size: 2.3rem;
	text-transform: uppercase;
	padding-right: 20px;
}

.company-features .features-text {
	font-size: 1rem;
	color: #333333;
	padding-right: 20px;
}
.company-features .features-images {
	width: 55%;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	justify-content: center;
}
.company-features .main-image {
	max-width: 395px;
	border-radius: 10px;
	margin-top: 20px;
}

.company-features .right-block {
	height: 395px;
	margin-top: 20px;
	margin-left: 10px;
}
.company-features .small-image {
	max-width: 265px;
	position: relative;
	bottom: -86px;
	right: 0;
	border-radius: 10px;
}
.company-features .experience-box {
	position: relative;
	top: 75px;
	right: 0;
	background: linear-gradient(102.37deg, #333333 2.69%, #2F2F2F 97.91%);
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: bold;
	height: 30%;
	width: 225px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.company-features .experience-box span {
	display: inline-block;
	text-align: center;
}

.company-features .experience-box
 span:first-child{
	font-size: 2.2rem;
	font-weight: 500;
}

.company-features .experience-box
 span:last-child{
	font-size: 0.8rem;
	font-weight: 600;
}

.company-features .experience-box
 img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.company-features .features-text p{
	margin: 0;
}

.company-features .features-text p strong {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bg-img-box-1 {
	position: absolute;
	z-index: -1;
	right: -279px;
	top: 610px;
	translate: -21%;
	scale: 0.8;
}




/*--------- section banner-1 ----------*/

.banner-1 {
	margin-top: 200px;
}

.banner-1 .banner {
	width: 100%;
	padding: 50px 40px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
}

.banner-1 .text {
	color: #FFFFFF;
	font-weight: 600;
	width: 70%;
}

.banner-1 .title{
	text-transform: uppercase;
	font-size: 1.9rem;

}

.banner-1 .description {
	font-size: 0.9rem;
	margin: 25px 0 40px 0;
}

.banner-1 .red-rounded-btn {
	background: rgb(177 0 0);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 0.9rem;
	padding: 20px 30px;
	border-radius: 10px;
	font-weight: 600;
}




/*--------- section equipment ----------*/

.equipment {
	margin-top: 150px;
	display: flex;
}

.equipment .images{
	white-space: nowrap;
	margin: auto;
}

.equipment .images img{
	max-height: 230px;
}

.equipment .content{
	margin-left: 5%;
}

.equipment .content h2{
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.equipment .content .subtitle {
	font-size: 1.2rem;
	font-weight: 600;
}

.equipment-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 700px;
	justify-content: space-evenly;
}

.equipment-box .item {
	max-width: 46%;
}

.equipment-box .item .number{
	font-size: 1rem;
	font-weight: 700;
	color: var(--red);
}

.equipment-box .item h3{
	font-size: 0.9rem;
	font-weight: 700;
	margin: 5px 0;
}

.equipment-box .item p{
	font-size: 0.7rem;
	margin: 0;
	font-weight: 500;
}



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

.services {
	margin-top: 150px;
}

.services .head{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.services h2{
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.services .subtitle {
	font-size: 0.9rem;
	max-width: 357px;
	margin: 0;
	font-weight: 500;
}

.services .red-rounded-btn {
	font-size: 0.9rem;
	padding: 20px 30px;
	font-weight: 600;
}

.services .services-box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.services .service {
	position: relative;
	width: 240px;
	height: 160px;
	padding: 20px;
	background: #eee;
	border-radius: 10px;
	cursor: pointer;
}

.services .service img.default-icon,
.services .service img.hover-icon {
	height: 80px;
	top: 10px;
	left: 20px;
	transition: opacity 0.5s;
	position: absolute;
	z-index: 2;
}

.services .service:hover img.default-icon {
	opacity: 0;
}

.services .service img.hover-icon {
	opacity: 0;
	transition: opacity 0.5s;
}

.services .service:hover img.hover-icon {
	opacity: 1;
}

.services .service p {
	bottom: -130px;
	left: -7px;
	color: #333;
	transition: color 0.5s;
	z-index: 2;
	position: relative;
	font-size: 0.9rem;
	font-weight: 700;
	max-width: 170px;
}

.services .service:hover p {
	color: #fff;
}

.services .bg-img {
	box-shadow: 0 10px 10px 0 #00000042;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s;
	border-radius: 10px;

}

.services .service:hover .bg-img{
	opacity: 1;
}

.services .number {
	position: absolute;
	top: 120px;
	right: -7px;
	font-weight: 700;
	z-index: 2;
	scale: 0.8;
	/*font-size: 100px;*/
	/*color: #eee;*/
	/*text-shadow: 0px 0px 0 #8C8C8C80, -1px -1px 0 #8C8C8C80, 1px -1px 0 #8C8C8C80, -1px 1px 0 #8C8C8C80, 1px 1px 0 #8C8C8C80;*/
}

/* Services page*/

.services-from-page .service-from-page {
	position: relative;
	width: 100%;
	padding: 20px;
	background: #eee;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

.services-from-page .service-from-page .card {
	width: 240px;
	height: 160px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ddd;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.services-from-page .service-from-page img.default-icon,
.services-from-page .service-from-page img.hover-icon {
	height: 80px;
	transition: opacity 0.5s;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 2;
}

.services-from-page .service-from-page:hover img.default-icon {
	opacity: 0;
}

.services-from-page .service-from-page img.hover-icon {
	opacity: 0;
}

.services-from-page .service-from-page:hover img.hover-icon {
	opacity: 1;
}

.services-from-page .service-from-page .card p {
	position: relative;
	margin-top: 100px;
	color: #333;
	font-size: 0.9rem;
	font-weight: 700;
	max-width: 170px;
	z-index: 2;
	transition: color 0.5s;
}

.services-from-page .service-from-page:hover .card p {
	color: #fff;
}

.services-from-page .service-from-page .right-paragraph {
	position: relative;
	color: #333;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: left;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
	max-width: 80%; /* або скільки треба */
	overflow: hidden; /* якщо хочеш обрізку */
	text-overflow: ellipsis; /* якщо хочеш три крапки в кінці */
}

.services-from-page .number {
	position: absolute;
	top: 120px;
	right: -7px;
	font-weight: 700;
	z-index: 2;
	scale: 0.8;
	/*font-size: 100px;*/
	/*color: #eee;*/
	/*text-shadow: 0px 0px 0 #8C8C8C80, -1px -1px 0 #8C8C8C80, 1px -1px 0 #8C8C8C80, -1px 1px 0 #8C8C8C80, 1px 1px 0 #8C8C8C80;*/
}

/* Services page ends*/



/*--------- section banner-2 ----------*/

.banner-2 {
	margin-top: 200px;
}

.banner-2 .banner {
	width: 100%;
	min-height: 350px;
	padding: 50px 40px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}

.banner-2 .text {
	color: #FFFFFF;
	font-weight: 600;
	width: 70%;
}

.banner-2 .title{
	text-transform: uppercase;
	font-size: 1.9rem;
	margin-bottom: 5px;
}

.banner-2 .subtitle{
	font-size: 1.2rem;
	font-weight: 600;
}

.banner-2 .description {
	font-size: 0.9rem;
	margin: 25px 0 40px 0;
}

.banner-2 .red-rounded-btn {
	background: rgb(177 0 0);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 1.7rem;
	padding: 20px 30px;
	border-radius: 0 10px 10px 0;
	font-weight: 600;
	position: absolute;
	left: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 3px;
	bottom: 20px;
}


.page-template-home .map-section{
	margin-bottom: 0;
	margin-top: 150px;
}



/*------------ brands-section ---------------*/

.brands{
	margin: 150px 0;
}

.brands h2 {
	max-width: 705px;
	font-size: 2.2rem;
	font-weight: 700;
	margin: auto;
	text-align: center;
	margin-bottom: 100px;
	text-transform: uppercase;
}

.brands-box {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.brand-item {
	position: relative;
	background: #E8E8E8;
	overflow: hidden;
	width: 190px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}
.brand-item img {
	position: absolute;
	object-fit: contain;
	transition: opacity 0.3s ease-in-out;
}
.brand-item img.hover {
	opacity: 0;
}

.brand-item:hover {
	background-color: var(--red);
	box-shadow: 0 10px 10px 0 #00000042;
}

.brand-item:hover img.hover {
	opacity: 1;
}



/*------------ ABOUT COMPANY PAGE TEMPLATE ---------------*/


/*------------ header-banner-section ---------------*/

section.page-header-banner {
	height: 400px;
}

.page-header-banner .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}


/*------------ about-section-1 ---------------*/

.about-section-1 {
	margin-top: 150px;
	display: flex;
	position: relative;
	gap: 15px;
}

.about-section-1 .right,
.about-section-1 .left {
	width: 50%;
}

.about-section-1 .left img.main-img{
	max-width: 500px;
	width: 100%;
}

.about-section-1 .left .number {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-section-1 .left .number img {
	scale: 0.7;
}

.about-section-1 .right {
	display: flex;
	flex-direction: column;
}

.about-section-1 .right .text {
	font-size: 1rem;
}

.about-section-1 .right .text p:first-child{
	margin: 30px 0 15px 0;
}

.about-section-1 .info {
	position: absolute;
	background: linear-gradient(100.84deg, #333333 2.26%, #2F2F2F 100%);
	padding: 25px;
	color: white;
	font-size: 0.9rem;
	max-width: 650px;
	border-radius: 10px;
	bottom: -70px;
	right: 120px;
}

.about-section-1 .info p{
	margin: 0;
}

.about-section-1 .info strong{
	font-size: 1rem;
	margin: 20px 0 10px 0;
	display: block;
}

.about-section-1 .info p:first-child strong{
	margin-top: 0;
}

.about-section-1 .info img{
	position: absolute;
	width: 100%;
	bottom: 0;
}



/*------------ about-section-2 ---------------*/

.about-section-2 {
	margin-top: 200px;
	display: flex;
	position: relative;
	gap: 15px;
	align-items: center;
}

.about-section-2 .right,
.about-section-2 .left {
	width: 50%;
}

.about-section-2 .right img.main-img{
	max-width: 500px;
	width: 100%;
}

.about-section-2 .right .number {
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-section-2 .right .number img {
	scale: 0.7;
}

.about-section-2 .left {
	display: flex;
	flex-direction: column;
}

.about-section-2 .left .text {
	font-size: 1rem;
	margin: 30px 0 50px 0;
}

.about-section-2 .right {
	display: flex;
	justify-content: end;
	position: relative;
}

.about-section-2 .services-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.about-section-2 .service-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.about-section-2 .service-number {
	font-weight: bold;
	color: var(--red);
	margin-right: 10px;
}

.about-section-2 .service-title {
	flex-grow: 1;
	font-size: 1.1rem;
	text-decoration: none;
	color: black;
	font-weight: 700;
}

.about-section-2 .service-title:hover {
	text-decoration: underline;
}




/*------------ about-section-3 ---------------*/

.about-section-3 {
	margin-top: 150px;
	display: flex;
	position: relative;
	gap: 15px;
	margin-bottom: 200px;
}

.about-section-3 .right,
.about-section-3 .left {
	width: 50%;
}

.about-section-3 .left{
	position: relative;
}

.about-section-3 .left img.main-img{
	max-width: 500px;
	width: 100%;
}

.about-section-3 .left .number {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-section-3 .left .number img {
	scale: 0.7;
}

.about-section-3 .right {
	display: flex;
	flex-direction: column;
}

.about-section-3 .right .text {
	font-size: 1rem;
	margin-top: 30px;
}

.about-section-3 .info {
	position: absolute;
	bottom: -50px;
	right: 230px;
	z-index: 3;
}


.about-section-3 .info img{
	position: absolute;
	width: 100%;
	bottom: 0;
}

.about-section-3 .info-services {
	position: absolute;
	bottom: -110px;
	/*right: 230px;*/
	z-index: 3;
}

/*-------------- about-section-4 -----------------*/

.about-section-4 {
	margin-top: 150px;
	display: flex;
	position: relative;
	gap: 15px;
	margin-bottom: 200px;
}

.about-section-4 .right,
.about-section-4 .left {
	width: 50%;
}

.about-section-4 .left{
	position: relative;
}

.about-section-4 .left img.main-img{
	max-width: 500px;
	width: 100%;
}

.about-section-4 .left .number {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-section-4 .left .number img {
	scale: 0.7;
}

.about-section-4 .right {
	display: flex;
	flex-direction: column;
}

.about-section-4 .right .text {
	font-size: 1rem;
	margin-top: 30px;
}

.about-section-4 .info {
	position: absolute;
	bottom: -50px;
	z-index: 3;
}


.about-section-4 .info img{
	position: absolute;
	width: 100%;
	bottom: 0;
}


/*-------------- consult -----------------*/

.consult {
	margin-top: 150px;
	display: flex;
	position: relative;
	gap: 15px;
	margin-bottom: 200px;
}

.consult .right,
.consult .left {
	width: 50%;
}

.consult .left{
	position: relative;
	left: 10%;
}

.consult .left img.main-img{
	max-width: 500px;
	width: 100%;
}

.consult .left .number {
	position: absolute;
	left: 0;
	bottom: 0;
}

.consult .left .number img {
	scale: 0.7;
}

.consult .right {
	display: flex;
	flex-direction: row;
	position: relative;
	bottom: -66px;
	right: 15%;
}

.consult .right .text {
	font-size: 1rem;
	margin-top: 30px;
}

.consult .info {
	position: absolute;
	bottom: -50px;
	z-index: 3;
}


.consult .info img{
	position: absolute;
	width: 100%;
	bottom: 0;
}

/*------------ contacts-section-1 ---------------*/


.contacts-section-1 {
	display: flex;
	flex-direction: row;
	margin-top: 100px;
	gap: 40px;
}

.contacts-section-1 .left,
.contacts-section-1 .right {
	flex: 1;
}

.contacts-section-1 .left {
	display: flex;
	flex-direction: column;
}

.contacts-section-1 .left .section-title{
	font-size: 2.3rem;
}

.contacts-section-1 .left .text{
	margin: 30px 0;
	font-size: 0.9rem;
}

.contacts-section-1 .left .contacts-group{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.contacts-section-1 .left .contacts-group .item{
	min-width: 260px;
}

.contacts-section-1 .left .contacts-group
.item-title {
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contacts-section-1 .left .contacts-group
.item-title img {
	display: block;
	margin-right: 5px;
}

.contacts-section-1 .left .contacts-group
.item-description {
	font-size: 1.1rem;
}




/*------------ map-section ---------------*/

.map-section {
	margin-top: 50px;
	margin-bottom: 100px;
}






/*------------ MEDIA QUERY ---------------*/

@media (max-width: 1500px) {
	.services .services-box {
		justify-content: center;
	}
}



@media (max-width: 1280px) {

	#primary-nav {
		display: none;
	}

	#header .contacts {
		display: none;
	}

	#mobile-menu-toggle {
		display: flex;
		align-items: center;
	}

	div.header-right-block
	.red-rounded-btn {
		display: none;
	}

	div.header-right-block {
		gap: 25px;
	}

	.company-features {
		flex-direction: column;
	}

	.company-features .features-content {
		width: 100%;
	}

	.company-features .features-images {
		margin-top: 50px;
	}

	.company-features .features-title,
	.company-features .features-text {
		padding-right: 0;
	}

	.bg-img-box-1 {
		display: none;
	}

	.equipment .images {
		max-width: 200px;
		position: relative;
		left: -300px;
	}

	.about-section-1 .right{
		width: 76%;
	}

	.about-section-1 .right .text {
		font-size: 0.9rem;
	}

	.about-section-1 .right .text p:first-child {
		margin: 12px 0 10px 0;
	}

	.about-section-1 .info {
		font-size: 0.7rem;
		max-width: 543px;
		bottom: -185px;
		right: 120px;
	}

	.about-section-1 .info strong {
		font-size: 0.8rem;
	}

	.about-section-2 {
		margin-top: 250px;
	}

	.about-section-3 .right{
		width: 76%;
	}

	.about-section-3 .right .text {
		font-size: 0.9rem;
	}
	.about-section-3 {
		flex-direction: column;
	}

	.about-section-3 .left {
		order: 2;
		width: 100%;
	}

	.about-section-3 .left img {
		/*margin-left: 10%;*/
		max-width: 400px !important;
	}

	.about-section-3 .right{
		order: 1;
		width: 100%;
	}

	.about-section-3 .info {
		bottom: -75px;
		right: -30px;
	}

}

@media (max-width: 1000px) {

	.company-features .features-title {
		font-size: 2.2rem;
	}

	.about-section-1 {
		flex-direction: column;
	}

	.about-section-1 .left {
		order: 2;
		width: 100%;
	}

	.about-section-1 .left img {
		/*margin-left: 10%;*/
		max-width: 400px !important;
	}

	.about-section-1 .right{
		order: 1;
		width: 100%;
	}

	.about-section-1 .info {
		bottom: -75px;
		right: -30px;
	}

	.about-section-2 {
		flex-direction: column;
		margin-top: 200px;
		gap: 35px;
	}

	.about-section-2 .right,
	.about-section-2 .left {
		width: 100%;
	}

	.about-section-2 .left .text {
		font-size: 0.9rem;
	}

	.about-section-2 .service-title {
		font-size: 1rem;
	}

	.about-section-3 .left {
		display: flex;
		justify-content: center;
	}

	.about-section-3 .left .number {
		left: 25%;
	}

	.about-section-3 .info {
		position: static;
		order: 3;
		display: flex;
		justify-content: center;
	}

	.about-section-3 .info #success-message {
		position: absolute;
	}

	.about-section-3 .info #success-message p {
		position: static;
	}

	.contacts-section-1 {
		flex-direction: column;
	}

	.contacts-section-1 .left .contacts-group
	.item {
		min-width: auto;
	}

}

@media (max-width: 870px) {
	.container.equipment-container{
		flex-direction: column;
	}

	.equipment {
		flex-direction: column;
	}

	.equipment .images {
		/*order: 2;*/
		/*margin-top: 20px;*/
		/*position: static;*/
		/*max-width: none;*/
		display: none;
	}

	/*.equipment .images img {*/
	/*	max-height: 133px;*/
	/*}*/

	.equipment .content {
		margin-left: 10%;
	}

	.equipment .content h2 {
		font-size: 1.5rem;
		text-align: center;
	}

	.equipment .content .subtitle {
		font-size: 1.2rem;
		text-align: center;
	}

	.equipment-box {
		max-width: none;
	}

	.banner-2 .title {
		font-size: 1.5rem;
	}

	.banner-2 .subtitle {
		font-size: 1rem;
	}

	.banner-2 .description {
		font-size: 0.8rem;
	}

	.banner-2 .red-rounded-btn {
		font-size: 1.1rem;
	}

	.about-section-1 .left img {
		margin-left: 0;
	}

	.about-section-1 .info {
		margin-right: 10%;
	}

	.about-section-3 .left img {
		margin-left: 0;
	}

}


@media (max-width: 768px) {

	.page-title {
		font-size: 2rem;
	}
	.features-content, .features-images {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.company-features .main-image {
		max-width: 350px;
	}

	.company-features .right-block {
		height: 350px;
		position: absolute;
	}

	.company-features .experience-box,
	.company-features .small-image {
		right: -64px;
	}

	.company-features .small-image {
		max-width: 248px;
	}

	.company-features .experience-box {
		width: 210px;
	}

	.company-features .right-block {
		right: -35px;
	}

	.banner-1 .banner {
		padding: 30px 22px;
	}

	.banner-1 .text {
		width: 100%;
	}

	.services .head {
		flex-direction: column;
	}

	.services .subtitle {
		margin-bottom: 20px;
	}

	.contacts-section-1 .left .section-title {
		font-size: 1.8rem;
	}
}

@media (max-width: 500px) {

	#header .logo img{
		width: 80%;
	}

	.language-switcher {
		gap: 10px;
	}

	div.header-right-block {
		gap: 20px;
		margin-left: 20px;
	}

	.equipment .images {
		margin: unset;
		margin-top: 20px;
	}

	.equipment-box .item h3 {
		font-size: 0.8rem;
	}

	.banner-2 .banner{
		min-height: 400px;
		background-position: right;
	}

	.brands h2 {
		font-size: 1.5rem;
	}

	.brand-item {
		width: 140px;
	}

	.about-section-1 .info{
		bottom: -230px;
	}

	.about-section-1 .left .number{
		bottom: 6%;
	}

	.about-section-2 {
		margin-top: 350px;
	}

	.about-section-3 .info{
		bottom: -230px;
	}

	.about-section-3 .left .number {
		left: 0;
	}
}

.services h2 {
	max-width: 705px;
	font-size: 2.2rem;
	font-weight: 700;
	margin: auto;
	text-align: center;
	margin-bottom: 100px;
	text-transform: uppercase;
}

.phones {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.phones a {
	text-decoration: none;
	color: #000;

}

.arrow {
	margin-left: 5px;
}

.phone-dropdown {
	display: none;
	position: absolute;
	background-color: transparent;

	z-index: 1;
	padding: 5px 0;
}

.phone-dropdown a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.phone-dropdown a:hover,
.phones a:hover{
	text-decoration: underline;
}

#header .address span {
	font-size: 12px;
}

.develop-by-container {
	width: 100%;
	padding-right: 5px;
	display: flex;
	justify-content: flex-end !important;
}

#call {
	display: none;
}

@media screen and (max-width: 768px) {
	#call {
		display: flex;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 60px;
		height: 60px;
		background-color: #b10000;
		color: white;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		box-shadow: 0 0 0 rgba(177, 0, 0, 0.4);
		z-index: 9999;
		animation: ring 1.5s infinite;
	}

	#call img {
		width: 28px;
		height: 28px;
	}

	@keyframes ring {
		0% {
			box-shadow: 0 0 0 0 rgba(177, 0, 0, 0.4);
		}
		70% {
			box-shadow: 0 0 0 15px rgba(177, 0, 0, 0);
		}
		100% {
			box-shadow: 0 0 0 0 rgba(177, 0, 0, 0);
		}
	}
}
