.ad-sitemap_wrapper {
	width: 1160px;
	margin: 0 auto
}

.ad-sitemap_heading {
	padding: 80px 0;
	display: block;
	font-size: 48px
}

.ad-sitemap_page {
	background: #F5F5F7
}

.ad-sitemap_wrapper__block {
	margin: 80px 0
}

.ad-sitemap_content__heading {
	color: #1A1A1A;
	font-size: 20px;
	text-decoration: underline;
	margin: 0 0 12px;
	display: block;
	font-weight: 600
}

.ad-sitemap_content__sub-block {
	margin: 0 0 12px 20px
}

.ad-sitemap_content__sub-heading {
	font-size: 14px;
	display: block;
	color: #1A1A1A;
	text-decoration: underline;
	margin: 0 0 12px;
	font-weight: 600
}

.ad-sitemap_content__list {
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	align-items: center
}

.ad-sitemap_content__item {
	flex-grow: 1;
	width: 28%;
	max-width: 28%;
	margin-right: 80px;
	margin-bottom: 8px
}

.ad-sitemap_content__item:nth-child(3n) {
	margin-right: 0
}

.ad-sitemap_content__sub-child {
	color: #575757;
	display: block;
	text-decoration: underline;
	font-size: 12px
}

.ad-sitemap_content__more {
	padding-left: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.ad-sitemap_content__more-text {
	text-align: center;
	font-size: 14px;
	color: #8C75E7;
	cursor: pointer;
	padding: 0 10px;
	width: 21%;
	white-space: nowrap;
	display: flex;
	align-items: center
}

.ad-sitemap_content__more-arr {
	margin: -3px 0 0 7px;
	border: solid #8C75E7;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.ad-sitemap_content__more-line {
	height: 1px;
	width: 100%;
	background: #E9E9E9
}

@media screen and (max-width: 1160px) {
	.ad-sitemap_content__item {
		max-width: 43%;
		width: 43%;
		margin-left: 40px
	}

	.ad-sitemap_wrapper {
		padding: 0 20px;
		width: 100%
	}

	.ad-sitemap_content__item:nth-child(odd) {
		margin-right: 0;
		margin-left: 0
	}

	.ad-sitemap_content__item:nth-child(even) {
		margin-right: 0
	}
}

@media screen and (max-width: 768px) {
	.ad-sitemap_content__item {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}

	.ad-sitemap_content__more-text {
		width: 50%
	}
}

@media screen and (max-width: 420px) {
	.ad-sitemap_heading {
		padding: 40px 0;
		font-size: 36px;
		text-align: center
	}

	.ad-sitemap_wrapper__block {
		margin: 60px 0
	}
}

.wp_google_login {
	clear: both;
	margin: 40px auto 0
}

.wp_google_login.hidden {
	display: none
}

.wp_google_login__divider {
	position: relative;
	text-align: center
}

.wp_google_login__divider:before {
	background-color: #e1e2e2;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 100%
}

.wp_google_login__divider span {
	background-color: #fff;
	color: #e1e2e2;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	text-transform: uppercase;
	z-index: 2
}

.wp_google_login__button-container {
	margin-top: 10px
}

.wp_google_login__button {
	background-color: #fff;
	border: solid #ccced0;
	border-radius: 4px;
	border-width: 1px 1px 2px;
	box-sizing: border-box;
	color: #3d4145;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	margin: 0;
	outline: 0;
	overflow: hidden;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 100%
}

.wp_google_login__button:hover {
	color: #3d4145
}

.wp_google_login__google-icon {
	background: url(../../../../plugins/login-with-google/assets/build/images/google_light.png) no-repeat 50%;
	background-size: contain;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	width: 25px
}

.wp-block-google-login-login-button {
	display: inline-block
}

*, ::after, ::before {
	box-sizing: border-box
}

@media screen and (max-width: 1300px) {
	html #wpadminbar {
		height: 32px
	}

	html #wpadminbar #wp-admin-bar-top-secondary {
		display: none
	}
}

body {
	font-family: sans-serif;
	color: #1a1a1a;
	background-color: #fdfdfd;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	margin: 0
}

body, body html {
	height: 100%
}

@media screen and (min-width: 1025px) {
	body {
		overflow: initial !important
	}
}

a {
	color: #1a1a1a;
	transition: .2s linear;
	text-decoration: none;
	line-height: 140%;
	cursor: pointer
}

ul, nav {
	list-style: none;
	padding: 0;
	margin: 0
}

main {
	margin-top: 60px
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}

[class*=popmechanic] {
	font-family: sans-serif !important
}

@keyframes tab-opacity {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes mod-8-resize {
	0% {
		width: 1000px
	}
	50% {
		width: 1500px
	}
	100% {
		width: 1000px
	}
}

.site-icon {
	display: inline-block;
	transition: .2s linear;
	background-size: cover
}

.site-icon-arrow {
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 6.66699L7.99992 9.33366L10.6666 6.66699' stroke='%23575757' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.site-icon-globe {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_606_2003)'%3E%3Crect width='36' height='36' rx='12' fill='%23ffffff'/%3E%3Cpath d='M18 4.5C25.473 4.5 31.5 10.527 31.5 18C31.5 25.473 25.473 31.5 18 31.5' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 31.5C10.527 31.5 4.5 25.473 4.5 18C4.5 10.527 10.527 4.5 18 4.5' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2522 6.09011C10.9172 13.3276 10.9172 22.6741 15.2522 29.9116C16.5212 32.0311 19.4807 32.0311 20.7497 29.9116C25.0847 22.6741 25.0847 13.3276 20.7497 6.09011C19.4792 3.97061 16.5212 3.97061 15.2522 6.09011Z' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.01514 11.7871C13.3531 14.0536 22.6471 14.0536 29.9836 11.7871' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.9851 24.2131C22.6471 21.9466 13.3531 21.9466 6.0166 24.2131' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_606_2003'%3E%3Crect width='36' height='36' rx='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.site-icon-close {
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3335 1.3335L14.6668 14.6668' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6668 1.3335L1.3335 14.6668' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.site-icon-auth {
	width: 36px;
	height: 36px;
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='12' fill='%23ffffff'/%3E%3Cpath d='M31.1539 14.9678C32.5066 20.8355 29.8094 26.8897 24.5424 29.8082C19.2753 32.7267 12.7121 31.8037 8.45417 27.5458C4.19626 23.2879 3.27334 16.7247 6.19186 11.4576C9.11038 6.19054 15.1645 3.49337 21.0322 4.84611' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.1321 10.1083V5.62256' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.8926 7.86672H30.3783' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='18.0414' cy='14.417' r='3.54136' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.668 23.6244C12.2302 22.3345 13.5032 21.5003 14.9104 21.4996H21.1745C22.5816 21.5003 23.8546 22.3345 24.4169 23.6244' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.cmn-btn {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: .4px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	transition: .2s linear;
	user-select: none;
	white-space: nowrap
}

.cmn-btn--main, .cmn-btn--second {
	text-transform: uppercase;
	padding: 0 28px;
	border-radius: 12px;
	height: 60px;
	min-width: 180px
}

.cmn-btn--main-md, .cmn-btn--second-md {
	padding: 0 24px;
	font-size: 14px;
	height: 48px;
	min-width: 120px
}

.cmn-btn--main-xs, .cmn-btn--second-xs {
	padding: 0 20px;
	font-size: 12px;
	height: 36px;
	min-width: 90px
}

.cmn-btn--second {
	background: rgba(0, 0, 0, 0);
	color: #1a1a1a;
	border: 2px solid #c3b4ff
}

.cmn-btn--second:hover {
	border-color: #8c75e7
}

.cmn-btn--main {
	background: #8c75e7;
	color: #fff
}

.cmn-btn--main:hover {
	background: #9b8af4
}

.cmn-btn--main:active {
	background: #6958c2
}

.cmn-btn--string {
	color: #8c75e7;
	text-transform: initial
}

.cmn-btn--string:hover {
	color: #9b8af4
}

.cmn-btn--string:hover:after {
	transform: translateX(3px)
}

.cmn-btn--string:after {
	content: "";
	width: 12px;
	display: block;
	height: 12px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSA5TDcuNSA2TDQuNSAzIiBzdHJva2U9IiM4Qzc1RTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0);
	margin-left: 4px;
	transition: .2s linear
}

@media screen and (max-width: 767px) {
	.cmn-btn--main, .cmn-btn--second {
		font-size: 14px
	}

	.cmn-btn--main-md, .cmn-btn--main-xs, .cmn-btn--second-md, .cmn-btn--second-xs {
		width: fit-content
	}
}

.chips-box {
	display: flex;
	justify-content: center;
	margin: 0 -6px 40px -6px
}

.chips-item {
	padding: 0 6px
}

.chips-item span {
	height: 36px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	cursor: pointer;
	transition: .2s linear;
	white-space: nowrap
}

.chips-item.active span, .chips-item.hover-event span {
	background: #000;
	border-color: #000;
	color: #fff
}

.wrapper {
	overflow: hidden
}

.container {
	width: 100%;
	max-width: 1504px;
	margin: 0 auto;
	padding: 0 52px
}

@media screen and (max-width: 1024px) {
	.container {
		padding: 0 40px
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 24px
	}
}

.small-container {
	max-width: 1160px;
	padding: 0;
	margin: 0 auto
}

.d-none, .d-none-js {
	display: none !important
}

.padding-none {
	padding: 0 !important
}

.margin-none {
	margin: 0 !important
}

.pt-none {
	padding-top: 0 !important
}

.pb-none {
	padding-bottom: 0 !important
}

.mt-none {
	margin-top: 0 !important
}

.mb-none {
	margin-bottom: 0 !important
}

.text p, .text ul {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #575757
}

.text p:not(:last-child), .text ul:not(:last-child) {
	margin-bottom: 20px
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-center {
	text-align: center
}

.flex-grow-none {
	flex-grow: initial !important
}

.radius-16 {
	border-radius: 16px;
	overflow: hidden
}

.block-1 .items {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.block-1 .items > * {
	flex: 1 0 0%;
	width: 100%;
	padding: 0 20px;
	flex-grow: 1;
	margin-bottom: 60px
}

.block-1 .items .container {
	padding: 0
}

@media screen and (max-width: 1024px) {
	.block-1 .items {
		margin-left: -10px;
		margin-right: -10px
	}

	.block-1 .items > * {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (max-width: 767px) {
	.block-1 .items {
		margin-left: 0;
		margin-right: 0
	}

	.block-1 .items > * {
		flex: auto;
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (min-width: 768px) {
	.block-col-1 .items > * {
		flex: 0 0 auto;
		width: 100%;
		padding: 0 20px;
		flex-grow: 1
	}

	.block-col-2 .items > * {
		flex: 0 0 auto;
		width: 50%;
		padding: 0 20px;
		flex-grow: 1
	}

	.block-col-3 .items > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
		padding: 0 20px;
		flex-grow: 1
	}

	.block-col-4 .items > * {
		flex: 0 0 auto;
		width: 25%;
		padding: 0 20px;
		flex-grow: 1
	}

	.block-col-5 .items > * {
		flex: 0 0 auto;
		width: 20%;
		padding: 0 20px;
		flex-grow: 1
	}

	.block-col-6 .items > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
		padding: 0 20px;
		flex-grow: 1
	}
}

@media screen and (max-width: 1024px) {
	[class*=block-col-] .items > * {
		padding: 0 10px
	}
}

.block-masonry-1 .items, .block-masonry-2 .items, .block-masonry-3 .items {
	margin-right: -60px;
	margin-left: -60px
}

.block-masonry-1 .items .masonry-grid, .block-masonry-2 .items .masonry-grid, .block-masonry-3 .items .masonry-grid {
	padding: 0 60px
}

.block-masonry-1 .items .masonry-grid > *, .block-masonry-2 .items .masonry-grid > *, .block-masonry-3 .items .masonry-grid > * {
	margin-bottom: inherit
}

.block-masonry-1 .items .masonry-grid > *:last-child, .block-masonry-2 .items .masonry-grid > *:last-child, .block-masonry-3 .items .masonry-grid > *:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 1024px) {
	.block-masonry-1 .items, .block-masonry-2 .items, .block-masonry-3 .items {
		margin-right: -40px;
		margin-left: -40px
	}

	.block-masonry-1 .items .masonry-grid, .block-masonry-2 .items .masonry-grid, .block-masonry-3 .items .masonry-grid {
		padding: 0 40px
	}
}

.block-row-small .items {
	margin-left: -10px;
	margin-right: -10px
}

.block-row-small .items > * {
	padding: 0 10px
}

.block-small-container .container {
	max-width: 1264px
}

@media screen and (max-width: 1024px) {
	.block-small-container .container {
		max-width: 100%
	}
}

.block-margin {
	margin-top: 140px;
	margin-bottom: 140px
}

.block-margin-bottom {
	margin-bottom: 140px
}

@media screen and (max-width: 1024px) {
	.block-margin {
		margin-top: 120px;
		margin-bottom: 120px
	}

	.block-margin-bottom {
		margin-bottom: 120px
	}
}

@media screen and (max-width: 767px) {
	.block-margin {
		margin-top: 100px;
		margin-bottom: 100px
	}

	.block-margin-bottom {
		margin-bottom: 100px
	}
}

.block-flex-grow-none .items > * {
	flex-grow: initial
}

.block-1 {
	margin: 140px 0
}

.block-1 + div {
	margin-top: 0
}

.block-1.title-init .lay {
	margin-top: 80px
}

.block-1.items-init {
	margin-bottom: 80px
}

.block-1.button-init {
	margin-bottom: 140px
}

.block-1.block-items-margin-0 {
	margin-bottom: 140px
}

.block-1.block-items-margin-0 .items > * {
	margin-bottom: 0
}

.block-1.block-items-margin-0.button-init .lay > .block-btn {
	margin-top: 60px
}

.block-1.block-items-margin-20 {
	margin-bottom: 120px
}

.block-1.block-items-margin-20 .items > * {
	margin-bottom: 20px
}

.block-1.block-items-margin-20.button-init .lay > .block-btn {
	margin-top: 40px
}

.block-1.block-items-margin-40 {
	margin-bottom: 100px
}

.block-1.block-items-margin-40 .items > * {
	margin-bottom: 40px
}

.block-1.block-items-margin-40.button-init .lay > .block-btn {
	margin-top: 20px
}

.block-1.block-items-margin-140 {
	margin-bottom: 0
}

.block-1.block-items-margin-140 .items > * {
	margin-bottom: 140px
}

.block-1.block-items-margin-140.button-init .lay > .block-btn {
	margin-top: -80px
}

.block-title-48 .block-title .box .title {
	font-size: 48px;
	line-height: 120%;
	font-weight: 600
}

@media screen and (max-width: 1024px) {
	.block-title-48 .block-title .box .title {
		font-size: 40px;
		line-height: 130%;
		font-weight: 600
	}
}

@media screen and (max-width: 767px) {
	.block-title-48 .block-title .box .title {
		font-size: 32px;
		line-height: 130%;
		font-weight: 600
	}
}

@media screen and (max-width: 1024px) {
	.block-1 {
		margin: 120px 0
	}

	.block-1.title-init .lay {
		margin-top: 70px
	}

	.block-1.items-init {
		margin-bottom: 60px
	}

	.block-1.button-init {
		margin-bottom: 120px
	}

	.block-1.block-items-margin-0 {
		margin-bottom: 120px
	}

	.block-1.block-items-margin-20 {
		margin-bottom: 100px
	}

	.block-1.block-items-margin-40 {
		margin-bottom: 80px
	}

	.block-1.block-items-margin-140 {
		margin-bottom: -20px
	}

	.block-1.block-items-margin-140 .items > *:not(:last-child) {
		margin-bottom: 120px
	}
}

@media screen and (max-width: 767px) {
	.block-1 {
		margin: 100px 0
	}

	.block-1.title-init .lay {
		margin-top: 60px
	}

	.block-1.items-init {
		margin-bottom: 40px
	}

	.block-1.button-init {
		margin-bottom: 100px
	}

	.block-1.block-items-margin-0 {
		margin-bottom: 100px
	}

	.block-1.block-items-margin-20 {
		margin-bottom: 80px
	}

	.block-1.block-items-margin-40 {
		margin-bottom: 60px
	}

	.block-1.block-items-margin-140 {
		margin-bottom: -40px
	}

	.block-1.block-items-margin-140 .items > *:not(:last-child) {
		margin-bottom: 100px
	}
}

.block-1 {
	counter-reset: section
}

.block-1 .title {
	font-size: 24px;
	line-height: 130%;
	font-weight: 600
}

.block-1 .title > * {
	font-size: inherit
}

.block-1 .subtitle, .block-1 .text {
	margin-top: 20px
}

.block-1 .block-title .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 -20px
}

.block-1 .block-title .box > * {
	padding: 0 20px
}

.block-1 .block-title .title {
	font-size: 40px;
	text-align: center;
	width: 83.3333333333%
}

.block-1 .block-title .title > * {
	font-size: inherit
}

.block-1 .block-title .subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #575757;
	text-align: center;
	width: 66.6666666667%
}

.block-1 .block-title .subtitle > * {
	font-size: inherit
}

.block-1.mod-news {
	margin-bottom: 80px
}

.block-1.mod-news .lay {
	display: flex;
	flex-direction: column;
	margin-top: 0
}

.block-1.mod-news .lay .items {
	margin-top: 80px
}

.block-1.mod-news .title {
	margin-bottom: 20px
}

.block-1.mod-news .items {
	order: 2
}

.block-1.mod-news .block-btn {
	order: 1;
	margin: 0 auto !important
}

.block-1.mod-style-1 {
	margin-bottom: 40px
}

.block-1.mod-style-1 .lay {
	background: #f5f5f7;
	padding: 40px 60px 0;
	border-radius: 16px;
	position: relative
}

.block-1.mod-style-1 .items {
	margin: 0 -40px
}

.block-1.mod-style-1 .items > * {
	position: relative;
	padding: 0 40px
}

.block-1.mod-style-1 .items > *:not(:last-child):after {
	content: "";
	width: 1px;
	background: #e0e0e0;
	position: absolute;
	bottom: 0;
	height: calc(100% - 75px);
	right: 0
}

.block-1.mod-style-1 .block-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -120px
}

.block-1.mod-style-2 {
	margin-top: 0;
	margin-bottom: 260px
}

.block-1.mod-style-2 .lay {
	margin-top: 0
}

.block-1.mod-style-3 .block-title .title {
	font-size: 96px;
	line-height: 120%
}

.block-1.mod-style-3 .block-title .title > * {
	font-size: inherit
}

.block-1.mod-style-4 .title {
	font-size: 14px;
	line-height: 140%;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #b3b3b3
}

.block-1.mod-style-4 .title > * {
	font-size: inherit
}

.block-1.mod-style-4 .lay {
	margin-top: 40px
}

.block-1.mod-style-5 .lay {
	margin: -40px 0
}

.block-2 .text {
	margin-top: 20px
}

.block-btn {
	display: flex;
	justify-content: center;
	flex-direction: row;
	margin-top: auto
}

.block-btn-text-initial .cmn-btn {
	text-transform: initial
}

.block-btn > *:nth-child(2) {
	margin-left: 20px
}

.block-tabs .tabs-item {
	display: none;
	animation: tab-opacity .8s;
	transition: .2s opacity
}

.block-tabs .tabs-item.active {
	display: block
}

.block-tabs .tabs-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px
}

.block-tabs .tabs-nav-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	user-select: none
}

