/*
Theme Name: Maket-03 Original
Author: PBN Panel
Author URI: 
Description: Original theme for MAKET-03
Version: 1.0.0
Text Domain: maket-03-original
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
.header__city a{
	color:#fff;
}
.profile__data--all .formsinf1div{
	width:100%;
}
#mainCarousel .carousel__slide{
    flex: 1 0 33.333%!important;	
}
.paginator span{
	background: #4d5a61;
    color: #fff;
    border-radius: 4px;
}
.footer__popup{
	color: #fff;
    font-size: 18px;
}
.footer__popup:hover{
	color: #fff;
}
.topsearch{
	font-size:30px;
}
.mobile__burger{
	display:none;
}
.modal__city-first{
	font-weight:700;
}

@media only screen and (max-width: 766px) {
	 .mobile__burger{
		display:flex;
	} 
	.topsearch{
		display:none;
	}
}
@media only screen and (max-width: 420px) {
	.footer__popup{
		margin:15px auto;
	}	
}


.custom-popup {
    display: none; /* Скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* полупрозрачный фон */
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* центр по вертикали и горизонтали */
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
}

.popup-content h2 {
    margin-bottom: 20px;
}

.popup-content input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
	border: #000 1px solid;
    border-radius: 5px;
}

.popup-content button {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}
