/* 
Theme Name: Hello Elementor Child
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: 2.0.0
Text Domain: hello-elementor-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 */

/* ============================================
 *    Весь сайт
 * ============================================ */ 
* {
	font-weight: normal;
}
p:last-child{
	margin-bottom: 0;
}

/* img{
	pointer-events: none;
} */

/* ============================================
 *    Фото
 * ============================================ */ 
.foto figcaption .name {
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    color: var( --e-global-color-primary );
    
}
.foto figcaption .description {
    font-family: Involve;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var( --e-global-color-primary );
}
.foto figcaption {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    position: absolute;
    bottom: 12px;
    left: 17px;
}
@media(max-width: 767px) {
	.foto figcaption .name {
		font-size: 14px;
	}
	.foto figcaption .description {
		font-size: 9px;
	}
}

/* ============================================
 *    Листинг Проектов
 * ============================================ */ 
.podzagolovok {
    backdrop-filter: blur(20px);
}
.listing_title {
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 507px !important;
    width: 90%;
}
/* .listing_gorod {
	max-width: 507px !important;
    width: 100%;
} */
.listing_title span {
    margin: 0;
    padding: 0;
}

.lg-toolbar.lg-group{
	background: transparent !important;
}

.lg-sub-html{
	display: none !important;
}
.item_project_listing .e-con-inner {
    margin: 0;
}
.item_project_listing img {
    max-width: fit-content !important;
    width: 100% !important;
}
.item_project_listing {
    width: fit-content;
	position: relative;
/* 	max-width: 605px !important; */
}
@media(max-width: 767px) {
	.item_project_listing {
/* 		max-width: 335px !important; */
	}
	.listing_title {
		height: 15px;
	}
}
/* ============================================
 *    Конец Листинг Проектов
 * ============================================ */ 

.CodeMirror{
	height: 800px
}

.notice{
	display: none;
}

.elementor-button{
	cursor: pointer;
}

.eicon-close:focus-visible{
    outline: 0px !important;
}

.dialog-close-button.dialog-lightbox-close-button:focus-visible{
	outline: 0px !important;
}


/* ============================================
 *    Скролл Бар
 * ============================================ */ 
*::-webkit-scrollbar {
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #fff !important;
	border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
	background-color: #131313;
	border-radius: 0px;
	border: 2px solid #fff;
	cursor: grab;
}

*::-webkit-scrollbar-thumb:active {
	cursor: grabbing;
}

*::-webkit-scrollbar-thumb:hover {
	border: 3px solid #fff;
}

@media(max-width: 1200px){
	*::-webkit-scrollbar {
		height: 8px;
		width: 8px;
	}

	*::-webkit-scrollbar-track {
		background: transparent;
	}


	*::-webkit-scrollbar-thumb {
		background-color: #131313;
	}
}
