* {
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	padding-right: 0 !important;
	background: #fff;
	position: relative;
	font-family: "Inter", sans-serif;
	color: #252525;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}
textarea, input {
	font-family: "Inter", sans-serif;
}
a {
	text-decoration: none;
	outline: none !important;
	font-size: inherit;
	color: inherit;
}
strong {
	font-weight: 600;
}
p {
	margin-bottom: 26px;
}
p:last-child {
	margin-bottom: 0;
}
i {
	font-style: italic;
}
.russon {
	font-family: "Russo One", sans-serif;
}

@media (max-width: 1024px) {
	body {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	p {
		margin-bottom: 16px;
	}
	p:last-child {
		margin-bottom: 0;
	}
}

/* adva */

.adva {
	gap: 24px;
}
.adva-item {
	width: max-content;
	gap: 20px;
}
.adva-item-icon {
	width: 80px;
	height: 80px;
}

@media (max-width: 1024px) {
	.adva-item {
		width: calc(50% - 12px);
	}
	.adva-item p {
		width: calc(100% - 80px - 20px);
	}
}
@media (max-width: 768px) {
	.adva {
		gap: 18px;
	}
	.adva-item-icon {
		width: 56px;
		height: 56px;
	}
	.adva-item {
		width: 100%;
	}
	.adva-item p {
		width: calc(100% - 56px - 20px);
	}
}
@media (max-width: 360px) {
	.adva-item p br {
		display: none;
	}
}

/* usl */

.usl-top {
	margin-bottom: 32px;
	gap: 18px;
}
.usl-top .h2 {
	margin-bottom: 0;
}
.usl-item {
	width: calc(100%/3 - 92px/3);
	height: 302px;
	border-radius: 28px;
	background: #EBEFEF;
	padding: 40px;
	position: relative;
	overflow: hidden;
}
.usl-item-img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	transition: .4s;
}
.usl-item:hover .usl-item-img {
	transform: scale(1.05);
}
.usl-item-name {
	font-size: 24px;
	line-height: 110%;
}
.usl-item-button {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 3;
	display: none;
}

@media (max-width: 1239px) {
	.usl-item {
		width: calc(50% - 12px);
		padding: 24px;
	}
	.usl-item-button {
		bottom: 24px;
		left: 24px;
	}
}
@media (max-width: 1196px) {
	.usl-item {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#usl:not(.usl-in) .container {
		position: relative;
		padding-bottom: 70px;
	}
	.usl-top {
		margin-bottom: 20px;
	}
	.usl-top .button {
		position: absolute;
		bottom: 0;
		left: 12px;
		width: calc(100% - 24px);
	}
	.usl-top .h2 br {
		display: none;
	}
	.usl-item {
		border-radius: 20px;
		height: 240px;
	}
	.usl-item-name {
		font-size: 20px;
	}
	.usl-item-img {
		max-height: 160px;
	}
}

/* partners */

.partners-top {
	margin-bottom: 32px;
	gap: 20px;
}
.partners-top .h2 {
	margin-bottom: 0;
}
.partners-prev,
.partners-next {
	width: 40px;
	height: 40px;
	cursor: pointer;
	user-select: none;
	transition: .4s;
	user-select: none;
}
.partners-prev {
	margin-left: auto;
}
.partners-prev svg,
.partners-next svg {
	width: 100%;
	height: auto;
}
.partners-prev.swiper-button-disabled,
.partners-next.swiper-button-disabled {
	opacity: .5;
	pointer-events: none;
}
.partners {
	overflow: visible;
}
.partners-item {
	width: 328px;
	height: 120px;
	border-radius: 20px;
	border: 2px solid rgba(37, 37, 37, 0.30);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .4s;
}
.partners-item img {
	max-width: 80%;
	max-height: 80%;
}
.partners-item .small-button {
	position: absolute;
	bottom: -18px;
	transition: .4s;
	opacity: 0;
}
.partners-item:hover {
	border: 2px solid #252525;
}

@media (max-width: 768px) {
	.partners-prev,
	.partners-next {
		display: none;
	}
	.partners-progressbar {
		display: block;
	}
	.partners-top {
		margin-bottom: 20px;
	}
	.partners-item {
		width: 160px;
		height: 70px;
		border-radius: 10px;
	}
	.partners-item .small-button {
		display: none;
	}
}

/* about */

.about {
	position: relative;
}
.about-img {
	width: calc(50% - 23px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 40px;
	object-fit: cover;
}
.about-info {
	width: calc(50% - 23px);
	margin-left: auto;
}
.about-info-adva {
	margin: 32px 0 46px 0;
}
.about-info-adva-item {
	max-width: 100%;
	gap: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	flex: 1;
}
/*
.about-info-adva-item:nth-child(2) {
	position: relative;
}
.about-info-adva-item:nth-child(2):before {
	content: "";
	width: 2px;
	height: 78px;
	background: rgba(37, 37, 37, 0.30);
	position: absolute;
	top: 0px;
	left: -40px;
}
.about-info-adva-item:nth-child(2):after {
	content: "";
	width: 2px;
	height: 78px;
	background: rgba(37, 37, 37, 0.30);
	position: absolute;
	top: 0px;
	right: -40px;
}
*/
.about-info-adva-item__icon {
	width: 46px;
	height: 46px;
}
.about-info-adva-item p {
	width: calc(100% - 46px - 16px);
}

#about.about-in .about-img {
	left: auto;
	right: 0;
}
#about.about-in .about-info {
	margin-left: 0;
}

