:root {
	--blacked: #000000;
}

html,
body {
	background: var(--blacked);
}

.title {
    letter-spacing: -5px;
}

.meet.page__section,
.banner-block.page__section {
	background-color: transparent;
}

.banner-block.page__section {
	padding-bottom: 280px;
}

.banner-block__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1545px;
}

.banner-block.page__section {
	background-image: url(/wp-content/uploads/2025/07/event-xds-25-hero_bg2.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
}

.banner-block__title {
	font-size: 120px;
	font-weight: 400;
	line-height: .95;
	letter-spacing: -0.05em;
	width: 100%;
    text-transform: none;
    margin-bottom: 85px;
}

.banner-block__subtitle {
    display: flex;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.banner-block__subtitle svg {
    margin-left: 5px;
    margin-right: 5px;
}

.banner-block__title span {
	display: flex;
    width: 100%;
    justify-content: center;
}

.banner-block__title span span.banner-block__title-m {
	font-size: 22px;
	letter-spacing: normal;
	line-height: normal;
	margin-top: 17px;
	margin-left: 10px;
}

.banner-block__title span img {
	position: relative;
    width: 252px;
	margin-left: 10px;
	margin-right: 10px;
	top: 4px;
}

.banner-block__title span img.top-logo {
	width: 88px;
    margin-left: 15px;
    margin-right: 0;
	top: 18px;
}

.button-hdr {
	max-width: 349px;
}

.button-hdr span {
	margin-right: 20px;
}

.group.page__section {
	padding-top: 0;
}

.group.group1.page__section {
	padding-top: 0;
	padding-bottom: 0;
}

.row-group {
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0px 90px;
	border: solid 1px transparent;
	z-index: 2;
}

.group.group1.page__section .row-group {
	padding-bottom: 0;
}

.get-in-touch__wrap::after {
	display: none;
}

.get-in-touch__slider .swiper-slide {
	padding: 15px 0;
}

.get-in-touch__text {
	font-family: var(--soehne-buch);
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 0.005em;
	text-transform: uppercase;
	color: var(--white);
	white-space: nowrap;
}

.get-in-touch__text a {
	display: flex;
	align-items: center;
}

.get-in-touch__text a span {
	margin-right: 15px;
}

.group__info {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.group__info.group__ingo-mini {
	width: 100%;
	max-width: 425px;
}

.group__info.group__ingo-big {
	width: 100%;
	max-width: 1520px;
}

.group__wrapper {
	position: relative;
	z-index: 2;
}

.group__wrapper.group__wrapper-100 {
	width: 100%;
	margin-bottom: 40px;
}

.group__wrapper.group__wrapper-33 {
	width: 33%;
}

.group__wrapper.group__wrapper-42 {
	width: 42%;
}

.group__info-text {
	background-color: transparent;
	color: #fff;
}

.group__info.group__ingo-mini .group__info-text {
	font-size: 140px;
}

.visit.page__section {
	position: relative;
}

.visit__container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.visit__row {
	position: relative;
	display: flex;
	gap: 205px;
	z-index: 2;
}

.visit__megablock {
	width: 100%;
}

.visit__megablock .title {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.icon-hash_2 {
    position: relative;
    width: 146px;
    margin-left: 25px;
    margin-right: 25px;
    top: 20px;
}

.visit__address {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 0px;
}

.block__address {
    display: flex;
    flex-direction: column;
}

.icon-pointer {
	width: 72px;
}

.projects.page__section {
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}

.projects.page__section.hide-section::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8267682072829132) 60%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8267682072829132) 60%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8267682072829132) 60%, rgba(0, 0, 0, 1) 100%);
	bottom: 0;
	z-index: 2;
}

.button-shhd {
	position: absolute;
	cursor: pointer;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 40px;
	z-index: 5;
}

.team__row {
	display: grid;
	grid-gap: 14px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	height: 100%;
	transition: height 1s ease;
}

.projects.page__section.hide-section .team__row {
	height: 550px;
	transition: height 1s ease;
}

.projects.page__section .button-shhd {
	display: none;
}

.projects.page__section.hide-section .button-shhd {
	display: flex;
}

#team_row .projects__item {
	margin-bottom: 40px;
}

#team_row .projects__item-image {
	margin-bottom: 20px;
}

