/* 
Theme Name: Resif
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.shadow-btn .elementor-button{
	position: relative;
    z-index: 2;
}
.shadow-btn .elementor-button::before,
.shadow-btn .elementor-button::after{
	content: "";
    background: radial-gradient(circle, rgb(50, 52, 59) 70%, rgb(32 180 225) 110%);
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 75%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.shadow-btn .elementor-button::after {
    top: -2px;
}
.shadow-btn:hover .elementor-button::after, 
.shadow-btn:hover .elementor-button::before {
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}
.fancybox-toolbar .fancybox-button{
	background: var( --e-global-color-61ee5ce );
	color: #fff;
}
.fancybox-toolbar .fancybox-button svg path{
	fill: #fff;
	stroke: #fff;
}
/* Header */
#main-menu .elementor-nav-menu .sub-arrow{
	padding: 5px 0 0 12px;
}
.form-popup .dialog-close-button,
.search-popup .dialog-close-button,
.video-popup .dialog-close-button,
.schema_popup .dialog-close-button{
	padding: 5px;
}
#popup-contacts-wrap::before{
	transform: rotateY(180deg);
}
#popup-contacts-wrap{
	position: relative;
}
#popup-contacts-wrap::after{
	content: '';
	display: block;
	box-sizing: border-box;
	content: var(--background-overlay);
	height: 243px;
	width: 224px;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: 0%;
    left: 84.35%;
	background-image: url(/wp-content/uploads/pat-rightt-top.webp);
    --background-overlay: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.popup-heading .elementor-heading-title{
	position: relative;
}
.popup-heading .elementor-heading-title::before,
.popup-heading .elementor-heading-title::after{
	content:'';
	display: block; 
	position: absolute;
}
.popup-heading .elementor-heading-title::before{
	top: 10px;
    left: -15px;
    width: 1px;
    height: 40px;
	background: #2cccfd;
}
.popup-heading .elementor-heading-title::after{
	bottom: -10px;
    left: -28px;
    width: 75px;
    height: 1px;
	background: #2cccfd;
}
.working-hours .elementor-icon-list-item .elementor-icon-list-text,
#popup-contacts-wrap .working-hours .elementor-icon-list-item .elementor-icon-list-text{
	display: grid;
	grid-template-columns: 1fr 2fr;
    grid-column-gap: 1.5rem;
}
#popup-contacts-wrap .working-hours.eng .elementor-icon-list-item .elementor-icon-list-text,
#contacts_section.eng .working-hours.eng .elementor-icon-list-item .elementor-icon-list-text{
	grid-template-columns: 2fr 3fr;
}
.working-hours .work-days {
    font-weight: 600;
}
#popup-contact-form .wpforms-render-modern,
#popup-contact-form2 .wpforms-render-modern,
#contact-page_form .wpforms-render-modern,
#popup-service-form .wpforms-render-modern{
	margin: 0;
}
#popup-contact-form .wpforms-container .wpforms-field, 
#popup-contact-form .wp-core-ui div.wpforms-container .wpforms-field,
#popup-contact-form2 .wpforms-container .wpforms-field, 
#popup-contact-form2 .wp-core-ui div.wpforms-container .wpforms-field,
#contact-page_form .wpforms-container .wpforms-field, 
#contact-page_form .wp-core-ui div.wpforms-container .wpforms-field,
#popup-service-form .wpforms-container .wpforms-field, 
#popup-service-form .wp-core-ui div.wpforms-container .wpforms-field{
	padding: 15px 0 0 0;
}
#popup-contact-form div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], 
#popup-contact-form div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], 
.wp-core-ui #popup-contact-form div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button,
#popup-contact-form2 div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], 
#popup-contact-form2 div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], 
.wp-core-ui #popup-contact-form2 div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button,
#contact-page_form div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], 
#contact-page_form div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], 
.wp-core-ui #contact-page_form div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button,
#popup-service-form div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], 
#popup-service-form div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], 
.wp-core-ui #popup-service-form div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button{
	width: 100%;
}
#popup-service-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] input.choices__input,
#popup-service-form div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list{
	background: var( --e-global-color-80556ff )!important;
}
#popup-service-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] input.choices__input{
	border-radius: 0 !important;
	margin: 0px !important;
}
#search-form .is-search-form{
/* 	display: grid;
	grid-template-columns: 3fr 1fr; */
}
#search-form .is-search-input,
#search-content_form .is-search-input{
	padding: 10px 12px;
    margin: 0;
	background: transparent;
    background-image: none !important;
    width: 100%;
    outline: 0 !important;
    font-size: 18px !important;
    height: 55px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
	border: 0!important;
    border-bottom: 1px solid rgba(255,255,255,.15) !important;
    font-family: 'Open Sans', sans-serif;
	 color: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#search-content_form .is-search-input{
	border: 1px solid rgba(255,255,255,.15)!important;
	border-right: 0!important;
}
#search-form .is-form-style.is-form-style-3 label,
#search-content_form .is-form-style.is-form-style-3 label{
    width: calc(100% - 75px) !important;
}
#search-form button.is-search-submit,
#search-content_form button.is-search-submit{
	width: 75px;
    height: 55px;
    background: 0 0;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0;
	border-bottom: 1px solid rgba(255,255,255,.15);
    line-height: 0;
    outline: 0;
    vertical-align: middle;  
}
#search-content_form button.is-search-submit{
	border: 1px solid rgba(255,255,255,.15);
	border-left: 0;
}
#search-form input.is-search-submit, 
#search-form .is-search-icon,
#search-content_form input.is-search-submit,
#search-content_form .is-search-icon{
	display: block !important;
    color: #efefef;
    background: transparent;
    box-shadow: none !important;
    outline: 0;
    margin: 0 auto;
    font-size: 18px !important;
	border: 0;
    border-radius: 0;
    line-height: 1;
    height: 55px;
    text-transform: none;
    vertical-align: middle;
}
.is-search-icon svg {
    width: 36px;
    display: block;
}
#search-form .is-search-submit path,
#search-content_form .is-search-submit path{
    fill: #efefef;
}
/* Footer */
#testimonials-carousel .elementor-main-swiper::before,
#testimonials-carousel .elementor-main-swiper::after{
	content:'';
	display: block;
	position: absolute;
	width: 107px;
	height: 88px;
	background: transparent url(/wp-content/uploads/divider_lines3.webp) no-repeat center;
	background-size: contain;
}
#testimonials-carousel .elementor-main-swiper::before{
	top: -28px;
    right: -5px;
}
#testimonials-carousel .elementor-main-swiper::after{
	bottom: 0;
    left: -8px;
	transform: rotateX(180deg) rotateY(-180deg);
}
#testimonials-carousel .elementor-testimonial__title{
	font-weight: 400;
}
#testimonials-carousel .elementor-testimonial__text{
	text-align: justify;
}
#testimonials-carousel .elementor-testimonial__text::before{
	content:'';
	display: block;
	margin: 0 0 1rem 0;
	width: 45px;
	height: 34px;
	background: transparent url(/wp-content/uploads/quotes.webp) no-repeat center;
	background-size: contain;
}
#testimonials-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -22px;
}
#testimonials-carousel .swiper-pagination-bullet{
	border-radius: 0;
}

.footer-heading .elementor-heading-title{
	position: relative;
}
.footer-heading .elementor-heading-title::before,
.footer-heading .elementor-heading-title::after,
.video-heading .elementor-heading-title::before,
.video-heading .elementor-heading-title::after{
	content:'';
	display: block; 
	position: absolute;
}
.footer-heading .elementor-heading-title::before,
.video-heading .elementor-heading-title::before{
	top: 10px;
    left: -15px;
    width: 1px;
    height: 40px;
	background: #2cccfd;
}
.footer-heading .elementor-heading-title::after,
.video-heading .elementor-heading-title::after{
	bottom: -10px;
    left: -28px;
    width: 75px;
    height: 1px;
	background: #2cccfd;
}
.video-heading .elementor-heading-title::before{
	top: -5px;
    height: 55px;
}
.video-heading .elementor-heading-title::after{
	left: -36px;
	width: 105px;
}