.block-tabs .tabs-nav-btn:after {
	display: block;
	content: "";
	width: 10px;
	height: 17px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzMzMDEgMTYuMzMzM0w4LjY2NjM0IDguOTk5OTJMMS4zMzMwMSAxLjY2NjU4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat
}

.block-tabs .tabs-nav-btn.prev {
	transform: rotate(180deg)
}

.block-tabs .tabs-nav-bullets {
	display: flex;
	margin: 0 15px
}

.block-tabs .tabs-nav-bullets > * {
	cursor: pointer;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #b3b3b3;
	border-radius: 50%
}

.block-tabs .tabs-nav-bullets > *.active {
	background: #000;
	border-color: #000
}

.block-tabs .tabs-nav-bullets > *:not(:first-child) {
	margin-left: 8px
}

.block-tabs-1 .box {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	align-items: center
}

.block-tabs-1 .block {
	flex: 1 0 0%;
	width: 100%;
	padding: 0 20px;
	flex-grow: 1
}

.block-tabs-1 .title {
	font-size: 64px;
	line-height: 120%;
	font-weight: 600
}

.block-tabs-1 .title > * {
	font-size: inherit
}

.block-tabs-1 .tabs-body {
	background: #f5f5f7;
	border-radius: 16px;
	padding: 60px 40px;
	min-height: 331px
}

.block-tabs-1 .tabs-item .items {
	display: flex;
	margin: -4px;
	flex-wrap: wrap;
	justify-content: center
}

.block-tabs-1 .tabs-item .items > * {
	flex: 0 0 153px;
	width: 100%;
	padding: 4px
}

.block-tabs-1 .tabs-item img {
	width: 100%;
	height: 65px;
	border-radius: 16px;
	display: flex
}

.block-tabs-2 {
	padding: 100px 0;
	background: #f5f5f7
}

.block-tabs-2 .tabs-body {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto
}

.block-tabs-2 .lay {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.block-tabs-2 .item {
	flex: 1 0 0%;
	width: 100%;
	padding: 0 20px;
	flex-grow: 1
}

.block-tabs-2 .item-title {
	font-size: 36px;
	line-height: 130%;
	font-weight: 600
}

.block-tabs-2 .item-title > * {
	font-size: inherit
}

.block-tabs-2 .item-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	margin-top: 20px;
	color: #575757
}

.block-tabs-2 .item img {
	max-width: 100%;
	border-radius: 16px;
	display: flex
}

.block-tabs-2 .chips-box {
	flex-wrap: wrap;
	margin-bottom: 48px
}

.block-tabs-2 .chips-item {
	margin-bottom: 12px
}

@media screen and (min-width: 768px) {
	[data-style=style-2][data-mod=mod-21][data-count="1"] .items > * .box {
		padding: 40px 60px
	}

	[data-style=style-2][data-mod=mod-21][data-count="1"] .items > * .block:last-child {
		position: relative;
		flex-direction: row;
		justify-content: space-between
	}

	[data-style=style-2][data-mod=mod-21][data-count="1"] .items > * .block-btn {
		margin-bottom: auto
	}

	[data-style=style-2][data-mod=mod-21][data-count="1"] .items > * .block-btn .cmn-btn {
		margin-top: 0
	}

	[data-style=style-2][data-mod=mod-21][data-count="1"] .items > * .title {
		position: absolute;
		left: 0;
		top: 0
	}

	[data-style=style-2][data-mod=mod-21][data-count="1"] .items > * .text {
		padding-top: 36px;
		margin-right: 40px
	}
}

.block-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	transition: top .3s;
	background: #fff;
	display: flex;
	border-bottom: 1px solid #ebebeb;
	height: 60px
}

.block-header-logo {
	margin-right: 60px
}

.block-header-labels {
	display: flex;
	flex-direction: row;
	align-items: center
}

.block-header-labels .auth .site-icon {
	display: none
}

.block-header nav li:not([class*=has-children]) .site-icon {
	display: none
}

.block-header .app-row {
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center
}

.block-header .app-col-3 {
	margin-left: auto
}

@media screen and (min-width: 1025px) {
	.block-header nav {
		font-weight: 500;
		font-size: 14px;
		color: #575757;
		display: flex;
		flex-direction: row
	}

	.block-header nav > li {
		margin-right: 20px
	}

	.block-header nav > li.hover-event > a {
		color: #1a1a1a
	}

	.block-header nav > li.hover-event > a:after {
		width: 100%
	}

	.block-header nav > li[class*=has-children].hover-event > ul {
		visibility: visible;
		transform: translateY(0);
		opacity: 1
	}

	.block-header nav > li[class*=has-children].hover-event > ul:before {
		content: "";
		width: 100%;
		position: absolute;
		height: 20px;
		background: rgba(0, 0, 0, 0);
		top: -20px;
		left: 0
	}

	.block-header nav > li[class*=has-children].hover-event > ul .site-icon {
		display: none
	}

	.block-header nav > li > a {
		display: inline-flex;
		align-items: center;
		position: relative;
		color: #575757
	}

	.block-header nav > li > a:after {
		content: "";
		width: 0;
		height: 3px;
		display: inline-block;
		background: #c3b4ff;
		position: absolute;
		left: 0;
		bottom: -2.5px;
		transition: width .2s ease-in-out
	}

	.block-header nav > li.menu-item-long > ul {
		display: flex !important;
		flex-direction: row
	}

	.block-header nav > li.menu-item-long > ul > li {
		padding: 0;
		margin-right: 20px
	}

	.block-header nav > li.menu-item-long > ul > li > a {
		cursor: default;
		letter-spacing: .8px;
		text-transform: uppercase;
		color: #b3b3b3 !important;
		font-weight: 600;
		font-size: 12px;
		display: flex;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 4px;
		margin-bottom: 12px
	}

	.block-header nav > li.menu-item-long > ul > li > a .site-icon {
		display: none
	}

	.block-header nav > li.menu-item-long > ul > li .sub-menu {
		display: block !important
	}

	.block-header nav > li > ul {
		display: block !important;
		position: absolute;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .02), 0 16px 40px rgba(0, 0, 0, .06);
		border-radius: 8px;
		padding: 24px 60px;
		bottom: initial;
		left: initial;
		margin: 20px 0 0 -60px;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-10px);
		transition: all .3s ease
	}

	.block-header nav > li > ul li {
		padding: 8px 0;
		max-width: 200px
	}

	.block-header nav > li > ul li:last-child {
		margin-right: 0
	}

	.block-header nav > li > ul li a {
		display: inline-block
	}

	.block-header nav > li > ul li a:hover {
		color: #8c75e7
	}

	.block-header nav > li > ul li a:active {
		color: #6958c2
	}

	.block-header nav li[class*=has-children].hover-event .site-icon {
		transform: rotate(180deg)
	}

	.block-header nav li[class*=has-children] .site-icon {
		margin-left: 2px
	}
}

@media screen and (max-width: 1024px) {
	.block-header-logo {
		margin-right: 0
	}

	.block-header.nav-show .burger span {
		background: rgba(255, 255, 255, 0)
	}

	.block-header.nav-show .burger span:before {
		top: 0;
		transform: rotate(45deg);
		transition: top 200ms, transform 200ms 200ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(.68, -.55, .265, 1.55)
	}

	.block-header.nav-show .burger span:after {
		top: 0;
		transform: rotate(-45deg);
		transition: bottom 200ms, transform 200ms 200ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(.68, -.55, .265, 1.55)
	}

	.block-header.nav-show nav {
		visibility: visible;
		transform: translateY(0);
		opacity: 1;
		height: var(--window-inner-height);
		overflow-y: auto
	}

	.block-header nav {
		width: 100%;
		z-index: 100;
		font-weight: 600;
		font-size: 18px;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-10px);
		transition: all .3s ease;
		position: absolute;
		left: 0;
		top: calc(100% + 1px);
		background: #fff
	}

	.block-header nav > li > a {
		border-bottom: 1px solid #ebebeb;
		justify-content: space-between;
		padding: 0 24px;
		height: 60px
	}

	.block-header nav > li.menu-item-long > ul {
		padding: 0;
		border-bottom: 0 !important
	}

	.block-header nav > li.menu-item-long > ul > li:not(:first-child) > a {
		border-top: 1px solid #ebebeb
	}

	.block-header nav > li.menu-item-long > ul > li:last-child > a {
		border-bottom: 1px solid #ebebeb
	}

	.block-header nav > li.menu-item-long > ul > li:last-child ul {
		border-top: 0;
		border-bottom: 1px solid #ebebeb
	}

	.block-header nav > li.menu-item-long > ul > li > a {
		padding: 0 24px 0 48px;
		justify-content: space-between;
		font-weight: 600;
		height: 60px
	}

	.block-header nav > li.menu-item-long > ul > li > ul {
		padding: 20px 48px;
		border-top: 1px solid #ebebeb
	}

	.block-header nav > li > ul {
		padding: 20px 48px
	}

	.block-header nav > li.nav-item-show > ul {
		border-bottom: 1px solid #ebebeb
	}

	.block-header nav > li .sub-menu {
		display: none;
		background: #fafafa
	}

	.block-header nav > li .sub-menu li a {
		padding: 0 24px;
		font-size: 16px;
		font-weight: 400;
		height: 40px
	}

	.block-header nav li a {
		display: flex;
		align-items: center
	}

	.block-header nav li a.nav-el-show .site-icon {
		transform: rotate(180deg)
	}

	.block-header .burger {
		position: relative;
		display: flex;
		justify-content: center;
		width: 36px;
		height: 36px;
		cursor: pointer;
		margin-left: 12px
	}

	.block-header .burger span {
		top: 50%;
		margin-top: -1px;
		transition: .3s
	}

	.block-header .burger span, .block-header .burger span:before, .block-header .burger span:after {
		width: 24px;
		position: absolute;
		height: 2px;
		background: #000;
		display: block;
		border-radius: 2px
	}

	.block-header .burger span:before {
		content: "";
		top: -9px;
		transition: top 200ms 200ms, transform 200ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 200ms cubic-bezier(.23, 1, .32, 1)
	}

	.block-header .burger span:after {
		content: "";
		bottom: -9px;
		transition: bottom 200ms 200ms, transform 200ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 200ms cubic-bezier(.23, 1, .32, 1)
	}

	.block-header .container {
		padding: 0 24px
	}
}