#about.usl-in .usl-in-img {
	width: 720px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 40px;
	background: #EBEFEF url("../img/usl-in-logo.svg") no-repeat top left / 100%;
}
#about.usl-in .usl-in-img img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 100%;
	height: 100%;
}
#about.usl-in .about-info {
	width: calc(100% - 720px - 40px);
}

@media (max-width: 1239px) {
	.about-info-adva-item:nth-child(2):before,
	.about-info-adva-item:nth-child(2):after {
		display: none;
	}
	.about-info-adva-item {
		width: 100%;
		flex: initial;
	}
}
@media (max-width: 996px) {
	.about-img {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 32px;
	}
	.about-info {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.about-img {
		border-radius: 20px;
	}
	.about-info-adva {
		margin: 14px 0 24px 0;
	}
	.about-info-adva-item {
		padding: 4px 0;
	}
	.about-info-adva-item__icon {
		width: 44px;
		height: 44px;
	}
	.about-info-adva-item p br {
		display: none;
	}
}

/* price */

.price-info {
	width: 569px;
}
.price-info-button {
	gap: 10px;
	margin-bottom: 32px;
}
.price-info-text {
	color: rgba(37, 37, 37, 0.50);
	font-size: 14px;
}
.price-table {
	width: calc(100% - 569px - 48px);
	border-radius: 20px;
	border: 1px solid rgba(37, 37, 37, 0.30);
	overflow: hidden;
}
.price-table-top {
	background: #252525;
	padding: 18px 0;
}
.price-table-top p {
	color: #fff;
	padding: 0 40px;
	margin: 0;
}
.price-table-top p:nth-child(1) {
	width: 256px;
}
.price-table-top p:nth-child(2) {
	width: calc(100% - 256px - 193px);
	padding-left: 160px;
}
.price-table-top p:nth-child(3) {
	width: 193px;
}
.price-table-item {
	background: #F5F5F5;
}
.price-table-item:nth-child(2n) {
	background: #ffffff;
}
.price-table-item:not(:last-child) {
	border-bottom: 1px solid rgba(37, 37, 37, 0.30);
}
.price-table-item-name {
	width: 297px;
	padding: 16px 40px;
	margin: 0;
}
.price-table-item__rows {
	width: calc(100% - 297px);
	border-left: 1px solid rgba(37, 37, 37, 0.30);
}
.price-table-item__rows-row:not(:last-child) {
	border-bottom: 1px solid rgba(37, 37, 37, 0.30);
}
.price-table-item__rows-row p {
	margin: 0;
	padding: 16px 40px;
}
.price-table-item__rows-row p:nth-child(1) {
	width: calc(100% - 193px);
	border-right: 1px solid rgba(37, 37, 37, 0.30);
}
.price-table-item__rows-row p:nth-child(2) {
	width: 193px;
}

@media (max-width: 1239px) {
	.price {
		padding-bottom: 80px;
	}
	.price-info {
		will-change: auto !important;
		transform: none !important;
		width: 100%;
		position: initial !important;
		margin-bottom: 24px;
	}
	.price-info-button {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
	}
	.price-table {
		width: 100%;
	}
	.price-table-top p:nth-child(2) {
		padding-left: 80px;
	}
}
@media (max-width: 996px) {
		.price-table-top p {
		padding: 0 20px;
	}
	.price-table-item-name,
	.price-table-item__rows-row p {
		padding: 16px 24px;
	}
}
@media (max-width: 768px) {
	.price {
		padding-bottom: 70px;
	}
	.price-info-text br {
		display: none;
	}
	.price-table {
		border-radius: 20px;
	}
	.price-table-top {
		padding: 12px 0;
	}
	.price-table-top p:nth-child(1) {
		padding: 0 16px;
	}
	.price-table-top p:nth-child(2),
	.price-table-top p:nth-child(3) {
		display: none;
	}
	.price-table-item {
		padding-top: 10px;
	}
	.price-table-item-name {
		width: 100%;
		padding-bottom: 0;
	}
	.price-table-item__rows {
		width: 100%;
		border: none;
		padding-bottom: 8px;
	}
	.price-table-item__rows-row:not(:last-child) {
		border: none;
	}
	.price-table-item__rows-row p:nth-child(1) {
		border: none;
	}
	.price-table-item-name, .price-table-item__rows-row p {
		padding: 6px 16px;
	}
	.price-table-item__rows-row p:nth-child(1) {
		width: calc(100% - 120px);
	}
	.price-table-item__rows-row p:nth-child(2) {
		width: 120px;
	}
}

/* gallery */

.gallery {
	gap: 45px;
}
.gallery-item {
	width: calc(100%/4 - 135px/4);
	overflow: hidden;
	border-radius: 40px;
}
.gallery-item:nth-child(10n + 3),
.gallery-item:nth-child(10n + 8) {
	width: calc((100%/4 - 135px/4) + (100%/4 - 135px/4) + 45px);
}

[data-gallery-list] > * {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease, visibility 0ms linear 300ms;
  will-change: opacity, transform;
  height: 0px;
  position: absolute;
}
[data-gallery-list] > *.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 300ms ease, transform 300ms ease, visibility 0ms;
  height: 600px;
  position: relative;
}
[data-gallery-loadmore] {
	margin-top: 46px;
}
@media (prefers-reduced-motion: reduce) {
  [data-gallery-list] > * {
    transition: none;
    transform: none;
  }
}
@media (max-width: 1239px) {
	.gallery-item,
	.gallery-item:nth-child(10n + 3), 
	.gallery-item:nth-child(10n + 8) {
		width: calc(50% - (45px)/2);
	}
}
@media (max-width: 986px) {
	.gallery {
		gap: 20px;
	}
	.gallery-item,
	.gallery-item:nth-child(10n + 3), 
	.gallery-item:nth-child(10n + 8) {
		width: calc(50% - 10px);
	}
	[data-gallery-list] > *.is-visible {
		height: 440px;
	}
}
@media (max-width: 768px) {
	.gallery-item {
		border-radius: 20px;
	}
	.gallery-item,
	.gallery-item:nth-child(10n + 3), 
	.gallery-item:nth-child(10n + 8) {
		width: 100%;
	}
	[data-gallery-list] > *.is-visible {
		height: 120vw;
	}
	[data-gallery-loadmore] {
		margin-top: 20px;
	}
}