.footer-contacts .elementor-icon-list-items li:hover a .elementor-icon-list-text{
	color: var(--e-global-color-96a146a);
}
.footer-contacts .elementor-icon-list-items li .tel-info{
	font-size: 13px;
	color: rgba(239,239,239,.5);
}
.footer_menu .elementor-nav-menu{
	column-count: 2;
}
#credits-info .footer-link{
	color: var(--e-global-color-8be430d);
}
#credits-info .footer-link:hover{
	color: var(--e-global-color-96a146a);
}
/* Pages */
#page-header .page-heading .elementor-heading-title{
	position: relative;
}
#page-header .page-heading .elementor-heading-title::after{
	content:'';
	display: block; 
	position: absolute;
}
#page-header .page-heading .elementor-heading-title::after{
/* 	bottom: -40px; */
	bottom: -25px;
    left: -35px;
    width: 110px;
    height: 65px;
	background: transparent url(/wp-content/uploads/divider_lines-hdng.webp) no-repeat center;
	background-size: contain;
}
#breadcrumbs{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* Front Page */
.hero-section_heading .elementor-heading-title,
.block-heading .elementor-heading-title{
	position: relative;
}
.hero-section_heading .elementor-heading-title::before,
.hero-section_heading .elementor-heading-title::after,
.block-heading .elementor-heading-title::before,
.block-heading .elementor-heading-title::after,
.block-heading2 .elementor-heading-title::after,
.error-page_heading .elementor-heading-title::before,
.error-page_heading .elementor-heading-title::after{
	content:'';
	display: block;
	position: absolute;
	width: 107px;
	height: 55px;
	background: transparent url(/wp-content/uploads/divider_lines.webp) no-repeat center;
	background-size: contain;
}
.hero-section_heading .elementor-heading-title::before,
.error-page_heading .elementor-heading-title::before{
	top: 23px;
    left: -34px;
}
.hero-section_heading .elementor-heading-title::after,
.error-page_heading .elementor-heading-title::after{
	top: -23px;
    right: -33px;
	transform: rotateX(180deg) rotateY(-180deg);
}
.error-page_heading .elementor-heading-title::before {
	top: 33px;
}
#ticker_section {
    transform: rotate(-4deg);
}
#ticker_block .elementor-widget-html{
	overflow: clip;
}
.ticker-line {
	display: flex;
	padding-left: 1rem;
	gap: 1.5rem;
	width: max-content;
	animation: marquee-move-text var(--speed, 35s) linear infinite var(--direction,forwards);
}
.ticker-item{
	display: flex;
	align-items: center;
	column-gap: .75rem;
}
.ticker-item .tick-icon{
	width: 20px;
	height: 20px;
	background: transparent url(/wp-content/uploads/resif_bul.webp) no-repeat center;
	background-size: contain;
}
.ticker-item .tick-text{
	font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 600;
	color: #ccc;
}
@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}
#about_section .img_block,
#about_section .img_block .elementor-widget-image,
#reasons_section .img_block .elementor-widget-image,
#activities_section .img_block .elementor-widget-image{
	position: relative;
}
#about_section .img_block::after{
	content: 'О компании';
	display: block;
	position: absolute;
	bottom: 274px;
    left: -260px;
	font-family: "Rubik", Sans-serif;
    font-size: 86px;
    font-weight: 800;
	text-transform: uppercase;
	color: rgba(255,255,255,.05);
	transform: rotate(-90deg);
}
#about_section .img_block.eng::after{
	content: 'About us';
	bottom: 210px;
    left: -185px;
}
#about_section .img_block .elementor-widget-image::before,
#about_section .img_block .elementor-widget-image::after,
#reasons_section .img_block .elementor-widget-image::before,
#reasons_section .img_block .elementor-widget-image::after,
#about-us_section .img_block .elementor-widget-image::before,
#about-us_section .img_block .elementor-widget-image::after,
#activities_section .img_block .elementor-widget-image::before,
#activities_section .img_block .elementor-widget-image::after{
	content: '';
	display: block;
	position: absolute;
}
#about_section .img_block .elementor-widget-image::before,
#reasons_section .img_block .elementor-widget-image::before,
#about-us_section .img_block .elementor-widget-image::before,
#activities_section .img_block .elementor-widget-image::before{
	top: 22px;
	left: 0;
	width: 1px;
	height: 700px;
	background: #2cccfd;
}
#about_section .img_block .elementor-widget-image::after,
#reasons_section .img_block .elementor-widget-image::after,
#about-us_section .img_block .elementor-widget-image::after,
#activities_section .img_block .elementor-widget-image::after{
	bottom: 0;
	left: -80px;
    width: 650px;
	height: 1px;
	background: #2cccfd;
}
#about_section .block-heading.eng .elementor-heading-title::after{
	right: 100px;
}
#reasons_section .img_block .elementor-widget-image::before,
#about-us_section .img_block .elementor-widget-image::before{
	top: 30px;
    left: 591px;
	height: 750px;
}
#activities_section .img_block .elementor-widget-image::before{
	height: 750px;
}
#about-us_section .img_block .elementor-widget-image::before{
	height: 680px;
}
#reasons_section .img_block .elementor-widget-image::after,
#about-us_section .img_block .elementor-widget-image::after{
	bottom: 0;
	left: 26px;
}
.block-heading .elementor-heading-title::before{
	top: 10px;
    left: -32px;
}
.block-heading2 .elementor-heading-title::after{
	bottom: -10px;
    left: -14px;
}
.block-heading .elementor-heading-title::after{
	top: -28px;
    right: 68px;
	transform: rotateX(180deg) rotateY(-180deg);
}
#about_section.eng .block-heading .elementor-heading-title::after{
	right: 140px;
}
#counters_block{
	position: relative;
}
#counters_block::after{
	content: '';
	display: block;
	position: absolute;
	top: 48%;
    left: 0%;
	width: 100%;
	height: 1px;
	background: var( --e-global-color-b1198bf );
}
#counters_block .counter-card .elementor-counter-number-wrapper,
#about-us_section .counter-card .elementor-counter-number-wrapper,
#counters_section .counter-card .elementor-counter-number-wrapper{
	background: -webkit-linear-gradient(90deg, rgba(16,115,145,1) 30%, rgba(57,209,255,.88) 70%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
#counters_block .counter-card .elementor-counter-title,
#about-us_section .counter-card .elementor-counter-title,
#counters_section .counter-card .elementor-counter-title{
	text-align: center;
}
#services_section .block-heading .elementor-heading-title::after{
	top: -24px;
    right: 150px
}
#services_list .service-card,
#services_list2 .service-card{
	border: 2px solid var( --e-global-color-accent );
}
#services_list .service-card::before,
#services_list .service-card::after,
#services_list2 .service-card::before,
#services_list2 .service-card::after{
	content: "";
    background: radial-gradient(circle, rgb(50, 52, 59) 70%, rgb(32 180 225) 110%);
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 75%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
#services_list .service-card::before,
#services_list2 .service-card::before{
	top: -2px;
	bottom: 0;
}
#services_list .service-card:hover::after, 
#services_list .service-card:hover::before,
#services_list2 .service-card:hover::after, 
#services_list2 .service-card:hover::before{
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}
#services_list .service-card:hover .service-card_icon,
#services_list2 .service-card:hover .service-card_icon{
	background-color: var(--e-global-color-accent);
}
.section_link .elementor-heading-title a{
	display: flex;
    align-items: center;
	column-gap: 1rem;
}
.section_link .elementor-heading-title a::after {
    content: '';
    display: block;
    margin: 0;
    width: 32px;
    height: 24px;
    background: transparent url(/wp-content/uploads/arrow2.webp) no-repeat center;
	background-size: contain;
}
.legal-docs_list .elementor-icon-list-item .file-format{
	font-size: 85%;
    color: rgba(255, 255, 255, .5);
}
#reasons_section .block-heading .elementor-heading-title::after{
	top: -28px;
    right: 0;
    left: 400px;
}
#reasons_section.eng .block-heading .elementor-heading-title::after{
	left: 238px;
}
#reasons_section .block-heading.eng .elementor-heading-title::after{
	left: 240px;
}
#reasons_section.reasons-list2.eng .block-heading .elementor-heading-title::after {
    left: 265px;
}
#reasons_list .e-n-accordion-item-title-text{
	display: flex;
	align-items: center;
}
#reasons_list .e-n-accordion-item-title-text .reason-num{
	display: block;
	margin: 0 1.75rem 0 0;
	font-size: 50px;
	font-weight: 400;
	color: var(--e-global-color-accent);
}
#reasons_list .e-n-accordion-item[open] .e-n-accordion-item-title-text:hover .reason-num{
	color: var(--e-global-color-accent);
}
#reasons_list .e-n-accordion-item-title-text:hover .reason-num{
	color: var(--n-accordion-title-normal-color);
}
#reasons_section .reason-item_heading .elementor-heading-title{
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-column-gap: 1rem;
	align-items: center;
}
#reasons_section .reason-item_heading .elementor-heading-title .reason-num {
    display: block;
    padding: 0 1rem 0 0;
    font-size: 3.5rem;
	font-weight: 400;
    line-height: 1;
    color: var(--e-global-color-96a146a);
    border-right: 1px solid rgba(255, 255, 255, .25);
}
#reasons_section .reason-item_heading .elementor-heading-title .reason-title {
    display: block;
    line-height: 1.25;
}
.slide-number .elementor-heading-title{
	position: relative;
}
.slide-number .elementor-heading-title::before,
.slide-number .elementor-heading-title::after{
	content:'';
	display: block; 
	position: absolute;
}
.slide-number .elementor-heading-title::before{
	top: 14px;
    left: -10px;
    width: 1px;
    height: 50px;
	background: #2cccfd;
}
.slide-number .elementor-heading-title::after{
	bottom: -8px;
    left: -25px;
    width: 70px;
    height: 1px;
	background: #2cccfd;
}
#projects_section .block-heading .elementor-heading-title::before {
    top: 73px;
    left: -32px;
}
#projects_section .block-heading .elementor-heading-title::after {
    right: -15px;
}
#projects_section.eng .block-heading .elementor-heading-title::after {
    right: 13px;
}
#projects_section .shadow-btn .elementor-button::before,
#projects_section .shadow-btn .elementor-button::after{
	background: radial-gradient(circle, rgb(62, 64, 72) 70%, rgb(32 180 225) 110%);
}
#about-us_section .block-heading .elementor-heading-title::after{
    right: 36px;
}
#about-us_section.eng .block-heading .elementor-heading-title::after{
    right: 106px;
}
#cooperation_section .block-heading .elementor-heading-title::before {
    top: 21px;
/*     left: 339px; */
	left: -35px;
}
#cooperation_section .block-heading .elementor-heading-title::after {
    top: -28px;