@media screen and (max-width: 767px) {
	.block-header-labels .auth {
		padding: 0;
		border: none
	}

	.block-header-labels .auth .text {
		display: none
	}

	.block-header-labels .auth .site-icon {
		display: block
	}

	.block-header-labels .auth .cmn-btn {
		border: none;
		padding: 0;
		min-width: initial
	}

	.block-header .container {
		padding: 0 16px
	}
}

@keyframes tab-opacity {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes mod-8-resize {
	0% {
		width: 1000px
	}
	50% {
		width: 1500px
	}
	100% {
		width: 1000px
	}
}

.block-location {
	margin-right: 12px
}

.block-location-current {
	display: flex;
	align-items: center;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	padding: 0 16px;
	height: 36px;
	cursor: pointer;
	user-select: none;
	transition: .2s linear
}

.block-location-current:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 2px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 6.66699L7.99992 9.33366L10.6666 6.66699' stroke='%23575757' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transition: .2s linear
}

.block-location-current .site-icon {
	margin-right: 8px
}

.block-location-current .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #575757
}

.block-location-list {
	display: flex;
	justify-content: center;
	width: 100%
}

.block-location ul li a {
	font-weight: 500
}

.block-location ul li a:hover {
	color: #8c75e7
}

.block-location ul li a:active {
	color: #6958c2
}

@media screen and (min-width: 1101px) {
	.block-location.hover-event div[class*=-current] {
		border-color: #c3b4ff
	}

	.block-location.hover-event div[class*=-current]:after {
		transform: rotate(180deg)
	}

	.block-location.hover-event div[class*=-list] ul {
		visibility: visible;
		transform: translateY(0);
		opacity: 1
	}

	.block-location.hover-event div[class*=-list] ul:before {
		content: "";
		width: 100%;
		position: absolute;
		height: 15px;
		background: rgba(0, 0, 0, 0);
		top: -15px;
		left: 0
	}

	.block-location:active div[class*=-current] {
		border-color: #c3b4ff
	}

	.block-location:focus div[class*=-current] {
		border: 1px solid #f6d83b;
		left: 1px
	}

	.block-location-close {
		display: none
	}

	.block-location ul {
		position: absolute;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .02), 0 16px 40px rgba(0, 0, 0, .06);
		border-radius: 8px;
		padding: 24px 60px;
		bottom: initial;
		left: initial;
		z-index: 100;
		margin-top: 13px;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-10px);
		transition: all .3s ease
	}

	.block-location ul li {
		padding: 8px 0
	}

	.block-location ul li a {
		display: inline-block;
		font-size: 14px
	}
}

@media screen and (max-width: 1100px) {
	.block-header.location-show .block-location div[class*=-list] {
		visibility: visible;
		transform: translateY(0);
		opacity: 1
	}

	.block-header.location-show .block-location .site-icon-globe {
		background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_606_2003)'%3E%3Crect width='36' height='36' rx='12' fill='%23EBEBEB'/%3E%3Cpath d='M18 4.5C25.473 4.5 31.5 10.527 31.5 18C31.5 25.473 25.473 31.5 18 31.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 31.5C10.527 31.5 4.5 25.473 4.5 18C4.5 10.527 10.527 4.5 18 4.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2522 6.09011C10.9172 13.3276 10.9172 22.6741 15.2522 29.9116C16.5212 32.0311 19.4807 32.0311 20.7497 29.9116C25.0847 22.6741 25.0847 13.3276 20.7497 6.09011C19.4792 3.97061 16.5212 3.97061 15.2522 6.09011Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.01514 11.7871C13.3531 14.0536 22.6471 14.0536 29.9836 11.7871' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.9851 24.2131C22.6471 21.9466 13.3531 21.9466 6.0166 24.2131' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_606_2003'%3E%3Crect width='36' height='36' rx='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
	}

	.block-location-current {
		padding: 0;
		border: none
	}

	.block-location-current:after {
		display: none
	}

	.block-location-current .text {
		display: none
	}

	.block-location-current .site-icon {
		margin: 0
	}

	.block-location-current .site-icon-globe {
		width: 36px;
		height: 36px;
		background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_606_2003)'%3E%3Crect width='36' height='36' rx='12' fill='%23ffffff'/%3E%3Cpath d='M18 4.5C25.473 4.5 31.5 10.527 31.5 18C31.5 25.473 25.473 31.5 18 31.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 31.5C10.527 31.5 4.5 25.473 4.5 18C4.5 10.527 10.527 4.5 18 4.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2522 6.09011C10.9172 13.3276 10.9172 22.6741 15.2522 29.9116C16.5212 32.0311 19.4807 32.0311 20.7497 29.9116C25.0847 22.6741 25.0847 13.3276 20.7497 6.09011C19.4792 3.97061 16.5212 3.97061 15.2522 6.09011Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.01514 11.7871C13.3531 14.0536 22.6471 14.0536 29.9836 11.7871' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.9851 24.2131C22.6471 21.9466 13.3531 21.9466 6.0166 24.2131' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_606_2003'%3E%3Crect width='36' height='36' rx='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
	}

	.block-location-list {
		flex-direction: column;
		position: absolute;
		left: 0;
		top: calc(100% + 1px);
		width: 100%;
		background: #fff;
		padding: 0 24px 0 24px;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-10px);
		transition: all .3s ease;
		z-index: 100;
		height: var(--window-inner-height);
		justify-content: flex-start;
		overflow-y: auto
	}

	.block-location-close {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		min-height: 60px;
		border-bottom: 1px solid #ebebeb
	}

	.block-location-close .text {
		color: #b3b3b3;
		letter-spacing: .8px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
		line-height: 140%
	}

	.block-location-close .close {
		display: flex;
		width: 32px;
		height: 32px;
		background: #f7f7f7;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: .2s linear
	}

	.block-location-close .close:hover {
		background: #ebebeb
	}

	.block-location ul {
		padding: 20px;
		text-align: center
	}

	.block-location ul li a {
		display: inline-flex;
		align-items: center;
		height: 40px;
		font-size: 18px
	}
}

.app__page--press .block-temp, .app__page--offices .block-temp {
	margin-bottom: 60px
}

.app__page--press .block-temp .chips-box, .app__page--offices .block-temp .chips-box {
	margin: 0 -6px;
	display: inline-flex
}

.app__page--press .block-temp .app__sort, .app__page--offices .block-temp .app__sort {
	text-align: center;
	margin: 80px 0 60px 0
}

.app__page--press .block-temp .app__row, .app__page--offices .block-temp .app__row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.app__page--press .block-temp .app__col, .app__page--offices .block-temp .app__col {
	flex: 0 0 auto;
	width: 33.3333333333%;
	padding: 0 20px;
	flex-grow: 1
}

.app__page--press .block-temp .app__item, .app__page--offices .block-temp .app__item {
	display: flex;
	margin-bottom: 80px
}

.app__page--press .block-temp .app__item--img, .app__page--offices .block-temp .app__item--img {
	height: auto;
	display: flex
}

.app__page--press .block-temp img, .app__page--offices .block-temp img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 16px
}

.app__page--press .block-temp .app__item {
	flex-direction: column
}

.app__page--press .block-temp .app__item--meta {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #575757;
	padding-left: 33px;
	margin-top: 4px
}

.app__page--press .block-temp .app__item--img {
	width: 440px
}

.app__page--press .block-temp .app__item a {
	display: flex;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
	position: relative
}

.app__page--press .block-temp .app__item a.img {
	margin-bottom: 20px
}

.app__page--press .block-temp .app__item a.title:before {
	content: "";
	display: flex;
	width: 16px;
	height: 21px;
	margin-right: 17px;
	background-size: contain;
	position: relative;
	top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4837 5.483L13.1843 2.18367C12.7468 1.74617 12.153 1.5 11.5347 1.5H3.16732C1.87815 1.5 0.833984 2.54417 0.833984 3.83333V20.1667C0.833984 21.4558 1.87815 22.5 3.16732 22.5H14.834C16.1232 22.5 17.1673 21.4558 17.1673 20.1667V7.13267C17.1673 6.51433 16.9212 5.9205 16.4837 5.483V5.483Z' stroke='%238C75E7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.93865 17.8334L5.57031 15.465' stroke='%238C75E7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.1678 15.605L7.93945 17.8333' stroke='%238C75E7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.9388 17.8333V10.8333' stroke='%238C75E7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1673 7.33333H12.5007C11.8567 7.33333 11.334 6.81067 11.334 6.16667V1.5' stroke='%238C75E7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.app__page--offices .block-temp .app__item {
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.app__page--offices .block-temp .app__item > * {
	padding: 0 10px
}

.app__page--offices .block-temp .app__item--title {
	font-size: 24px;
	line-height: 130%;
	font-weight: 600;
	margin-bottom: 20px
}

.app__page--offices .block-temp .app__item--img {
	width: 40%;
	align-items: flex-start;
	overflow: hidden;
	max-width: 164px
}

.app__page--offices .block-temp .app__item--img img {
	transition: .3s
}

.app__page--offices .block-temp .app__item--img img:hover {
	transform: scale(1.2)
}

.app__page--offices .block-temp .app__item--box {
	width: 60%
}

.app__page--offices .block-temp .app__item .address p, .app__page--offices .block-temp .app__item .phone p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%
}

.app__page--offices .block-temp .app__item a {
	margin-top: 20px
}

@media screen and (max-width: 1024px) {
	.app__page--offices .block-temp .app__col {
		flex: 0 0 auto;
		width: 50%;
		padding: 0 20px;
		flex-grow: 1
	}

	.app__page--press .block-temp, .app__page--offices .block-temp {
		margin-bottom: 50px
	}

	.app__page--press .block-temp .app__row, .app__page--offices .block-temp .app__row {
		margin: 0 -10px
	}

	.app__page--press .block-temp .app__col, .app__page--offices .block-temp .app__col {
		padding: 0 10px
	}

	.app__page--press .block-temp .app__item, .app__page--offices .block-temp .app__item {
		margin-bottom: 70px
	}

	.app__page--press .block-temp .app__sort, .app__page--offices .block-temp .app__sort {
		margin-top: 70px
	}
}

@media screen and (max-width: 767px) {
	.app__page--press .block-temp .chips-box, .app__page--offices .block-temp .chips-box {
		overflow-x: scroll;
		margin: 0 18px
	}

	.app__page--press .block-temp .app__row, .app__page--offices .block-temp .app__row {
		margin: 0 -10px
	}

	.app__page--press .block-temp .app__col, .app__page--offices .block-temp .app__col {
		width: 100%;
		display: flex;
		justify-content: center;
		max-width: 100%;
		flex: 0 0 100%
	}

	.app__page--press .block-temp .app__item, .app__page--offices .block-temp .app__item {
		max-width: 474px
	}

	.app__page--press .block-temp .app__sort, .app__page--offices .block-temp .app__sort {
		margin: 60px -24px 45px -24px;
		padding-bottom: 15px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.app__page--press .block-temp .app__sort::-webkit-scrollbar, .app__page--offices .block-temp .app__sort::-webkit-scrollbar {
		display: none
	}

	.app__page--press .block-temp {
		margin-bottom: 60px
	}

	.app__page--press .block-temp .app__item {
		margin-bottom: 40px
	}

	.app__page--press .block-temp .app__item--img {
		width: 100%
	}

	.app__page--offices .block-temp {
		margin-bottom: 40px
	}

	.app__page--offices .block-temp .app__item {
		margin-bottom: 60px
	}
}

.block-footer-main {
	background: #313131;
	padding-top: 60px
}

.block-footer-main nav .nav-section > a {
	display: none
}

.block-footer-main nav li a {
	color: #fff
}

.block-footer-second {
	background: #292929
}

.block-footer-second .app-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin: 0 -20px;
	min-height: 60px
}

.block-footer-second .app-col {
	padding: 0 20px
}

.block-footer-second .app-col a {
	display: inline-flex
}

.block-footer-second nav {
	padding: 10px
}

.block-footer-second nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px
}

.block-footer-second nav ul li {
	padding: 0 10px
}

.block-footer-second nav ul li a {
	color: #b3b3b3;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 0
}

.block-footer-second nav ul li a:hover {
	color: #c3b4ff;
	text-decoration: underline
}

.block-footer-second .auth .cmn-btn {
	color: #fff;
	background: rgba(0, 0, 0, 0)
}

.block-footer-second .auth .cmn-btn .site-icon {
	display: none
}