/* seo-text */

[data-hidden-content] {
	width: 100%;
	position: relative;
}
[data-hidden-content].hidden {
	max-height: 150px;
	overflow: hidden;
}
[data-hidden-content].hidden:before {
	content: "";
	width: 100%;
	height: 94px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
[data-toggle-hidden-content] {
	margin: 24px 0 0 auto;
}
.seo-text-loadmore {
	display: block;
	width: max-content;
	margin: 12px 0 0 auto;
}

/* defaul-form */

.consult-left {
	width: calc(50% - 23px);
}
.consult-phone {
	font-weight: 600;
	padding: 0 0 0 32px;
	background: url("../img/phone.svg") no-repeat center left 2px;
	display: block;
	width: max-content;
	margin-bottom: 16px;
}
.consult-phone span {
	color: rgba(37, 37, 37, 0.50);
	font-weight: 400;
}
.consult-email {
	font-weight: 600;
	padding: 0 0 0 32px;
	background: url("../img/email.svg") no-repeat center left;
	display: block;
	width: max-content;
	margin-bottom: 30px;
}
.consult-soc {
	gap: 24px;
}

.consult-form {
	width: calc(50% - 23px);
}
.default-form {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 16px;
}
.default-form-label {
	width: 100%;
}
.default-form-label.w-50 {
	width: calc(50% - 8px);
}
.default-form-label__name {
	width: max-content;
	position: relative;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}
[data-form-required] .default-form-label__name:before {
	content: "*";
	color: #F16D26;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	position: absolute;
	right: -10px;
}
.default-form-label__input {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #F3F3F3;
	padding: 20px 28px;
	background: #F3F3F3;
	font-size: 16px;
	font-weight: 400;
	resize: none;
}
.default-form-label__input::placeholder {
	color: rgba(37, 37, 37, 0.50);
}
.default-form-label__error {
	color: #F12626;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	display: block;
	margin-top: 8px;
}
.default-form-accept input {
	display: none;
}
.default-form-accept__span {
	display: block;
	padding-left: 28px;
	background: url("../img/check.svg") no-repeat top 1px left;
	cursor: pointer;
	min-height: 22px;
}
.default-form-accept input:checked + .default-form-accept__span {
	background: url("../img/check-accept.svg") no-repeat top 1px left;
}
.default-form [data-form-button] {
	margin: 28px 0 0 auto;
}

@media (min-width: 769px) {
	.glightbox-clean .gslide-media {
		box-shadow: none;
		background: transparent;
	}
}

.gslide-inline {
	background: transparent;
}
.thanks-modal {
	max-width: 100%;
	width: 845px;
	padding: 60px;
	border-radius: 40px;
	background: #FFF;
	position: relative;
}
.modal-close {
	background: url(../img/close.svg) no-repeat center center / 100%;
	top: 60px;
	right: 60px;
	position: absolute;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}
[data-modal] .ginlined-content {
	max-width: 100%;
	width: 845px;
	padding: 60px;
	border-radius: 40px;
	background: #FFF;
	position: relative;
}
.gslide-description {
	display: none;
}
[data-modal] .modal-close {
	top: 67px;
	right: 64px;
}

@media (max-width: 1240px) {
	.footer-form {
		background-position: left -200px bottom;
	}
}
@media (max-width: 1146px) {
	.consult-left {
		width: 100%;
	}
	.consult-form {
		width: 100%;
		margin-top: 24px;
	}
}
@media (max-width: 980px) {
	.footer-form {
		padding-bottom: 460px;
		background-position: left bottom;
	}
	.footer-form-text {
		width: 100%;
	}
	.default-form {
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.default-form {
		gap: 12px;
	}
	.default-form-label.w-50 {
		width: 100%;
	}
	.footer-form {
		padding-bottom: 240px;
		background-size: 400px;
	}
	[data-modal] .ginlined-content,
	.thanks-modal {
		padding: 40px 20px;
		border-radius: 20px;
	}
	[data-modal] .modal-close,
	.modal-close {
		top: 20px;
		right: 20px;
	}
	.consult-soc {
		gap: 16px;
	}
	.consult-soc a img {
		height: 100%;
	}
	.consult-soc a {
		height: 24px;
	}
	.consult-email {
		margin-bottom: 12px;
	}
	.default-form-label__input {
		padding: 16px 22px;
		font-size: 14px;
		height: 51px;
	}
	.default-form-label__input:focus {
		font-size: 16px;
	}
	.default-form [data-form-button] {
		margin: 14px 0 0 0;
	}
	.default-form-label__error {
		margin-top: 4px;
		font-size: 12px;
	}
}

/* footer */

#footer {
	background: #252525;
	padding: 46px 0 108px 0;
}
.footer-top {
	gap: 10px;
}
.footer-top-menu {
	gap: 54px;
}
.footer-top-soc {
	gap: 24px;
}
.footer-top-phone {
	font-size: 22px;
	font-weight: 600;
}
.footer-bottom {
	margin-top: 40px;
}
.footer-bottom a {
	opacity: .5;
	margin-right: 90px;
}
.footer-bottom p {
	margin-left: auto;
}

@media (max-width: 1239px) {
	.footer-top-phones {
		order: 10;
		width: 100%;
		margin-top: 24px;
	}
}
@media (max-width: 1140px) {
	.footer-top-menu {
		order: 5;
		width: 100%;
		margin-top: 24px;
	}
	.footer-top-soc {
		margin-left: auto;
		margin-right: 24px;
	}
}
@media (max-width: 768px) {
	#footer {
		padding: 24px 0 48px 0;
	}
	.footer-top-button {
		order: 10;
		margin-top: 12px;
	}
	.footer-top-logo img {
		width: 120px;
	}
	.footer-top-soc {
		gap: 16px;
	}
	.footer-top-soc a {
		height: 24px;
	}
	.footer-top-soc a img {
		height: 100%;
	}
	.footer-top-menu {
		gap: 16px;
		margin-top: 12px;
	}
	.footer-top-phones {
		margin-top: 12px;
	}
	.footer-bottom {
		margin-top: 24px;
	}
	.footer-bottom a {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-bottom p {
		margin: 0;
	}
	.footer-top-phone {
    	font-size: 17px;
    	width: 100%;
    	margin-top: 12px;
	}
}

/* main */

.main {
	position: relative;
}
.main-item {
	padding: 120px 76px;
	position: relative;
	border-radius: 46px;
	overflow: hidden;
	height: 640px;
	background: #EDEFED;
}
.main-item > * {
	position: relative;
	z-index: 3;
}
.main-item-head {
	color: #010202;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 64px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main-item-text {
	margin-bottom: 60px;
	max-width: 760px;
}
.main-item-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.main-nav {
	gap: 12px;
	position: absolute;
	bottom: 40px;
	left: 76px;
	z-index: 3;
}
.main-nav-prev,
.main-nav-next {
	width: 24px;
	height: 24px;
	cursor: pointer;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-nav-prev.swiper-button-disabled,
.main-nav-next.swiper-button-disabled {
	opacity: .5;
}
.main-nav-count {
	width: max-content;
	display: flex;
	align-items: center;
}
.swiper-pagination-current {
	font-size: 20px;
	color: #010202;
}
.swiper-pagination-total {
	color: rgba(1, 2, 2, 0.50);
	font-size: 20px;
	text-transform: uppercase;
}

@media (max-width: 1239px) {
	.main-item-img {
		opacity: .3;
	}
}
@media (max-width: 1024px) {
	.main-item {
		padding: 60px 30px;
	}
	.main-nav {
		bottom: 60px;
		left: 30px;
	}
	.main-item {
		height: 520px;
	}
	.main-item-head {
		font-size: 52px;
	}
}
@media (max-width: 768px) {
	.main-item {
		height: 400px;
		border-radius: 20px;
		padding: 40px 24px;
	}
	.main-item-head {
		font-size: 30px;
		margin-bottom: 12px;
	}
	.main-item-head br {
		display: none;
	}
	.main-item-text {
		margin-bottom: 20px;
	}
	.main-nav {
		bottom: 20px;
		left: 24px;
	}
}

/* header */

#header {
	padding: 14px 0;
}
#header.header-in {
	padding-bottom: 32px;
}
#header.header-in .container {
	padding-bottom: 14px;
	border-bottom: 1px solid #EBEFEF;
}
.header-menu {
	gap: 54px;
}
.header-soc {
	gap: 24px;
}
.header-phone {
	font-size: 22px;
	font-weight: 600;
}
.header-mobil-container {
	display: none;
}
.header-mobile-close {
	display: none;
}
.header-overlay {
	display: none;
}
@media (max-width: 1239px) {
	.header-button {
		display: none;
	}
	.header-menu {
		gap: 24px;
	}
}
@media (max-width: 1190px) {
	.header-mobil-container {
		display: block;
	}
	.header-mobile-menu {
        position: fixed;
        top: 0;
        width: 344px;
        background: #fff;
        height: 100vh;
        z-index: 5;
        display: block;
        padding: 40px 20px;
        right: -300px;
        opacity: 0;
        transition: .4s;
        pointer-events: none;
	}
	.header-menu {
		gap: 18px;
		margin: 24px 0;
	}
	.header-menu a {
		width: 100%;
	}
	.header-soc a img {
		height: 100%;
	}
	.header-soc {
		gap: 16px;
	}
	.header-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        display: block;
        z-index: 3;
        opacity: 0;
        pointer-events: none;
        transition: .4s;
	}
	.header-mobile-burger {
		width: 32px;
		height: 32px;
		background: url("../img/burger.svg") no-repeat center center / 100%;
		margin-left: auto;
	}
	.header-open .header-overlay {
		opacity: 1;
		pointer-events: initial;
	}
	.header-open .header-mobile-menu {
		right: 0;
		opacity: 1;
		pointer-events: initial;
	}
	.header-mobile-close {
		position: absolute;
		top: 24px;
		right: 24px;
		width: 24px;
		height: 24px;
		background: url("../img/close.svg") no-repeat center center / 100%;
		display: block;
	}
	.header-button {
		display: block;
		position: absolute;
		bottom: 4dvh;
		width: calc(100% - 40px);
	}
	.header-phone {
		font-size: 16px;
        position: absolute;
        bottom: 12.5dvh;
	}
	.header-soc {
		margin: 0;
		position: absolute;
		bottom: 17dvh;
	}
}
@media (max-width: 768px) {
	#header.header-in {
		padding-bottom: 14px;
	}
	#header.header-in .container {
		padding-bottom: 14px;
		border-bottom: 1px solid #EBEFEF;
	}
	.header-logo img {
		width: 120px;
	}
	.header-soc a {
		height: 22px;
	}
	.header-mobile-menu {
		padding: 20px;
	}
	.header-mobile-burger {
		width: 22px;
		height: 22px;
	}
	.header-mobile-close {
		width: 20px;
		height: 20px;
		top: 36px;
	}
}