/* 	right: 340px; */
	right: -35px;
}
#activities_section .block-heading .elementor-heading-title::after {
    top: -28px;
	right: 310px;
}
#activities_section.eng .block-heading .elementor-heading-title::after {
	right: 450px;
}
#our-clients_section .block-heading .elementor-heading-title::after {
    top: -28px;
    right: 270px;
}
#our-clients_section.eng .block-heading .elementor-heading-title::after {
    right: 354px;
}
.spheres_list .elementor-icon-list-items{
	column-count: 3;
}
#news_section .block-heading .elementor-heading-title::after{
	right: 538px;
}
#news_section .block-heading.eng .elementor-heading-title::after {
    right: 480px;
}
#news_section.eng .block-heading .elementor-heading-title::after {
   right: 488px;
}
.ads-badge .elementor-heading-title{
	position: relative;
}
.ads-badge .elementor-heading-title::after{
	content: '';
	display: block;
	position: absolute;
    bottom: -8px;
    right: -10px;
    width: 120px;
	height: 45px;
	background: var(--e-global-color-accent);
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	transform: rotateX(180deg) rotateY(-180deg);
	z-index: -1;
}
#company-history_section .block-heading .elementor-heading-title::after{
	display: none;
}
#timeline-carousel .e-n-carousel::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.5);
}
#timeline-carousel .timeline-year{
	padding: 0.25rem 0;
	height: 90px;
}
#timeline-carousel .timeline-year_number{
	padding: .25rem 0;
}
#timeline-carousel .timeline-empty_block,
#timeline-carousel .timeline-card_desc{
	height: 86px;
}
#timeline-carousel .timeline-year .elementor-heading-title,
#timeline-carousel .timeline-year .elementor-icon{
	background: var( --e-global-color-2f6bb92 );
}
#corporate-policy_section .block-heading .elementor-heading-title::before {
	top: 54px;
}
#strategy_section .block-heading .elementor-heading-title::after,
#quality-policy_section .block-heading .elementor-heading-title::after,
#anticorruption_section .block-heading .elementor-heading-title::after,
#labor-safety_section .block-heading .elementor-heading-title::after,
#corporate-policy_section .block-heading .elementor-heading-title::after,
#mapa_section .block-heading .elementor-heading-title::after,
#services_section.services-page .block-heading .elementor-heading-title::after,
#equipment_section .block-heading .elementor-heading-title::after,
#service-description_section .block-heading .elementor-heading-title::after,
#our-works_section .block-heading .elementor-heading-title::after,
#miling-equipment_section .block-heading .elementor-heading-title::after,
#turning-equipment_section .block-heading .elementor-heading-title::after{
	display: none;
}
.page-id-46 #page-content,
.page-id-48 #page-content,
.page-id-50 #page-content,
.page-id-52 #page-content{
	--padding-bottom: 0rem;
}
#cooperation_section.services-page .block-heading .elementor-heading-title::before,
#cooperation_section.services-page.eng .block-heading .elementor-heading-title::before{
	left: -35px;
}
#cooperation_section.services-page .block-heading .elementor-heading-title::after,
#cooperation_section.services-page.eng .block-heading .elementor-heading-title::after{
	right: -35px;
}
.service-features_block {
    margin: 2rem 1rem 0 1rem;
    border: 1px solid var(--e-global-color-b1198bf);
}
.service-features_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
}
.service-features_col {
    padding: .65rem .75rem;
}
.service-features_item:not(:last-child){
	border-bottom: 1px solid var(--e-global-color-b1198bf);
}
.service-features_col:not(:last-child){
	border-right: 1px solid var(--e-global-color-b1198bf);
}
.schema-list_item .elementor-heading-title{
	align-items: center;
    flex-wrap: nowrap;
    column-gap: 5px;
}
.schema-num {
    padding-right: 5px;
    font-size: 22px;
    font-weight: 600;
    color: var(--e-global-color-96a146a);
	border-right: 1px solid #ffffff69;
}
.schema-text {
    padding-left: 5px;
}
#departments_section .manager-contacts .elementor-icon-list-item > a {
   line-break: anywhere;
}
#departments_section .manager-contacts .elementor-icon-list-item:last-child a{
	font-size: 14px;
}
/* Blog Pages */
.news-card-post-date .elementor-post-info{
	column-gap: 10px;
	position: relative;
}
.news-card-post-date .elementor-post-info::before,
.news-card-post-date .elementor-post-info::after{
	content:'';
	display: block; 
	position: absolute;
}
.news-card-post-date .elementor-post-info::before{
	top: 12px;
    left: -15px;
    width: 1px;
    height: 53px;
	background: #2cccfd;
}
.news-card-post-date .elementor-post-info::after{
	bottom: -7px;
    left: -32px;
    width: 115px;
    height: 1px;
	background: #2cccfd;
}
.news-card-post-date .elementor-post-info .elementor-inline-item:nth-child(1) time{
	font-size: 36px;
	font-weight: 600;
}
.news-card-post-date .elementor-post-info .elementor-inline-item:nth-child(2) time{
	display: block;
    width: 50px;
    font-size: 14px;
    line-height: 1.25;
}
.news-card-heading .elementor-heading-title a,
.vacancy-card_heading .elementor-heading-title a,
#search-result_list .elementor-post__title a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-card-heading .elementor-heading-title a::after,
.vacancy-card_heading .elementor-heading-title a::after,
#search-result_list .elementor-post__title a::after{
	content:'';
	display: block;
	margin: 0;
	width: 32px;
	height: 24px;
	background: transparent url(/wp-content/uploads/arrow2.webp) no-repeat center;
	background-size: contain;
}
.news-card-heading .elementor-heading-title:hover a::after,
.vacancy-card_heading .elementor-heading-title:hover a::after,
#search-result_list .elementor-post__title:hover a::after{
	background: transparent url(/wp-content/uploads/arrow2b.webp) no-repeat center;
	background-size: contain;
}
.news-card-img img{
	filter: grayscale(100%);
}
.news-card:hover .news-card-img img{
	filter: grayscale(0%);
}
.news-card-post-meta .elementor-post-info .elementor-post-info__terms-list a:hover{
	color: #1da0c8!important;
}
.news-years_list .elementor-post-info .elementor-inline-item{
	flex-wrap: wrap;
	column-gap: 1rem;
}
.news-years_list .elementor-post-info .elementor-inline-item a{
	margin-bottom: .5rem;
}
.sidebar-heading .elementor-heading-title,
.project-subheading .elementor-heading-title,
#search-result_list .elementor-post__title{
	position: relative;
}
.sidebar-heading .elementor-heading-title::before,
.sidebar-heading .elementor-heading-title::after,
.project-subheading .elementor-heading-title::before,
.project-subheading .elementor-heading-title::after,
#search-result_list .elementor-post__title::after{
	content:'';
	display: block; 
	position: absolute;
}
.sidebar-heading .elementor-heading-title::before,
.project-subheading .elementor-heading-title::before{
	top: 5px;
    left: -13px;
    width: 1px;
    height: 35px;
	background: #2cccfd;
}
.sidebar-heading .elementor-heading-title::after,
.project-subheading .elementor-heading-title::after{
	bottom: -10px;
    left: -25px;
    width: 60px;
    height: 1px;
	background: #2cccfd;
}
.year-archive_list {
    display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.year-archive_item a{
	font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: var( --e-global-color-text );
}
.year-archive_item:hover a{
	color: var( --e-global-color-accent );
}
.about-news-list {
    margin: 1rem 0;
}
.about-news-list li{
	padding-bottom: 7px;
}
figcaption.wp-element-caption{
	color:  var( --e-global-color-text );
}
/* Vacancy Page */
.vacancy-card_salary .currency{
	display: inline-block;
	margin: 0 0 0 0.5rem;
	font-size: 16px;
}
.vacancy-details_info .exp-bef {
    margin-right: 8px;
}
.vacancy-details_info .exp-aft{
	margin-left: 8px;
}
.salary_tooltip .e-hotspot__tooltip{
	border: 1px solid #FFFFFF26;
	white-space: var(--white-space, wrap);
}
.schift-schedule {
/*     column-count: 3; */
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: .5rem;
}
.schift-schedule_item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: .5rem;
}
.schift-schedule_item:not(:last-child){
	padding-right: .75rem;
	border-right: 1px solid #FFFFFF26;
}
.schift-schedule_number{
	color: var( --e-global-color-secondary );
}
.responsibilities-list,
.key-skills_list,
.offers_list{
    margin: .25rem 0 1rem 0;
    padding-left: 2rem;
}
.responsibilities-list li,
.key-skills_list li,
.offers_list li{
	padding: 0 0 .35rem 0;
}
.visit-contacts_list .elementor-icon-list-item .contact-name{
	display: inline-block;
	margin: 0 0 0 .5rem;
	color: var( --e-global-color-secondary );
}
#cvForm .elementor-field-type-checkbox{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#cvForm .elementor-field-option{
	display: flex;
	flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 10px;
}
#cvForm .elementor-field-option label{
	font-size: 14px;
	font-style: italic;
	line-height: 1.25;
}
/* Porfolio Pages */
.project-card_heading .elementor-heading-title{
	position: relative;
}
.project-card_heading .elementor-heading-title::before,
.project-card_heading .elementor-heading-title::after{
	content:'';
	display: block; 
	position: absolute;
}
.project-card_heading .elementor-heading-title::before{
	top: -15px;
    left: -15px;
    width: 1px;
    height: 40px;
	background: #2cccfd;
}
.project-card_heading .elementor-heading-title::after{
	top: -3px;
    left: -28px;
    width: 75px;
    height: 1px;
	background: #2cccfd;
}
.project-techs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
}
#project-navigation .post-navigation__prev--label,
#project-navigation .post-navigation__next--label{
	margin-bottom: 5px;
}
#project-navigation .post-navigation__prev--label::before,
#project-navigation .post-navigation__next--label::after{
	content:'';
	display: inline-block;
	vertical-align: middle;
    width: 16px;
    height: 16px;
	background: transparent url(/wp-content/uploads/arrow2.webp) no-repeat center;
	background-size: contain;
} 
#project-navigation .post-navigation__prev--label::before{
	margin: 0 10px 0 0;
    transform: rotate(180deg);
}
#project-navigation .post-navigation__next--label::after{
	margin: 0 0 0 10px;
}
/* Search Results Page */
#search-result_list .elementor-grid-item{
	position: relative;
	padding: 2.5rem 2rem;
	border-top: 1px solid var(--e-global-color-b1198bf);
	border-bottom: 1px solid var(--e-global-color-b1198bf);
	z-index: 5;
}
#search-result_list .elementor-grid-item::after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/news-patteern.png);
    background-position: center 23%;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: .25;
	z-index: -1;
}
#search-result_list .elementor-grid-item .elementor-post__title{
	padding: 0 0 .75rem 1rem;
}
#search-result_list .elementor-grid-item .elementor-post__title:hover a{
	color: var(--e-global-color-7777f74);
}
#search-result_list .elementor-post__title::after {
    bottom: -5px;
    left: -7px;
	width: 60px;
	height: 40px;
	background: transparent url(/wp-content/uploads/divider_lines-search.webp) no-repeat center;
	background-size: contain;
}