@media screen and (min-width: 768px) {
	.block-footer-main nav {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px
	}

	.block-footer-main nav > li {
		margin-bottom: 40px
	}

	.block-footer-main nav > li:nth-child(1) {
		width: 50%
	}

	.block-footer-main nav > li:nth-child(2) {
		width: 50%
	}

	.block-footer-main nav > li:nth-child(3) {
		width: 25%
	}

	.block-footer-main nav > li:nth-child(4) {
		width: 25%
	}

	.block-footer-main nav > li:last-child {
		width: 50%
	}

	.block-footer-main nav > li.menu-item-long > ul > li {
		width: 100%;
		flex: 1 0 0%
	}

	.block-footer-main nav > li.menu-item-long > ul > li > a {
		letter-spacing: .8px;
		text-transform: uppercase;
		color: #777 !important;
		font-weight: 600;
		font-size: 10px;
		text-decoration: none !important;
		cursor: default;
		padding: 0;
		margin-bottom: 12px
	}

	.block-footer-main nav > li.menu-item-long > ul > li .sub-menu {
		margin: 0
	}

	.block-footer-main nav > li.menu-item-long > ul > li .sub-menu li {
		padding: 0
	}

	.block-footer-main nav > li > a {
		width: 100%;
		font-weight: 600;
		font-size: 18px;
		padding: 8px 0;
		border-bottom: 1px solid #474747;
		cursor: default;
		margin-bottom: 20px
	}

	.block-footer-main nav > li .sub-menu {
		display: flex !important;
		flex-wrap: wrap;
		margin: 0 -20px
	}

	.block-footer-main nav > li .sub-menu a {
		font-weight: 400;
		font-size: 12px;
		padding: 6px 0
	}

	.block-footer-main nav > li .sub-menu a:hover {
		color: #c3b4ff;
		text-decoration: underline
	}

	.block-footer-main nav li {
		width: 100%;
		flex: 0 0 auto;
		max-width: 100%;
		padding: 0 20px
	}

	.block-footer-main nav li a {
		display: inline-block;
		color: #fff
	}

	.block-footer-main nav li a .site-icon {
		display: none
	}
}

@media screen and (max-width: 1024px) {
	.block-footer-logo {
		margin-bottom: 20px
	}

	.block-footer-main nav {
		margin: 0 -10px
	}

	.block-footer-main nav > li {
		padding: 0 10px
	}

	.block-footer-second {
		padding: 40px 0
	}

	.block-footer-second .app-row {
		flex-direction: column;
		margin: 0
	}

	.block-footer-second .app-col {
		padding: 0
	}

	.block-footer-second nav {
		padding: 0 0 20px 0
	}
}

@media screen and (max-width: 767px) {
	.block-footer .container {
		padding: 0
	}

	.block-footer-main {
		padding: 0
	}

	.block-footer-main nav {
		width: 100%;
		z-index: 100;
		font-weight: 600;
		font-size: 18px
	}

	.block-footer-main nav > li > a {
		border-bottom: 1px solid #474747;
		justify-content: space-between;
		padding: 0 24px;
		height: 60px
	}

	.block-footer-main nav > li.menu-item-long > ul {
		padding: 0;
		border-bottom: 0 !important
	}

	.block-footer-main nav > li.menu-item-long > ul > li:not(:first-child) > a {
		border-top: 1px solid #474747
	}

	.block-footer-main nav > li.menu-item-long > ul > li:last-child > a {
		border-bottom: 1px solid #474747
	}

	.block-footer-main nav > li.menu-item-long > ul > li:last-child ul {
		border-top: 0;
		border-bottom: 1px solid #474747
	}

	.block-footer-main nav > li.menu-item-long > ul > li > a {
		padding: 0 24px 0 48px;
		justify-content: space-between;
		font-weight: 600;
		height: 60px
	}

	.block-footer-main nav > li.menu-item-long > ul > li > ul {
		padding: 20px 48px;
		border-top: 1px solid #474747
	}

	.block-footer-main nav > li > ul {
		padding: 20px 48px
	}

	.block-footer-main nav > li.nav-item-show {
		background: #292929
	}

	.block-footer-main nav > li.nav-item-show > ul {
		border-bottom: 1px solid #474747
	}

	.block-footer-main nav > li.nav-item-show.menu-item-long > ul > li:last-child > a {
		border-bottom-color: #333
	}

	.block-footer-main nav > li.nav-item-show.menu-item-long > ul > li:not(:first-child) > a, .block-footer-main nav > li.nav-item-show.menu-item-long > ul > li > ul {
		border-top-color: #333
	}

	.block-footer-main nav > li.nav-item-show > ul {
		border-bottom-color: #333
	}

	.block-footer-main nav > li.nav-item-show > a {
		border-bottom-color: #333
	}

	.block-footer-main nav > li .sub-menu {
		display: none
	}

	.block-footer-main nav > li .sub-menu li a {
		padding: 0 24px;
		font-size: 16px;
		font-weight: 400;
		height: 40px
	}

	.block-footer-main nav li a {
		display: flex;
		align-items: center
	}

	.block-footer-main nav li a.nav-el-show .site-icon {
		transform: rotate(180deg)
	}

	.block-footer-main nav {
		margin: 0
	}

	.block-footer-main nav > li {
		padding: 0
	}

	.block-footer-main nav li:not([class*=has-children]) .site-icon {
		display: none
	}

	.block-footer-main nav .nav-section:not(:last-child) .sub-menu {
		padding-bottom: 0
	}

	.block-footer-main nav .nav-section:not(:first-child) .sub-menu {
		padding-top: 0
	}

	.block-footer-main nav .nav-section .sub-menu {
		display: block !important
	}

	.block-footer-second {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media screen and (max-width: 1024px) {
	.block-1 .block-title .title {
		width: 100%;
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.block-1 .block-title .subtitle {
		width: 83.3333333333%
	}

	.block-1.mod-style-1 .lay {
		padding-bottom: 0
	}

	.block-1.mod-style-1 .items > * {
		padding: 0 20px
	}

	.block-1.mod-style-2 {
		margin-bottom: 240px
	}

	.block-1.mod-style-3 .block-title .title {
		font-size: 64px;
		line-height: 120%;
		font-weight: 600
	}

	.block-1.mod-news .lay .items {
		margin-top: 70px
	}

	.block-1[data-style=style-2][data-mod=mod-2] .items {
		flex-wrap: nowrap
	}

	.block-1[data-style=style-2][data-mod=mod-5][data-template*=mod-style-1] .items > * {
		flex: 0 0 50%
	}

	.block-1[data-style=style-2][data-mod=mod-7] .items {
		flex-direction: column
	}

	.block-1[data-style=style-2][data-mod=mod-7] .items > *:not(:last-child) {
		margin-bottom: 32px
	}

	.block-1[data-style=style-2][data-mod=mod-8] .items {
		flex-direction: column
	}

	.block-1[data-style=style-2][data-mod=mod-8] .items > *:not(:last-child) {
		margin-bottom: 20px
	}

	.block-1[data-style=style-2][data-mod=mod-11] .items {
		flex-direction: column
	}

	.block-1[data-style=style-2][data-mod=mod-11] .items > *:not(:last-child) {
		margin-bottom: 20px
	}

	.block-1[data-style=style-2][data-mod=mod-13] .items > * {
		width: 33.3333333333%
	}

	.block-1[data-style=style-2][data-mod=mod-14] .block-title .title {
		font-size: 14px;
		line-height: 140%
	}

	.block-1[data-style=style-2][data-mod=mod-19] .items > * {
		width: 100%
	}

	.block-1[data-style=style-2][data-mod=mod-20] .items {
		flex-wrap: nowrap
	}

	.block-1[data-style=style-2][data-mod=mod-21] .items > *:not(:last-child) {
		margin-bottom: 20px
	}

	.block-tabs-1 .title {
		font-size: 48px
	}

	.block-tabs-1 .tabs-body {
		padding: 40px 10px
	}

	.block-tabs-2 {
		padding: 80px 0
	}

	.block-tabs-2 .lay {
		margin: 0 -10px
	}

	.block-tabs-2 .item {
		padding: 0 10px
	}

	.block-tabs-2 .item-title {
		font-size: 28px;
		line-height: 130%;
		font-weight: 600
	}

	.block-tabs-2 .chips-box {
		margin-bottom: 28px
	}
}

@media screen and (max-width: 767px) {
	.block-1 .block-title .title {
		font-size: 32px;
		line-height: 130%;
		font-weight: 600
	}

	.block-1 .block-title .subtitle {
		width: 100%;
		font-size: 20px
	}

	.block-1.button-init .lay > .block-btn {
		width: 100%
	}

	.block-1.button-init .lay > .block-btn > * {
		width: 100%
	}

	.block-1.mod-style-1 .lay {
		padding: 40px
	}

	.block-1.mod-style-1 .items {
		margin: 0
	}

	.block-1.mod-style-1 .items > * {
		padding: 0;
		margin-bottom: 0
	}

	.block-1.mod-style-1 .items > *:not(:first-child) .image {
		margin-top: 40px
	}

	.block-1.mod-style-1 .items > *:not(:last-child) {
		padding-bottom: 40px
	}

	.block-1.mod-style-1 .items > *:not(:last-child):after {
		width: 100%;
		height: 1px
	}

	.block-1.mod-style-2 {
		margin-bottom: 220px
	}

	.block-1.mod-style-3 .block-title .title {
		font-size: 48px;
		line-height: 120%;
		font-weight: 600
	}

	.block-1.mod-news {
		margin-left: -24px;
		margin-right: -24px
	}

	.block-1.mod-news .lay .items {
		margin-top: 60px
	}

	.block-1[data-style=style-2][data-mod=mod-2] .items {
		flex-wrap: wrap
	}

	.block-1[data-style=style-2][data-mod=mod-2] .items > *:not(:last-child) {
		margin-bottom: 20px
	}

	.block-1[data-style=style-2][data-mod=mod-5][data-template*=mod-style-1] .items > * {
		flex: auto
	}

	.block-1[data-style=style-2][data-mod=mod-6] .items > *:not(:last-child) {
		margin-bottom: 40px
	}

	.block-1[data-style=style-2][data-mod=mod-7] .items > *:not(:last-child) {
		margin-bottom: 40px
	}

	.block-1[data-style=style-2][data-mod=mod-7] .lay > .block-btn {
		max-width: 474px;
		margin-left: auto;
		margin-right: auto
	}

	.block-1[data-style=style-2][data-mod=mod-9] .items > *:not(:last-child) {
		margin-bottom: 40px
	}

	.block-1[data-style=style-2][data-mod=mod-12] .block-btn > * {
		width: 100%
	}

	.block-1[data-style=style-2][data-mod=mod-13] .items {
		display: grid;
		grid-template-columns:repeat(auto-fill, minmax(226px, 1fr));
		grid-gap: 0 20px;
		justify-content: center
	}

	.block-1[data-style=style-2][data-mod=mod-13] .items > * {
		width: initial;
		flex: initial;
		flex-grow: initial;
		padding: 0
	}

	.block-1[data-style=style-2][data-mod=mod-14] .items {
		justify-content: center
	}

	.block-1[data-style=style-2][data-mod=mod-14] .items > * {
		flex: 0 0 154px
	}

	.block-1[data-style=style-2][data-mod=mod-14] .items > *:not(:last-child) {
		margin-bottom: 20px
	}

	.block-1[data-style=style-2][data-mod=mod-15] .items {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.block-1[data-style=style-2][data-mod=mod-15] .items::-webkit-scrollbar {
		display: none
	}

	.block-1[data-style=style-2][data-mod=mod-15] .items > *:not(:last-child) {
		margin-right: 20px
	}

	.block-1[data-style=style-2][data-mod=mod-15] .items > *:first-child {
		margin-left: 24px
	}

	.block-1[data-style=style-2][data-mod=mod-15] .items > *:last-child {
		margin-right: 24px
	}

	.block-1[data-style=style-2][data-mod=mod-18] .items {
		display: grid;
		grid-template-columns:repeat(auto-fill, minmax(226px, 1fr));
		grid-gap: 0 20px;
		justify-content: center
	}

	.block-1[data-style=style-2][data-mod=mod-18] .items > * {
		width: initial;
		flex: initial;
		flex-grow: initial;
		padding: 0
	}

	.block-1[data-style=style-2][data-mod=mod-20] .items {
		flex-wrap: wrap
	}

	.block-1[data-style=style-2][data-mod=mod-20] .items > *:not(:last-child) {
		margin-bottom: 20px
	}

	.block-1[data-style=style-2][data-mod=mod-20] .block-btn > * {
		width: fit-content
	}

	.block-tabs-1 .tabs-body {
		padding: 60px
	}

	.block-tabs-1 .block {
		flex: 0 0 100%
	}

	.block-tabs-1 .title {
		text-align: center;
		margin-bottom: 40px;
		font-size: 32px;
		line-height: 130%;
		font-weight: 600
	}

	.block-tabs-2 {
		padding: 60px 0
	}

	.block-tabs-2 .item {
		flex: initial
	}

	.block-tabs-2 .item:first-child {
		margin-bottom: 20px
	}

	.block-tabs-2 .item-text p {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%
	}

	.block-tabs-2 .chips {
		margin: 0 -24px
	}

	.block-tabs-2 .chips-box {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
		padding: 0 24px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.block-tabs-2 .chips-box::-webkit-scrollbar {
		display: none
	}

	.block-btn[data-count="2"] {
		flex-direction: column
	}

	.block-btn[data-count="2"] > * {
		width: 100% !important
	}

	.block-btn[data-count="2"] > *:nth-child(2) {
		margin: 20px 0 0 0
	}
}

@media screen and (max-width: 474px) {
	.block-1[data-style=style-2][data-mod=mod-20] .block-btn > * {
		width: 100%
	}

	.block-tabs-1 .tabs-body {
		padding: 60px 10px
	}
}

@keyframes tab-opacity {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes mod-8-resize {
	0% {
		width: 1000px
	}
	50% {
		width: 1500px
	}
	100% {
		width: 1000px
	}
}

.item-box-shadow > .box {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .02), 0 16px 40px rgba(0, 0, 0, .06);
	border-radius: 16px;
	background: #fff;
	padding: 40px
}

.item-icon-shadow .block .icon, .item-icon-shadow .block .image {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .02), 0 16px 40px rgba(0, 0, 0, .06);
	border-radius: 16px
}

.item-title-font-size-14 .content .block .title {
	font-size: 14px;
	line-height: 140%;
	font-weight: 600
}

.item-title-font-size-16 .content .block .title {
	font-size: 16px;
	line-height: 140%;
	font-weight: 600
}

.item-title-font-size-20 .content .block .title {
	font-size: 20px;
	line-height: 140%;
	font-weight: 600
}

.item-title-font-size-24 .content .block .title {
	font-size: 24px;
	line-height: 130%;
	font-weight: 600
}

.item-title-font-size-28 .content .block .title {
	font-size: 28px;
	line-height: 130%;
	font-weight: 600
}

.item-title-font-size-32 .content .block .title {
	font-size: 32px;
	line-height: 130%;
	font-weight: 600
}

.item-title-font-size-36 .content .block .title {
	font-size: 36px;
	line-height: 130%;
	font-weight: 600
}

.item-title-font-size-40 .content .block .title {
	font-size: 40px;
	line-height: 130%;
	font-weight: 600
}

.item-title-font-size-48 .content .block .title {
	font-size: 48px;
	line-height: 120%;
	font-weight: 600
}

.item-title-font-size-56 .content .block .title {
	font-size: 56px;
	line-height: 120%;
	font-weight: 600
}

.item-title-font-size-64 .content .block .title {
	font-size: 64px;
	line-height: 120%;
	font-weight: 600
}

.item-title-font-size-72 .content .block .title {
	font-size: 72px;
	line-height: 120%;
	font-weight: 600
}

.item-title-font-size-96 .content .block .title {
	font-size: 96px;
	line-height: 120%;
	font-weight: 600
}

.item-image-center .box .block:first-child {
	display: flex;
	justify-content: center
}

.item-box-bg-feta .box {
	background: #f3fbe9 !important
}

.item-box-bg-selago .box {
	background: #f2f7fd !important
}

.style-1 .overtitle, .style-2 .overtitle {
	font-size: 14px;
	line-height: 140%;
	font-weight: 600;
	color: #b3b3b3;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin-bottom: 20px
}

.style-1 .overtitle > *, .style-2 .overtitle > * {
	font-size: inherit
}

.style-1.mod-1 .box {
	padding: 100px 0
}

.style-1.mod-1 .content {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.style-1.mod-1 .overtitle {
	margin-bottom: 40px
}

.style-1.mod-1 .title {
	font-size: 64px;
	line-height: 120%;
	font-weight: 600
}

.style-1.mod-1 .title > * {
	font-size: inherit
}

.style-1.mod-1 .content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.style-1.mod-1 .content > * {
	flex: 1 0 0%;
	width: 100%;
	padding: 0 20px;
	flex-grow: 1
}

.style-1.mod-1 .content > *:last-child {
	text-align: right
}

.style-1.mod-1 .text p {
	font-size: 24px;
	font-weight: 500
}

.style-1.mod-1 .block-btn {
	display: inline-flex;
	margin-top: 60px
}

.style-1.mod-1 .image {
	width: 100%;
	height: auto;
	object-fit: cover
}

.style-1.mod-3.mod-style-1 .overtitle {
	margin-bottom: 20px
}

.style-1.mod-3.mod-style-1 .title {
	font-weight: 600;
	font-size: 32px;
	line-height: 130%
}

.style-1.mod-3.mod-style-1 .title > * {
	font-size: inherit
}

.style-1.mod-3.mod-style-1 .text p {
	font-size: 20px
}

.style-1.mod-3.mod-style-1 .text ul {
	font-weight: 600;
	font-size: 18px;
	color: #1a1a1a
}

.style-1.mod-3.mod-style-1 .text ul li {
	position: relative;
	padding-left: 32px
}

.style-1.mod-3.mod-style-1 .text ul li:not(:last-child) {
	margin-bottom: 20px
}

.style-1.mod-3.mod-style-1 .text ul li:before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.4286L11.1429 16.5714L18 8' stroke='%238C75E7' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.style-1.mod-3 .content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	align-items: center
}

.style-1.mod-3 .block {
	order: 1;
	flex: 0 0 auto;
	width: 50%;
	padding: 0 20px;
	flex-grow: 1
}

.style-1.mod-3 .block:last-child {
	text-align: right
}

.style-1.mod-3 .block--flip {
	order: 0;
	text-align: left !important
}

.style-1.mod-3 .overtitle {
	margin-bottom: 40px
}

.style-1.mod-3 .title {
	font-weight: 500;
	font-size: 28px;
	line-height: 140%
}

.style-1.mod-3 .title > * {
	font-size: inherit
}

.style-1.mod-3 img {
	max-width: 100%;
	border-radius: 16px
}

.style-1.mod-3 .block-btn {
	display: inline-flex
}

.style-1.mod-3 .block-btn .cmn-btn {
	margin-top: 60px
}

.style-1.mod-3 .block-btn .cmn-btn--string {
	margin-top: 40px
}

.style-1.mod-3 .text h3 {
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
	color: #b3b3b3;
	text-transform: uppercase;
	margin: 40px 0 20px
}

.style-1.mod-3 .text img {
	max-width: 140px;
	width: 33.33333333%
}

.style-1.mod-3 .text img:not(:last-child) {
	margin-right: 8px
}

.style-1.mod-4 .content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	align-items: center
}

.style-1.mod-4 .content .block {
	order: 1;
	flex: 0 0 auto;
	width: 50%;
	padding: 0 20px;
	flex-grow: 1
}

.style-1.mod-4 .content .block:last-child {
	text-align: right
}

.style-1.mod-4 .content .block--flip {
	order: 0;
	text-align: left !important
}

.style-1.mod-4 .overtitle-wrapper {
	display: flex;
	align-items: center
}

.style-1.mod-4 .overtitle {
	margin: 0 0 0 12px
}

.style-1.mod-4 .title {
	margin: 20px 0;
	font-size: 40px
}

.style-1.mod-4 .title > * {
	font-size: inherit
}

.style-1.mod-4 .text {
	margin-bottom: 60px
}

.style-1.mod-4 .text p {
	font-size: 24px
}

.style-1.mod-4 .image {
	max-width: 100%
}

.style-1.mod-4 .block-btn {
	display: inline-flex
}

.style-1.mod-5 .box {
	padding: 100px 0;
	text-align: center;
	position: relative;
	overflow: hidden
}

.style-1.mod-5 .overtitle {
	padding: 8px 20px;
	background-color: #fff;
	border-radius: 24px;
	display: inline-flex
}

.style-1.mod-5 .title {
	font-weight: 600;
	font-size: 64px;
	line-height: 120%
}

.style-1.mod-5 .title > * {
	font-size: inherit
}

.style-1.mod-5 .text p {
	font-weight: 500;
	font-size: 24px
}

.style-1.mod-5 .image {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%)
}

.style-1.mod-5 .block:first-child {
	position: relative;
	z-index: 99
}

.style-1.mod-5 .block-btn {
	margin-top: 40px
}

.style-1.mod-8 {
	text-align: center
}

.style-1.mod-8.mod-style-1 .box {
	padding: 80px 0
}

.style-1.mod-8.mod-style-1 .overitem > *:last-child {
	margin-bottom: 20px
}

.style-1.mod-8.mod-style-2 .box {
	max-width: 1160px;
	padding: 0;
	margin: 0 auto;
	padding: 80px;
	border-radius: 16px;
	overflow: hidden
}

.style-1.mod-8.mod-style-2 .container {
	padding: 0
}

.style-1.mod-8.mod-style-2 .overtitle {
	text-transform: initial;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: initial;
	color: #575757
}

.style-1.mod-8.mod-style-2 .overtitle > * {
	font-size: inherit
}

.style-1.mod-8.mod-style-3 {
	position: relative;
	overflow: hidden
}

.style-1.mod-8.mod-style-3 .block:first-child {
	z-index: 200
}

.style-1.mod-8.mod-style-3 .block:last-child {
	position: initial
}

.style-1.mod-8.mod-style-3 .image {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1000px;
	z-index: 50;
	animation: 20s linear 0s normal none infinite running mod-8-resize
}

.style-1.mod-8.mod-style-4 .image-box {
	margin-top: 40px;
	border-radius: 16px;
	overflow: hidden;
	max-height: 500px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center
}

.style-1.mod-8.mod-style-4 img {
	width: 100%
}

.style-1.mod-8 a:not(.cmn-btn) {
	color: #8c75e7;
	text-decoration: underline
}

.style-1.mod-8 .box {
	padding: 100px 0
}

.style-1.mod-8 .block {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 -20px
}

.style-1.mod-8 .block > * {
	padding: 0 20px
}

.style-1.mod-8 .title {
	font-weight: 600;
	font-size: 96px;
	line-height: 120%
}

.style-1.mod-8 .title > * {
	font-size: inherit
}

.style-1.mod-8 .text {
	width: 66.6666666667%;
	margin-left: auto;
	margin-right: auto
}

.style-1.mod-8 .text p {
	font-size: 24px;
	font-weight: 500
}

.style-1.mod-8 .block-btn {
	margin: 40px auto 0 auto
}

.style-1.mod-10:nth-of-type(even) .content {
	margin-left: 50%
}

.style-1.mod-10:nth-of-type(even) .content > * {
	max-width: 100%
}

.style-1.mod-10 .box {
	background-position: center !important;
	background-size: cover !important;
	border-radius: 16px;
	min-height: 540px;
	display: flex;
	align-items: center
}

.style-1.mod-10 .container {
	padding: 82px 80px
}

.style-1.mod-10 .content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.style-1.mod-10 .content > * {
	flex: 0 0 auto;
	width: 50%;
	padding: 0 20px;
	flex-grow: 1;
	max-width: 50%
}

.style-1.mod-10 .title {
	font-size: 72px;
	line-height: 120%
}

.style-1.mod-10 .title > * {
	font-size: inherit
}

.style-1.mod-10 .text {
	margin-right: 80px;
	margin-bottom: 40px
}

.style-1.mod-10 .text p {
	font-size: 20px
}

.style-1.mod-10 .block-btn {
	display: inline-flex
}

.style-1.mod-11 .box {
	padding: 80px 0;
	text-align: center
}

.style-1.mod-11 .text {
	margin-top: 0
}

.style-1.mod-11 .text p {
	font-weight: 500;
	font-size: 20px
}

.style-1.mod-11 .text a {
	font-weight: 600;
	font-size: 28px;
	line-height: 130%;
	color: #8c75e7 !important
}

.style-1.mod-11 .text a:hover {
	color: #9b8af4 !important
}

.style-1.mod-12 .container {
	max-width: 784px
}

.style-1.mod-12 .overtitle-icon {
	max-width: 69px;
	margin-bottom: 40px
}

.style-1.mod-12 .text {
	margin: 0
}

.style-1.mod-12 .text > * {
	margin-bottom: 20px
}

.style-1.mod-12 .text > *:last-child {
	margin-bottom: 0
}

.style-1.mod-12 .text > h3 {
	margin-bottom: 40px
}

.style-1.mod-12 .text h3 {
	font-size: 36px;
	line-height: 130%
}

.style-1.mod-12 .text p, .style-1.mod-12 .text div {
	font-size: 18px
}

.style-1.mod-12 .text p + h3, .style-1.mod-12 .text div + h3 {
	margin-top: 60px
}

.style-1.mod-12 .text p strong, .style-1.mod-12 .text div strong {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #1a1a1a
}

.style-1.mod-12 .text img {
	padding-bottom: 20px
}

.style-1.mod-12 .text ul {
	margin: 0;
	padding-left: 20px
}

.style-1.mod-12 .text ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 30px;
	margin-left: 5px;
	list-style: none;
	position: relative
}

.style-1.mod-12 .text ul li:before {
	content: "•";
	position: absolute;
	left: -15px
}

.style-1.mod-13 .text {
	margin: 0
}

.style-1.mod-13 .text > *:first-child {
	margin-top: 0
}

.style-1.mod-13 .text > *:not(:last-child) {
	margin-bottom: 20px
}

.style-1.mod-13 .text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%
}

