

/* Start:/analysts/styles.css?17456090313381*/
$root: &;
    background-color: #242a36;
    min-height: 100vh;
    padding: calc(var(--header-items-height) + var(--offset-100)) 0 var(--offset-100);

.content-wrapper {
    background-color: #242a36;
    min-height: 100vh;
    padding: calc(var(--header-items-height) + var(--offset-100)) 0 var(--offset-100);
}

.t-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	background-color: #242a36;
}
@media screen and (max-width: 1200px) {
	.t-container {
		max-width: 960px;
		padding: 0;
	}
}
@media screen and (max-width: 960px) {
	.t-container {
		max-width: 640px;
	}
}
.card-container {
	font-family: Coil Regular, Arial, sans-serif;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 40px;
	padding-top: 60px !important;
}
.cardinfo {
	border-radius: 20px;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
	height: fit-content;
	line-height: 1.2;
	transition: all 0.3s ease;
	margin: 0 auto;
}
.cardinfo .analyst-photo {
	width: 260px;
	height: 290px;
	object-fit: cover;
	z-index: 2;
	border-radius:20px;
	overflow: hidden;
	transition: all .3s ease;
}
.card-container .card:first-child {
	grid-column-start: 1;
}
.cardinfo .analyst-name {
	color:#FDFEF5;
	font-size: 26px;
	padding-top: 20px;
	font-weight: 400;
}
.cardinfo .analyst-title {
	color:#748082;
	font-size: 16px;
	padding-top: 12px;
}

#articlesLink, #ourAnalysts {
	display: block;
	position: relative;
	width: 100%;
	border-radius: 100px;
	color: #FDFEF5 !important;
	padding: 14px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	transition: all 0.2s ease;
	margin-top: 20px;
}
#articlesLink, #ourAnalysts:hover {
	background-color: #4A505C;
}
#ourAnalysts, #articlesLink:hover {
	background-color: #748082;
}
.additional-info {
	padding-left: 30px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.info {
	width: 260px;
}
.analyst-bio {
	color: #FDFEF5;
	font-size: 15px;
	font-weight: 400;
}
/*Кнопка назад*/
.back-button-wrapper.t-container {
	overflow: visible;
}

#back-button {
	max-width: 260px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #FDFEF5 !important;
	font-family: Coil Regular,Arial,sans-serif;
	line-height: 1.2;
	font-size: 18px;
	padding: 13px 0px;
	border-radius: 100px;
	background-color: #48505D;
	transition: background-color 0.2s ease;
}

#back-button svg {
	margin-right: 10px;
}

a#back-button:hover {
	background-color: #748082;
}
@media screen and (max-width: 959px) {
	.back-button-wrapper.t-container {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*Адаптивы*/
@media screen and (max-width: 1200px) {
	.card-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.cardinfo {
		padding:0px 20px;
	}
	.cardinfo .analyst-photo {
		height: unset;
	}
	#back-button {
		max-width:unset;
	}
	#articlesLink {
		margin-right: 20px;
	}
}
@media screen and (max-width: 650px) {
	.cardinfo {
		flex-direction: column;
	}
	.additional-info {
		padding-left: 0px;
		padding-top: 12px;
	}
	#articlesLink {
		position: relative;
	}
	.cardinfo .analyst-photo {
		width: 100%;
	}
	
	.cardinfo .info {
		width: auto;
	}
}
@media screen and (min-width: 1200px) {
    #card-1 #articlesLink {
        margin-bottom: 19px;
    }
}
/* End */
/* /analysts/styles.css?17456090313381 */
