

/* Start:/local/templates/cc/template_styles.css?177161979041698*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 400;
	font-size: 14px;
	overflow-x: hidden;
}
* {
	font-family: "Raleway", sans-serif;
	line-height: 1;
}
:root {
	--color-1-blue: rgba(217, 213, 255, 1);
	--color-2-blue: rgba(181, 169, 255, 1);
	--color-3-blue: rgba(117, 98, 245, 1);
	--color-1-violet: rgba(230, 214, 240, 1);
	--color-2-violet: rgba(194, 182, 230, 1);
	--color-3-violet: rgba(149, 129, 207, 1);
	--color-1-sky: rgba(190, 229, 254, 1);
	--color-2-sky: rgba(137, 198, 238, 1);
	--color-3-sky: rgba(80, 154, 202, 1);
	--color-1-green: rgba(221, 255, 166, 1);
	--color-2-green: rgba(194, 243, 114, 1);
	--color-3-green: rgba(163, 219, 73, 1);
	--color-1-rose: rgba(255, 205, 220, 1);
	--color-2-rose: rgba(255, 158, 188, 1);
	--color-3-rose: rgba(227, 78, 124, 1);
	--color-light-grey: rgba(67, 67, 67, 1);
	--color-black: rgba(5,5,5,1);
}
.no-scroll {
	overflow-y: hidden;
}
a, a:hover, a:before, a:hover:before {
	transition: 0.3s;
}
.base-container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.base-container h1 {
	margin: 0px 0 20px 0;
	font-size: 80px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.head-80 {
	font-size: 80px;
}
.color-v1 {
	color: var(--color-2-sky);
}
.font-s-28 {
	font-size: 28px;
}
.other-page {
	margin: 60px 0 0 0;
}
.m-b-100 {
	margin-bottom: 100px;
}
.bx-breadcrumb {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 12px;
    white-space: nowrap;
    padding: 2px 0;
}
.zh-btn-t1 {
	max-width: 360px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background-color: var(--color-2-green);
	color: rgba(32, 32, 32, 1);
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
	margin-bottom: 40px;
}
.base-container .base-container {
	margin: 0 0 0 0;
}
@media (max-width: 1200px) {
	.head-80 {
		font-size: 40px;
	}
	.font-s-28 {
		font-size: 20px;
	}
	.base-container {
		margin: 0 25px 0 25px;
		width: auto;
	}
	.m-b-100 {
		margin-bottom: 70px;
	}
}
@media (max-width: 768px) {
	.other-page {
		margin: 20px 0 0 0;
	}
	.base-container h1 {
		font-size: 40px;
		text-align: center;
		margin: 20px 20px 20px 20px;
	}
	.text-preview-block {
		margin-bottom: 34px;
		font-size: 16px;
		text-align: center;
	}
}
/*lines******************/
.zh-for-l {
	text-align: center;
	position: relative;
}
.zh-for-l img {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
/*header*****************************************************************************/
.zh-header-1 {
	background-color: white;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.header-burger a {
	cursor: pointer;
}
.header-left {
	padding: 20px 0;
}
.header-right {
	display: flex;
	gap: 30px;
	align-items: center;
}
.zh-header-1 .base-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-left {
	display: flex;
    gap: 60px;
    height: 46px;
    align-items: center;
}
.header-left a {
	display: block;
}
.header-left a img {
	max-width: 132px;
	height: auto;
	width: 100%;
}
.header-logo-2 {
	position: relative;
}
.header-logo-2:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: var(--color-light-grey);
	left: -30px;
	top: 0;
}
.header-main-menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	gap: 16px;
	list-style-type: none;
}
.header-main-menu ul li a {
	display: block;
	position: relative;
	color: black;
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
	z-index: 2;
	padding: 12px 10px;
}
.header-main-menu ul li a:hover:before {
	opacity: 1;
}
.header-main-menu ul li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background-color: var(--color-2-violet);
	border-radius: 14px;
}
@media (max-width: 1200px) {
	.header-left {
		padding: 21px 0;
	}
	.zh-header-1 {
		height: auto;
	}
}
@media (max-width: 1200px) {
	.header-main-menu {
		display: none;
	}
}
@media (max-width: 550px) {
	.header-left a img {
		max-width: 112px;
	}
	.header-left {
		gap: 20px;
	}
	.header-logo-2:before {
		left: -10px;
	}
}
/*footer******************************************************/
.zh-footer-1 {
	border-top: 2px solid black;
	padding: 60px 0 30px 0;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 70px;
}
.footer-menu-1 ul, .footer-menu-2 ul, .footer-block-2 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.footer-menu-1 ul li a {
	display: block;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
	color: black;
}
.footer-menu-1 ul li a:hover {
	opacity: 0.7;
}
.footer-menu-2 ul {
	display: flex;
	gap: 25px;
}
.footer-menu-2 ul li a {
	display: block;
	padding: 12px 0px;
	width: 180px;
	text-align: center;
	color: black;
	text-decoration: none;
	font-weight: 500;
	border-radius: 14px;
	background-color: rgba(226, 226, 226, 1);
}
.footer-menu-2 ul li a:hover {
	background-color: rgba(244, 244, 244, 1);
}
.footer-bot {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer-block-1 {
	font-family: "Montserrat", sans-serif;
}
.footer-block-2 ul {
	gap: 50px;
	display: flex;
}
.footer-block-2 ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: var(--color-light-grey);
	font-weight: 500;
}
.footer-block-2 ul li a:hover {
	color: black;
}
@media (max-width: 900px) {
	.footer-top, .footer-bot, .footer-menu-2 ul, .footer-block-2 ul {
		flex-wrap: wrap;
    	align-items: flex-start;
    	gap: 20px;
	}
}
@media (max-width: 550px) {
	.zh-footer-1 {
		padding: 0 0 22px 0;
	}
	.footer-top-right, .footer-bot-right {
		order: -1;
		width: 100%;
	}
	.footer-top, .footer-bot, .footer-menu-2 ul, .footer-block-2 ul {
		flex-direction: column;
	}
	.footer-block-2 ul {
		flex-direction: column-reverse;
	}
	.footer-menu-2 ul li {
		width: 100%;
	}
	.footer-menu-2 ul li a {
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
		font-weight: 600;
		padding: 25px 15px;
		text-align: left;
		width: calc(100% - 25px);
		background-color: white;
	}
	.footer-menu-2 ul li a:hover {
		background-color: white;
	}
	.footer-menu-2 ul li a:before {
		content: "";
		width: calc(100% + 50px);
		height: 1px;
		left: -25px;
		bottom: 0;
		background-color: var(--color-light-grey);
		position: absolute;
	}
	.footer-menu-2 ul li a:after {
		content: "";
		width: 9px;
		height: 17px;
		position: absolute;
		background-image: url(/images/arrow-left.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		right: 15px;
	}
	.footer-menu-2 ul {
		gap: 0;
	}
	.footer-top {
		gap: 28px;
	}
	.footer-menu-1 ul li a {
		font-size: 16px;
		text-decoration: none;
		text-transform: none;
		font-weight: 400;
		margin-bottom: 22px;
		display: inline-block;
	}
	.footer-top-left {
		width: 100%;
		z-index: 2;
		position: relative;
	}
	.footer-top-left:before {
        content: "";
        width: calc(100% + 50px);
        height: calc(100% + 28px);
        left: -25px;
        top: -28px;
        z-index: -1;
        position: absolute;
        background-color: rgba(225, 225, 225, 1);
	}
	.footer-top {
		margin-bottom: 27px;
	}
	.footer-bot {
		position: relative;
		z-index: 2;
	}
	.footer-bot:before {
		content: "";
		position: absolute;
		top: -27px;
		left: -25px;
		z-index: -1;
		width: calc(100% + 50px);
		height: calc(100% + 49px);
		background-color: rgba(225, 225, 225, 1);
	}
}

/*prefooter*******************************************/

.road-cc-head {
	font-weight: 700;
	text-align: center;
	max-width: 1024px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto 70px auto;
}
.il-block {
	display: inline-block;
}
.road-cc {
	margin-top: 144px;
}
.zh-btn-1 {
    font-weight: 600;
    display: inline-block;
    max-width: 400px;
    padding: 22px 0;
    background-color: var(--color-2-sky);
    border-radius: 30px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: black;
}
.zh-btn-1:hover {
	background-color: var(--color-1-sky);
}
.zh-btn-2 {
    font-weight: 600;
    display: inline-block;
    max-width: 400px;
    padding: 22px 0;
    background-color: var(--color-1-violet);
    border-radius: 24px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: black;
}
.zh-btn-2:hover {
	background-color: var(--color-2-violet);
}
.road-cc-btn-block {
	text-align: center;
	z-index: 2;
    position: relative;
}
.zh-btn-2-block {
	text-align: left;
}
.road-cc-picture {
	height: 155px;
    position: relative;
}
.road-cc-picture img {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 900px) {
	.road-cc {
		margin-top: 59px;
	}
	.road-cc-picture {
		margin-top: 34px;
		height: auto;
		text-align: right;
	}
	.road-cc-picture img {
		position: relative;
        height: 174px;
        width: auto;
        object-fit: contain;
	}
	.zh-btn-1 {
	    padding: 17px 0;
	}
}
@media (max-width: 768px) {
	.zh-btn-2-block {
		text-align: center;
	}
}

/*help-chioce**************************************/
.help-choice {
	margin: 108px 0 101px 0;
}
.help-choice-block {
	margin-bottom: 59px;
}
.help-choice-head {
	font-size: 46px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.help-choice-text {
	width: 100%;
	line-height: 1.2;
	font-weight: 600;
	font-size: 24px;
}
.help-choice-sections {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 19px;
}
.help-choice-sections > div:nth-child(1) {
	background-color: var(--color-1-sky);
}
.help-choice-sections > div:nth-child(2) {
	background-color: var(--color-2-blue);
}
.help-choice-sections > div:nth-child(3) {
	background-color: var(--color-2-green);
}
.help-choice-section {
	height: 420px;
	border-radius: 30px;
	position: relative;
	padding: 44px 30px;
	box-sizing: border-box;
}
.help-choice-section-head {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.3;
}
.help-choice-section-text {
	font-size: 19px;
	line-height: 1.5;
	font-weight: 400;
}
.help-choice-section a {
	width: 60px;
	height: 60px;
	background-image: url(/images/arrow-left-box.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 30px;
	border-radius: 16px;
	z-index: 2;
	right: 30px;
	overflow: hidden;
}
.help-choice-section a:hover {
	opacity: 0.7;
}
@media (max-width: 900px) {
	.help-choice {
		margin: 48px 0 58px 0;
	}
	.help-choice-head {
		font-size: 40px;
		text-transform: none;
	}
	.help-choice-text {
		font-weight: 500;
	}
	.help-choice-sections {
	    grid-template-columns: 1fr;
	    gap: 10px;
	}
	.help-choice-section {
		min-height: 180px;
		height: auto;
		padding: 30px 30px;
	}
	.help-choice-section-head, .help-choice-section-text {
		width: calc(100% - 60px);
	}
	.help-choice-section-head {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.help-choice-section-text {
		font-size: 14px;
	}
	.help-choice-section a {
		bottom: none;
		top: 30px;
	}
}



/*how-work************************************/
.how-work {
	margin: 99px 0 107px 0;
}
.how-work .base-container {
	max-width: 1030px;
}
.how-work-head {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}
.color-v2 {
	color: var(--color-3-green);
}
.how-work-text {
	text-align: center;
	max-width: 594px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 auto 87px auto;
}
.how-work-sections {
	margin-bottom: 85px;
}
.how-work-btn {
	text-align: center;
}
.how-work-btn .zh-btn-1 {
	background-color: var(--color-3-green);
}
.how-work-btn .zh-btn-1:hover {
    background-color: var(--color-2-green);
}
.how-work-sections > div:nth-child(2n) {
	transform: rotate(3deg);
	margin-left: auto;
}
.how-work-sections > div:nth-child(2n+1) {
	transform: rotate(-3deg);

}
.how-work-section {
	border-radius: 40px;
	border: 1px solid black;
	background-color: rgba(244, 244, 244, 1);
	padding: 45px 36px 0 62px;
	height: 430px;
	position: relative;
	width: 480px;
	box-sizing: border-box;
}
.how-work-section-num {
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 1;
	border-radius: 100px;
	background-color: var(--color-2-rose);
	color: black;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-weight: 800;
}
.how-work-section-text {
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
}
.how-work-section.hws-2 {
	margin-top: -200px;
}
.how-work-section.hws-3 {
	margin-top: -50px;
}
.how-work-section.hws-4 {
	margin-top: -130px;
}
.how-work-section.hws-2:before {
    content: url(/images/liquid-arrow.svg);
    top: -105px;
    left: -82px;
    position: absolute;
}
.how-work-section.hws-3:before {
    content: url(/images/liquid-arrow.svg);
    top: -105px;
    transform: scaleX(-1);
    right: -60px;
    position: absolute;
}
.how-work-section.hws-4:before {
    content: url(/images/liquid-arrow.svg);
    top: -105px;
    left: -82px;
    position: absolute;
}
.how-work-section-icon {
	width: 147px;
	height: 142px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
    bottom: 10px;
    right: 25px;
}
.hws-1 .how-work-section-icon {
	background-image: url(/images/lamp.svg);
}
.hws-2 .how-work-section-icon {
	background-image: url(/images/list.svg);
}
.hws-3 .how-work-section-icon {
	background-image: url(/images/target.svg);
}
.hws-4 .how-work-section-icon {
	background-image: url(/images/question.svg);	
}
@media (max-width: 1200px) {
	.how-work-section:before {
		display: none !important;
	}
	.how-work-sections > div {
		transform: none !important;
		margin-top: 20px !important;
		margin-left: auto;
		margin-right: auto;
		padding: 29px 16px 90px 31px;
		height: auto;
		width: 100%;
	}
	.how-work-section-icon {
		width: 99px;
		height: 89px;
	}
	.how-work-section-num {	
		font-size: 20px;
		width: 34px;
		height: 34px;
		margin-bottom: 10px;
	}
}
@media (max-width: 900px) {
	.how-work-section-text {
		font-size: 15px;
	}
}

/*selection******************************/
.selection {
	margin: 79px 0 114px 0;
}
.selection-text-up {
	display: flex;
    max-width: 662px;
    margin: 0 auto 58px auto;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.selection-text-up img {
    width: 82px;
    height: auto;
    margin-left: auto;
    transform: rotate(-2deg);
    position: relative;
    right: 25px;
}
.selection-tabs {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 46px;
}
.selection-tab {
	transition: 0.3s;
	text-align: center;
	width: 450px;
	border: 1px solid var(--color-2-blue);
	background-color: white;
	border-radius: 14px;
}
.selection-tab a {
	text-decoration: none;
	color: black;
	padding: 15px 0;
	white-space: nowrap;
	display: block;
	font-size: 40px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.selection-tab.active-st, .selection-tab:hover {
	background-color: var(--color-2-blue);
	transition: 0.3s;
}
.selection-tabs-content {
    max-width: 710px;
    margin: 0 auto;
}
.selection-tab-content {
	padding-left: 130px;
	position: relative;
}
.selection-tab-content:before {
	content: "";
	width: 90px;
	height: 78px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/images/op.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.selection-tab-content-head {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.selection-tab-content-text {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}
@media (max-width: 900px) {
	.selection-tab {
		width: 220px;
	}
	.selection-tab a {
		font-size: 16px;
	}
	.selection-tab-content:before {
		width: 45px;
		height: 40px;
	}
	.selection-tab-content {
		padding-left: 65px;
	}
	.selection-tab-content-head {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.selection-tab-content-text {
		font-size: 18px;
	}
	.selection {
		margin: 44px 0 79px 0;
	}
}
@media (max-width: 350px) {
	.selection-tabs {
		gap: 10px;
	}
	.selection-tab a {
		font-size: 14px;
	}
}


/*main-first************************/
.main-first-head {
	font-size: 97px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 84px;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
}
.main-first img {
	width: 100%;
}
@media (max-width: 900px) {
	.main-first-head {
		font-size: 46px;
	    font-weight: 700;
	    text-align: center;
	    margin-bottom: 7px;
	}
}
/*burger-block*******************/
.burger-block {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 3;
}
.burger-block.active-burger {
	display: block;
}
.burger-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	background-color: rgba(244, 244, 244, 1);
	height: 100%;
	padding: 38px 141px 38px 53px;
	min-width: 489px;
    box-sizing: border-box;
}
.burger-menu-close {
	width: 40px;
	height: 40px;
	background-image: url(/images/close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 23px;
}
.burger-menu-close:hover {
	transform: rotate(90deg);
	transition: 0.3s;
}
.burger-menu-ul1 {
	margin-bottom: 84px;
}
.burger-menu-ul1 ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.burger-menu-ul1 ul li a {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 4px;
	line-height: 1.3;
	font-size: 28px;
	font-weight: 700;
	color: black;
}
.burger-menu-ul1 ul li a:hover, .burger-menu-ul1 ul li a.current {
	color: var(--color-3-blue);
}
@media (max-width: 600px) {
	.burger-menu-uls {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    height: calc(100% - 65px);
	}
	.burger-menu {
		width: 100%;
		padding: 21px 25px 25px 25px;
		min-width: 0;
	}
	.burger-menu-close {
		margin-left: auto;
        margin-right: 0;
	}
	.burger-menu-ul2.footer-menu-1 ul li a {
		display: block;
		margin-bottom: 14px;
		text-transform: uppercase;
		font-weight: 600;
		text-decoration: underline;
		color: black;
	}
}

/*mian pics******************************/
.main-pics-left {
	position: absolute;
    bottom: 0;
    left: 79px;
    width: 352px;
    height: 221px;
}
.main-pics-cloud {
	position: absolute;
    top: 17px;
    left: 39px;
}
.main-pics-right {
	width: 626px;
	height: 287px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-pics {
    position: relative;
    height: 287px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--color-light-grey);
}
.main-pics-elem {
	position: absolute;
}
.main-pics-1 {
	top: 69px;
	left: 0px;
}
.main-pics-2 {
	top: 219px;
	left: 81px;
}
.main-pics-3 {
	left: 237px;
}
.main-pics-4 {
	top: 106px;
	left: 268px;
}
.main-pics-5 {
	top: 186px;
	left: 341px;
}
.main-pics-6 {
	top: 10px;
	left: 373px;
}
.main-pics-7 {
	top: 131px;
	left: 481px;
}
.main-pics-line-1 {
	top: 141px;
	left: 45px;
}
.main-pics-line-2 {
    top: 51px;
    left: 155px;
}
.main-pics-line-3 {
	top: 161px;
    left: 317px;
}
.main-pics-line-4 {
	top: 237px;
	left: 218px;
}
.main-pics-line-5 {
	top: 52px;
	left: 353px;
}
.main-pics-line-6 {
    top: 36px;
    left: 527px;
}
.main-pics-line-7 {
    top: 207px;
    left: 477px;
}
.main-pics-cloud-icon > svg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.main-pics-cloud-icon {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1000px) {
	.main-pics {
	    position: relative;
	    height: 485px;
	}
}

/***************/
.text-preview-block {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	max-width: 550px;
}
.zh-block-sections-list-v1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 100px;
}
.zh-block-sections-list-v1-section {
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	justify-content: space-between;
	text-decoration: none;
	border-radius: 14px;
	border: 1px solid rgba(163, 163, 163, 1);
	color: var(--color-black);
}
.zh-block-sections-list-v1-section:hover {
	background-color: var(--color-1-blue);
}
.zh-block-sections-list-v1-section img {
	margin-bottom: 50px;
	width: 112px;
	height: 112px;
	object-fit: contain;
}
.zh-block-sections-list-v1-section span {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
}
@media (max-width: 768px) {
	.zh-block-sections-list-v1 {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.zh-block-sections-list-v1-section img {
		margin-bottom: 28px;
		width: 70px;
		height: 70px;
	}
	.zh-block-sections-list-v1-section span {
		font-size: 16px;
	}
	.road-cc-2 .help-choice-head {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		text-transform: uppercase;
		line-height: 1.2;
	}
	.road-cc-2 .help-choice-text {
		font-size: 22px;
		text-align: center;
	}
}





/**************************************/
.zh-prof-section-header {
	margin: 20px 0 60px 0;
}
.zh-prof-section-imageblock {
	width: 225px;
	margin-bottom: 10px;
}
.zh-prof-section-imageblock-inner {
	padding-top: 100%;
	position: relative;
}
.zh-prof-section-imageblock img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.zh-head-v1, .base-container h1.zh-head-v1 {
	margin-bottom: 20px;
	font-size: 46px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 860px;
}
.zh-text-v1 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	max-width: 810px;
}
/************/
.test-detail-time {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	color: rgba(121, 121, 121, 1);
}
.test-detail-time strong {
	font-family: 'Montserrat', sans-serif;
	color: rgba(5, 5, 5, 1);
}
.text-preview-block.test-detail-text {
	margin-bottom: 26px;
}
.test-detail-test.display-none {
	display: none !important;
}
.test-detail-test {
	margin-bottom: 80px;
}

/*********************/
.profession-element {
	margin-bottom: 24px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
	text-decoration: none;
	min-height: 120px;
	border-radius: 12px;
	border: 1px solid rgba(220, 215, 255, 1);
	padding: 14px 28px;
	justify-content: space-between;
	box-sizing: border-box;
	transition: 0.3s;
}
.profession-element:hover {
	transition: 0.3s;
	background-color: rgba(220, 215, 255, 1);
}
.profession-element-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.profession-name {
	text-decoration: none;
	color: rgba(5, 5, 5, 1);
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}
.profession-sunsection {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--color-light-grey);
	font-family: 'Montserrat', sans-serif;
}
.profession-element-right-inner {
	display: flex;
    align-items: center;
    gap: 20px;
}
.profession-percents {
	display: none;
}
.profession-percents span {
	font-size: 42px;
	line-height: 1;
	letter-spacing: 2%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: rgba(149, 129, 207, 1);
}
@media (max-width: 768px) {
	.zh-prof-section-imageblock {
		max-width: 128px;
		max-height: 128px;
		margin-bottom: 1px;
	}
	.zh-head-v1, .base-container .zh-prof-section-header h1.zh-head-v1 {
		font-size: 24px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.zh-text-v1 {
		font-size: 16px;
		margin: 0 0 40px 0;
	}
	.profession-element {
		flex-direction: column;
		gap: 10px;
	}
	.profession-name {
		margin-bottom: 13px;
		font-size: 18px;
	}
	.profession-percents {
		order: 1;
	}
	.profession-element-right-inner {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}


/**************/
.contacts-element {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
}
.contacts-imgblock {
	width: 34px;
	height: 34px;
}
.contacts-text-1 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin-bottom: 12px;
}
.contacts-text-2 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}
.contacts-text {
	margin-top: 5px;
}
.contacts-text a {
	color: var(--color-3-blue);
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

/************/
.zh-lk-block {
	margin-bottom: 70px;
}
.zh-lk-top {
	display: flex;
	font-family: 'Raleway', sans-serif;
	flex-wrap: nowrap;
	gap: 26px;
	margin-bottom: 58px;
	align-items: center;
}
.zh-lk-imgblock {
	width: 181px;
	height: 181px;
	border: 1px solid var(--color-1-violet);
	border-radius: 100px;
	overflow: hidden;
}
.zh-lk-imgblock svg, .zh-lk-imgblock img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zh-lk-name {
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 28px;
	font-weight: 600;
}
.zh-lk-age {
	margin-bottom: 12px;
}
.zh-lk-top .zh-lk-age, .zh-lk-top .zh-lk-city, .zh-lk-top .zh-lk-age strong, .zh-lk-top .zh-lk-city strong {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
}
.zh-lk-re {
	position: absolute;
    top: 0;
    right: -30px;
}
.zh-lk-tabs {
	display: flex;
	align-items: center;
	gap: 37px;
	margin-bottom: 30px;
}
.zh-lk-tab {
	cursor: pointer;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}
.zh-lk-tab.tab-active {
	font-weight: 600;
	border-bottom: 2px solid var(--color-light-grey);
}
.zh-lk-tab-content {
	padding: 60px;
    border-radius: 30px;
    display: none;
    border: 1px solid rgba(88, 88, 88, 1);
}
.zh-lk-tab-content.tab-content-active {
	display: block;
}
@media (max-width: 768px) {
	.zh-lk-top {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    gap: 16px;
	}
	.zh-lk-imgblock {
		width: 72px;
		height: 72px;
	}
	.zh-lk-name {
		margin-bottom: 17px;
	}
	.zh-lk-userinfo {
		text-align: center;
	}
	.zh-lk-tabs {
		justify-content: center;
	}
	.zh-lk-tab {
		font-size: 16px;
	}
	.zh-lk-top {
		margin-bottom: 43px;
	}
	.zh-lk-tab-content {
		border: 0px;
		padding: 0 0 0 0;
	}
}

/**/
.profession-heart.profession-heart-fav svg, .profession-heart:hover svg {
	fill: var(--color-2-rose);
}
.profession-detail-favorites .profession-heart.profession-heart-fav {
	font-size: 0;
    gap: 0;
    width: 60px;
    padding: 0 0 0 0;
    justify-content: center;
    background: rgba(255, 229, 237, 1)
}
.profession-detail-favorites .profession-heart.profession-heart-fav svg path, .profession-heart.profession-heart-fav svg path { 
	stroke: var(--color-2-rose);
}

.profession-heart svg path {
    stroke: #434343;
}
/***/
#career-chat {
	border-radius: 20px;
    background: rgba(251, 251, 251, 1);
    margin-bottom: 40px;
    border: 1px solid var(--color-2-violet);
    padding: 20px 40px;
}
#chat-input {
	background: rgba(235, 235, 235, 1);
    border: 0px;
    outline: none;
    padding: 18px 100px 18px 30px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
}
#chat-input-wrap {
	position: relative;
	padding-top: 10px;
}
#chat-send {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 16px;
    line-height: 1.3;
    z-index: 10;
    padding: 18px 30px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid var(--color-3-blue);
    background: var(--color-1-blue);
    cursor: pointer;
    transition: 0.3s;
}
#chat-send:hover {
	transition: 0.3s;
	opacity: 0.8;
}
#chat-messages {
	position: relative;
	height: 500px;
    overflow-y: auto;
	width: calc(100% - 20px);
    padding-right: 20px;
}
#chat-messages > div {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
}
.msg.assistant {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 15%;
}
.msg.user {
	display: inline-block;
	padding: 20px 30px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: var(--color-1-blue);
	margin-bottom: 20px;
    margin-top: 20px;
	    position: relative;
    transform: translateX(-100%);
    left: 100%;
}
.cards-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 6px;
	margin-top: 20px;
	padding-right: 15%;
	margin-bottom: 20px;
}
.cards-wrapper .card {
	width: 100%;
	padding-top: 50%;
	border-radius: 9px;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
	border: 1px solid rgba(163, 163, 163, 1);
}
.cards-wrapper .card:hover {
	background-color: white;
	transition: 0.3s;
}
.card.card-prof, .card.card-prof:hover {
	background-color: transparent !important;
	cursor: default;
}
.cards-wrapper .card h3 {
	position: absolute;
    margin: 0 0 0 0;
    bottom: 10px;
    left: 14px;
    max-width: 180px;
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
}
.cards-wrapper .card p {
	position: absolute;
    top: 21px;
    right: 25px;
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 0 0 0;
}
@media (max-width: 768px) {
	#chat-messages > div {
		font-size: 14px;
	}
	.cards-wrapper {
		grid-template-columns: 1fr;
	}
	.cards-wrapper .card {
		padding: 10px 10px 10px 10px;
	}
	.cards-wrapper .card h3 {
		position: relative;
		left: auto;
		font-size: 12px;
		margin-bottom: 5px;
		bottom: auto;
	}
	.cards-wrapper .card p {
		top: auto;
		color: var(--color-3-violet);
		right: auto;
		position: relative;
	}
	#chat-send {
		width: 100%;
    	margin-top: 5px;
    	position: relative;
	}
	#career-chat {
	    border-radius: 0;
	    background: rgb(255 255 255);
	    margin-bottom: 40px;
	    border: 0px solid var(--color-2-violet);
	    padding: 20px 0px;
	}
}