/* Media Queries */
@media only screen and (max-width: 1600px) {
	#popup-contacts-wrap::after{
		left: 81.35%;
	}
	.block-heading .elementor-heading-title::after{
		right: 36px;
	}
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 63px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
		right: 5px;
	}
	#about_section .img_block .elementor-widget-image::before, 
	#reasons_section .img_block .elementor-widget-image::before{
		height: 670px;
	}
	#reasons_section .img_block .elementor-widget-image::before{
		left: 563px;
    	height: 730px;
	}
	#about-us_section .img_block .elementor-widget-image::before{
		left: 563px;
    	height: 630px;
	}
	#about_section .img_block .elementor-widget-image::after, 
	#reasons_section .img_block .elementor-widget-image::after,  
	#activities_section .img_block .elementor-widget-image::after{
		width: 630px;
	}
	#about-us_section .img_block .elementor-widget-image::after{
		width: 600px;
	}
	#activities_section .img_block .elementor-widget-image::before{
		height: 730px;
	}
	#about-us_section.eng .block-heading .elementor-heading-title::after {
		right: 78px;
	}
	#activities_section.eng .block-heading .elementor-heading-title::after {
		right: 420px;
	}
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
		right: 326px;
	}
	#services_section .block-heading .elementor-heading-title::after{
		right: 130px;
	}
	#news_section .block-heading .elementor-heading-title::after {
		right: 476px;
	}
	#news_section.eng .block-heading .elementor-heading-title::after {
		right: 420px;
	}
	#activities_section .block-heading .elementor-heading-title::after{
		right: 280px;
	}
	#our-clients_section .block-heading .elementor-heading-title::after{
		right: 250px;
	}
	#departments_section .manager-contacts .elementor-icon-list-item:last-child a{
		font-size: 13px;
	}
}
@media only screen and (max-width: 1536px) {
	#popup-contacts-wrap::after {
        left: 80.35%;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 30px;
    }
	#about_section .img_block::after{
		bottom: 340px;
    	left: -206px;
		font-size: 72px;
	}
	#about_section .img_block.eng::after{
		left: -150px;
	}
	.block-heading .elementor-heading-title::after {
        right: 0;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 110px;
    }
	#services_section .services-txt p{
		padding: 0 1rem 1rem 0;
	}
	#services_list .service-card.card-1{
		--margin-top: -18rem;
	}
	#services_list.eng .service-card.card-4{
		--width: 18.666%;
	}
	#about_section.eng .img_block .elementor-widget-image::before, 
	#activities_section.eng .img_block .elementor-widget-image::before {
        height: 615px;
    }
	#reasons_section .img_block .elementor-widget-image::before{
        left: 533px;
        height: 700px;
    }
	#about-us_section .img_block .elementor-widget-image::before{
		left: 533px;
        height: 595px;
    }
	#about_section .img_block .elementor-widget-image::after, 
	#reasons_section .img_block .elementor-widget-image::after, 
	#about-us_section .img_block .elementor-widget-image::after,
	#activities_section .img_block .elementor-widget-image::after {
        width: 580px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 430px;
    }
	#ads_banner .ads-block_heading .elementor-heading-title{
		font-size: 30px;
	}
	#ads_banner .ads-block_subheading .elementor-heading-title{
		font-size: 22px;
	}
	#about-us_section .block-heading .elementor-heading-title::before {
		top: 55px;
	}
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 75px;
    }
	#timeline-carousel2 .timeline-text .elementor-heading-title br{
		display: none;
	}
	#activities_section .block-heading .elementor-heading-title::after {
        right: 245px;
    }
	#activities_section .img_block .elementor-widget-image::before {
        height: 700px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 220px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::before {
        top: 10px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 40px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 380px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 300px;
    }
	#reasons_section .reason-item_heading .elementor-heading-title .reason-title{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1440px) {
	#popup-contacts-wrap::after {
        left: 79%;
    }
	#main-menu .elementor-nav-menu .elementor-item{
		font-size: 17px;
	}
	#hero-section #img_block{
		--min-height: 445px;
	}
	#about_section .img_block::after {
		bottom: 476px;
	}
	#about_section .img_block.eng::after {
        left: -145px;
        bottom: 317px;
    }
	#about_section .img_block .elementor-widget-image::before, 
	#reasons_section .img_block .elementor-widget-image::before{
        height: 578px;
    }
	#about_section.eng .img_block .elementor-widget-image::before, 
	#about-us_section.eng .img_block .elementor-widget-image::before, 
	#activities_section.eng .img_block .elementor-widget-image::before {
        height: 565px;
    }
	#about-us_section .img_block .elementor-widget-image::before{
		height: 550px;
	}
	#about_section .img_block .elementor-widget-image::after, 
	#activities_section .img_block .elementor-widget-image::after {
        width: 550px;
    }
	#about-us_section .img_block .elementor-widget-image::after{
		width: 525px;
	}
	#activities_section .img_block .elementor-widget-image::before {
        height: 630px;
    }
	#reasons_section .img_block .elementor-widget-image::after{
		width: 520px;
	}
	#about_section .block-heading .elementor-heading-title::before {
		top: 50px;
	}
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 16px;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: 56px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: -21px;
    }
	#services_section{
		--min-height: 900px;
	}
	#services_section .block-heading .elementor-heading-title::after {
        right: 76px;
    }
	#services_section .services-txt p {
        padding: 0 0 1rem 0;
    }
	#services_list .service-card.card-1 {
        --margin-top: -15rem;
    }
	#services_list .service-card.card-2 {
        --margin-top: -4rem;
    }
	#services_list .service-card.card-4 {
        --margin-top: -5.5rem;
    }
	#reasons_section .img_block .elementor-widget-image::before{
		height: 625px;
	}
	#reasons_section .img_block .elementor-widget-image::before, 
	#about-us_section .img_block .elementor-widget-image::before {
		left: 490px;
	}
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 20px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: -12px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 190px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 330px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 175px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 256px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 360px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
		right: 300px;
	}
	#page-header .elementor-heading-title{
		font-size: 42px;
	}
	#miling-equipment_section .block-heading .elementor-heading-title,
	#turning-equipment_section .block-heading .elementor-heading-title{
		font-size: 32px;
	}
	#miling-equipment_section .equipment-card .equipment-card_heading .elementor-heading-title,
	#turning-equipment_section .equipment-card .equipment-card_heading .elementor-heading-title{
		font-size: 17px;
	} 
	#departments_section .manager-contacts .elementor-icon-list-item > a{
		line-break: anywhere;
	}
	.schift-schedule_item:not(:last-child) {
		padding-right: .2rem;
	}
}
@media only screen and (max-width: 1366px) {
	#lang-menu.cpel-switcher--layout-horizontal .cpel-switcher__list{
		flex-wrap: nowrap;
	}
	#hero-section #img_block {
        --min-height: 400px;
    }
	#about_section .img_block::after {
        bottom: 433px;
		font-size: 68px;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: 45px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 56px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 2px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 55px;
    }
	#services_list .service-card.card-1 {
        --margin-top: -13rem;
    }
	#services_list .service-card.card-2 {
		--width: 19%;
		left: 20%;
        --margin-top: -2rem;
    }
	#services_list .service-card.card-3 {
        --width: 19%;
        left: 41%;
        --margin-top: 1rem;
    }
	#services_list .service-card.card-4 {
		--width: 19%;
    }
	#services_list .service-card.card-5 {
        --margin-top: -18rem;
    }
	#services_list .service-card.card-6 {
        --margin-top: -30rem;
    }
	#reasons_section .img_block .elementor-widget-image::before {
        height: 650px;
    }
	#reasons_section .img_block .elementor-widget-image::before{
        left: 522px;
    }
	#about-us_section .img_block .elementor-widget-image::before {
        left: 505px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 10px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 155px;
    }
	#activities_section .img_block .elementor-widget-image::after {
        width: 500px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after{
        right: 290px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 224px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 300px;
    }
	#projects_section .block-heading .elementor-heading-title::after {
		right: 45px;
	}
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 240px;
    }
	#page-header.portfolio-single .elementor-heading-title {
        font-size: 38px;
    }
	#departments_section .manager-contacts .elementor-icon-list-item:last-child a {
        font-size: 15px;
    }
	#footer-about_block .footer-about-txt p br{
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	#popup-contacts-wrap::after {
        left: 78%;
    }
	#about_section .img_block::after {
        bottom: 455px;
        left: -180px;
        font-size: 60px;
    }
	#about_section .img_block.eng::after {
        left: -125px;
        bottom: 356px;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: -2px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 0;
    }
	#about_section.eng .img_block .elementor-widget-image::before, 
	#about-us_section.eng .img_block .elementor-widget-image::before, 
	#activities_section.eng .img_block .elementor-widget-image::before {
        height: 540px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 25px;
    }
	#services_list .service-card.card-1 {
		--width: 21%;
        --margin-top: -10rem;
    }
	#services_list .service-card.card-2 {
        --width: 21%;
        left: 18%;
        --margin-top: 1rem;
    }
	#services_list .service-card.card-3 {
        --width: 22%;
        left: 41%;
        --margin-top: 4rem;
    }
	#services_list .service-card.card-4 {
        --width: 22%;
        left: 65%;
    }
	#services_list .service-card.card-5 {
        --width: 21%;
        --margin-top: -17rem;
    }
	#services_list .service-card.card-6 {
		--width: 21%;
		left: 78%;
        --margin-top: -28rem;
    }
	#section-link_block{
		--margin-top: 20%;
	}
	#reasons_section .img_block .elementor-widget-image::before {
        left: 483px;
    }
	#about-us_section .img_block .elementor-widget-image::before {
        left: 467px;
        height: 515px;
    }
	#reasons_section .img_block .elementor-widget-image::before {
        height: 596px;
    }
	#about_section .img_block .elementor-widget-image::after, 
	#reasons_section .img_block .elementor-widget-image::after, 
	#about-us_section .img_block .elementor-widget-image::after, 
	#activities_section .img_block .elementor-widget-image::after {
        width: 496px;
    }
	#activities_section .img_block .elementor-widget-image::before {
        height: 555px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::before {
        top: 50px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 46px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 105px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 240px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 183px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 260px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 300px;
    }
	.project-techs-list{
		grid-template-columns: 1fr;
    	grid-column-gap: 0;
	}
	#turning-equipment_section .equipment-card.card-2 .equipment-card_heading .elementor-heading-title br{
		display: none;
	}
	.schift-schedule_item{
		grid-template-columns: 1fr;
	}
	.send-cv_block .sidebar-heading .elementor-heading-title::before{
		top: 30px;
	}
	.schift-schedule_item:not(:last-child) {
		padding-right: .75rem;
	}
}
@media only screen and (max-width: 1200px) {
	#popup-contacts-wrap::after {
        left: 76%;
    }
	#hero-section #img_block {
        --min-height: 350px;
    }
	#about_section .img_block.eng::after {
        left: -125px;
        bottom: 325px;
    }
	#about_section .img_block .elementor-widget-image::before, 
	#reasons_section .img_block .elementor-widget-image::before, 
	#activities_section .img_block .elementor-widget-image::before {
        height: 510px;
    }
	#about_section.eng .img_block .elementor-widget-image::before,  
	#activities_section.eng .img_block .elementor-widget-image::before {
        height: 500px;
    }
	#about-us_section .img_block .elementor-widget-image::before,
	#about-us_section.eng .img_block .elementor-widget-image::before{
		height: 480px;
	}
	#about_section .block-heading .elementor-heading-title::after {
        right: 60px;
    }
	#services_section {
        --min-height: 800px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 100px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 85px;
    }
	#services_list .service-card.card-1 {
        --width: 22%;
        --margin-top: -9.5rem;
    }
	#services_list .service-card.card-2 {
        --width: 21%;
        left: 17%;
        --margin-top: 1.5rem;
    }
	#services_list .service-card.card-3 {
        --width: 22%;
        left: 41%;
        --margin-top: 4rem;
    }
	#services_list .service-card.card-4 {
        --width: 22%;
        left: 66%;
        --margin-top: -3.5rem;
    }
	#services_list.eng .service-card.card-4 {
        --width: 22%;
    }
	#services_list .service-card.card-5 {
        --width: 21%;
        left: 76%;
        --margin-top: -15rem;
    }
	#services_list .service-card.card-6 {
        --width: 21%;
        left: 80%;
        --margin-top: -26rem;
    }
	#reasons_section .block-heading .elementor-heading-title::after{
		left: 356px;
	}
	#reasons_section.eng .block-heading .elementor-heading-title::after {
		left: 205px;
	}
	#reasons_section .img_block .elementor-widget-image::before{
        left: 453px;
    }
	#about-us_section .img_block .elementor-widget-image::before {
        left: 445px;
    }
	#reasons_section .img_block .elementor-widget-image::before {
        height: 560px;
    }
	#about_section .img_block .elementor-widget-image::after, 
	#reasons_section .img_block .elementor-widget-image::after, 
	#about-us_section .img_block .elementor-widget-image::after{
        width: 454px;
    }
	#activities_section .img_block .elementor-widget-image::after {
		left: -38px;
        width: 415px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 20px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::before {
        top: 10px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: -10px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 240px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after{
        right: 356px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 280px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 346px;
    }
	#history-timeline.eng .timeline-text .elementor-heading-title br{
		display: none;
	}
	#news_section .block-heading .elementor-heading-title::after {
        right: 265px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 210px;
    }
	#reasons_section.reasons-list2.eng .block-heading .elementor-heading-title::after{
		left: 244px;
	}
	#reasons_section .reason-item_heading .elementor-heading-title{
		grid-template-columns: 1fr;
		grid-row-gap: 1rem;
	}
	#reasons_section .reason-item_heading .elementor-heading-title .reason-num{
		padding: 0 0 .5rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
	}
	#miling-equipment_section .equipment-card.card-1 .equipment-card_heading .elementor-heading-title br{
		display: none;
	}
	#page-header .elementor-heading-title {
        font-size: 38px;
    }
	.sidebar-heading .elementor-heading-title::before{
		top: 30px;
	}
	.news-categories .sidebar-heading .elementor-heading-title::before,
	.news-recent-block .sidebar-heading .elementor-heading-title::before,
	.visit-company_block .sidebar-heading .elementor-heading-title::before,
	.contacts-order_block .sidebar-heading .elementor-heading-title::before,
	.other-services_block .sidebar-heading .elementor-heading-title::before,
	.project_sidebar .sidebar-heading .elementor-heading-title::before{
		top: 5px;
	}
}
@media only screen and (max-width: 1180px) {
	#about_section .block-heading .elementor-heading-title::after {
        right: 50px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 15px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: -18px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 10px;
    }
	#about_section .img_block.eng::after{
		bottom: 340px;
	}
	#about-us_section .img_block .elementor-widget-image::before {
        left: 437px;
		height: 485px;
    }
	#reasons_section .img_block .elementor-widget-image::before{
        left: 445px;
    }
	#about_section .img_block .elementor-widget-image::after, 
	#about-us_section .img_block .elementor-widget-image::after,
	#reasons_section .img_block .elementor-widget-image::after{
        width: 460px;
    }
	#activities_section .img_block .elementor-widget-image::after{
		width: 380px;
	}
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: -24px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 230px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 346px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 270px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 336px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 250px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 196px;
    }
}
@media only screen and (max-width: 1150px) {
	#about-us_section .img_block .elementor-widget-image::before, 
	#about-us_section.eng .img_block .elementor-widget-image::before{
		left: 420px;
        height: 456px;
    }
	#about_section .img_block .elementor-widget-image::before, 
	#reasons_section .img_block .elementor-widget-image::before, 
	#activities_section .img_block .elementor-widget-image::before {
        height: 457px;
    }
	#activities_section.eng .img_block .elementor-widget-image::before {
        height: 456px;
    }
	#about-us_section .img_block .elementor-widget-image::after{
		width: 430px;
	}
	#about-us_section .block-heading .elementor-heading-title::after {
        right: -10px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::before {
        top: 50px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 30px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 215px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 326px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 255px;
    }
	
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 320px;
    }
}
@media only screen and (max-width: 1110px) {
	#popup-contacts-wrap::after {
        left: 74.35%;
    }
	#about-us_section .img_block .elementor-widget-image::before, 
	#about-us_section.eng .img_block .elementor-widget-image::before{
        left: 396px;
        height: 435px;
    }
	#about-us_section .img_block .elementor-widget-image::after {
        width: 414px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: -24px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 0;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 176px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 290px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 224px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 286px;
    }
	#reasons_section .block-heading .elementor-heading-title::after {
        left: 365px;
    }
}
@media only screen and (max-width: 1090px){
	#about-us_section .img_block .elementor-widget-image::before, 
	#about-us_section.eng .img_block .elementor-widget-image::before {
		left: 392px;
	}
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 0;
    }
	#about-us_section.eng .counter-card_block{
		--margin-top: -12rem;
	}
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 290px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 220px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after{
        right: 280px;
    }
}
@media only screen and (max-width: 1080px) {
	#popup-contacts-wrap::after {
        left: 73.35%;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: -7px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 50px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 3px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 80px;
    }
	#about_section .img_block::after {
        bottom: 526px;
        left: -138px;
        font-size: 50px;
    }
	#about_section .img_block.eng::after {
        left: -97px;
        bottom: 405px;
    }
	#about_section .img_block .elementor-widget-image::before, 
	#activities_section .img_block .elementor-widget-image::before {
        height: 425px;
    }
	#about_section.eng .img_block .elementor-widget-image::before,  
	#activities_section.eng .img_block .elementor-widget-image::before {
        height: 430px;
    }
	#about_section .img_block .elementor-widget-image::after, 
	#reasons_section .img_block .elementor-widget-image::after{
        width: 400px;
        left: -60px;
    }
	#reasons_section .img_block .elementor-widget-image::before {
        height: 500px;
		left: 400px;
    }
	#reasons_section .img_block .elementor-widget-image::after{
		left: 35px;
	}
	#about-us_section .img_block .elementor-widget-image::before{
        height: 430px;
        left: 391px;
    }
	#about-us_section .img_block .elementor-widget-image::after{
		 width: 415px;
		left: 25px;
	}
	#activities_section .block-heading .elementor-heading-title::after {
        right: 175px;
    }
	#activities_section .img_block .elementor-widget-image::after {
        width: 360px;
        left: -36px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 216px;
    }
	#services_section {
        --min-height: 900px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 55px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 40px;
    }
	#services_list .service-card.card-1 {
        --width: 23%;
        left: 9%;
        --margin-top: -5.5rem;
    }
	 #services_list .service-card.card-2 {
        --width: 23%;
        left: 15%;
        --margin-top: 5rem;
    }
	#services_list .service-card.card-3 {
        --width: 23%;
        left: 40%;
        --margin-top: 7rem;
    }
	#services_list .service-card.card-4 {
        --width: 24%;
        left: 65%;
        --margin-top: -2.5rem;
    }
	#services_list .service-card.card-5 {
        --width: 23%;
        left: 73%;
        --margin-top: -14rem;
    }
	#services_list .service-card.card-6 {
        --width: 23%;
        left: 77%;
        --margin-top: -25rem;
    }
	#section-link_block {
        --margin-top: 30%;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 180px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 125px;
    }
}
@media only screen and (max-width: 1024px) {
	#popup-contacts-wrap::after {
        left: 75.35%;
    }
	.error-page_heading.eng .elementor-heading-title::before {
		top: 24px;
	}
	#about_section .block-heading .elementor-heading-title::after {
        right: 25px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 30px;
    }
	#about_section .img_block::after {
        bottom: 520px;
        left: -119px;
        font-size: 44px;
    }
	#about_section .img_block.eng::after {
        left: -84px;
        bottom: 450px;
    }
	#about_section .img_block .elementor-widget-image::before{
        height: 370px;
    }
	#about_section.eng .img_block .elementor-widget-image::before{
        height: 370px;
    }
	#about_section .img_block .elementor-widget-image::after{
        width: 365px;
        left: -47px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 620px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 596px;
    }
	#services_list .service-card.card-1 {
        --width: 24%;
        left: 4%;
        --margin-top: -27rem;
    }
	#services_list .service-card.card-2 {
        --width: 24%;
        left: 7%;
        --margin-top: -15rem;
    }
	#services_list .service-card.card-3 {
        --width: 24%;
        left: 27%;
        --margin-top: -1rem;
    }
	#services_list .service-card.card-5 {
        --width: 24%;
        left: 73%;
        --margin-top: -15rem;
    }
	#services_list .service-card.card-6 {
        --width: 24%;
        left: 76%;
        --margin-top: -27rem;
    }
	#services_list .service-card.card-4 {
        --width: 24%;
        left: 58%;
        --margin-top: -2rem;
    }
	#services_list.eng .service-card.card-4 {
        --width: 26%;
    }
	#section-link_block {
        --margin-top: 15%;
    }
	#reasons_section .block-heading .elementor-heading-title::after {
        left: 330px;
    }
	#reasons_section.eng .block-heading .elementor-heading-title::after {
        left: 190px;
    }
	#reasons_section .img_block .elementor-widget-image::before{
        height: 415px;
        left: 332px;
    }
	#reasons_section .img_block .elementor-widget-image::after{
		width: 353px;
        left: 9px;
	}
	#about-us_section .img_block .elementor-widget-image::before {
        height: 400px;
        left: 365px;
	}
	#about-us_section .img_block .elementor-widget-image::after {
        width: 380px;
        left: 25px;
    }
	#about-us_section.eng .img_block .elementor-widget-image::before {
        left: 366px;
		height: 396px;
    }
	#about-us_section.eng .counter-card_block {
        --margin-top: -10.65rem;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: -10px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 156px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 260px;
    }
	#activities_section .img_block .elementor-widget-image::before {
        height: 410px;
    }
	#activities_section .img_block .elementor-widget-image::after {
			width: 325px;
	}
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 200px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 260px;
    }
	#reasons_section.reasons-list2.eng .block-heading .elementor-heading-title::after {
        left: 230px;
    }
	.spheres_list .elementor-icon-list-items {
		column-count: 2;
	}
	#testimonials-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: -7px;
	}
	#ads_banner .ads-block_heading .elementor-heading-title {
        font-size: 26px;
    }
	#ads_banner .ads-block_subheading .elementor-heading-title {
        font-size: 20px;
    }
	#cooperation_section.services-page .block-heading .elementor-heading-title::before {
        top: 15px;
    }
	#miling-equipment_section .equipment-card.card-1 .equipment-card_heading .elementor-heading-title br,
	#turning-equipment_section .equipment-card.card-2 .equipment-card_heading .elementor-heading-title br{
        display: block;
    }
	#page-header.vacancy-heading .elementor-heading-title {
        font-size: 38px;
    }
	.sidebar-heading .elementor-heading-title::before {
        top: 5px;
    }
	.send-cv_block .sidebar-heading .elementor-heading-title::before {
        top: 5px;
    }
}
@media only screen and (max-width: 960px) {
	#popup-contacts-wrap::after{
		left: 78%;
		height: 190px;
        width: 190px;
	}
	#about_section .block-heading .elementor-heading-title::after {
        right: -14px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: -6px;
    }
	#about_section .img_block::after {
        bottom: 580px;
        left: -106px;
        font-size: 40px;
    }
	#about_section .img_block.eng::after {
        left: -72px;
        bottom: 460px;
    }
	#about_section .img_block .elementor-widget-image::before{
        height: 348px;
    }
	#about_section.eng .img_block .elementor-widget-image::before{
        height: 336px;
    }
	#about_section .img_block .elementor-widget-image::after{
        width: 322px;
        left: -47px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 558px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 530px;
    }
	#services_list .service-card.card-1 {
        --width: 26%;
        left: 2%;
        --margin-top: -27rem;
    }
	#services_list .service-card.card-2 {
        --width: 26%;
        left: 5%;
        --margin-top: -15rem;
    }
	#services_list .service-card.card-3 {
        --width: 26%;
        left: 27%;
        --margin-top: -1rem;
    }
	#services_list .service-card.card-4 {
        --width: 27%;
        left: 58%;
        --margin-top: -2rem;
    }
	#services_list.eng .service-card.card-4 {
        --width: 30%;
    }
	#services_list .service-card.card-5 {
        --width: 26%;
        left: 73%;
        --margin-top: -15rem;
    }
	#services_list .service-card.card-6 {
        --width: 26%;
        left: 71%;
        --margin-top: -27rem;
    }
	.hr-contacts_list .elementor-icon-list-items li a{
		line-break: anywhere;
	}
	#reasons_section .img_block .elementor-widget-image::before{
        height: 380px;
        left: 307px;
    }
	#reasons_section .img_block .elementor-widget-image::after {
        width: 333px;
        left: 9px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 40px;
    }
	#about-us_section .img_block .elementor-widget-image::before {
        height: 370px;
        left: 337px;
    }
	#about-us_section .img_block .elementor-widget-image::after {
        width: 350px;
        left: 28px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 118px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 226px;
    }
	#activities_section .img_block .elementor-widget-image::before,
	#activities_section.eng .img_block .elementor-widget-image::before{
        height: 377px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 165px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 226px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 145px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 90px;
    }
}

