.rounded-3 {
    border-radius: 12px;
}

.rounded-3_container{
	display: flex;
	align-items:center;
}

.rounded-3_container_img{
	width: 70px;
	margin-right: 3rem;
}

.rounded-3_container_img img{
	width: 100%;
}

.bg-pink {
    background: #FDF7F1;
}
.blockquote {
    font-style: italic;
    letter-spacing: 0.002em;
    color: #1F2937;
    margin-bottom: 8px;
    font-weight: 400;
}
.blockquote-footer {
    text-align: right;
    letter-spacing: 0.002em;
    color: #6B7280;
    font-style: italic;
}
.bg-lightgray {
    background: #F9FAFB;
}
.userbirthday-ava {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 8px;
}
.blue {
    color: #3F88FF;
}
.sidebar-block__afterhr {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.sidebar-block__afterhr:last-child {
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.scroll2top {
    display: none;
    background: no-repeat url(/images/up-arrow.svg) center / cover;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 64px;
    right: 64px;
    opacity: 0.5;
    transition: all 0.2s ease-out ;
}
.scroll2top:hover {
    opacity: 0.7;
}
.form-result {
    color: green;
    font-weight: 400;
    margin-bottom: 15px;
}
.strong {
    font-weight: 700;
}


.from-hh-vacancy .vacancy-list-item {
    display: flex;
    word-break: break-word;
    border-bottom: 1px solid #edeff0;
}
.from-hh-vacancy .vacancy-list-item__block_description {
    padding-top: 15px;
    flex: 2 0 50%;
}
.from-hh-vacancy .bloko-header-section-3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
}
.from-hh-vacancy .bloko-link_kind-secondary {
    color: #959799;
}
.from-hh-vacancy .bloko-text_small {
    line-height: 1.34;
    font-size: 12px;
}
.from-hh-vacancy .metro-station {
    white-space: nowrap;
    margin: 0;
}
.from-hh-vacancy .metro-point {
    display: inline-block;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
    font-size: 130%;
    margin-right: 2px;
}
.from-hh-vacancy .metro-point:before {
    content: "●";
}
.from-hh-vacancy .vacancy-list-item__block_compensation {
    flex: 1 0 25%;
}
.from-hh-vacancy .vacancy-list-item__block_address {
    padding-bottom: 15px;
    flex: 1 0 25%;
}

.from-hh-vacancy.card--256 .vacancy-list-item {
    flex-direction: column;
}
.from-hh-vacancy.card--256 .vacancy-list-item:first-child .vacancy-list-item__block_description {
    padding-top: 0;
}
.from-hh-vacancy.card--256 .bloko-header-section-3 {
    font-size: 16px;
}
.from-hh-vacancy.card--256 .vacancy-list-item__block_address {
    padding-top: 8px;
    flex: none;
}
.from-hh-vacancy.card--256 .metro-station {
    display: inline-block;
}
.from-hh-vacancy.card--256 .vacancy-list-item:last-child {
    border-bottom: none;
}
.from-hh-vacancy.card--256 .vacancy-list-item:last-child .vacancy-list-item__block_address {
    padding-bottom: 0;
}

.review-slider-v2 .review-item__text {
    font-size: 24px;
}

.promo-calc {
    background: url(/images/calc-top-block.svg), radial-gradient(101.22% 101.22% at 38.4% 98.11%, rgba(154, 94, 133, 0.32) 0%, #9A5E85 71.77%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    min-height: 821px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.promo-calc-bottom {
    background: url(/images/calc-bottom-block.svg), radial-gradient(88.28% 259.26% at 8.33% 68.12%, #9A5E85 0%, #70405F 100%);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
    min-height: 734px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.promo-calc-17-bottom{
	background: url(/images/calc-bottom-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 734px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.rounded-xl {
    border-radius: 24px;
}
.white-bg {
    background: #ffffff;
}
.btn--pink {
    color: #9A5E85;
    background: #ffffff;
}
body.header-white .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    color: #fff;
}
body.header-white .header .menu__label,
body.header-white .header .menu__link {
    color: #ffffff !important;
}
body.header-white .header .btn--blue-bg {
    background: none !important;
    border-color: #ffffff !important;
}
body.header-white .header img {
    filter: grayscale(100%) brightness(3000%);
}
body.header-white .menu__trigger-line,
body.header-white .menu__trigger-line:after,
body.header-white .menu__trigger-line:before {
    background-color: #ffffff;
}
.border-pink {
    border-color: #9A5E85 !important;
}
.border-blue {
    border-color: #3F88FF !important;
}
.pink {
    color: #9A5E85;
}
.blue {
    color: #3F88FF;
}
.lightpink-bg {
    background: #FBF9FA;
}
.border-dashed.border-bottom {
    border-bottom-style: dashed !important;
}
.border-dashed.border-top {
    border-top-style: dashed !important;
}
.darkpink-bg {
    background: #9A5E85;
    color: #ffffff;
}
.darkpink-bg.calc-center-arrows {
    position: relative;
    box-shadow: 0px 16px 32px rgba(154, 94, 133, 0.32);
}
.darkpink-bg.calc-center-arrows:before {
    content: '';
    background: no-repeat url(/images/calc-center-arrows-right.svg);
    display: block;
    width: 103px;
    height: 144px;
    position: absolute;
    top: 50%;
    margin-top: -56px;
    left: -82px;
    z-index: 1;
}
.darkpink-bg.calc-center-arrows:after {
    content: '';
    background: no-repeat url(/images/calc-center-arrows-left.svg);
    display: block;
    width: 103px;
    height: 144px;
    position: absolute;
    top: 50%;
    margin-top: -56px;
    right: -82px;
    z-index: 1;
}
@media screen and (max-width:992px) {
    .darkpink-bg.calc-center-arrows:before {
        transform: rotate(90deg);
        top: -102px;
        margin-top: 0;
        left: 50%;
        margin-left: -66px;
    }
    .darkpink-bg.calc-center-arrows:after {
        transform: rotate(90deg);
        top: auto;
        bottom: -102px;
        margin-top: 0;
        left: 50%;
        margin-left: -66px;
    }
}
.darkpink-bg ol.list--pink li:before, ol.list--pink li li:before {
    background-color: #ffffff;
    color: #9A5E85;
}

.ol-dashed .num {
    width: 64px;
    height: 64px;
    border-radius: 33px;
    background: #f7f2f6;
    color: #9A5E85;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media screen and (min-width:768px) {
    .ol-dashed > div {
        padding-top: 46px;
    }
    .ol-dashed > div:before {
        content: '';
        border-top: 2px dashed rgba(154, 94, 133, 0.32);
        padding-top: 46px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .ol-dashed > div:first-child:before {
        left: 50%;
    }
    .ol-dashed > div:last-child:before {
        right: 50%;
    }

    .ol-dashed .num {
        position: absolute;
        top: -32px;
        left: 50%;
        margin-left: -32px;
    }

    .ol-dashed > .ol-dashed-hor {
        height: 150px;
    }
    .ol-dashed > .ol-dashed-hor:after {
        content: '';
        border-left: 2px dashed rgba(154, 94, 133, 0.32);
        border-top: 2px dashed rgba(154, 94, 133, 0.32);
        border-bottom: 2px dashed rgba(154, 94, 133, 0.32);
        position: absolute;
        top: 0;
        left: -75px;
        height: 152px;
        width: 75px;
        border-radius: 75px 0 0 75px;
    }
    .ol-dashed > .ol-dashed-ver:after {
        content: '';
        border-right: 2px dashed rgba(154, 94, 133, 0.32);
        border-top: 2px dashed rgba(154, 94, 133, 0.32);
        border-bottom: 2px dashed rgba(154, 94, 133, 0.32);
        position: absolute;
        top: 0;
        right: -75px;
        height: 100%;
        height: calc(100% + 2px);
        width: 75px;
        border-radius: 0 75px 75px 0;
    }
}
@media screen and (max-width:767px) {
    .ol-dashed > div {
        padding: 16px;
        display: flex;
        align-items: center;
    }
    .ol-dashed > div:before {
        content: '';
        border-left: 2px dashed rgba(154, 94, 133, 0.32);
        position: absolute;
        top: 0;
        left: 46px;
        bottom: 0;
    }
    .ol-dashed > div:first-child:before {
        top: 50%;
    }
    .ol-dashed > div:last-child:before {
        bottom: 50%;
    }
    .ol-dashed .num {
        flex-grow: 0;
        margin-right: 16px;
        flex-shrink: 0;
    }
    .promo-calc-bottom,
    .promo-calc {
        min-height: 100vw;
    }
    .swipe {
        overflow: auto;
        position: relative;
    }
    .swipe::before{
        content: "";
        left: 0px;
        top:0px;
        background: transparent url("/images/palec.gif");
        background-size: contain;
        width: 50px;
        height: 50px;
        position: absolute;
    }
    .swipe img{
        max-width: 200vw!important;
    }
}
.tabs-rectangle-wrap .tab-link {
    border: 1px solid #D1D5DB;
    border-radius: 16px;
    padding: 16px;
}
.tabs-rectangle-wrap .tab-link--active,
.tabs-rectangle-wrap .tab-link:hover {
    background: #9A5E85;
    border: 1px solid #9A5E85;
    box-shadow: 0px 8px 24px rgba(154, 94, 133, 0.32);
    color: #ffffff;
}
.tab-link--pink .num {
    width: 29px;
    height: 29px;
    border-radius: 15px;
    background: #9A5E85;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
}
.tab-link--pink.tab-link--active .num,
.tab-link--pink.tab-link:hover .num {
    background: #ffffff;
    color: #9A5E85;
}
.darkgray {
    color: #6B7280;
}
h2 > image {
    vertical-align: text-bottom;
}

ul.normal {

}
ul.normal > li {

}

.detail_content img {
    max-width: 100%;
    height: auto !important;
}
.quote {
	display: block !important;
    padding: 32px 32px 32px 88px;
    font-style: italic;
    letter-spacing: 0.002em;
    color: #1F2937;
    position: relative;
    border-radius: 12px;
}
.quote:before {
    content: '';
    width: 30px;
    height: 24px;
    top: 32px;
    left: 37px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDBDMTguMTYxNyAwIDE2LjY2NjcgMS40OTUgMTYuNjY2NyAzLjMzMzMzVjEwQzE2LjY2NjcgMTEuODM4MyAxOC4xNjE3IDEzLjMzMzMgMjAgMTMuMzMzM0gyNS4wMTYzTDE3LjUzNTggMjMuMzc4OUgyMS42OTI3TDMwIDEyLjIxNjhWMTEuNjY2N1Y4LjMzMzMzVjMuMzMzMzNDMzAgMS40OTUgMjguNTA1IDEuNjY2NjdlLTA3IDI2LjY2NjcgMEgyMFpNMy4zMzMzMyAwLjA0NTU3MjlDMS40OTUgMC4wNDU1NzI5IDAgMS41NDA1NyAwIDMuMzc4OTFWMTAuMDQ1NkMwIDExLjg4MzkgMS40OTUgMTMuMzc4OSAzLjMzMzMzIDEzLjM3ODlIOC4zNDk2MUwwLjkwNDk0OCAyMy4zNzg5SDUuMDU4NTlMMTMuMzMzMyAxMi4yNjI0VjExLjcxMjJWOC4zNzg5MVYzLjM3ODkxQzEzLjMzMzMgMS41NDA1NyAxMS44MzgzIDAuMDQ1NTcyOSAxMCAwLjA0NTU3MjlIMy4zMzMzM1oiIGZpbGw9IiM5Q0EzQUYiLz4KPC9zdmc+Cg==);
}
.detail_content hr {
    position: relative;
    border-color: #D1D5DB;
    border-width: 1px 0 0 0;
    margin: 30px 0;
}
.detail_content hr:before {
    content: '***';
    font-size: 40px;
    color: #9CA3AF;
    height: 20px;
    width: 82px;
    display: block;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -41px;
    top: -10px;
    line-height: 1;
}
.detail_content {
    font-size: 18px;
}
.detail_content ul {
    margin: 0;
    padding: 0;
}
.detail_content ul > li {
    display: block;
    position: relative;
    padding: 3px 0 0 48px;
    margin: 0 0 16px 0;
}
.detail_content ul > li:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat url(img/ico-checkmark-blue.svg) center;
    position: absolute;
    top: 0;
    left: 0;
}




.users-birthday .swiper-button-prev {
    left: 10px;
	top: auto;
	bottom: 0;
}
.users-birthday .swiper-button-next {
    right: 10px;
	top: auto;
	bottom: 0;
}






.detail_content .portal-filter__tags,
.detail_content .news-item {
	display: block !important;
}











.slide-1 {
	background: #3c414b;
}

.slide-1 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #fff;
	text-align: left;
}
.slide-1 .title span {
	color: #ea4646;
}


@media (max-width: 1199px) {



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



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

	.slide-1 .title {
		font-size: 24px;
		line-height: 1.4;
	}

	.rounded-3_container_img{
		width: 90px;
		margin-right: 2rem;
	}

}
@media (max-width: 575px) {



}

.slide-2 .title {
	font-weight: 600;
}

.slide-2 .title span {
	color: #9A5E85;
}



.slide-3 {
	background: #3c414b;
}

.slide-3 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #fff;
	text-align: left;
}
.slide-3 .title span {
	color: #ea4646;
}

.slide-3 .fz24 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}


.slide-3 .column-1 .fz24 {
	color: #8d8d8d;
}


.slide-3 .list {
	padding-left: 22px;
}


.slide-3 .column-2 .list {
	column-count: 2;
}
.slide-3 .list > li {
		margin-bottom: 22px;
	padding-left: 0;
	list-style: auto;
	font-size: 18px;
	color: #fff;
}
.slide-3 .column-1 .list > li {
	color: #8d8d8d;
}

.slide-3 .column-2 .list > li {
	margin-bottom: 6px;
	font-size: 14px;
}
.slide-3 .list > li:before {
	display: none;
}

.slide-3 .list > li li {
	font-size: 14px;
}
.slide-3 .list > li li:before {
	display: none;
}


@media (max-width: 1199px) {



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



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

	.slide-3 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}







.slide-4 {
	background: #3c414b;
}

.slide-4 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #ff4b4b;
	text-align: left;
}