.style-1.mod-13 .text h2 {
	font-size: 40px;
	line-height: 130%;
	font-weight: 600;
	margin-top: 40px
}

.style-1.mod-14 .box {
	padding: 100px 0;
	text-align: center;
	position: relative;
	overflow: hidden
}

.style-1.mod-14 .overtitle {
	padding: 8px 20px;
	border-radius: 24px;
	display: inline-flex;
	color: #b3b3b3
}

.style-1.mod-14 .title {
	font-weight: 600;
	font-size: 64px;
	line-height: 120%;
	color: #fff
}

.style-1.mod-14 .title > * {
	font-size: inherit
}

.style-1.mod-14 .text p {
	font-weight: 500;
	font-size: 24px
}

.style-1.mod-14 .image {
	height: 100%;
	display: flex;
	order: 2
}

.style-1.mod-14 .image-box {
	margin-top: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.style-1.mod-14 .image-box:before {
	display: flex;
	order: 0;
	content: "";
	width: 142px;
	height: 26px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQyIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMTQyIDI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjcwMzUgMS41Nzc2M0MyMy41MTg0IDEuODYxNTcgMjQuMDk5MSAyLjU4NjcgMjQuMTk4IDMuNDQzOTlMMjYuMjE3NiAyMC45NDc1SDMxLjEyMDJDMzQuMDMwNCAyMC45NDc1IDM2LjAyNDcgMTkuOTQzMSAzNy4yOTgxIDE4LjYwMkMzOC42IDE3LjIzMDggMzkuMjgyOSAxNS4zNjUyIDM5LjI4MjkgMTMuNDQ5NEMzOS4yODI5IDExLjUzMzYgMzguNiA5LjY2ODAxIDM3LjI5ODEgOC4yOTY4MUMzNi4wMjQ3IDYuOTU1NjkgMzQuMDMwNCA1Ljk1MTI3IDMxLjEyMDIgNS45NTEyN0gyNy45NzFMMjcuMzcxMSAxLjQ1MjM5SDMxLjEyMDJDMzUuMTUxNCAxLjQ1MjM5IDM4LjM2MzIgMi44ODQ4NiA0MC41NjA2IDUuMTk5MDhDNDIuNzI5NCA3LjQ4MzIzIDQzLjc4MTggMTAuNDkxNCA0My43ODE4IDEzLjQ0OTRDNDMuNzgxOCAxNi40MDc0IDQyLjcyOTQgMTkuNDE1NiA0MC41NjA2IDIxLjY5OTdDMzguMzYzMiAyNC4wMTM5IDM1LjE1MTQgMjUuNDQ2NCAzMS4xMjAyIDI1LjQ0NjRIMjQuMjEzNkgyNC4yMTI4QzIzLjA3MDMgMjUuNDQ2NCAyMi4xMDkyIDI0LjU4OTkgMjEuOTc4MiAyMy40NTQ4TDIwLjI2MjQgOC41ODQwNUw3Ljg5ODg4IDIwLjk0NzVIMTguMjAwN0wxOC44MDA1IDI1LjQ0NjRIMi40NjgyNUMxLjU1ODQ0IDI1LjQ0NjQgMC43MzgyMTUgMjQuODk4NCAwLjM5MDA0NCAyNC4wNTc4QzAuMDQxODczNiAyMy4yMTcyIDAuMjM0MzI2IDIyLjI0OTcgMC44Nzc2NjEgMjEuNjA2NEwyMC4zNzI4IDIuMTExMjRDMjAuOTgzIDEuNTAxMDIgMjEuODg4NiAxLjI5MzcgMjIuNzAzNSAxLjU3NzYzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTk1LjE0NjUgMTAuMDIzMUM5My4zNzM2IDEwLjAyMzEgOTEuODM5NyAxMC43NDAyIDkwLjkwMzUgMTEuOTU1M0M5MC4wNjY4IDEwLjY0MDYgODguNjMyNSAxMC4wMjMxIDg2Ljg5OTUgMTAuMDIzMUM4NS41ODQ3IDEwLjAyMzEgODQuMzg5NSAxMC40MjE1IDgzLjQ3MzIgMTEuMTM4NlYxMC4yMDI0SDgwLjA0NjlWMjEuOTk1Mkg4My40NzMyVjE0LjgyMzlDODQuMDExIDEzLjcwODMgODQuOTA3NCAxMi45OTEyIDg2LjA2MjggMTIuOTkxMkM4Ny40MzczIDEyLjk5MTIgODguMjkzOSAxMy44Njc3IDg4LjI5MzkgMTUuNzhWMjEuOTk1Mkg5MS43MjAyQzkxLjcyMDIgMjEuOTk1MiA5MS43MjAyIDE0Ljk4MzIgOTEuNzIwMiAxNC44NjM3QzkyLjI1OCAxMy43MjgzIDkzLjE3NDQgMTIuOTkxMiA5NC4zMjk4IDEyLjk5MTJDOTUuNzA0MyAxMi45OTEyIDk2LjU2MDggMTMuODY3NyA5Ni41NjA4IDE1Ljc4VjIxLjk5NTJIOTkuOTg3MVYxNS4yNDIyQzk5Ljk2NzIgMTEuNjM2NiA5Ny45NTUzIDEwLjAyMzEgOTUuMTQ2NSAxMC4wMjMxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYxLjY0MjMgMjEuOTc1M0g2NS4zNjc0TDU4LjUxNDggNi40NTczN0g1OC4zMTU2SDU1LjAwODhMNDguMTU2MiAyMS45NzUzSDUxLjg4MTRMNTMuMzE1NiAxOC41MDkySDYwLjIwODFMNjEuNjQyMyAyMS45NzUzWk01NC40MTEyIDE1Ljg5OTZMNTYuNzgxOCAxMC4xODI1TDU5LjE1MjMgMTUuODk5Nkg1NC40MTEyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwMi4yNzkgMTAuMjAyNEgxMDUuNzA1VjIxLjk5NTJIMTAyLjI3OVYxMC4yMDI0Wk0xMDUuOTg0IDYuNzE2MzFDMTA1Ljk4NCA3LjgxMTkzIDEwNS4wODggOC43MDgzNCAxMDMuOTkyIDguNzA4MzRDMTAyLjg5NiA4LjcwODM0IDEwMiA3LjgxMTkzIDEwMiA2LjcxNjMxQzEwMiA1LjYyMDY5IDEwMi44OTYgNC43MjQyNyAxMDMuOTkyIDQuNzI0MjdDMTA1LjA4OCA0LjcyNDI3IDEwNS45ODQgNS42MjA2OSAxMDUuOTg0IDYuNzE2MzFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTE2LjAyIDIxLjQxNzVDMTE1LjMyMiAyMS45MTU1IDExNC4yODcgMjIuMTU0NiAxMTMuMjMxIDIyLjE1NDZDMTEwLjQ0MiAyMi4xNTQ2IDEwOC44MjggMjAuNzQwMiAxMDguODI4IDE3LjkzMTRWMTIuODMxOEgxMDcuMDE2VjEwLjIwMjNIMTA4LjgyOFY3LjU3Mjg2TDExMi4yNTUgNi42NTY1MlYxMC4yMDIzSDExNS4xODNWMTIuODMxOEgxMTIuMjU1VjE3Ljg5MTZDMTEyLjI1NSAxOC45MDc1IDExMi44MTIgMTkuNDQ1NCAxMTMuNzI5IDE5LjQ0NTRDMTE0LjIyNyAxOS40NDU0IDExNC43NDUgMTkuMjg2IDExNS4xMDMgMTkuMDA3MUwxMTYuMDIgMjEuNDE3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMjEuOTk4IDEwLjAyMzFDMTIwLjEwNiAxMC4wMjMxIDExOC4yMTMgMTAuNTIxMSAxMTYuOTE4IDExLjQ1NzNMMTE4LjE1MyAxMy44NDc4QzExOS4wMSAxMy4xNzA1IDEyMC4zMDUgMTIuNzUyMiAxMjEuNTYgMTIuNzUyMkMxMjMuMzkyIDEyLjc1MjIgMTI0LjI2OSAxMy42MDg3IDEyNC4yNjkgMTUuMDgyOEMxMjMuNDEyIDE0Ljk0MzQgMTIyLjI3NyAxNC44ODM2IDEyMS41NiAxNC44ODM2QzExNy45NzQgMTQuODgzNiAxMTYuNSAxNi41MzcgMTE2LjUgMTguNjA4N0MxMTYuNSAyMC42NDA2IDExOC4xMzMgMjIuMTc0NSAxMjAuOTAyIDIyLjE3NDVDMTIyLjQ3NiAyMi4xNzQ1IDEyMy41NTIgMjEuODE1OSAxMjQuMjY5IDIwLjk5OTJWMjEuOTk1MkgxMjQuNDg4SDEyNy42OTVWMTUuMjYyMUMxMjcuNjc1IDExLjY3NjUgMTI1LjU4NCAxMC4wMjMxIDEyMS45OTggMTAuMDIzMVpNMTIxLjczOSAxOS44NjM3QzEyMC41NDQgMTkuODYzNyAxMTkuODA3IDE5LjI4NiAxMTkuODA3IDE4LjQyOTVDMTE5LjgwNyAxNy42MzI2IDEyMC4zMDUgMTcuMDU1IDEyMS45MTggMTcuMDU1QzEyMS45MTggMTcuMDU1IDEyMy40NzIgMTYuOTc1MyAxMjQuMjY5IDE3LjI1NDJDMTI0LjI2OSAxNy41OTI4IDEyNC4yNjkgMTguMDUxIDEyNC4yNjkgMTguMDUxQzEyMy44NzEgMTkuMTI2NyAxMjIuODc1IDE5Ljg2MzcgMTIxLjczOSAxOS44NjM3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTc0LjI1MTYgNi40MzczNlYxMS4wNTg5QzczLjMxNTQgMTAuNDIxNCA3Mi4yMTk4IDEwLjAyMyA3MS4wNDQ1IDEwLjAyM0M2Ny42OTc4IDEwLjAyMyA2NC45Njg4IDEyLjczMjIgNjQuOTY4OCAxNi4wOTg3QzY0Ljk2ODggMTkuNDY1MyA2Ny42Nzc5IDIyLjE1NDUgNzEuMDQ0NSAyMi4xNTQ1QzcyLjI1OTYgMjIuMTU0NSA3My4zMzUzIDIxLjczNjIgNzQuMjUxNiAyMS4wMzlWMjEuOTc1Mkg3Ny42Nzc5VjUuNTIxMDNMNzQuMjUxNiA2LjQzNzM2Wk02OC4zNzUxIDE2LjA5ODdDNjguMzc1MSAxMy40Mjk0IDcxLjMyMzMgMTEuODM1OCA3NC4yMzE3IDE0LjA0NjlWMTguMjEwM0M3MS4xODM5IDIwLjQ4MTIgNjguMzc1MSAxOC42Mjg2IDY4LjM3NTEgMTYuMDk4N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMzguNTU2IDYuNDM3MzZWMTEuMDU4OUMxMzcuNjIgMTAuNDIxNCAxMzYuNTI0IDEwLjAyMyAxMzUuMzQ5IDEwLjAyM0MxMzIuMDAzIDEwLjAyMyAxMjkuMjczIDEyLjczMjIgMTI5LjI3MyAxNi4wOTg3QzEyOS4yNzMgMTkuNDY1MyAxMzEuOTgzIDIyLjE3NDQgMTM1LjM0OSAyMi4xNzQ0QzEzNi41NjQgMjIuMTc0NCAxMzcuNjQgMjEuNzU2MSAxMzguNTU2IDIxLjA1ODlWMjEuOTk1MUgxNDEuOTgzVjUuNTIxMDNMMTM4LjU1NiA2LjQzNzM2Wk0xMzIuNjggMTYuMDk4N0MxMzIuNjggMTMuNDI5NCAxMzUuNjI4IDExLjgzNTggMTM4LjUzNiAxNC4wNDY5VjE4LjIxMDNDMTM1LjQ4OSAyMC40ODEyIDEzMi42OCAxOC42Mjg2IDEzMi42OCAxNi4wOTg3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat
}

.style-1.mod-14 .image-box:after {
	display: flex;
	order: 1;
	content: "";
	width: 13.5px;
	height: 13.5px;
	margin: 0 45px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjU1MzQ2NiAxMS44Nzk3QzAuMTE5OTAxIDEyLjMxMzYgMC4xMTk5MDEgMTMuMDE3MSAwLjU1MzQ2NiAxMy40NTFDMC45ODcwMzEgMTMuODg0OSAxLjY4OTk4IDEzLjg4NDkgMi4xMjM1NCAxMy40NTFMNi45OTg2NiA4LjU3MjE1TDExLjg3MzggMTMuNDUxQzEyLjMwNzMgMTMuODg0OSAxMy4wMTAzIDEzLjg4NDkgMTMuNDQzOSAxMy40NTFDMTMuODc3NCAxMy4wMTcxIDEzLjg3NzQgMTIuMzEzNiAxMy40NDM5IDExLjg3OTdMOC41Njg3NCA3LjAwMDg3TDEzLjQ0NTYgMi4xMjAyOEMxMy44NzkxIDEuNjg2MzggMTMuODc5MSAwLjk4Mjg5MyAxMy40NDU2IDAuNTQ4OTk1QzEzLjAxMiAwLjExNTA5NyAxMi4zMDkxIDAuMTE1MDk3IDExLjg3NTUgMC41NDg5OTVMNi45OTg2NiA1LjQyOTU5TDIuMTIxODEgMC41NDg5OTZDMS42ODgyNSAwLjExNTA5OCAwLjk4NTMwMSAwLjExNTA5OCAwLjU1MTczNiAwLjU0ODk5NkMwLjExODE3MSAwLjk4Mjg5NCAwLjExODE3MSAxLjY4NjM4IDAuNTUxNzM2IDIuMTIwMjhMNS40Mjg1OCA3LjAwMDg3TDAuNTUzNDY2IDExLjg3OTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	background-repeat: no-repeat
}

.style-1.mod-14 .block:first-child {
	position: relative;
	z-index: 99
}

.style-1.mod-14 .block-btn {
	margin-top: 40px
}

.style-1.mod-15 {
	display: flex;
	justify-content: center
}

.style-1.mod-15 .box {
	width: 680px;
	max-width: 100%;
	margin: 60px 24px;
	border-radius: 16px
}

.style-1.mod-15 .container {
	padding: 40px 24px;
	margin: 0;
	position: relative
}

.style-1.mod-15 .content {
	display: flex
}

.style-1.mod-15 .content:before {
	content: "";
	display: flex;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjc5NTkgMTguMzA2MUMxNS4zMTk3IDE5LjAxMzYgMTYuNDg5OCAyMC4wNzQ4IDE3LjMwNjEgMjEuNDg5OEMxOC4xNzY5IDIyLjg1MDMgMTguNjEyMiAyNC40NTU4IDE4LjYxMjIgMjYuMzA2MUMxOC42MTIyIDI5LjAyNzIgMTcuNzQxNSAzMS4yMzEzIDE2IDMyLjkxODRDMTQuMjU4NSAzNC42MDU0IDEyLjAyNzIgMzUuNDQ5IDkuMzA2MTIgMzUuNDQ5QzYuNTg1MDMgMzUuNDQ5IDQuMzUzNzQgMzQuNjA1NCAyLjYxMjI1IDMyLjkxODRDMC44NzA3NDggMzEuMjMxMyAwIDI5LjAyNzIgMCAyNi4zMDYxQzAgMjUuMDU0NCAwLjE2MzI2NSAyMy44MDI3IDAuNDg5Nzk2IDIyLjU1MUMwLjgxNjMyNiAyMS4yOTkzIDEuNTUxMDIgMTkuNDQ5IDIuNjkzODggMTdMNy45MTgzNyA1SDE3LjYzMjdMMTMuNzk1OSAxOC4zMDYxWk0zNS4xODM3IDE4LjMwNjFDMzYuNzA3NSAxOS4wMTM2IDM3Ljg3NzYgMjAuMDc0OCAzOC42OTM5IDIxLjQ4OThDMzkuNTY0NiAyMi44NTAzIDQwIDI0LjQ1NTggNDAgMjYuMzA2MUM0MCAyOS4wMjcyIDM5LjEyOTIgMzEuMjMxMyAzNy4zODc4IDMyLjkxODRDMzUuNjQ2MyAzNC42MDU0IDMzLjQxNSAzNS40NDkgMzAuNjkzOSAzNS40NDlDMjcuOTcyOCAzNS40NDkgMjUuNzQxNSAzNC42MDU0IDI0IDMyLjkxODRDMjIuMjU4NSAzMS4yMzEzIDIxLjM4NzggMjkuMDI3MiAyMS4zODc4IDI2LjMwNjFDMjEuMzg3OCAyNS4wNTQ0IDIxLjU1MSAyMy44MDI3IDIxLjg3NzYgMjIuNTUxQzIyLjIwNDEgMjEuMjk5MyAyMi45Mzg4IDE5LjQ0OSAyNC4wODE2IDE3TDI5LjMwNjEgNUgzOS4wMjA0TDM1LjE4MzcgMTguMzA2MVoiIGZpbGw9IiMxQTFBMUEiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	margin-right: 20px
}

.style-1.mod-15 .overitem {
	display: flex;
	flex-direction: column
}

.style-1.mod-15 .overtitle {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #1a1a1a;
	text-transform: initial;
	letter-spacing: initial
}

.style-1.mod-15 .overtitle-wrapper {
	display: flex;
	align-items: center;
	order: 2;
	margin-top: 20px
}

.style-1.mod-15 .text {
	margin-top: 0;
	display: flex;
	order: 1
}

.style-1.mod-15 .text p, .style-1.mod-15 .text div {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #1a1a1a
}

.style-1.mod-15 .title {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%
}

.style-1.mod-15 .title > * {
	font-size: inherit
}

.style-1.mod-15 .overtitle-icon {
	width: 60px;
	height: 60px;
	margin-right: 16px
}

.style-1.mod-16 {
	display: flex;
	justify-content: center
}

.style-1.mod-16 .box {
	width: 680px;
	max-width: 100%;
	margin: 60px 24px;
	border-radius: 16px
}

.style-1.mod-16 .container {
	padding: 40px 24px;
	margin: 0;
	position: relative
}

.style-1.mod-16 .text {
	margin: 0
}

.style-1.mod-16 .text p {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #1a1a1a
}

.style-1.mod-16 .text a {
	color: #8c75e7
}

.style-1.mod-title-40 .title {
	font-size: 40px
}

.style-1.mod-title-48 .title {
	font-size: 48px
}

.style-1.mod-title-56 .title {
	font-size: 56px
}

.style-1.mod-title-64 .title {
	font-size: 64px
}

.style-1.mod-image .image {
	width: 100%
}

.style-2 .box {
	height: 100%
}

.style-2.mod-1 .block {
	position: relative
}

.style-2.mod-1 .overtitle {
	background-color: #dbf2e5;
	border-radius: 24px;
	padding: 8px 20px;
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	color: #1a1a1a
}

.style-2.mod-1 .image {
	margin-top: 75px;
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .02)) drop-shadow(0 16px 40px rgba(0, 0, 0, .06))
}

