/*popup fahivci*/
.modal-fah {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);	
	flex-direction: column;	
	margin-bottom: 20px
}
.modal-fah-p {
	display: none;
	position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-fah-content {
	display: flex;
	flex-direction: column;  
	border-radius: 14px;

	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.top-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px; 
}
.button-inside-left-column {
	display: flex;
	margin-top:40px;
}

.left-column {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.right-column {
	width: 66.67%;
	display: flex;
	flex-direction: column;
	padding-right: 270px;
}

.other-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 70px;
}
.button-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}
.spec_button_appointment_mod{	
	background: #0D80C2;
	border-radius: 9px;
	color: white;
	padding: 20px 35px;
	font-family: 'TT Firs Neue';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	box-shadow: 0px 4px 15px rgb(8 134 191 / 71%);
	max-width: 283px;
	max-height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.button-after-ul {
	display: none;
}
.spec_button_appointment_mod svg {margin-left: 10px;}
.button-after-all {margin: 30px 0;}

#modalImage-fah {
	border-radius: 50%;
	width: 360px;
}

#modalFio-fah {
	font-family: 'TT Firs Neue', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #343434;
	margin-bottom: 30px;
}


#modalDesc-fah, #modalposada-fah {
	font-family: 'Proxima Nova', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	color: #343434;

	margin-bottom: 30px;
}
#modalposada-fah {color: #0D80C2;font-weight: 600;}
#modalBullets-fah 
{font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #343434;
}

#modalBullets-fah li {
	margin-bottom: 15px;
}
#modalBullets-fah li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px; 
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMwRDgwQzIiLz4KPHBhdGggZD0iTTYuMjYxNzIgMTEuMjAwMUw5LjU1NjkxIDE1LjY1MjNMMTYuNjk2NSA3LjMwNDQ0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K');
	background-size: contain;
	vertical-align: middle;
}


.fah-accordion {
    background: #EDF3F6;
    border-radius: 28px;
    width: 1345px;
    max-width: 100%;
    margin: 10px auto 30px;
    padding: 20px;
}


.fah-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-weight:600;
}

.fah-accordion-button {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0D80C2;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fah-accordion-button:before {
    content: "+";
	font-size:30px;
}

.fah-accordion-button.active {
    background-color: #0D80C2;
    color: #fff;
}

.fah-accordion-button.active:before {
    content: "×";
	font-size:30px;
}

.fah-accordion-content {
    display: none;
    border-top: 1px solid #0D80C2;
    padding-top: 10px;	
    margin-top: 11px;
}

.fah-accordion-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.fah-accordion span {
	display: flex;    
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}


.fah-accordion-content > ul > li {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #343434;
	padding-left: 30px;
}
.fah-accordion > span > h2 {
	font-family: 'TT Firs Neue';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #343434;
	padding-left: 30px;
}
.fah-accordion-content > ul > li:not(:last-child) {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}

.fah-accordion-content > ul > li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #DAE2E6;
}
.fah-accordion-content > ul > li:last-child {
	position: relative;
	padding-bottom: 10px;
	padding-top: 20px;
}
.fah-accordion-content > ul > li::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 20px; 
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNS41IiBjeT0iNS41IiByPSI1LjUiIGZpbGw9IiMwRDgwQzIiLz4KPC9zdmc+Cg==');
	background-size: contain;
	vertical-align: middle;
}


/*adaptive*/
/*  PC  1500 -- 1400  */
@media (max-width: 1500px) {
	#modalImage-fah {width: 300px;}
}
/*  PC  1400 -- 1368  */
@media (max-width: 1400px) {
	.left-column {
		justify-content: flex-start;
	}
	.right-column {
		padding-right: 160px;
	}
}
/*  PC  1200 -- 992  */
@media (max-width: 1200px) {
	#modalImage-fah {
		width: 220px;
	}
	.right-column {
		padding-right: 100px;
	}
	#modalFio-fah {
		font-size: 26px;
	}
	#modalDesc-fah, #modalposada-fah {
		font-size: 18px;
	}
	#modalBullets-fah {
		font-size: 16px;
	}
	#modalBullets-fah li::before {
		width: 18px;
		height: 18px;
	}
	.accordion > span > h2 {
		font-size: 20px;
	}
	.accordion-content > ul > li {
		font-size: 18px;
	}
}	
/*  PC  992 -- 768  */
@media (max-width: 992px) {
	.right-column {
		padding-right: 90px;
	}
	.spec_button_appointment_mod {
		max-width: 183px;
	}
}

/*  Tab  768 -- 468  */
@media (max-width: 768px) {
	.top-content, .left-column, .right-column {
		flex-direction: column;
		width: 100%;
		padding: 0 33px;
	}

	.button-inside-left-column {
		display: none;
	}

	.button-after-ul {
		display: block; /* или inline-block, в зависимости от вашего предпочтения */
	}
	#modalImage-fah {   
		margin-bottom: 15px;
	}
	#modalFio-fah {   
		text-align: center;
	}
	#modalposada-fah {
		text-align: center;
		color: #0D80C2;
		font-weight: 600;
	}
	.fah-accordion > span > h2 {
		font-size: 15px;
	}
	.fah-accordion-content > ul > li {
		font-size: 15px;
		padding-left: 10px;
	}
	.fah-accordion-content > ul > li::before {
		margin-right: 10px;
	}
	.spec_button_appointment_mod{	
		border-radius: 9px;
		padding: 10px 20px;
		font-weight: 600;
		font-size: 12px;   
		box-shadow: 0px 4px 15px rgb(8 134 191 / 71%);
	}
	.button-after-all svg{display: none;}
}

/*  Mob  468  */
@media (max-width: 468px) {

	.modal-fah-content {
		width: 90%;
	}
	.top-content, .left-column, .right-column {
		padding: 0px 5px;
	}
	#modalFio-fah {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#modalDesc-fah, #modalposada-fah {
		margin-bottom: 15px;
	}
	#modalposada-fah {
		color: #0D80C2;
	}
	#modalDesc-fah, #modalposada-fah {
		font-size: 16px;
	}
	#modalBullets-fah {
		font-size: 14px;
	}
	#modalBullets-fah li::before {
		width: 14px;
		height: 14px;
	}
	.other-content {
		padding: 0 5px;
	}
	.fah-accordion {   
		padding: 12px;
		margin: 10px auto;
		border-radius: 14px;
	}
	.fah-accordion > span > h2 {
		font-size: 12px;
		padding-left: 10px;
	}
	.fah-accordion-content > ul > li:not(:last-child) {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.fah-accordion-content > ul > li {
		font-size: 13px;
	}

	.fah-accordion-content > ul > li:last-child {
		padding-top: 15px;
	}

}	