@media (max-width: 1199px) {



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



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

	.slide-4 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}






.slide-5 {
	background: #3c414b;
}

.slide-5 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #fff;
	text-align: left;
}
.slide-5 .title span {
	color: #ff4b4b;
}


@media (max-width: 1199px) {



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



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

	.slide-5 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}






.slide-6 {}

.slide-6 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	text-align: left;
}
.slide-6 .title span {
	color: #a65e88;
}


@media (max-width: 1199px) {



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



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

	.slide-6 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}







.slide-promo {}

.slide-promo .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	text-align: left;
}
.slide-promo .title span {
	color: #a65e88;
}

.slide-promo .text-block {
	position: relative;
	z-index: 1;
}

.slide-promo .number {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-right: 1rem;
	border-radius: 50%;
	background-color: #a65e88;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.slide-promo .text {
	font-size: 20px;
}

.slide-promo .text span{
	color: #a65e88;
    font-weight: bold;
	margin-right: 5px;
}

.slide-promo .text img{
	width: 45px;
	margin-bottom: 1rem;
}

@media (max-width: 1199px) {



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



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

	.slide-promo .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}






.slide-10 {}

.slide-10 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	text-align: text;
}
.slide-10 .title span {
	color: #a65e88;
}


.slide-10 table {
	width: 100%;
	min-width: 600px;
}