.style-2.mod-1 .title {
	margin-top: 20px
}

.style-2.mod-1 .text p {
	font-size: 20px
}

.style-2.mod-2 .box {
	position: relative;
	padding: 40px;
	border-radius: 16px;
	background-color: #f5f5f7;
	display: flex
}

.style-2.mod-2 .block:last-of-type {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 40px
}

.style-2.mod-2 .title {
	font-size: 24px
}

.style-2.mod-2 .title > * {
	font-size: inherit
}

.style-2.mod-2 .image {
	width: 120px;
	height: 120px
}

.style-2.mod-2 .text {
	margin-bottom: 20px
}

.style-2.mod-2 .text ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
	line-height: 140%;
	color: #575757;
	display: flex
}

.style-2.mod-2 .text ul li:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNS40Mjg1N0w3LjE0Mjg2IDEwLjU3MTRMMTQgMiIgc3Ryb2tlPSIjRkZEMzkxIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0
}

.style-2.mod-2 .text ul li:last-of-type {
	margin-bottom: 0
}

.style-2.mod-2 .block-btn {
	justify-content: flex-end
}

.style-2.mod-5 .block:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 60px;
	height: 60px
}

.style-2.mod-5.mod-style-1 .title {
	font-size: 20px;
	line-height: 140%
}