.projects__item-text-2 {
	display: flex;
	align-items: flex-start;
	line-height: normal;
	opacity: .4;
}

.projects__item-text-2 a {
	margin-right: 5px;
}

.projects__item-image {
	aspect-ratio: unset;
	margin-bottom: 0px;
	overflow: hidden;
}

.projects__item {
	position: relative;
}

.projects__item-image img {
	max-width: 100%;
}

#projects .projects__item-text {
	position: absolute;
	padding: 0 20px 20px;
	width: 100%;
	bottom: 0px;
	background: linear-gradient(0deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 100%);
}

.text-1-name::after {
	display: none;
}

.meet.page__section {
	padding-top: 0px;
}

.meet__container {
	position: unset;
	padding-top: 100px;
	padding-bottom: 100px;
}

.meet__row {
	position: relative;
	z-index: 2;
}

.meet__content {
	display: flex;
    max-width: 750px;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.meet__content .title {
	margin-bottom: 40px;
}

.meet__info .group__info-position {
	color: #E3170A;
	width: 415px;
}

.trusted__container {
	position: unset;
}

.items-partners img {
    max-width: 100%;
    height: auto;
    scale: 1;
    transition: scale 0.3s ease-in-out;
}

.items-partners:hover img {
    scale: 1.3;
}

.items-partners {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trusted__item {
	padding: 5px 60px;
	height: 144px;
}

.services.page__section {
	position: relative;
	padding-top: 0;
}

.services__spollers {
	position: relative;
}

.services__spollers-item {
	border-bottom: 0;
}

.services__spollers-header {
	display: flex;
}

.services__spollers-header-t,
.services__item-left {
	width: 600px;
	max-width: 600px;
	font-size: 64px;
}

.services__spollers-header-d {
	width: 100%;
	max-width: 646px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.3;
}

.services__spollers-header-d,
.services__item-right {
	margin-left: 88px;
}

.services__item {
	gap: 0px;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.services .title {
	margin-bottom: 100px;
}

.services__spollers-item:first-child .services__spollers-title {
	padding-top: 65px;
}

.services__spollers-item .services__spollers-title {
	padding-top: 65px;
	padding-bottom: 65px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 0;
	transition: padding-bottom .5s ease;
}

.services__spollers-item {
	border: 4px solid transparent;
}

.services__spollers-item:hover {
	border: 4px solid transparent;
	/*
	background-color: rgba(255, 255, 255, .1);
	border-image-source: url(/wp-content/uploads/2024/08/bckg.jpg);
	border-image-slice: 10;
	*/
}

.services__spollers-arrow {
	width: 100px;
	height: 100px;
	background: transparent;
	border: 1px solid var(--primary);;
}

.services__spollers-arrow svg {
    fill: var(--primary);
}

.services__spollers-item:hover .services__spollers-arrow {
	background: var(--primary);
}

.services__spollers-item:hover .services__spollers-arrow svg {
	fill: #0E0E0E;
}

.services__spollers-title._spoller-active .services__spollers-arrow svg {
	background: var(--primary);
	fill: #0E0E0E;
}

.services__spollers-item[open] .services__spollers-title._spoller-active {
	padding-bottom: 20px;
}

.services__item-right {
	max-width: 100%;
	width: 100%;
}

.services__item-row.one-clnm {
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
}

.services__item-row {
	grid-template-columns: 1.3fr 1fr;
}

.services__item-list {
	gap: 0px;
}

.services__item-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 60px;
	line-height: 1.05;
	padding-bottom: 0;
	border-bottom: 0;
}

.services__item-list li svg {
	margin-right: 20px;
}

.services__item-list li ul {
	width: 100%;
	padding-left: 40px;
}

.projects__slider2.swiper {
	overflow: visible;
}

.projects__scrollbar {
	display: none;
}

.projects__arrow {
	padding: 23px 5px;
	width: 100px;
	border: 1px solid #fff;
	border-radius: 100px;
	aspect-ratio: unset;
}

.projects__arrow:hover {
	background: #fff;
}

.share.page__section {
	position: relative;
}

.share__container {
	position: unset;
}

.share-block {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.share__container .title:not(:last-child) {
    line-height: 1;
	margin-bottom: 0;
	overflow: unset;
}

.share__items {
	position: relative;
	display: flex;
	width: 100%;
	gap: 0;
	z-index: 2;
}

.share__item {
	width: 25%;
	height: 70px;
	border-radius: 100px;
}

.share__item:hover {
	background: #C5FF97;
	background-image: conic-gradient(from 270deg at 50% 50%, #C5FF97 0deg, #EAFF97 120deg, #39FF7C 240deg, #39F3FF 298.8deg, #C5FF97 360deg);
}

.share__item svg {
    width: 44px;
    height: 44px;
}

.trusted.page__section .rm-partners {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

.bckg-1 {
	background-image: url(/wp-content/uploads/2025/07/bg-1111.png);
	background-position-y: top;
	background-position-x: right;
	background-repeat: no-repeat;
    background-size: contain;
}

.bckg-2 {
	background-image: url(/wp-content/uploads/2025/07/bg-21.png);
	background-position-y: top;
	background-position-x: center;
	background-repeat: no-repeat;
    background-size: contain;
}

.bckg-3 {
	background-image: url(/wp-content/uploads/2025/07/bg-31.png);
	background-position-y: top;
	background-position-x: center;
	background-repeat: no-repeat;
    background-size: contain;
}

.bckg-4 {
	background-image: url(/wp-content/uploads/2025/07/bg-41.png);
	background-position-y: bottom;
	background-position-x: center;
	background-repeat: no-repeat;
    background-size: contain;
}













.link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 144px;
	height: 144px;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	right: 30px;
}

.link__symbol img {
	width: 64px;
}

.link:hover img {
	animation: heartbeat 1.2s linear infinite;
}

.link::before {
	position: absolute;
	content: '';
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background-image: url(/wp-content/uploads/2024/08/spin-contact.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	animation: spin 14s linear infinite;
}

.footer {
	background-color: #fff;
	color: #0E0E0E;
}

.checkbox__icon-wrap:after {
	background: #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
	display: none;
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

@keyframes heartbeat {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1);
	}

	30% {
		transform: scale(1.2);
	}

	50% {
		transform: scale(1.1);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@media (min-width: 1199.98px) {
	.services__spollers {
		display: block;
	}

	.share-block {
		justify-content: space-between;
		gap: 20px;
	}

	.share__items {
		width: auto;
	}

	.share__item {
		width: 190px;
		height: 100px;
		border-radius: 100px;
	}
}

@media (min-width: 1430px) {
	.share-block {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 20px;
	}

	.share__item {
		width: 140px;
		height: 80px;
		border-radius: 100px;
	}

	.share__item svg {
		width: 34px;
		height: 34px;
	}
}

@media (min-width: 1899.98px) {
	.share__item {
		width: 210px;
		height: 100px;
		border-radius: 100px;
	}

	.share__item svg {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 1799.98px) {
	.banner-block__title {
		font-size: 140px;
		line-height: 1;
	}

	.top-logo {
		width: 131px;
		top: 5px;
	}

	.banner-block__title span img {
		top: 20px;
		height: 104px;
	}

	.button {
		height: 90px;
		font-size: 22px;
	}

	.button-hdr span {
		margin-right: 5px;
	}

	.button svg {
		height: 20px;
	}

	.group.page__section .group__wrapper.group__wrapper-42 {
		width: 33%;
	}

	.get-in-touch__text {
		font-size: 16px;
	}

	.group__info-text {
		font-size: 52px;
	}

	.group__info.group__ingo-mini .group__info-text {
		font-size: 120px;
	}

	.visit__container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.visit.page__section .visit__container::after {
		width: 200px;
		background-size: contain;
	}

	.visit__row {
		gap: 10px;
	}

	.visit__row .visit__block:last-child {
		padding-left: 100px;
	}

	.visit__block .title img {
		width: 260px;
	}

	.visit__address {
		font-size: 22px;
		letter-spacing: normal;
	}

	.button-hdr {
		max-width: 281px;
	}

	.meet__container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.meet__content img {
		width: 40px;
	}

	.meet__form-items {
		gap: 20px 10px;
	}

	.checkbox__text {
		max-width: 380px;
	}

	.meet__form-btn {
		margin-top: 28px;
	}


	.services__spollers-item:first-child .services__spollers-title {
		padding-top: 35px;
	}

	.services__spollers-item .services__spollers-title {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.services__spollers-header-t,
	.services__item-left {
		width: 480px;
		max-width: 480px;
		font-size: 52px;
	}

	.services__spollers-header-d,
	.services__item-right {
		margin-left: 68px;
	}

	.services__spollers-arrow {
		width: 80px;
		height: 80px;
	}

	.services__spollers-header-d {
		width: 100%;
		max-width: 470px;
		font-size: 16px;
		line-height: 1.25;
	}

	.services__item-list li {
		font-size: 40px;
	}

	.services__item-list li svg {
		margin-right: 10px;
	}
}

@media (max-width: 1599.98px) {
	.icon-hash_2 {
		width: 120px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 1429.98px) {
	.title {
		position: relative;
		z-index: 2;
	}

	.banner-block__title {
		font-size: 90px;
		line-height: 1;
	}

	.top-logo {
		width: 98px;
		top: 5px;
	}

	.banner-block__title span img {
		top: 14px;
		height: 75px;
	}

	.banner-block__title span:nth-child(3) {
		margin-left: 9%;
	}

	.banner-block__title span span.banner-block__title-m {
		font-size: 18px;
		margin-top: 12px;
	}

	.button {
		height: 80px;
		font-size: 22px;
	}

	.button-hdr span {
		margin-right: 5px;
	}

	.button svg {
		height: 20px;
	}

	.get-in-touch__slider .swiper-slide {
		padding: 8px 0;
	}

	.get-in-touch__text a {
		display: flex;
		align-items: center;
	}

	.get-in-touch__text span {
		margin-right: 15px;
	}

	.group.page__section .group__wrapper.group__wrapper-42 {
		width: 33%;
	}

	.get-in-touch__text {
		font-size: 16px;
	}

	.group__info-text {
		font-size: 44px;
	}

	.group__info.group__ingo-mini .group__info-text {
		font-size: 120px;
	}

	.visit__container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.visit.page__section .visit__container::after {
		width: 200px;
		background-size: contain;
	}

	.visit__row {
		gap: 10px;
	}

	.visit__row .visit__block:last-child {
		padding-left: 100px;
	}

	.visit__block .title img {
		width: 200px;
	}

    .visit__address {
        font-size: 24px;
        letter-spacing: -2px;
    }

	.button-hdr {
		max-width: 281px;
	}

	.meet__container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.meet__content img {
		width: 60px;
	}

	.meet__form-items {
		gap: 20px 10px;
	}

	.checkbox__text {
		max-width: 380px;
	}

	.team__row {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.meet__form-btn {
		margin-top: 28px;
	}

	.services__spollers-item:first-child .services__spollers-title {
		padding-top: 35px;
	}

	.services__spollers-item .services__spollers-title {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.services__spollers-header-t,
	.services__item-left {
		width: 470px;
		max-width: 470px;
		font-size: 42px;
	}

	.services__spollers-header-d,
	.services__item-right {
		margin-left: 5px;
	}

	.services__item-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.services__spollers-arrow {
		width: 80px;
		height: 80px;
	}

	.services__spollers-header-d {
		width: 100%;
		max-width: 370px;
		font-size: 16px;
		line-height: 1.25;
	}

	.services__item-list li {
		font-size: 30px;
	}

	.services__item-list li svg {
		margin-right: 10px;
	}
}

@media (max-width: 1199.98px) {
	.banner-block__title span:nth-child(3) {
		margin-left: 0;
	}

	.services__spollers {
		display: block;
	}

	.team__row {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.projects.page__section .projects__item {
		width: auto;
	}

	.group__wrapper.group__wrapper-33,
	.group__wrapper.group__wrapper-42,
	.group.page__section .group__wrapper.group__wrapper-42 {
		width: 45%;
	}

	.group__info.group__ingo-mini .group__info-text {
		font-size: 90px;
	}

	.projects__item {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
    .rm-partners {
        width: 1000px;
    }

	.rm-partners-wrap {
        overflow-y: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 767.98px) {
	.title {
		letter-spacing: -2px;
	}
	.banner-block.page__section {
		padding-bottom: 80px;
		background-size: cover;
	}

	.banner-block__logo.mob {
		display: none;
	}

	.banner-block__title {
		margin-bottom: 50;
	}

	.banner-block__title {
		font-size: 68px;
		line-height: 1;
		text-align: center;
	}

	.banner-block__title span img.top-logo {
		display: none;
	}

	.banner-block__title span img {
        top: 9px;
        height: 54px;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
	}

	.banner-block__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.banner-block__logo img {
		bottom: 10px;
		position: absolute;
	}

	.button-hdr {
		max-width: 100%;
	}

	.get-in-touch__text {
		font-size: 16px;
		white-space: normal;
	}

	.get-in-touch__text a {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.meet.page__section {
		padding-top: 0px;
	}

	.row-group {
		padding: 57px 0px 60px;
	}

	.group__info-text {
		font-size: 46px;
	}

	.group__wrapper.group__wrapper-33,
	.group__wrapper.group__wrapper-42,
	.group.page__section .group__wrapper.group__wrapper-42 {
		width: 100%;
	}

	.group__info.group__ingo-mini {
		max-width: 600px;
	}

	.group__info .group__info-position {
		font-size: 22px;
	}

    .visit__container {
        padding-top: 0px;
        padding-bottom: 0px;
	}

	.visit__row {
		flex-wrap: wrap;
		gap: 0;
	}

	.visit__megablock .title {
		flex-wrap: wrap;
	}

	.visit__megablock .title  img{
		display: none;
	}

	.visit__block:first-child {
		margin-bottom: 140px;
	}

	.title {
		position: relative;
		z-index: 2;
	}

	.services .title {
		margin-bottom: 40px;
	}

	.visit__block .title img {
		width: 100%;
		max-width: 400px;
	}

	.visit__block .title {
		text-align: right;
	}

	.visit__block .title span {
		display: block;
		text-align: left;
	}

	.visit__row .visit__block:last-child {
		padding-left: 0px;
	}

	.icon-pointer {
		width: 129px;
	}

	.visit__address {
		font-size: 22px;
		letter-spacing: normal;
	}

	.projects.page__section {
		padding-top: 0;
		overflow: hidden;
	}

	.team__row {
		grid-template-columns: 1fr 1fr;
	}

	.projects__item {
		width: 100%;
	}

	.projects.page__section.hide-section .team__row {
		height: 680px;
	}

	.meet__content {
		flex-direction: row;
	}

	.meet__content img {
		width: 70px;
	}

	.meet__form-label {
		font-size: 20px;
	}

	.form-item__input input,
	.form-item__input textarea {
		padding: 10px 20px;
		font-size: 20px;
	}

	.checkbox__text {
		font-size: 14px;
		max-width: 100%;
	}

	.services__spollers-title {
		gap: 0;
	}

	.services__spollers-header-d {
		display: none;
	}

	.services__spollers-item .services__spollers-title {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.services__spollers-header-t,
	.services__item-left {
		width: unset;
		max-width: unset;
		font-size: 40px;
		line-height: 1;
	}

	.services__item {
		gap: 0px;
		padding-bottom: 60px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.services__spollers-arrow {
        width: 50px;
        height: 50px;
		margin-left: 20px;
    }

	.services__spollers-item {
		border: 2px solid transparent;
	}

	.services__spollers-item:hover {
		background-color: transparent;
		border: 2px solid transparent;
	}

	.services__item-list li {
		flex-wrap: nowrap;
	}

	.services__item-list li.wrap {
		flex-wrap: wrap;
	}

	.trusted {
		margin-bottom: 60px;
	}

	.trusted__item {
		padding: 5px 20px;
		height: 84px;
	}

	.projects.page__section .projects__item {
		width: auto;
	}

	.link {
		width: 88px;
		height: 88px;
		right: 20px;
	}

	.link__symbol img {
		width: 40px;
	}

	.link::before {
		top: 7px;
		right: 7px;
		bottom: 7px;
		left: 7px;
	}

    .rm-partners-wrap .gap-30 {
        gap: 10px !important;
    }
	.share__item {
        height: 50px;
    }
	.share__item svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 499.98px) {
	.group__info-text {
		font-size: 36px;
	}

	.group__info .group__info-position {
		font-size: 20px;
	}

	.services__spollers-header-t,
	.services__item-left {
		font-size: 36px;
		line-height: 1;
	}

	.services__spollers-arrow {
		width: 60px;
		height: 60px;
	}

	.services__spollers-item,
	.services__spollers-item:hover {
		border-bottom: 2px solid #737373;
	}

	.visit__block .title img {
		max-width: 240px;
	}

	.visit__address {
		font-size: 16px;
		letter-spacing: normal;
	}
}

@media (max-width: 419.98px) {}