.slide-10 table tr {

}
.slide-10 table tr.head {
	background-color: #e4e4e4;
}

.slide-10 table tr td {
	padding: 10px;
	border: 1px solid #a65e88;
}
.slide-10 table tr td:first-of-type {
	text-align: left;
}

.slide-10 table tr.head td {
	font-weight: bold;
}
.slide-10 table tr.head td:first-of-type {
	font-weight: normal;
}

.slide-10 table tr td:nth-of-type(2) {
	background-color: #fff1f9;
}
.slide-10 table tr td:nth-of-type(3) {
	background-color: #ffd2ec;
}

.slide-10 table tr.head td:nth-of-type(2) {
	background-color: #ce88b1;
}
.slide-10 table tr.head td:nth-of-type(3) {
	background-color: #c47ba6;
}


@media (max-width: 1199px) {



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



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

	.slide-10 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}






.slide-11 {}

.slide-11 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #ff4b4b;
	text-align: text;
}


@media (max-width: 1199px) {



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



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

	.slide-11 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}






.slide-12 {}

.slide-12 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	text-align: text;
}
.slide-12 .title span {
	color: #a65e88;
}


@media (max-width: 1199px) {



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



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

	.slide-12 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}
@media (max-width: 575px) {



}





.slide-13 {}

.slide-13 .title {
	text-transform: uppercase;
	font-size: 38px;
	color: #000;
	text-align: text;
}
.slide-13 .title span {
	color: #a65e88;
}