.style-2.mod-5.mod-style-1 .title > * {
	font-size: inherit
}

.style-2.mod-5.mod-style-1 .icon {
	box-shadow: none;
	border-radius: 0
}

.style-2.mod-5 .icon {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .02), 0 16px 40px rgba(0, 0, 0, .06);
	border-radius: 16px
}

.style-2.mod-6.mod-style-1 .box {
	border-left-color: #c3b4ff
}

.style-2.mod-6 .box {
	padding: 20px;
	border-left: 1px solid #ffefb8
}

.style-2.mod-6 .title {
	font-size: 20px;
	line-height: 140%
}

.style-2.mod-6 .title > * {
	font-size: inherit
}

.style-2.mod-7 .box {
	background-color: #f5f5f7;
	border-radius: 16px;
	text-align: center;
	padding: 40px;
	position: relative
}

.style-2.mod-7:not(:last-child) .box:after {
	content: "";
	width: 12px;
	height: 16px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8L-6.99382e-07 16L0 -5.24537e-07L12 8Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -26px
}

.style-2.mod-7 .title {
	font-size: 14px;
	line-height: 140%;
	font-weight: 600;
	color: #b3b3b3;
	text-transform: uppercase;
	letter-spacing: .8px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%)
}

.style-2.mod-7 .title > * {
	font-size: inherit
}

.style-2.mod-7 .text {
	margin-top: 0
}

.style-2.mod-7 .text p {
	font-size: 24px;
	line-height: 130%;
	font-weight: 600;
	color: #1a1a1a
}

.style-2.mod-7 .image {
	max-width: 100%;
	margin: 60px 0 40px 0
}

.style-2.mod-8 .box {
	text-align: center;
	padding: 40px;
	border: 1px solid #ebebeb;
	border-radius: 24px;
	position: relative
}

.style-2.mod-8 .box:after {
	counter-increment: section;
	content: counter(section);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #f5f5f7;
	border-radius: 16px;
	position: absolute;
	right: 20px;
	top: 20px
}

.style-2.mod-8 .box .title {
	margin-top: 20px
}

.style-2.mod-8 .box .text p {
	font-size: 18px
}

.style-2.mod-9 {
	text-align: center;
	position: relative
}

.style-2.mod-9:not(:last-child):after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	background: #000;
	right: 0;
	top: 0;
	opacity: .1
}

.style-2.mod-9 .text {
	margin-top: 12px
}

.style-2.mod-10 .box {
	background: #ffefb8;
	border-radius: 24px;
	padding: 40px;
	position: relative
}

.style-2.mod-10 .box:before {
	counter-increment: section;
	content: counter(section);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	left: 40px;
	top: 50%;
	transform: translateY(-50%)
}

.style-2.mod-10 .text p {
	font-size: 18px
}

.style-2.mod-10 .block:last-of-type {
	margin-left: 100px
}

.style-2.mod-11 .box {
	background-color: #f5f5f7;
	border-radius: 16px;
	text-align: center;
	padding: 40px;
	display: flex;
	flex-direction: column
}

.style-2.mod-11 .block:first-child {
	display: flex;
	align-items: center;
	justify-content: center
}

.style-2.mod-11 .block:not(:first-child) {
	display: flex;
	flex-direction: column;
	height: 100%
}

.style-2.mod-11 .title {
	margin-top: 20px
}

.style-2.mod-11 .text {
	margin-bottom: 20px
}

.style-2.mod-11 .image {
	width: 200px;
	height: 200px;
	object-fit: cover
}

.style-2.mod-12.mod-style-1 .overtitle {
	position: absolute;
	left: 200px;
	top: 40px;
	margin: 0
}

.style-2.mod-12.mod-style-1 .title {
	margin-top: 40px
}

.style-2.mod-12.mod-style-1 .text {
	margin-bottom: 40px
}

.style-2.mod-12.mod-style-1 .block:first-child {
	display: flex;
	align-items: center
}

.style-2.mod-12.mod-style-1 .block-btn {
	justify-content: flex-start
}

.style-2.mod-12 .box {
	background-color: #f5f5f7;
	border-radius: 16px;
	padding: 40px;
	position: relative;
	display: flex
}

.style-2.mod-12 .block:last-child {
	margin-left: 20px;
	display: flex;
	flex-direction: column
}

.style-2.mod-12 .image {
	width: 140px;
	height: 140px;
	object-fit: cover
}

.style-2.mod-12 .text {
	margin-bottom: 20px
}

.style-2.mod-12 .block-btn {
	justify-content: flex-end
}

.style-2.mod-12 ul li {
	position: relative;
	padding-left: 20px
}

.style-2.mod-12 ul li:not(:last-child) {
	margin-bottom: 8px
}

.style-2.mod-12 ul li:before {
	content: ".";
	font-weight: 500;
	display: block;
	position: absolute;
	left: 0;
	top: -4px
}

.style-2.mod-13 .box {
	position: relative;
	display: flex;
	border-bottom: 1px solid #ebebeb;
	align-items: center
}

.style-2.mod-13 .block {
	display: flex
}

.style-2.mod-13 .block:first-child {
	padding: 8px 0
}

.style-2.mod-13 .block:last-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.style-2.mod-13 .image {
	width: 60px;
	height: 60px;
	object-fit: cover
}

.style-2.mod-13 .block-btn {
	width: 100%;
	margin: initial
}

.style-2.mod-13 .block-btn .cmn-btn {
	margin: 0;
	padding-left: 80px;
	color: #1a1a1a;
	width: 100% !important;
	justify-content: flex-start;
	white-space: initial;
	letter-spacing: initial
}

.style-2.mod-13 .block-btn .cmn-btn:after {
	content: none
}

.style-2.mod-14 .block {
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .02)) drop-shadow(0 16px 40px rgba(0, 0, 0, .06));
	border-radius: 16px;
	overflow: hidden
}

.style-2.mod-14 .block:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center
}

.style-2.mod-14 .block img {
	max-width: 100%;
	border-radius: 16px
}

.style-2.mod-15 .image {
	width: 320px;
	height: 200px;
	object-fit: cover;
	border-radius: 16px;
	max-width: 100%
}

.style-2.mod-15 .date {
	margin: 20px 0 8px;
	font-size: 12px;
	line-height: 140%;
	color: #575757
}

.style-2.mod-15 .link {
	text-decoration: none;
	color: #1a1a1a;
	display: flex
}

.style-2.mod-15 .title {
	margin-bottom: 0
}

.style-2.mod-16 .box {
	position: relative
}

.style-2.mod-16 .box .block:first-child {
	position: relative;
	top: 3px
}

.style-2.mod-16 .title {
	padding-left: 36px
}

.style-2.mod-16 .text {
	margin-top: 20px
}

.style-2.mod-16 .icon, .style-2.mod-16 .image {
	position: absolute;
	left: 0;
	top: 0
}

.style-2.mod-17:not(:last-child) .block:last-child {
	margin-bottom: 20px
}

.style-2.mod-17 .title {
	font-size: 28px;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer
}

.style-2.mod-17 .title > * {
	font-size: inherit
}

.style-2.mod-17 .title:after {
	margin-left: 20px;
	display: block;
	content: "";
	flex: 0 0 44px;
	height: 44px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjEuNSIgc3Ryb2tlPSJibGFjayIvPgo8cGF0aCBkPSJNMTAgMjJIMzQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIyIDM0TDIyIDEwIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=)
}

.style-2.mod-17 .title--active:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjEuNSIgc3Ryb2tlPSJibGFjayIvPgo8cGF0aCBkPSJNMTAgMjJIMzQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==)
}

.style-2.mod-17 .text {
	display: none;
	margin: 4px 0 20px 0
}

.style-2.mod-17 .text p {
	font-size: 20px
}

.style-2.mod-17 .block:last-of-type {
	border-bottom: 1px solid #ebebeb
}

.style-2.mod-18 .block {
	display: flex;
	align-items: center;
	justify-content: center
}

.style-2.mod-18 .icon {
	margin-bottom: 20px
}

.style-2.mod-18 .title, .style-2.mod-18 .cmn-btn--string {
	font-size: 18px;
	line-height: 140%;
	text-decoration: underline;
	text-align: center
}

.style-2.mod-18 .title > *, .style-2.mod-18 .cmn-btn--string > * {
	font-size: inherit
}

.style-2.mod-18 .cmn-btn--string {
	letter-spacing: initial;
	color: #1a1a1a;
	white-space: normal
}

.style-2.mod-18 .cmn-btn--string:after {
	display: none
}

.style-2.mod-18.mod-style-1 .title {
	font-size: 24px;
	line-height: 130%;
	text-decoration: none
}

.style-2.mod-18.mod-style-1 .title > * {
	font-size: inherit
}

.style-2.mod-19 .box {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .02), 0 16px 40px rgba(0, 0, 0, .06);
	border-radius: 16px;
	background: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column
}

.style-2.mod-19 .block {
	display: flex
}

.style-2.mod-19 .block:last-child {
	flex-direction: column;
	height: 100%
}

.style-2.mod-19 .icon, .style-2.mod-19 .image {
	margin-bottom: 20px
}

.style-2.mod-19 .image {
	max-width: 100%;
	max-height: 90px
}

.style-2.mod-19 .block-btn {
	justify-content: flex-end;
	margin-top: auto
}

.style-2.mod-19 .block-btn .cmn-btn {
	margin-top: 20px;
	text-transform: initial
}

.style-2.mod-20 .box {
	background: #f5f5f7;
	border-radius: 16px;
	padding: 60px 80px;
	display: flex;
	flex-direction: column;
	max-width: 1160px;
	margin: 0 auto
}

.style-2.mod-20 .block:last-child {
	display: flex;
	flex-direction: column;
	height: 100%
}

.style-2.mod-20 .image {
	display: block;
	max-height: 80px;
	margin: 0 auto 40px;
	max-width: 100%
}

.style-2.mod-20 .title {
	font-size: 32px;
	text-align: center
}

.style-2.mod-20 .title > * {
	font-size: inherit
}

.style-2.mod-20 .text > *:not(:last-child) {
	margin-bottom: 20px
}

.style-2.mod-20 .text p {
	font-size: 20px
}

.style-2.mod-20 h5 {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 8px
}

.style-2.mod-20 h5 + p {
	font-size: 16px !important
}

.style-2.mod-20 ul li {
	position: relative;
	padding-left: 20px
}

.style-2.mod-20 ul li:not(:last-child) {
	margin-bottom: 8px
}

.style-2.mod-20 ul li:before {
	content: ".";
	font-weight: 500;
	display: block;
	position: absolute;
	left: 0;
	top: -4px
}

.style-2.mod-20 ul {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%
}

.style-2.mod-20 .block-btn {
	margin-top: auto
}

.style-2.mod-20 .block-btn .cmn-btn {
	margin-top: 40px
}

.style-2.mod-20.mod-style-1 .box {
	background: #ebf4fa
}

.style-2.mod-20.mod-style-2 .box {
	background: #eefaeb
}

.style-2.mod-21 .box {
	padding: 40px;
	background: #f5f5f7;
	border-radius: 16px
}

.style-2.mod-21 .title {
	font-size: 28px;
	line-height: 130%;
	font-weight: 600
}

.style-2.mod-21 .title > * {
	font-size: inherit
}

.style-2.mod-21 .text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%
}

.style-2.mod-21 .block:last-child {
	display: flex;
	flex-direction: column;
	height: 100%
}