@media only screen and (max-width: 880px) {
	#popup-contacts-wrap::after {
        left: 79.5%;
        height: 180px;
        width: 170px;
    }
	.hero-section_heading .elementor-heading-title::before {
		top: 7px;
	}
	.error-page_heading .elementor-heading-title::before {
		top: 24px;
	}
	#about_section .block-heading .elementor-heading-title::before {
        top: 10px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 15px;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: 184px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 206px;
    }
	#about_section .img_block::after {
        bottom: 243px;
        left: -108px;
        font-size: 70px;
    }
	#about_section .img_block.eng::after {
        left: -50px;
        bottom: 190px;
    }
	#about_section .img_block .elementor-widget-image::before{
        height: 600px;
        left: 115px;
    }
	#about_section.eng .img_block .elementor-widget-image::before{
        height: 610px;
    }
	#about_section .img_block .elementor-widget-image::after{
        width: 550px;
        left: 54px;
    }
	.section_link .elementor-heading-title a::after{
		width: 26px;
    	height: 26px;
	}
	#services_section .block-heading .elementor-heading-title::after {
        right: 476px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 485px;
    }
	#services_list .service-card.card-1 {
        --width: 26%;
        left: 2%;
        --margin-top: -21rem;
    }
	#services_list .service-card.card-6 {
        --width: 26%;
        left: 73%;
        --margin-top: -21rem;
    }
	#services_list .service-card.card-2 {
        --width: 26%;
        left: 5%;
        --margin-top: -10rem;
    }
	#services_list .service-card.card-5 {
        --width: 26%;
        left: 70%;
        --margin-top: -10rem;
    }
	#services_list .service-card.card-3 {
        --width: 26%;
        left: 22%;
        --margin-top: 2rem;
    }
	#services_list .service-card.card-4 {
        --width: 27%;
        left: 53%;
        --margin-top: 2rem;
    }
	#services_list.eng .service-card.card-4 {
        --width: 35%;
    }
	#section-link_block {
        --margin-top: 25%;
    }
	#reasons_section .img_block .elementor-widget-image::before{
        height: 670px;
        left: 665px;
    }
	#reasons_section .img_block .elementor-widget-image::after {
        width: 550px;
        left: 154px;
    }
	#about-us_section .block-heading .elementor-heading-title::before,
	#about-us_section.eng .block-heading .elementor-heading-title::before{
        top: 15px;
    }
	#about-us_section .block-heading .elementor-heading-title::after{
        right: 200px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after{
        right: 260px;
    }
	#about-us_section .img_block .elementor-widget-image::before,
	#about-us_section.eng .img_block .elementor-widget-image::before{
        height: 570px;
        left: 638px;
    }
	#about-us_section .img_block .elementor-widget-image::after,
	#about-us_section.eng .img_block .elementor-widget-image::after{
        width: 470px;
        left: 216px;
    }
	#about-us_section.eng .counter-card_block{
        --margin-top: -9.25rem;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 410px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 520px;
    }
	#activities_section .img_block .elementor-widget-image::before,
	#activities_section.eng .img_block .elementor-widget-image::before{
        height: 660px;
        left: 112px;
    }
	#activities_section .img_block .elementor-widget-image::after,
	#activities_section.eng .img_block .elementor-widget-image::after{
        width: 520px;
        left: 62px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 507px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 560px;
    }
	#projects_section.eng .block-heading .elementor-heading-title::after {
		right: 65px;
	}
	.project-techs-list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1rem;
    }
	#cooperation_section .block-heading .elementor-heading-title::before {
        top: 10px;
    }
	#cooperation_section.services-page .block-heading .elementor-heading-title::before {
        top: 5px;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::before {
        top: 15px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 110px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 60px;
    }
}
@media only screen and (max-width: 860px) {
	#about-us_section .img_block .elementor-widget-image::before, 
	#about-us_section.eng .img_block .elementor-widget-image::before{
		left: 620px;
	}
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 190px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 250px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 390px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 496px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 486px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after{
        right: 550px;
    }
}
@media only screen and (max-width: 768px) {
	#popup-contacts-wrap::after {
        left: 79.55%;
        height: 150px;
        width: 150px;
    }
	#hero-section #img_block {
        --min-height: 250px;
    }
	#hero-img{
		left: 30%;
        top: 35%;
	}
	#hero-img img{
		width: 60%;
	}
	#about_section .block-heading .elementor-heading-title::after {
        right: 70px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 97px;
    }
	#about_section .img_block::after {
        bottom: 230px;
        left: -102px;
        font-size: 64px;
    }
	#about_section .img_block .elementor-widget-image::before{
        height: 520px;
        left: 100px;
    }
	#about_section.eng .img_block .elementor-widget-image::before{
        height: 520px;
    }
	#about_section.eng .img_block .elementor-widget-image::after{
			width: 470px;
	}
	#services_section .block-heading .elementor-heading-title::after {
        right: 400px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 370px;
    }
	#services_list .service-card.card-1{
		--margin-top: -19rem;
	}
	#services_list .service-card.card-2{
		--margin-top: -8rem;
	}
	#services_list .service-card.card-3{
		--margin-top: 4rem;
	}
	#services_list .service-card.card-4 {
        --width: 30%;
        --margin-top: 4rem;
    }
	#services_list .service-card.card-5{
		--margin-top: -8rem;
	}
	#services_list .service-card.card-6{
		--margin-top: -19rem;
	}
    #section-link_block {
        --margin-top: 33%;
    }
	#reasons_section .img_block .elementor-widget-image::before{
        height: 580px;
        left: 571px;
    }
	#reasons_section .img_block .elementor-widget-image::after {
        width: 470px;
        left: 140px;
    }
	#about-us_section .block-heading .elementor-heading-title::after{
        right: 100px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after{
        right: 156px;
    }
	#about-us_section .img_block .elementor-widget-image::before,
	#about-us_section.eng .img_block .elementor-widget-image::before{
        height: 485px;
        left: 544px;
    }
	#about-us_section .img_block .elementor-widget-image::after,
	#about-us_section.eng .img_block .elementor-widget-image::after{
        width: 420px;
        left: 170px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 290px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 400px;
    }
	#activities_section .img_block .elementor-widget-image::before,
	#activities_section.eng .img_block .elementor-widget-image::before{
        height: 560px;
        left: 95px;
    }
	#activities_section .img_block .elementor-widget-image::after,
	#activities_section.eng .img_block .elementor-widget-image::after{
			width: 420px;
	}
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 395px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 450px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 32px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: -17px;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::before {
        left: -15px;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::after {
        right: -15px;
    }
	#page-header.single-post-header .elementor-heading-title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
	#main-header #info-contacts-block{
		--column-gap: 40px;
	}
	#popup-contacts-wrap::after {
		top: 0;
		left: 80%;
        height: 145px;
        width: 145px;
	}
	#popup-contacts-wrap .popup-contacts-block,
	#popup-contacts-wrap .popup-contacts-form-block{
		--width: 50%;
	}
	#hero-img {
        left: 30%;
        top: 42%;
    }
	#ticker_section {
		transform: rotate(0deg);
	}
	#about_section .block-heading .elementor-heading-title::after {
        right: 90px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 100px;
    }
	#counters_block .counter-card_block{
		--width: 50%;
	}
	#about_section .img_block::after,
	#about_section .img_block .elementor-widget-image::before, 
	#about-us_section .img_block .elementor-widget-image::before, 
	#activities_section .img_block .elementor-widget-image::before,
	#about_section .img_block .elementor-widget-image::after, 
	#about-us_section .img_block .elementor-widget-image::after, 
	#activities_section .img_block .elementor-widget-image::after,
	#reasons_section .img_block .elementor-widget-image::before,
	#reasons_section .img_block .elementor-widget-image::after{
		display: none;
	}
	#about_section .img_block .elementor-widget-image img,
	#reasons_section .img_block .elementor-widget-image img,
	#about-us_section .img_block .elementor-widget-image img,
	#activities_section .img_block .elementor-widget-image img{
		border: 1px solid #2cccfd;
	}
	#reasons_section .block-heading .elementor-heading-title::after {
        left: 288px;
    }
	#reasons_section.eng .block-heading .elementor-heading-title::after {
        left: 160px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 170px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 236px;
    }
	#activities_section .block-heading .elementor-heading-title::after {
        right: 350px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 465px;
    }
	#our-clients_section .block-heading .elementor-heading-title::after{
        right: 460px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 520px;
    }
	#about-us_section.eng .counter-card_block {
        --margin-top: -1rem;
    }
	#services_section {
        --min-height: auto;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 410px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 388px;
    }
	#services_list .service-card{
		position: static;
	}
	#services_list.eng .service-card{
		height: 167px;
	}
	#services_list .service-card.card-1,
	#services_list .service-card.card-2,
	#services_list .service-card.card-3,
	#services_list .service-card.card-4,
	#services_list .service-card.card-5,
	#services_list .service-card.card-6{
		width: 46%;
		--margin-top: 0;
	}
	#services_list .service-card.card-2  .service-card_heading br{
        display: none;
    }
	#services_list .service-card::before, 
	#services_list .service-card::after{
		display: none;
	}
	#section-link_block {
        --margin-top: 3%;
    }
	#projects_section .block-heading .elementor-heading-title::before {
		top: 45px;
		left: -38px;
	}
	#projects_section.eng .block-heading .elementor-heading-title::before {
        top: 65px;
        left: -32px;
    }
	#projects_section .block-heading .elementor-heading-title::after {
        right: 140px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 246px;
    }
	#our-works_section .heading_block .heading-block1,
	#our-works_section .heading_block .heading-block2{
		--width: 50%;
	}
	#cooperation_section.services-page .block-heading .elementor-heading-title::before {
        top: 0;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::before {
        top: 7px;
		left: -35px;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::after {
        right: -35px;
    }
	.dwnl-btn .elementor-icon-box-wrapper{
		align-items: center;
	}
	#services_list2 .service-card .service-inner{
		--flex-wrap-mobile: nowrap;
	}
	#testimonials-block{
		position: static;
	}
	#testimonials-carousel .elementor-testimonial__text {
		text-align: left;
	}
	#footer-logo {
		width: 40%;
        margin-bottom: 1.25rem;
	}
}
@media only screen and (max-width: 600px) {
	#popup-contacts-wrap .popup-contacts-block,
	#popup-contacts-wrap .popup-contacts-form-block{
		--width: 100%;
	}
	#popup-contacts-wrap::after {
			left: 74.5%;
	}
	.hero-section_heading .elementor-heading-title::before{
        top: 40px;
    }
	.error-page_heading .elementor-heading-title::before {
        top: 15px;
    }
	.error-page_heading.eng .elementor-heading-title::before {
        top: 10px;
    }
	.hero-section_heading .elementor-heading-title::after{
		right: 55px;
	}
	.error-page_heading .elementor-heading-title::after{
		right: -32px;
	}
	#hero-section #img_block {
        --min-height: 185px;
    }
	#hero-img img {
        width: 56%;
    }
	#hero-img {
        left: 26%;
        top: 44%;
    }
	#about_section .block-heading .elementor-heading-title::before {
        top: 46px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 50px;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: 26px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 36px;
    }
	#services_section{
		--padding-top: 1rem;
        --padding-bottom: 1rem;
	}
	#services_section.services-page{
		--padding-bottom: 3rem;
	}
	#services_section .block-heading .elementor-heading-title::after {
        right: 256px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 290px;
    }
	#about-us_section .block-heading .elementor-heading-title::after {
        right: 24px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::after {
        right: 73px;
    }
	#about-us_section.eng .counter-card_block {
        --margin-top: -2rem;
    }
	#activities_section .block-heading .elementor-heading-title::after{
        right: 200px;
    }
	#activities_section.eng .block-heading .elementor-heading-title::after {
        right: 306px;
    }
	#activities_section .img_block{
		--padding-bottom: 0rem;
	}
	#our-clients_section .block-heading .elementor-heading-title::after {
        right: 310px;
    }
	#our-clients_section.eng .block-heading .elementor-heading-title::after {
        right: 356px;
    }
	#projects_section .block-heading .elementor-heading-title::before{
		left: -30px;
	}
	#projects_section.eng .block-heading .elementor-heading-title::before {
        top: 48px;
        left: -32px;
    }
	#projects_section .block-heading .elementor-heading-title::after {
        right: -5px;
    }
	#projects_section.eng .block-heading .elementor-heading-title::after {
        right: 10px;
    }
	#reasons_section.reasons-list2 .block-heading .elementor-heading-title::after{
		display: none;
	}
	#news_section .block-heading .elementor-heading-title::after {
        right: 140px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 90px;
    }
	#cooperation_section .block-heading .elementor-heading-title::before,
	#cooperation_section .block-heading .elementor-heading-title::after,
	#cooperation_section.eng .block-heading .elementor-heading-title::before,
	#cooperation_section.eng .block-heading .elementor-heading-title::after,
	#cooperation_section.services-page .block-heading .elementor-heading-title::before,
	#cooperation_section.services-page .block-heading .elementor-heading-title::after, 
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::before,
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::after {
        display: none;
    }
	#cooperation_section.services-page .block-heading{
		padding: 0rem 0rem 0rem 0rem;
	}
	#page-header .elementor-heading-title {
        font-size: 40px;
    }
	#page-header.portfolio-single .elementor-heading-title{
        font-size: 32px;
    }
	.project-techs-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
    }
	#project-navigation .elementor-post-navigation__prev.elementor-post-navigation__link,
	#project-navigation .elementor-post-navigation__next.elementor-post-navigation__link{
		padding: 0 .75rem;
	}
	#turning-equipment_section .equipment-card.card-2 .equipment-card_heading .elementor-heading-title br {
        display: none;
    }

}
@media only screen and (max-width: 560px) {
	#popup-contacts-wrap::after {
        left: 72.5%;
    }
	.hero-section_heading .elementor-heading-title::after{
        right: 16px;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: -8px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 246px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 246px;
    }
	#services_list{
		--gap: 1rem 1rem;
        --row-gap: 1rem;
        --column-gap: 1rem;
	}
	#services_list .service-card.card-1, 
	#services_list .service-card.card-2, 
	#services_list .service-card.card-3, 
	#services_list .service-card.card-4, 
	#services_list .service-card.card-5, 
	#services_list .service-card.card-6 {
		width: 48%;
	}
	#about-us_section .block-heading .elementor-heading-title::after,
	#activities_section .block-heading .elementor-heading-title::after,
	#our-clients_section .block-heading .elementor-heading-title::after{
		display: none;
	}
	#projects_section .block-heading .elementor-heading-title{
		font-size: 32px;
	}
	#projects_section.eng .block-heading .elementor-heading-title::before {
		top: 44px;
	}
	#projects_section.eng .block-heading .elementor-heading-title::after {
        right: 25px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 100px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: 55px;
    }
	#home-news_list .news-card-content_block{
		--padding-left: 2rem;
    	--padding-right: 2rem;
	}
	#cooperation_section.services-page .block-heading .elementor-heading-title::before {
        top: 14px;
        left: 0;
    }
	#cooperation_section.services-page .block-heading .elementor-heading-title::after {
        right: 0;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::before {
        top: 28px;
        left: -23px;
    }
	#cooperation_section.services-page.eng .block-heading .elementor-heading-title::after {
        right: -23px;
    }
	.schift-schedule_item{
		padding: 0 16px 0 0;
	}
}
@media only screen and (max-width: 480px) {
	#popup-contacts-wrap::after {
        left: 68.5%;
    }
	#hero-heading_block .elementor-heading-title{
		font-size: 28px;
	}
	.hero-section_heading .elementor-heading-title::after{
        right: -26px;
    }
	.error-page_heading .elementor-heading-title::before,
	.error-page_heading .elementor-heading-title::after{
		display: none;
	}
	#error-message_section .error-page_heading{
		margin: 0rem 0rem calc(var(--kit-widget-spacing, 0px) + .75rem) 0rem;
	}
	#hero-section #img_block {
        --min-height: 150px;
    }
	#hero-img {
        left: 15%;
        top: 46%;
    }
	#ticker_block{
		--padding-top: 1rem;
    	--padding-bottom: 1rem;
	}
	.ticker-item .tick-text{
		font-size: 18px;
	}
	#about_section .block-heading .elementor-heading-title::after {
        right: 53px;
    }
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: 6px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 166px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 170px;
    }
	#services_list.eng .service-card {
        height: auto;
    }
	#services_list .service-card.card-1, 
	#services_list .service-card.card-2, 
	#services_list .service-card.card-3, 
	#services_list .service-card.card-4, 
	#services_list .service-card.card-5, 
	#services_list .service-card.card-6 {
		width: 100%;
	}
	#services_list .service-card.card-3 .service-card_heading br {
        display: none;
    }
	#about-us_section .block-heading .elementor-heading-title::before,
	#about-us_section.eng .block-heading .elementor-heading-title::before{
        top: 45px;
    }
	#projects_section .block-heading .elementor-heading-title::before {
		top: 78px;
	}
	#projects_section.eng .block-heading .elementor-heading-title::before {
        top: 75px;
    }
	#projects_section .block-heading .elementor-heading-title::after {
        right: 16px;
    }
	#news_section .block-heading .elementor-heading-title::after {
        right: 15px;
    }
	#news_section.eng .block-heading .elementor-heading-title::after {
        right: -17px;
    }
	#projects_list {
		--grid-columns: 1;
	}
	#projects_list .elementor-grid{
		grid-template-columns: repeat(1, 1fr);
	}