/* service */

.service-top {
	margin-bottom: 32px;
	gap: 20px;
}
.service-top .h2 {
	margin-bottom: 0;
}
.service-prev {
	margin-left: auto;
}
.service-prev,
.service-next {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.service-list-item {
	width: 415px;
	height: 300px;
	position: relative;
	border-radius: 28px;
	background: #505050;
	padding: 32px 40px;
	overflow: hidden;
}
.service-list-item-num {
	font-size: 40px;
	line-height: 120%;
	opacity: .5;
}
.service-list-item-name {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: calc(100% - 80px);
}
.service-list-item-img {
	opacity: 0;
	transition: .4s;
}
.service-list-item:hover .service-list-item-img {
	opacity: 1;
}
@media (max-width: 1239px) {
	.service-list {
		width: 100%;
	}
	.service-list-item {
		width: calc(50% - 23px);
	}
}
@media (max-width: 768px) {
	.service-list {
		overflow: visible;
	}
	.service-list-wrapper {
		flex-flow: initial;
		gap: 0;
	}
	.service-list-item {
		width: 280px;
		padding: 20px;
		height: 220px;
		border-radius: 20px;
	}
	.service-list-item-name {
		bottom: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.service-list-item-num {
		font-size: 30px;
	}
	.service-list-progressbar {
		display: block;
	}
	.service-top {
		margin-bottom: 16px;
	}
	.service-prev, .service-next {
		display: none;
	}
}

/* why */

.why-left {
	margin-bottom: 46px;
}
.why-adva {
	row-gap: 40px;
}
.why-adva .adva-item {
	width: calc(50% - 24px);
	gap: 28px;
}
.why-adva .adva-item-icon {
	width: 120px;
	height: 120px;
}
.why-adva .adva-item p {
	width: calc(100% - 120px - 28px);
}
.why-adva .adva-item p strong {
	display: block;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
		.why-adva .adva-item {
			width: 100%;
		}
}
@media (max-width: 768px) {
	.why-adva {
		row-gap: 16px;
	}
	.why-adva .adva-item {
		gap: 16px;
	}
	.why-adva .adva-item-icon {
		width: 60px;
		height: 60px;
	}
	.why-left {
		margin-bottom: 20px;
	}
	.why-adva .adva-item p {
		width: calc(100% - 78px);
	}
	.why-adva .adva-item p strong {
		margin-bottom: 6px;
	}
}

/* contacts */
.contacts {
	position: relative;
}
.contacts-info {
	width: 422px;
	min-height: calc(100vh - 102px - 300px);
}
.contacts-info .button {
	margin-top: 40px;
}
.contacts-map {
	width: calc(100% - 422px - 45px);
	height: 100%;
	border-radius: 46px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.contacts-info {
		width: 100%;
	}
	.contacts-info .button {
		margin-top: 20px;
	}
	.contacts-map {
		position: relative;
		width: 100%;
		margin-top: 40px;
		border-radius: 16px;
		height: 320px;
	}
}

/* partners-in */

.partner-in {
	position: relative;
}
.partner-in-info {
	width: calc(100% - 570px - 40px);
}
.partner-in-logo {
	width: 570px;
	height: 208px;
	border-radius: 32px;
	border: 1px solid #252525;
	position: absolute;
	right: 0;
	top: 0;
}
.partner-in-logo img {
	max-width: 80%;
	max-height: 80%;
	width: 80%;
}