.style-2.mod-21 .block-btn {
	justify-content: flex-start
}

.style-2.mod-21 .block-btn .cmn-btn {
	text-transform: initial;
	margin-top: 40px
}

.style-2.mod-21 .text a {
	color: #8c75e7;
	text-decoration: underline
}

@media only screen and (max-width: 1024px)and (min-width: 768px) {
	.style-2.mod-7 .box {
		display: flex;
		margin: 0 -10px;
		align-items: center
	}

	.style-2.mod-7 .title {
		position: relative;
		top: initial;
		transform: initial;
		left: initial;
		margin-bottom: 20px
	}

	.style-2.mod-7 .block {
		text-align: left;
		padding: 0 10px
	}

	.style-2.mod-7 .block:first-child {
		position: relative;
		flex: 0 0 40%
	}

	.style-2.mod-7 .image {
		margin: 0
	}

	.style-2.mod-7:not(:last-child) .box:after {
		top: calc(100% + 7px);
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		right: 0
	}

	.style-2.mod-21 .box {
		padding: 40px 60px
	}

	.style-2.mod-21 .block:last-child {
		position: relative;
		flex-direction: row
	}

	.style-2.mod-21 .block-btn {
		margin: auto
	}

	.style-2.mod-21 .block-btn .cmn-btn {
		margin-top: 0
	}

	.style-2.mod-21 .title {
		position: absolute;
		left: 0;
		top: 0
	}

	.style-2.mod-21 .text {
		padding-top: 36px;
		margin-right: 40px
	}
}

@media screen and (max-width: 1024px) {
	.style-1.mod-1 .box {
		padding: 80px 0
	}

	.style-1.mod-1 .title {
		font-size: 48px;
		line-height: 120%;
		font-weight: 600
	}

	.style-1.mod-3 .content {
		margin-left: -10px;
		margin-right: -10px
	}

	.style-1.mod-3 .block {
		padding: 0 10px
	}

	.style-1.mod-3 .overtitle {
		margin-bottom: 20px
	}

	.style-1.mod-3 .title {
		font-weight: 400;
		font-size: 24px;
		line-height: 140%
	}

	.style-1.mod-3 .block-btn .cmn-btn--string {
		margin-top: 20px
	}

	.style-1.mod-3.mod-style-1 .title {
		font-size: 28px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-3.mod-style-1 .text p {
		font-weight: 400;
		font-size: 18px;
		line-height: 140%
	}

	.style-1.mod-4 .title {
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-5 .box {
		padding: 80px 0
	}

	.style-1.mod-5 .title {
		font-size: 48px;
		line-height: 120%;
		font-weight: 600
	}

	.style-1.mod-8 .box {
		padding: 80px 0
	}

	.style-1.mod-8 .block {
		margin: 0 -10px
	}

	.style-1.mod-8 .block > * {
		padding: 0 10px
	}

	.style-1.mod-8 .title {
		font-size: 64px;
		line-height: 120%;
		font-weight: 600
	}

	.style-1.mod-8.mod-style-1 .box {
		padding: 60px 0 40px 0
	}

	.style-1.mod-8.mod-style-2 {
		padding: 0 40px
	}

	.style-1.mod-8.mod-style-2 .box {
		padding: 60px
	}

	.style-1.mod-10 .container {
		padding-left: 60px;
		padding-right: 60px
	}

	.style-1.mod-10 .title {
		font-size: 48px;
		line-height: 120%;
		font-weight: 600
	}

	.style-1.mod-13 .text p {
		font-weight: 400;
		font-size: 18px;
		line-height: 140%
	}

	.style-1.mod-13 .text h2 {
		font-size: 24px;
		line-height: 130%;
		font-weight: 600;
		margin-top: 40px
	}

	.style-1.mod-14 .box {
		padding: 80px 0
	}

	.style-1.mod-14 .title {
		font-size: 48px
	}

	.style-1.mod-14 .image-box {
		margin-top: 40px
	}

	.style-1.mod-15 .box {
		width: 704px;
		margin-left: 40px;
		margin-right: 40px
	}

	.style-1.mod-16 .box {
		width: 704px;
		margin-left: 40px;
		margin-right: 40px
	}

	.style-1.mod-title-48 .title {
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-title-56 .title {
		font-size: 40px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-title-64 .title {
		font-size: 48px;
		line-height: 120%;
		font-weight: 600
	}

	.style-2.mod-2 .box {
		flex-direction: column;
		text-align: center
	}

	.style-2.mod-2 .block:last-child {
		height: 100%;
		margin: 0
	}

	.style-2.mod-2 .text {
		text-align: left
	}

	.style-2.mod-2 .image {
		margin-bottom: 40px
	}

	.style-2.mod-2 .block-btn {
		justify-content: center
	}

	.style-2.mod-7:not(:last-child) .box:after {
		top: calc(100% + 7px);
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		right: 0
	}

	.style-2.mod-8 .box {
		flex-direction: row;
		display: flex
	}

	.style-2.mod-8 .block {
		text-align: left
	}

	.style-2.mod-8 .block:first-child {
		display: flex;
		align-items: center
	}

	.style-2.mod-8 .icon, .style-2.mod-8 .image {
		width: 120px;
		height: 120px;
		margin-right: 20px
	}

	.style-2.mod-8 .title {
		margin-top: 0
	}

	.style-2.mod-9 .title {
		font-size: 20px;
		line-height: 140%;
		font-weight: 600
	}

	.style-2.mod-11 .box {
		flex-direction: row
	}

	.style-2.mod-11 .block {
		text-align: left
	}

	.style-2.mod-11 .title {
		margin-top: 0
	}

	.style-2.mod-11 .image {
		margin-right: 20px;
		width: 140px;
		height: 140px
	}

	.style-2.mod-11 .block-btn {
		justify-content: flex-end
	}

	.style-2.mod-12.mod-style-1 .overtitle {
		transform: translateX(-50%);
		left: 50%;
		top: 260px
	}

	.style-2.mod-12.mod-style-1 .block {
		justify-content: center
	}

	.style-2.mod-12.mod-style-1 .block-btn {
		justify-content: center
	}

	.style-2.mod-12 .box {
		flex-direction: column;
		text-align: center
	}

	.style-2.mod-12 .block {
		margin: 0 !important;
		height: 100%
	}

	.style-2.mod-12 .block-btn {
		justify-content: center
	}

	.style-2.mod-12 .image {
		width: 200px;
		height: 200px;
		margin-bottom: 20px
	}

	.style-2.mod-15 .image {
		width: 200px;
		height: auto
	}

	.style-2.mod-15 .title {
		font-size: 20px;
		line-height: 140%;
		font-weight: 600
	}

	.style-2.mod-18.mod-style-1 .title {
		font-size: 23px;
		line-height: 140%;
		font-weight: 600
	}

	.style-2.mod-19.item-image-center .box {
		display: flex;
		flex-direction: row
	}

	.style-2.mod-19.item-image-center .block:first-child {
		flex: 0 0 200px;
		display: block;
		margin-right: 20px
	}

	.style-2.mod-19.item-image-center .image {
		max-height: initial;
		max-width: 200px
	}

	.style-2.mod-20 .box {
		padding: 40px
	}

	.style-2.mod-20 .title {
		font-size: 28px;
		line-height: 130%;
		font-weight: 600
	}

	.style-2.mod-20 .text p, .style-2.mod-20 .text ul {
		font-size: 16px
	}
}

@media screen and (max-width: 767px) {
	.style-1.mod-1 .content {
		flex-direction: column
	}

	.style-1.mod-1 .box {
		padding: 60px 0
	}

	.style-1.mod-1 .block {
		text-align: center
	}

	.style-1.mod-1 .block:first-child {
		margin-bottom: 40px
	}

	.style-1.mod-1 .title {
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-1 .text p {
		font-weight: 400;
		font-size: 20px;
		line-height: 140%
	}

	.style-1.mod-1 .overtitle {
		margin-bottom: 20px
	}

	.style-1.mod-1 .block-btn {
		width: 100%;
		margin-top: 40px
	}

	.style-1.mod-1 .block-btn > * {
		width: inherit
	}

	.style-1.mod-3 .title {
		font-weight: 400;
		font-size: 20px;
		line-height: 140%
	}

	.style-1.mod-3 .content {
		flex-direction: column;
		margin: 0
	}

	.style-1.mod-3 .block {
		padding: 0;
		width: 100%
	}

	.style-1.mod-3 .block:first-child {
		order: 2
	}

	.style-1.mod-3 .block:last-child {
		margin-bottom: 40px
	}

	.style-1.mod-3 .block-btn {
		width: 100%;
		justify-content: flex-start
	}

	.style-1.mod-3 .block-btn .cmn-btn--string {
		margin-top: 20px
	}

	.style-1.mod-3 .block-btn .cmn-btn--main, .style-1.mod-3 .block-btn .cmn-btn--second {
		width: 100%
	}

	.style-1.mod-3 .text img {
		max-width: 100%
	}

	.style-1.mod-3.mod-style-1 .title {
		font-size: 24px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-3.mod-style-1 .text p {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%
	}

	.style-1.mod-4 .title {
		font-size: 32px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-4 .content .block {
		width: 100%
	}

	.style-1.mod-4 .content .block:last-child {
		order: 0;
		margin-bottom: 40px
	}

	.style-1.mod-4 .text p {
		font-size: 20px
	}

	.style-1.mod-4 .block-btn {
		width: 100%
	}

	.style-1.mod-4 .block-btn > * {
		width: inherit
	}

	.style-1.mod-5 .box {
		padding: 60px 0
	}

	.style-1.mod-5 .title {
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-5 .block-btn .cmn-btn {
		width: 100%
	}

	.style-1.mod-8 .box {
		padding: 60px 0
	}

	.style-1.mod-8 .text p {
		font-weight: 400;
		font-size: 20px;
		line-height: 140%
	}

	.style-1.mod-8 .title {
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-8.mod-style-1 .box {
		padding: 80px 0
	}

	.style-1.mod-8.mod-style-1 .block-btn > * {
		width: fit-content
	}

	.style-1.mod-8.mod-style-2 {
		padding: 0 24px
	}

	.style-1.mod-8.mod-style-2 .box {
		padding: 40px
	}

	.style-1.mod-8.mod-style-2 .block-btn > * {
		width: fit-content
	}

	.style-1.mod-8.mod-style-4 img {
		width: 127%
	}

	.style-1.mod-8 .block-btn {
		width: 100%
	}

	.style-1.mod-8 .block-btn > * {
		width: inherit
	}

	.style-1.mod-10:not(:last-child) {
		margin-bottom: 60px
	}

	.style-1.mod-10 .container {
		padding: 60px
	}

	.style-1.mod-11 .box {
		padding: 60px 0
	}

	.style-1.mod-11 .text a {
		font-size: 18px;
		line-height: 140%;
		font-weight: 600
	}

	.style-1.mod-12 .overtitle-wrapper {
		text-align: center
	}

	.style-1.mod-12 .text h3 {
		font-size: 32px
	}

	.style-1.mod-12 .text p {
		font-size: 16px
	}

	.style-1.mod-12 .text p strong {
		font-size: 20px
	}

	.style-1.mod-12 .text ul li {
		font-size: 16px
	}

	.style-1.mod-14 .box {
		padding: 60px 0
	}

	.style-1.mod-14 .title {
		font-size: 36px
	}

	.style-1.mod-15 .box {
		width: 720px;
		margin-left: 24px;
		margin-right: 24px
	}

	.style-1.mod-16 .box {
		width: 720px;
		margin-left: 24px;
		margin-right: 24px
	}

	.style-1.mod-title-48 .title {
		font-size: 28px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-title-56 .title {
		font-size: 32px;
		line-height: 130%;
		font-weight: 600
	}

	.style-1.mod-title-64 .title {
		font-size: 36px;
		line-height: 130%;
		font-weight: 600
	}

	.style-2.mod-7 {
		max-width: 474px;
		margin-left: auto;
		margin-right: auto
	}

	.style-2.mod-7:not(:last-child) .box:after {
		top: calc(100% + 14px)
	}

	.style-2.mod-8 .box {
		flex-direction: column
	}

	.style-2.mod-8 .block {
		text-align: center
	}

	.style-2.mod-8 .icon, .style-2.mod-8 .image {
		margin: 0 auto;
		width: 80px;
		height: 80px
	}

	.style-2.mod-9:not(:last-child):after {
		width: 66.6666666667%;
		height: 1px;
		top: initial;
		left: 50%;
		transform: translateX(-50%);
		bottom: -20px
	}

	.style-2.mod-10 .box:before {
		position: relative;
		left: initial;
		top: initial;
		transform: initial;
		margin: 0 auto 40px auto
	}

	.style-2.mod-10 .block {
		text-align: center;
		margin: 0 !important
	}

	.style-2.mod-11 .box {
		flex-direction: column
	}

	.style-2.mod-11 .image {
		width: 200px;
		height: 200px;
		margin: 0 0 20px 0
	}

	.style-2.mod-11 .block {
		text-align: center
	}

	.style-2.mod-11 .block-btn {
		justify-content: center
	}

	.style-2.mod-12:not(:last-child) {
		margin-bottom: 20px
	}

	.style-2.mod-13 {
		min-width: 227px
	}

	.style-2.mod-15 {
		flex: 0 0 200px;
		margin-bottom: 0
	}

	.style-2.mod-17 .title {
		font-size: 20px;
		line-height: 140%;
		font-weight: 600;
		padding: 20px 0
	}

	.style-2.mod-18 {
		min-width: 227px
	}

	.style-2.mod-19.item-image-center .box {
		display: flex;
		flex-direction: column
	}

	.style-2.mod-19.item-image-center .block:first-child {
		flex: auto;
		display: block;
		margin-right: 0;
		text-align: center
	}

	.style-2.mod-20 .cmn-btn {
		width: 100%
	}

	.style-2.mod-21 .block-btn .cmn-btn {
		width: 100%
	}
}

@media screen and (max-width: 474px) {
	.style-1.mod-8 .text {
		width: 100%
	}

	.style-1.mod-14 .image-box:after {
		margin: 0 20px
	}

	.style-1.mod-15 .text p {
		font-size: 18px
	}

	.style-1.mod-16 .text p {
		font-size: 18px
	}

	.style-2.mod-9:not(:last-child):after {
		width: 100%
	}
}