.slide-13 table {
	width: 100%;
	min-width: 600px;
}

.slide-13 table tr {

}
.slide-13 table tr:nth-of-type(1) {
	background-color: #f9f1f6;
}
.slide-13 table tr:nth-of-type(2) {
	background-color: #ffd4ed;
}
.slide-13 table tr:nth-of-type(3) {
	background-color: #f2abd5;
}


.slide-13 table tr td {
	padding: 36px 10px;
}
.slide-13 table tr td:nth-of-type(2) {
	font-size: 24px;
	color: #a65e88;
}
.slide-13 table tr td:last-of-type {
	text-align: left;
}

.slide-13 table tr td ul {
	margin: 0;
	list-style-image: url(./images/arrow.png);
}
.slide-13 table tr td ul li {
	font-size: 18px;
	line-height: 1.6;
}


@media (max-width: 1199px) {



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



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

	.slide-13 .title {
		font-size: 24px;
		line-height: 1.4;
	}

}

@media (max-width: 575px) {



}

.file-download-block{
	margin-bottom: 20px;
}

.file-download-block a{
	color: #212529;
    font-weight: bold;
}

.file-download-block img{
	width: 50px;
	height: auto;
	margin-rigth: 15px;
}

@media (max-width: 575px) {

.file-download-block a{
	font-size: 12px;
}

.file-download-block img{
	width: 40px;
	height: auto;
	margin-right: 5px;
}

}

.show-all-info{
	position: relative;
    width: 20px;
    height: 20px;
    background: #ebebeb;
    margin-right: 5px;
    padding: 3px;
	border-radius: 50%;
    border: 1px solid #333;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.show-all-detail{
	position: absolute;
	display: none;
	text-align: left;
    border: 1px solid #333;
    border-radius: 10px;
    top: 25px;
    padding: 10px;
    width: 150px;
    box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, .2);
}

.show-all-info:hover .show-all-detail{
	display: block;
}

