:root {
	--black: #000;
	--s: 8px;
	--light: #f0f0f0;
	--l: 32px;
	--white: white;
	--m: 16px;
	--text: #060706;
	--xxl: 64px;
	--xl: 48px;
	--second: #565656;
	--primary: #EF3541;
	--black-2: black;
	--grad-green10: #EF3541;
	--grad-green91: #EF3541
}

@media screen and (max-width:491px) {
	.main-logo {
		width: 25vw
	}
}

.b24-form-control-list .b24-form-control,
.b24-form-control-select .field-item,
.b24-form-control-string .b24-form-control,
.b24-form-control-text .b24-form-control {
	background-color: #fff !important
}

#selectCityDiv {
	cursor: pointer
}

.your-choice {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	gap: 32px
}

.popup-city-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center
}

.actual-city {
	flex: 1;
	height: 60px;
	border-radius: 64px;
	background: linear-gradient(140deg, #EF3541, #a30913);
	color: #fff;
	font-size: 20px;
	font-weight: 600
}

.actual-city:hover {
	background: linear-gradient(140deg, #a30913, #EF3541)
}

.second-city {
	flex: 1;
	height: 60px;
	border-radius: 64px;
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	border: 1px solid transparent;
	color: var(--black);
}

.second-city:hover {
	border: 1px solid var(--primary);
}

.b24-form-control-string .b24-form-control:focus, .b24-form-control-list .b24-form-control:focus, .b24-form-control-text .b24-form-control:focus, .b24-form-control-select .field-item:focus {
  border-color: var(--primary)! important;
}

.popup-city-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

.second-city span {
	color: transparent;
	background: linear-gradient(140deg, #EF3541, #a30913);
	-webkit-background-clip: text
}

.actual-city,
.second-city {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box
}

.popup-city {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .5s
}

.popup-city.show-city {
	display: flex;
	opacity: 1;
	z-index: 999
}

.popup-city.hide-city {
	opacity: 0;
	transition: opacity .5s
}

.popup-city-content {
	background-color: #f0f0f0;
	padding: 32px;
	border-radius: 16px;
	text-align: center;
	width: 439px;
	height: 189px
}

.popup-city-content h2 {
	margin-top: 0
}

.popup-city-content ul {
	list-style-type: none;
	padding: 0
}

.popup-city-content ul li {
	margin: 10px 0;
	cursor: pointer
}

.close-city-btn {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 24px;
	cursor: pointer
}

.section-form .form-grey-bg {
	display: block
}

.section-form .b24-form-wrapper .b24-form-header-padding {
	display: none
}

.section-form .b24-form-wrapper .b24-form-content {
	padding: 0
}

.section-form .b24-form-wrapper .b24-form-content .b24-form-btn-container .b24-form-btn-block {
	max-width: 30%
}

.section-form .b24-form-wrapper .b24-form-content .b24-form-btn-container .b24-form-btn-block button {
	border-radius: 30px;
	background-image: linear-gradient(140deg, #a30913, #EF3541)
}

.section-form .b24-form-wrapper .b24-form-content .b24-form-btn-container .b24-form-btn-block button:hover {
	border-radius: 30px;
	background-image: linear-gradient(140deg, #EF3541, #a30913)
}

.section-form .b24-form-wrapper {
	max-width: 100%;
	margin: 0;
	background: #f0f0f0
}

.star.rating {
	color: #565656 !important
}

.b24-window-popup .b24-window-popup-wrapper {
	border-radius: 30px
}

.b24-window-popup .b24-window-popup-wrapper .b24-window-close {
	background-color: #EF3541
}

.b24-window-popup .b24-window-popup-wrapper .b24-form-wrapper {
	border-radius: 30px
}

.b24-window-popup .b24-window-popup-wrapper .b24-form-wrapper .b24-form-btn-block button {
	border-radius: 30px;
	background-image: linear-gradient(140deg, #a30913, #EF3541)
}

.b24-window-popup .b24-window-popup-wrapper .b24-form-wrapper .b24-form-btn-block button:hover {
	border-radius: 30px;
	background-image: linear-gradient(140deg, #EF3541, #a30913)
}

.b24-window-popup .b24-window-popup-wrapper .b24-form-control-icon-after .b24-form-control,
.b24-window-popup .b24-window-popup-wrapper .b24-form-control-icon-after .b24-form-control-label {
	border-radius: 30px
}

#sw-app-60712009caa9426b503876a369b80215 .sw-review-box-tabs-body {
	justify-content: space-between !important
}

#sw-app-60712009caa9426b503876a369b80215 .sw-app-body {
	width: 100% !important
}

#sw-app-60712009caa9426b503876a369b80215 .sw-review-box {
	border-radius: 30px !important;
	background-color: #f0f0f0 !important
}

#sw-app-60712009caa9426b503876a369b80215 .sw-review-item {
	background-color: #f0f0f0 !important
}

#sw-app-60712009caa9426b503876a369b80215 .sw-reviews-btn-form,
#sw-app-60712009caa9426b503876a369b80215 .sw-reviews-more {
	border-radius: 30px !important;
	border: 0;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 0%) !important;
	color: #fff !important;
	background: linear-gradient(140deg, #EF3541, #a30913) !important;
	font-size: 15px !important;
	font-weight: 600 !important
}

.section-advice .b24-form .b24-form-wrapper .b24-form-padding-side {
	padding-left: 0;
	padding-right: 0
}

.section-advice .b24-form-control-string .b24-form-control-label {
	padding-left: 16px
}

.section-advice .b24-form-control-string .b24-form-control {
	padding: 17px 16px 0
}

.section-advice .b24-form .b24-form-wrapper {
	margin: 0;
	max-width: 100%
}

.section-advice .b24-form .b24-form-wrapper .b24-form-content {
	padding: 0
}

.section-advice .b24-form .b24-form-wrapper .b24-form-content input,
.section-form .b24-form .b24-form-wrapper .b24-form-content input {
	border-radius: 60px
}

.section-advice .b24-form .b24-form-wrapper .b24-form-content textarea {
	border-radius: 30px
}

.section-advice .b24-form .b24-form-wrapper .b24-form-content .b24-form-btn-block button {
	border-radius: 60px;
	color: #fff;
	background: linear-gradient(140deg, #EF3541, #a30913);
	width: 40%;
	transition: background .3s
}

.section-advice .b24-form .b24-form-wrapper .b24-form-content .b24-form-btn-block button:hover {
	background-image: linear-gradient(140deg, #a30913, #EF3541)
}

.body {
	color: var(--black);
	font-family: Myriad Pro, sans-serif
}

.tag-big-number {
	flex: 0 auto;
	align-self: center;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	display: flex;
	font-weight: 400
}

.navbar-no-shadow-2 {
	margin-left: 0;
	padding-left: 100px;
	padding-right: 100px;
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #fff
}

.navbar-no-shadow-container-2 {
	z-index: 5;
	padding: var(--m) 0;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}

.container-regular-2 {
	width: 100%;
	max-width: 100%;
	min-height: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.navbar-wrapper-2 {
	grid-column-gap: 3%;
	grid-row-gap: 3%;
	justify-content: space-between;
	align-items: center;
	display: flex
}

.navbar-brand-2 {
	flex: 0 auto;
	align-self: center
}

.nav-menu-wrapper-2 {
	flex: 1
}

.nav-menu-2 {
	grid-column-gap: 1%;
	grid-row-gap: 1%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: flex;
	position: static;
	left: -23%
}

.nav-link-1,
.nav-link-2,
.nav-link-21 {
	padding: 5px var(--s);
	color: #1a1b1f;
	letter-spacing: .25px;
	margin-left: 0;
	margin-right: 0;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none
}

.nav-link-21:hover,
.nav-link-2:hover {
	color: rgba(26, 27, 31, .75)
}

.nav-link-21:focus-visible,
.nav-link-2:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 4px;
	outline: #0050bd solid 2px
}

.nav-link-2[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 4px;
	outline: #0050bd solid 2px
}

.nav-dropdown-2 {
	margin-left: 0;
	margin-right: 0
}

.nav-dropdown-toggle-2 {
	padding: var(--s) 24px var(--s) 0;
	letter-spacing: .25px;
	font-size: 14px;
	line-height: 20px
}

.nav-dropdown-toggle-2:hover {
	color: rgba(26, 27, 31, .75)
}

.nav-dropdown-toggle-2:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px
}

.nav-dropdown-icon-2 {
	margin-right: 10px
}

.nav-dropdown-list-2 {
	background-color: #fff;
	border-radius: 12px
}

.nav-dropdown-list-2.w--open {
	padding-top: 10px;
	padding-bottom: 10px
}

.nav-dropdown-link-2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px
}

.nav-dropdown-link-2:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px
}

.nav-dropdown-link-2[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px
}

.text-block {
	font-size: 18px;
	line-height: 24px
}

.nav-menu-3 {
	padding-top: var(--s);
	padding-bottom: var(--s);
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	position: static
}

.nav-link-3var {
	padding: var(--s) var(--m);
	color: var(--text);
	text-decoration: none
}

.list-item-3 {
	color: var(--text);
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	display: flex
}

.footer-dark {
	padding: var(--xxl) 100px var(--xl);
	background-color: #f5f7fa;
	border-bottom: 1px solid #e4ebf3;
	position: relative
}

.container-3 {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto
}

.footer-wrapper {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: space-between;
	align-items: flex-start;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	display: flex
}

.footer-content {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex: 1;
	grid-template-rows: auto;
	grid-template-columns: auto auto 1fr;
	grid-auto-columns: 1fr;
	display: flex
}

.footer-block {
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

.title-small {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px
}

.footer-link {
	padding-top: var(--s);
	padding-bottom: var(--s);
	color: var(--second);
	align-self: flex-start;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none
}

.footer-link:hover {
	color: rgba(26, 27, 31, .75)
}

.footer-social-block {
	grid-column-gap: var(--m);
	grid-row-gap: var(--m);
	flex-flow: column;
	flex: none;
	justify-content: space-between;
	align-self: center;
	align-items: center;
	margin-top: 12px;
	margin-left: 0;
	display: flex
}

.footer-social-link,
.header-social-link {
	margin-left: 12px
}

.header-social-link.w-inline-block {
	border-radius: 32px;
	transition: 1s
}

.header-social-link.w-inline-block:hover {
	background-color: #f0f0f0;
	transition: 1s
}

.footer-social-link.w-inline-block {
	border-radius: 32px;
	transition: 1s
}

.footer-social-link.w-inline-block:hover {
	background-color: #fff;
	transition: 1s
}

.footer-divider {
	margin-top: var(--l);
	background-color: #e4ebf3;
	width: 100%;
	height: 1px;
	margin-bottom: 15px
}

.footer-copyright-center {
	color: #EF3541;
	opacity: 0.3;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	line-height: 50px
}

.wrapper-links-logo {
	padding-right: var(--l);
	grid-column-gap: var(--l);
	grid-row-gap: var(--l);
	flex-flow: column;
	flex: 0 auto;
	justify-content: space-between;
	align-items: center;
	max-width: 25%;
	display: flex
}

.social-links-icon {
	align-self: stretch;
	display: flex
}

.paragraph-2 {
	margin-bottom: 0
}

.image-2 {
	object-fit: cover
}

.footer-block-2var {
	flex-flow: column;
	flex: 1;
	display: flex
}

.tag-tel-footer {
	margin-bottom: 0
}

.text-menu-item {
	font-size: 18px;
	line-height: 24px
}

.image-3 {
	display: block
}

@media screen and (min-width:1920px) {
	.tag-big-number {
		padding-right: var(--m);
		padding-left: var(--m);
		background-color: var(--white);
		justify-content: space-between;
		align-items: center
	}

	.navbar-no-shadow-2 {
		padding-left: 100px;
		padding-right: 100px
	}

	.navbar-no-shadow-container-2 {
		padding-left: 0;
		padding-right: 0
	}

	.container-regular-2 {
		max-width: none
	}

	.navbar-brand-2 {
		align-self: flex-start
	}

	.nav-menu-wrapper-2 {
		flex: 1
	}

	.nav-menu-2 {
		grid-column-gap: var(--s);
		grid-row-gap: var(--s);
		position: static;
		left: -13%
	}

	.nav-link-1,
	.nav-link-2,
	.nav-link-21,
	.text-block {
		font-size: 18px;
		line-height: 24px
	}

	.nav-menu-3 {
		padding-top: var(--s);
		padding-bottom: var(--s);
		justify-content: space-between;
		align-items: center;
		display: flex
	}

	.footer-dark {
		background-color: var(--light)
	}

	.footer-wrapper {
		justify-content: space-between;
		align-items: flex-start
	}

	.title-small {
		color: var(--second);
		font-weight: 800
	}

	.footer-social-block {
		grid-column-gap: var(--m);
		grid-row-gap: var(--m);
		flex-flow: column;
		align-self: flex-start
	}

	.footer-copyright-center {
		color: #A30913;
		font-size: 46px
	}

	.wrapper-links-logo {
		grid-column-gap: var(--l);
		grid-row-gap: var(--l);
		flex: 1;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 20%
	}

	.social-links-icon {
		align-self: stretch;
		display: flex
	}

	.paragraph-2 {
		margin-bottom: 0
	}

	.text-menu-item {
		color: var(--text);
		font-size: 18px;
		line-height: 24px
	}
}

@media screen and (max-width:991px) {
	.section-form .b24-form-wrapper .b24-form-content .b24-form-btn-container .b24-form-btn-block {
		max-width: 50%
	}

	.section-advice .b24-form .b24-form-wrapper .b24-form-content .b24-form-btn-block button {
		width: 100%
	}

	.tag-big-number {
		align-self: stretch;
		align-items: center;
		font-weight: 600;
		max-width: max-content
	}

	.navbar-no-shadow-2 {
		padding-right: var(--m);
		padding-left: var(--m)
	}

	.navbar-no-shadow-container-2 {
		padding: var(--m) 0
	}

	.nav-menu-wrapper-2 {
		background-color: rgba(0, 0, 0, 0)
	}

	.nav-menu-2 {
		z-index: 1;
		grid-column-gap: var(--s);
		grid-row-gap: var(--s);
		background-color: #fff;
		flex-flow: column;
		justify-content: space-around;
		align-items: flex-start;
		padding-left: 0;
		display: flex;
		position: relative;
		left: 0
	}

	.nav-link-1,
	.nav-link-2,
	.nav-link-21 {
		padding-left: 5px;
		padding-right: 5px
	}

	.nav-dropdown-list-2.shadow-three.w--open {
		position: absolute
	}

	.menu-button-2 {
		padding: 12px
	}

	.menu-button-2.w--open {
		color: #fff;
		background-color: #a6b1bf
	}

	.nav-menu-3 {
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start
	}

	.footer-dark {
		padding: var(--xl) var(--m) var(--l)
	}

	.container-3 {
		max-width: none
	}

	.footer-content {
		grid-column-gap: var(--m);
		grid-row-gap: var(--m)
	}

	.footer-social-block {
		margin-top: 0
	}

	.footer-copyright-center {
		font-size: 32px;
		line-height: 48px
	}

	.wrapper-links-logo {
		padding-right: 0
	}

	.paragraph-2 {
		font-size: 14px;
		line-height: 20px
	}

	.list-item-menu-4 {
		padding-top: var(--s);
		padding-bottom: var(--s)
	}

	.paragraph-3,
	.tag-tel-footer {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px
	}
}

@media screen and (max-width:767px) {
	.popup-city-content {
		background-color: #f0f0f0;
		padding: 16px;
		border-radius: 16px;
		text-align: center;
		width: 302px;
		height: 114px
	}

	.popup-city-title {
		font-size: 17px;
		font-weight: 600;
		line-height: 22px;
		text-align: center
	}

	.actual-city {
		flex: 1;
		height: 44px;
		border-radius: 64px;
		background: linear-gradient(140deg, #EF3541, #a30913);
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px
	}

	.actual-city:hover {
		background: linear-gradient(140deg, #a30913, #EF3541)
	}

	.second-city {
		flex: 1;
		height: 44px;
		border-radius: 64px;
		background: #fff;
		font-size: 16px;
		font-weight: 600;
		border: 1px solid transparent
	}

	.second-city:hover {
		border: 1px solid #EF3541
	}

	#scrollBtn {
		display: none !important
	}

	.section-form .b24-form-wrapper .b24-form-content .b24-form-btn-container .b24-form-btn-block {
		max-width: 100%
	}

	.navbar-no-shadow-container-2 {
		padding: var(--m) 0
	}

	.navbar-brand-2 {
		padding-left: 0
	}

	.nav-menu-2 {
		z-index: 5;
		padding-bottom: 30px;
		padding-left: var(--m);
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start
	}

	.nav-link-1,
	.nav-link-2,
	.nav-link-21 {
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block
	}

	.nav-dropdown-2 {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		display: flex
	}

	.nav-dropdown-toggle-2 {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0
	}

	.nav-dropdown-toggle-2.w--open {
		align-self: flex-start;
		margin-left: 0
	}

	.nav-dropdown-list-2.shadow-three {
		box-shadow: 0 8px 50px rgba(0, 0, 0, .05)
	}

	.nav-dropdown-list-2.shadow-three.w--open {
		position: relative
	}

	.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
		box-shadow: none
	}

	.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
		padding-top: var(--m);
		padding-bottom: var(--m);
		grid-column-gap: var(--s);
		grid-row-gap: var(--s);
		flex-flow: column;
		display: flex
	}

	.nav-dropdown-link-2 {
		margin-left: 0
	}

	.nav-menu-3 {
		z-index: 1;
		object-fit: fill;
		justify-content: space-between;
		align-items: flex-start;
		position: relative
	}

	.footer-dark {
		padding-top: var(--l);
		padding-right: var(--m);
		padding-left: var(--m)
	}

	.footer-wrapper {
		flex-direction: column;
		align-items: center
	}

	.footer-brand {
		display: flex
	}

	.footer-content {
		margin-top: var(--l);
		grid-template-columns: 1fr
	}

	.footer-block {
		justify-content: flex-start;
		align-items: flex-start
	}

	.footer-link,
	.title-small {
		font-size: 15px;
		line-height: 20px
	}

	.footer-link:hover {
		color: rgba(26, 27, 31, .75)
	}

	.footer-social-block {
		margin-top: 0;
		margin-left: 0
	}

	.footer-social-link,
	.header-social-link {
		margin-left: 0
	}

	.footer-divider {
		margin-top: var(--l)
	}

	.wrapper-links-logo {
		flex-flow: row;
		justify-content: space-between;
		align-self: stretch;
		align-items: flex-start;
		max-width: none
	}

	.social-links-icon {
		justify-content: flex-start;
		align-self: stretch;
		align-items: center;
		gap: 12px
	}
}

@media screen and (max-width:479px) {
	.nav-menu-2 {
		padding-top: var(--m);
		padding-bottom: var(--m);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		border-bottom: 1px solid var(--light);
		flex-direction: column;
		justify-content: space-around;
		align-items: flex-start;
		padding-left: 0
	}

	.nav-link-1,
	.nav-link-2,
	.nav-link-21 {
		padding: var(--s) var(--l) var(--s) var(--m);
		color: var(--black);
		margin-left: 0;
		margin-right: 0;
		font-size: 16px
	}

	.nav-dropdown-2 {
		margin-left: 0;
		margin-right: 0
	}

	.nav-dropdown-toggle-2 {
		padding: var(--s) var(--l) var(--s) var(--m);
		font-size: 16px
	}

	.nav-dropdown-toggle-2.w--open {
		margin-left: 0
	}

	.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
		padding-top: var(--m);
		padding-bottom: var(--m);
		grid-column-gap: var(--s);
		grid-row-gap: var(--s);
		flex-flow: column;
		justify-content: space-between;
		align-self: flex-start;
		align-items: flex-start;
		display: flex
	}

	.nav-dropdown-link-2 {
		align-self: stretch;
		margin-left: 0
	}

	.menu-button-2 {
		background-color: var(--light)
	}

	.text-block {
		color: var(--text)
	}

	.nav-menu-3 {
		z-index: 2;
		aspect-ratio: auto;
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 18px;
		line-height: 24px;
		position: static
	}

	.nav-link-3var {
		color: var(--text);
		padding-left: 0;
		text-decoration: none
	}

	.list-item-3 {
		padding: var(--s) var(--l) var(--s) var(--m);
		justify-content: space-between;
		align-self: flex-start;
		align-items: center;
		display: flex
	}

	.container-3 {
		max-width: none
	}

	.footer-content {
		flex-flow: column
	}

	.footer-block {
		padding-bottom: var(--s);
		border-style: solid;
		border-width: 0 0 1px;
		border-color: var(--white) var(--white) #A30913;
	}

	.footer-link {
		font-size: 15px;
		line-height: 20px
	}

	.footer-social-block {
		align-self: flex-start
	}

	.footer-divider {
		margin-top: var(--m)
	}

	.footer-copyright-center {
		font-size: 18px;
		line-height: 24px
	}

	.wrapper-links-logo {
		grid-column-gap: var(--m);
		grid-row-gap: var(--m);
		flex-flow: column
	}

	.footer-block-2var {
		flex-flow: column;
		flex: 1;
		justify-content: space-between;
		align-items: flex-start;
		display: flex
	}
}

#w-node-ee585571-1be6-3de1-35f8-3d0d26bfd685-ef378bf9,
#w-node-ee585571-1be6-3de1-35f8-3d0d26bfd68e-ef378bf9,
#w-node-ee585571-1be6-3de1-35f8-3d0d26bfd699-ef378bf9 {
	grid-area: span 1/span 1/span 1/span 1;
	justify-self: stretch
}

@font-face {
	font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
	src: url('/img/') format('truetype');
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap
}