/*
Theme Name: BifolGroup
Theme URI: [GitHub Link]
Version: 1.0
Author: Andrey Vinogradov (Bifol Group)
Author URI: https://vk.com/vinoff.andrey;
*/

/* Styles go below */

.header__tel {
	font-size: 20px;
}
.header__logo {
	font-size: 20px;
}
.city {
	order: 2;
	position: relative;
	z-index: 1;
}
.city__choose {
	cursor: pointer;
	padding: 0 10px;
	text-decoration: underline;
}
.city__body {
	visibility: hidden;
	opacity: 0;
	background-color: #f9a95b;
	padding: 10px;
	position: absolute;
	top: 15px;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 100%;
}
.city__body-item {
	font-weight: 400;
}
.city__body-item:hover {
	text-decoration: underline;
	font-weight: bold;;
}
.city:hover .city__body {
	visibility: visible;
	opacity: 1;
}
.city__body:hover {
	visibility: visible;
	opacity: 1;
}
.popup__body.city {
	flex-direction: column;
}
.popup__city-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.popup__city-body .city__body-item {
	font-size: 18px;
}
.popup.popup_sertificat .popup__content {
	min-height: auto;
	height: max-content;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('./img/XXXL.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.popup.popup_sertificat .order__title, .popup.popup_sertificat .city__body-item {
	color: #fff;
}

.column-step__text {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 23px;
}
.column-step__number {
	width: 80px;
	height: 80px;
}
.column-step__number span {
	font-size: 40px;
	width: 76px;
    height: 76px;
}
form .btn {
	font-size: 18px!important;
	margin-top: 20px;
	height: 40px;
}
.column-rev__name {
	font-size: 25px;
	letter-spacing: normal;
}
.column-rev__text {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 23px;
}
.about__text {
	font-size: 20px;
	line-height: 28px;

}
.row-1__text {
	font-size: 18px;
}
.price-main__item {
	word-spacing: normal;
}
.price-main__row {
	width: 400px;
}
.price-main__price-list {
	justify-content: space-evenly;
}
.main__text {
	font-size: 20px;
}
@media(min-width: 768px) {
	.header__telephone {
		display: none;
	}
}
@media(max-width: 768px) {
	.about__second {
		margin-top: 50px;
	}
	.city {
		margin-right: 15px;
	}
	.header__logo {
		font-size: 16px;
		display: none;
	}
	.header__icon img {
		width: 60%;
		height: auto;
	}
	.order__container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.order__inp {
		width: 100%!important;
		margin-left: 30px;
		margin-right: 30px;
	}
	.about__main-title, .row-2__title, .reviews__title, .steps__title, .order__title {
		font-size: 28px;
	}
	.about__container, .reviews__container, .steps__container, .order__container  {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main__text {
		font-size: 16px;
		line-height: 25px;
	}
}
@media(max-width: 480px) {
	.price-main__row {
		width: 100%;
	}
	.form-main {
		margin: 0;
	}
	.city {
		max-width: 90px;
	}
}