/* 	#projects_list .elementor-grid .e-loop-item,
	#projects_list .elementor-grid .e-loop-item .project-card{
		height: auto;
	} */
	#page-header .elementor-heading-title {
        font-size: 36px;
    }
	#page-header.portfolio-single .elementor-heading-title {
        font-size: 26px;
    }
	.postid-2455 #page-header.portfolio-single .elementor-heading-title{
		line-break: anywhere;
	}
	#page-header.vacancy-heading .elementor-heading-title {
        font-size: 32px;
    }
	#page-header .page-heading .elementor-heading-title::after{
		left: -28px;
		width: 86px;
    	height: 55px;
	}
	#services_list2{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}
	#services_list2 .service-card_heading .elementor-heading-title{
		font-size: 18px;
	}
	#miling-equipment_section .equipment-list,
	#turning-equipment_section .equipment-list{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}
	#miling-equipment_section .equipment-card .equipment-card_heading .elementor-heading-title br,
	#turning-equipment_section .equipment-card .equipment-card_heading .elementor-heading-title br {
        display: none;
    }
	#miling-equipment_section.eng .equipment-card .equipment-card_heading .elementor-heading-title br, 
	#turning-equipment_section.eng .equipment-card .equipment-card_heading .elementor-heading-title br{
        display: block;
    }
	.schift-schedule {
		column-count: 1;
		display: grid;
		grid-template-columns:repeat(3, 1fr);
		grid-column-gap: 1rem;
	}
	.schift-schedule_item {
        padding: 0 5px 0 0;
    }
	.legal-docs_list .elementor-icon-list-items li:not(:last-child){
		margin-bottom: 1rem;
	}
	#our-works_section .heading_block .heading-block1,
	#our-works_section .heading_block .heading-block2{
		--width: 100%;
	}
	#our-works_section .heading_block .heading-block2{
		--padding-top: 1rem;
		--padding-left: 2.5rem;
		--align-items: flex-start;
	}
	#single-post-meta .elementor-post-info li:not(:last-child){
		margin-bottom: .5rem;
	}
	#testimonials-block{
		--min-height: 500px;
	}
	#footer-logo {
		width: 70%;
	}
}
@media only screen and (max-width: 430px) {
	#main-header #info-contacts-block {
        --column-gap: 30px;
    }
	#popup-contacts-wrap::after{
		left: 63%;
	}
	#popup-contacts-wrap .popup-contacts-block,
	#popup-contacts-wrap .popup-contacts-form-block{
		--padding-top: 1rem;
        --padding-bottom: 1rem;
        --padding-left: 1rem;
        --padding-right: 1rem;
	}
	#popup-contacts-wrap #popup-contact-form .wpforms-container .wpforms-one-half, 
	#popup-contacts-wrap #popup-contact-form .wpforms-container .wpforms-three-sixths, 
	#popup-contacts-wrap #popup-contact-form .wpforms-container .wpforms-two-fourths,
	#popup-contact-us #popup-contact-form2 .wpforms-container .wpforms-one-half, 
	#popup-contact-us #popup-contact-form2 .wpforms-container .wpforms-three-sixths, 
	#popup-contact-us #popup-contact-form2 .wpforms-container .wpforms-two-fourths,
	#contact-page_form .wpforms-container .wpforms-one-half,
	#contact-page_form .wpforms-container .wpforms-three-sixths, 
	#contact-page_form .wpforms-container .wpforms-two-fourths{
		width: calc(100% - 0px);
		margin-left: 0;
	}
	.hero-section_heading .elementor-heading-title::before, 
	.error-page_heading .elementor-heading-title::before {
        top: 78px;
    }
	.hero-section_heading.eng .elementor-heading-title::before, 
	.error-page_heading.eng .elementor-heading-title::before {
        top: 40px;
    }
	#hero-section #img_block {
        --min-height: 108px;
		--margin-top: 1rem;
        --margin-bottom: 1rem;
    }
	#hero-img {
        left: 8%;
        top: 53%;
    }
	#hero-img img {
        width: 50%;
    }
	#about_section .block-heading .elementor-heading-title::after {
        right: -14px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 90px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 118px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 120px;
    }
	#reasons_section .block-heading .elementor-heading-title::before {
		top: 33px;
	}
	#reasons_section.reasons-list2 .block-heading .elementor-heading-title::before {
        top: 36px;
    }
	#reasons_section.eng .block-heading .elementor-heading-title::before {
        top: 5px;
    }
	#reasons_section .block-heading .elementor-heading-title::after {
        left: 206px;
    }
	#reasons_list .e-n-accordion-item-title{
		--n-accordion-padding: 1.25rem 1rem 1.25rem 1rem;
	}
	#reasons_list > .e-n-accordion > .e-n-accordion-item > .e-con{
		--padding-top: 0rem;
		--padding-right: 2rem;
		--padding-bottom: 1rem;
		--padding-left: 2rem;
	}
	.schift-schedule {
		grid-template-columns:repeat(2, 1fr);
		grid-row-gap: .5rem;
	}
	#search-result_list .elementor-grid-item::after{
		background-position: center right;
	}
	#search-result_list .elementor-grid-item{
		padding: 2rem 1.5rem;
	}
	#news_section .block-heading .elementor-heading-title::before{
		top: 40px;
	}
	#home-news_list .news-card-content_block,
	#home-news_list .news-card-img_block{
		--width: 100%;
	}
	#home-news_list .news-card-content_block{
		order: 2;
	}
	#home-news_list .news-card-img_block{
		order: 1;
		--padding-top: 1rem;
		--padding-bottom: .5rem;
    	--padding-left: 2rem;
    	--padding-right: 2rem;
	}
	#ads_block{
		--padding-bottom: 1rem;
        --padding-left: 1rem;
        --padding-right: 1rem;
	}
	.service-features_block {
		margin: 1rem 0 0 0;
	}
	.service-features_item{
		grid-template-columns: 1fr;
    	grid-column-gap: 0;
	}
	.service-features_col:not(:last-child) {
		border-right: 0;
	}
	.project-techs-list {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
    }
	.footer_menu .elementor-nav-menu {
		column-count: 1;
	}
}
@media only screen and (max-width: 414px) {
	#main-header #info-contacts-block {
        --column-gap: 30px;
    }
	#about_section .block-heading .elementor-heading-title{
		font-size: 32px;
	}
	#about_section.eng .block-heading .elementor-heading-title::after {
        right: -22px;
    }
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 40px;
    }
	#services_section .block-heading .elementor-heading-title::after {
        right: 102px;
    }
	#counters_block .counter-card_block {
        --width: 100%;
    }
	#counters_block::after{
		display: none;
	}
	#counters_block .counter-card_block.counter-1,
	#counters_block .counter-card_block.counter-2,
	#counters_block .counter-card_block.counter-3,
	#counters_block .counter-card_block.counter-4{
		border-width: 1px 1px 1px 1px;
		--border-top-width: 1px;
		--border-right-width: 1px;
		--border-bottom-width: 1px;
		--border-left-width: 1px;
	}
	#reasons_section .reason-item{
		--width: 100%;
	}
	#reasons_section .reason-item_heading .elementor-heading-title .reason-num{
		font-size: 2.75rem;
	}
	#timeline-carousel2 {
		--e-n-carousel-arrow-prev-left-position: -10%;
        --e-n-carousel-arrow-prev-top-position: -18%;
        --e-n-carousel-arrow-next-top-position: -18%;
	}
	#page-header.vacancy-heading .elementor-heading-title {
        font-size: 30px;
    }
	#vacancy-content_section .salary_tooltip .e-hotspot--tooltip-position{
		left: -30px;
        top: 30px;
	}
	#page-header.single-post-header .elementor-heading-title,
	#page-header.search-header .elementor-heading-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 390px) {
	#main-header #info-contacts-block {
        --column-gap: 20px;
    }
	#main-header #info-contacts-block .search-btn .elementor-icon,
	#main-header #info-contacts-block .contact-btn .elementor-icon{
		font-size: 20px;
	}
	#popup-contacts-wrap::after {
        left: 61%;
    }
	#popup-contacts-wrap::before{
		background-size: 40% auto;
	}
	#hero-heading-big .elementor-heading-title{
		font-size: 3.25rem;
	}
	#hero-heading_block .elementor-heading-title {
        font-size: 26px;
    }
	#hero-img.eng {
        left: 8%;
        top: 48%;
    }
	#about_section .img_block .elementor-widget-image img, 
	#reasons_section .img_block .elementor-widget-image img{
		width: 90%;
	}
	#about_section.eng .block-heading .elementor-heading-title::before {
        top: 70px;
    }
	#reasons_section .block-heading .elementor-heading-title,
	#news_section .block-heading .elementor-heading-title{
		font-size: 28px;
	}
	#services_section .block-heading .elementor-heading-title::after {
        right: 0;
        top: -30px;
    }
	#services_section.eng .block-heading .elementor-heading-title::after {
        right: 0;
    }
	#section-link_block {
        --margin-top: 6%;
		--padding-left: 2rem;
    }
	#projects_section .block-heading .elementor-heading-title::after {
        right: 0;
    }
	#home-news_list .news-card-content_block,
	#home-news_list .news-card-img_block{
        --padding-left: 1rem;
        --padding-right: 1rem;
    }
	#projects_list .project-card_heading .elementor-heading-title{
		 font-size: 18px;
	}
	#page-header .elementor-heading-title {
        font-size: 34px;
    }
	#strategy_section .block-heading2 .elementor-heading-title,
	#quality-policy_section .block-heading2 .elementor-heading-title,
	#anticorruption_section .block-heading2 .elementor-heading-title,
	#labor-safety_section .block-heading2 .elementor-heading-title,
	#corporate-policy_section .block-heading2 .elementor-heading-title{
		font-size: 28px;
	}
	.send-cv_block .sidebar-heading .elementor-heading-title::before {
        top: 30px;
    }
	#vacancy-content_section .salary_tooltip .e-hotspot--tooltip-position {
		left: -80px;
	}
	
}
@media only screen and (max-width: 375px) {
	#popup-contacts-wrap::after {
        left: 59%;
    }
	#cooperation_section.services-page .block-heading .elementor-heading-title::before {
        left: 5px;
    }
	#cooperation_section.services-page .block-heading .elementor-heading-title::after {
        right: 5px;
    }
	#vacancy-content_section .salary_tooltip .e-hotspot--tooltip-position {
			left: -122px;
	}
	.schift-schedule {
			grid-template-columns: repeat(1, 1fr);
	}
	.schift-schedule_item:not(:last-child) {
		border-right: 0;
	}
}
@media only screen and (max-width: 360px) {
	 #popup-contacts-wrap::after {
        left: 57%;
    }
	.hero-section_heading.eng .elementor-heading-title::before, 
	.error-page_heading.eng .elementor-heading-title::before {
        top: 70px;
    }
	#hero-img.eng {
        left: 8%;
        top: 55%;
    }
	#reasons_section .block-heading .elementor-heading-title::after {
        left: 183px;
    }
	#projects_section.eng .block-heading .elementor-heading-title::after {
        right: 0;
    }
	.postid-2455 #page-header.portfolio-single .elementor-heading-title{
		line-break: anywhere;
	}
	#activities_section .block-heading .elementor-heading-title::before{
		top: 42px;
	}
	#activities_section.eng .block-heading .elementor-heading-title::before {
        top: 8px;
    }
	#reasons_list .e-n-accordion-item-title-text .reason-num{
		margin: 0 1rem 0 0;
    	font-size: 44px;
	}
	.spheres_list .elementor-icon-list-items {
        column-count: 1;
    }
	.sidebar-heading .elementor-heading-title::before{
        top: 30px;
    }
	#testimonials-block {
        --min-height: 550px;
    }
	#about-us_section.eng .block-heading .elementor-heading-title::before {
        top: 70px;
    }
}
@media only screen and (max-width: 320px) {
	#main-header #info-contacts-block {
        --column-gap: 13px;
    }
	#popup-contacts-wrap::after {
        left: 53%;
    }
	#hero-section{
		--padding-bottom: 25%;
	}
	#hero-img {
        left: 3%;
        top: 58%;
    }
	#hero-img.eng {
        left: 8%;
        top: 56%;
    }
	.hero-section_heading.eng .elementor-heading-title::before, 
	.error-page_heading.eng .elementor-heading-title::before {
        top: 70px;
    }
	#about_section .block-heading .elementor-heading-title {
        font-size: 28px;
        line-height: 1.15;
    }
	#about_section .block-heading .elementor-heading-title::before {
        top: 75px;
    }
	#reasons_section .block-heading .elementor-heading-title::after {
        left: 146px;
    }
	#reasons_section.eng .block-heading .elementor-heading-title::after {
        left: 140px;
    }
	#reasons_list .e-n-accordion-item-title-text .reason-num{
		margin: 0 1rem 0 0;
    	font-size: 38px;
	}
	#reasons_list .e-n-accordion-item-title-text{
		--n-accordion-title-font-size: 18px;
	}
	#about-us_section .block-heading .elemntor-heading-title::before {
        top: 75px;
    }
	#company-history_section .block-heading .elementor-heading-title::before{
		top: 32px;
	}
	#activities_section #reasons_list .e-n-accordion-item-title-text{
		--n-accordion-title-font-size: 16px;
	}
	#clients-logos{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}
	#projects_section .block-heading .elementor-heading-title {
        font-size: 30px;
    }
	#projects_section .block-heading .elementor-heading-title::before {
        top: 105px;
    }
	#projects_section.eng .block-heading .elementor-heading-title::after {
        right: -12px;
    }
	#cooperation_section .block-heading .elementor-heading-title,
	#cooperation_section.eng .block-heading .elementor-heading-title{
		font-size: 28px;
	}
	#cooperation_section.services-page .block-heading .elementor-heading-title{
		font-size: 26px;
	}
	#page-header .elementor-heading-title {
        font-size: 32px;
    }
	#page-header .page-heading-block{
		--padding-left: 2rem;
    	--padding-right: .5rem;
	}
	#page-header.portfolio-single .elementor-heading-title{
		line-break: anywhere;
	}
	.postid-2428 #page-header.portfolio-single .elementor-heading-title,
	.postid-2346 #page-header.portfolio-single .elementor-heading-title{
        line-break: normal;
    }
	#reasons_section.reasons-list2 .block-heading .elementor-heading-title{
		font-size: 26px;
	}
	#page-header.vacancy-heading .elementor-heading-title {
        font-size: 26px;
    }
	#page-header.single-post-header .elementor-heading-title,
	#page-header.search-header .elementor-heading-title{
        font-size: 26px;
    }
	#strategy_section .block-heading2 .elementor-heading-title, 
	#quality-policy_section .block-heading2 .elementor-heading-title, 
	#anticorruption_section .block-heading2 .elementor-heading-title,
	#labor-safety_section .block-heading2 .elementor-heading-title, 
	#corporate-policy_section .block-heading2 .elementor-heading-title {
        font-size: 24px;
    }
	#news-blog-list .news-card-post-meta .elementor-post-info li:not(:last-child){
		margin-bottom: 5px;
	}
	#testimonials-carousel .elementor-main-swiper::after{
		left: -25px;
	}
	#testimonials-carousel .elementor-main-swiper .swiper-slide{
		padding: 2rem 0.5rem 0rem 0.5rem;
	}
	#vacancy-content_section .salary_tooltip .e-hotspot--tooltip-position {
        left: -136px;
    }
}

