h1 { font-size: 4.5rem;  font-weight: 700; text-transform: uppercase; }
h2 { font-size: 2.5rem;  font-weight: 700; text-transform: uppercase; }
#description { font-size: 2rem; font-weight: 400; }

.nav .active {
	background: rgb(235,235,235)!important;
	border-bottom: rgb(235,235,235)!important;
}

.nav-link { color: rgb(135,135,135); }
.nav-link:hover { color: #dc3545!important; }

.col-md-7 {
	flex: auto;
	max-width: 100%;
}

.phone-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* отступ между номерами */
    margin-top: 2rem;
}

.phone-box {
    font-size: 2.5rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    border-radius: 1rem;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    display: inline-block;
}

#prices .flex-column .nav-link {
	padding-top: 0;
}

/* Картинки портфолио */
#portfolio .card, #portfolio2 .card {
	cursor: pointer;
	transition: .3s;
	position: relative;
	top: 0;
}

/* Картинки портфолио (на главной) при наведении курсора */
#portfolio .card:hover {
	top: -5px;
	box-shadow: 0 5px 25px 0 rgba(255,255,255,0.5);
}

/* Картинки портфолио (в портфолио) при наведении курсора */
#portfolio2 .card:hover {
	top: -5px;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.5);
}

/* reCAPTCHA */
.g-recaptcha > div { margin: auto; }

/* Задний фон для сообщения об успешной отправки данных */
#background-msg {
	background: black;
	z-index: 5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	cursor: pointer;
}

/* Сообщение об успешной отправке данных */	
#message {
	z-index: 5;
	max-width: 450px;
	position: fixed;
	top: 45%;
	left: 0%;
	right: 0%;
	text-align: center;
	font-size: 130%;
	color: white;
	margin: auto;
}

/* Поле для догрузки контента */
#loading-div{
    display: none;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	h1,h2 { font-size: 1.5rem!important; }
	h3 { font-size: 1.25rem!important; }
	#description { text-align: left; font-size: 1.5rem!important; }
	#dop { position: static!important; }
	.number { font-size: 1.25rem!important; }
}