.center-anons {
	max-width: 873px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin: 30px auto 94px auto;
    font-weight: 600;
}
.coop-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 88px;
}
.coop-element {
    padding: 40px 30px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--color-1-violet);
}
.coop-element:nth-child(4n),
.coop-element:nth-child(4n+1) {
	background-color: var(--color-1-green);
}
.coop-element-head  {
	margin-bottom: 46px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
	max-width: 420px;
}
.coop-element-text {

}
.coop-element-text ul {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0 0;
	padding-left: 20px;
}
.coop-element-text ul li {
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
.feedback-form-center {
	margin-top: 88px;
}
.feedback-form-center-head {
	font-size: 46px;
	line-height: 1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.feedback-form-center-head span {
	color: var(--color-3-violet);
}
.feedback-form-center-text {
	max-width: 620px;
	text-align: center;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin: 0px auto 60px auto;
    font-weight: 600;
}
.feedback-form-center form {
	max-width: 680px;
	margin: 0 auto;
}
.feedback-form-center-inputgroup {
	margin-bottom: 14px;
}
.feedback-form-center-inputgroup input {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(37, 37, 37, 1);
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(67, 67, 67, 1);
	border-radius: 14px;
	height: 60px;
}
.feedback-form-center-inputgroup textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border: 1px solid rgba(67, 67, 67, 1);
	border-radius: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(37, 37, 37, 1);
	padding: 20px 20px 20px 20px;
	width: 100%;
	background-color: rgba(251, 251, 251, 1);
	box-sizing: border-box;
	min-height: 134px;
}
.feedback-form-center-submitblock {
	margin-top: 60px;
	text-align: center;
}
.feedback-form-center-submitblock a {
	max-width: 400px;
	width: 100%;
	height: 80px;
	text-decoration: none;
	color: rgba(5, 5, 5, 1);
	margin: 0 auto;
	border-radius: 24px;
	background-color: var(--color-1-violet);
	font-size: 28px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.feedback-form-center-submitblock a:hover {
	background-color: var(--color-2-violet);
}
@media (max-width: 768px) {
	.coop-list {
    	grid-template-columns: 1fr;
	}
	.feedback-form-center-text, .center-anons {
		font-size: 16px;
		margin-bottom: 46px;
	}
	.feedback-form-center-head {
		font-size: 24px;
	}
	.feedback-form-center-submitblock a {
		font-size: 22px;
		height: 60px;
	}
}




.zh-filter-block {
    position: relative;
    z-index: 100;
}

.zh-custom-select-wrapper {
    position: relative;
}

.zh-custom-select {
    position: relative;
}

.zh-select-selected {
    background-color: rgba(235, 235, 235, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 10px;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    height: 48px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    transition: border-color 0.3s;
}

.zh-select-selected:hover {
}

.zh-select-selected.active {
    border-color: 1px solid var(--color-3-violet);
}

.zh-select-arrow {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%:;
    transition: transform 0.3s;
}

.zh-select-selected.active .zh-select-arrow {
    transform: rotate(180deg);
}

.zh-select-items {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 10px;
    overflow-y: auto;
    z-index: 1000;
    padding: 30px 20px;
}

.zh-select-item {
    padding: 14px 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.zh-select-item:hover {
    background-color: var(--color-2-violet);
}

.zh-select-item.selected {
    background-color: var(--color-1-violet);
}

/* Стили для скроллбара */
.zh-select-items::-webkit-scrollbar {
    width: 8px;
}

.zh-select-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.zh-select-items::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.zh-select-items::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.zh-active-filters {
	display: none !important;
}
/* Анимация появления */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zh-select-items {
    animation: fadeIn 0.2s ease-out;
}

.zh-filter-section {
    margin: 30px 0;
}

.zh-filter-row {
    display: grid;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    grid-template-columns: 5fr 3fr;
}

.zh-search-wrapper {
    display: flex;
    gap: 10px;
}

.zh-search-input {
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    height: 48px;
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    transition: border-color 0.3s;
}

.zh-search-input:focus {
    outline: none;
    border-color: #007bff;
}

.zh-search-button {
    padding: 0px 20px;
    background-color: var(--color-3-violet);
    color: white;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.zh-search-button:hover {
    background-color: var(--color-2-violet);
}

.zh-reset-button {
    padding: 0px 20px;
    background-color: var(--color-light-grey);
    color: white;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.zh-reset-button:hover {
    background-color: white;
}

.zh-active-filters {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-top: 15px;
}

.zh-filters-title {
    font-weight: bold;
    margin-right: 15px;
}

.zh-filter-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e7f1ff;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.zh-filter-remove {
    margin-left: 8px;
    color: #dc3545;
    text-decoration: none;
    font-weight: bold;
}

.zh-filter-remove:hover {
    color: #bd2130;
}

/* Стили для кастомного select (добавьте к существующим) */
.zh-custom-select-wrapper {
    width: 100%;
}

/* Адаптивность */
@media (max-width: 768px) {
    .zh-filter-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .zh-filter-block,
    .zh-search-block {
        width: 100%;
        max-width: none;
    }
    
    .zh-search-wrapper {
        flex-wrap: wrap;
    }
    
    .zh-search-button,
    .zh-reset-button {
        flex: 1;
    }
}



.load-more-wrapper {
    text-align: center;
    margin: 40px 0;
}

.load-more-button {
    padding: 0px 20px;
    background-color: var(--color-1-violet);
    color: rgba(32, 32, 32, 1);
    border: none;
    font-size: 18px;
    cursor: pointer;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}

.load-more-button:hover {
    background-color: var(--color-2-violet);
    transition: 0.3s;
}

.load-more-button.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.profession-detail-block-1, .profession-detail-block-2 {
	padding: 60px;
    border: 1px solid black;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
}
.profession-detail-subsection {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}
.profession-detail-name h1 {
	margin: 0 0 33px 0;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	max-width: 90%;
	font-family: 'Montserrat', sans-serif;
}
.profession-detail-previewtext {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	max-width: 602px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 50px;
}
.profession-detail-favorites .profession-heart {
	display: inline-flex;
	height: 60px;
	border-radius: 14px;
	padding: 0 30px;
	gap: 21px;
	font-weight: 500;
	text-decoration: none;
	color: black;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	background-color: rgba(217, 254, 159, 1);
}
.profession-detail-salary, .profession-detail-pespective {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: rgba(121, 121, 121, 1);
}
.profession-detail-salary strong, .profession-detail-pespective strong {
	color: rgba(5, 5, 5, 1);
}
.profession-detail-head {
	margin-bottom: 32px;
	font-weight:600;
	font-size: 28px;
	line-height: 1.2;
}
.profession-detail-detailtext {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	margin-bottom: 55px;
}
.profession-detail-exams {
	max-width: 786px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}
.profession-detail-exam {
	border-left: 2px solid black;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.profession-detail-exam div {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
}
.profession-detail-block-1-right {
	display: none;
}
@media (max-width: 768px) {
	.profession-detail-block-1, .profession-detail-block-2 {
		padding: 30px 18px;
	}
	.profession-detail-subsection {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 23px;
	}
	.profession-detail-name h1 {
		font-size: 38px;
		text-transform: none;
		margin-bottom: 20px;
		font-weight: 600;
		line-height: 1;
		text-align: left !important;
	}
	.profession-detail-previewtex {
		line-height: 1.3;
		margin-bottom: 24px;
	}
	.profession-detail-favorites .profession-heart {
		width: 100%;
		box-sizing: border-box;
	}
	.profession-detail-favorites .profession-heart.profession-heart-fav {
		width: 60px;
	}
	.profession-detail-exams {
	    max-width: 786px;
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 20px;
	}
	.profession-detail-exam {
	    border-left: 0px solid black;
	    padding-left: 0;
	}
}
/* End */
/* /local/templates/cc/template_styles.css?177161979041698 */
