.page-content>* {
	margin-top: 40px;
}
h1 {
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
}
h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 800;
}
.outer h2 {
	text-align: center;
	margin-bottom: 40px;
}
.title-img {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	background-color: #FFF;
	border-radius: 40px;
	margin: 40px 0;
	padding: 60px;
	padding-right: 0;
	overflow: hidden;
}
.title-img.all {
	height: 400px;
	width: 100%;
	background-color: #64BDFC;
}
.title.cur {
	max-width: 300px;
}
.stars {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 24px;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(90deg, #F59D00FF, #F5D001FF);
	color: #fff;
	border-radius: 12px;
}
.stars i {
	font-size: 12px;
	margin-right: 3px;
}
.button-wrapper {
	display: flex;
	justify-content: center;
}
.title h1 {
	display: inline-block;
	color: #333;
	margin-top: 15px;
	text-shadow: none;
}
.all .title h1 {
	color: #64BDFC;
	background: #FFF;
	margin: 0;
	padding: 16px 32px;
	border-radius: 24px;
	transform: rotate(-2deg);
	transform-origin: left;
}
.title h3 {
	font-size: 40px;
	font-weight: 800;
}
.title p {
	font-size: 18px;
	line-height: 1.33;
	font-weight: 600;
}
.title .button-wrapper {
	justify-content: flex-start;
}
.img-wrapper {
	position: relative;
}
.img-wrapper:before, .img-wrapper:after {
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.img-wrapper:before {
	top: -20px;
	left: -20px;
	background-image: url('../img/drops-1.svg');
}
.img-wrapper:after {
	bottom: -30px;
	right: 0;
	background-image: url('../img/drops-2.svg');
	transform: rotate(75deg);
}
.top-img {
	display: flex;
	flex-wrap: nowrap;
}

.top-img>* {
	width: 300px;
	flex: 0 0 300px;
	height: 450px;
	border: 10px solid #FFF;
	border-radius: 40px;
	margin-right: -20px;
	background-size: cover;
	background-clip: content-box;
	overflow: hidden;
}
.info {
	background: #64BDFC;
	display: flex;
	gap: 36px;
	padding-top: 96px;
}
.info>* {
	display: flex;
	position: relative;
	flex-direction: column;
	flex: 0 1 50%;
	padding: 40px;
	padding-top: 72px;
	background: #FFF;
	border-radius: 32px;
}
.info .label {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -45px;
	left: 32px;
	text-align: center;
	border-radius: 48px;
	min-width: 128px;
	height: 90px;
	background-size: 56px;
	background-position: center;
	background-repeat: no-repeat;
}
.info .about {
	transform: rotate(1deg);
}
.info .features {
	transform: rotate(-1deg);
}
.about .label {
	background-color: #F5D001;
	background-image: url('../img/emoji/em-016.webp');
}
.features .label {
	background-color: #00B26F;
	background-image: url('../img/emoji/em-017.webp');
}
.info p, .info li {
	font-size: 18px;
	line-height: 1.33;
	font-weight: 600;
}
.features li {
	position: relative;
	list-style: none;
	margin: 6px 0;
}
.features li:before {
	position: absolute;
	content: '';
	height: 24px;
	width: 24px;
	top: -2px;
	left: -32px;
	background: url('../img/partners/yes.svg');
}
.features li.no:before {
	background: url('../img/partners/no.svg');
}
.info .content {
	margin-bottom: 16px;
}
.info .img {
	height: 340px;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
	border-radius: 24px;
	background-size: cover;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.photos {
	display: grid;
	position: relative;
	gap: 32px;
	margin: 40px 0;
	grid-template-rows: 340px 300px 400px;
	grid-template-areas: 
		'a a a b b b b c c c'
		'a a a d d d e e e e'
		'f f f f f g g g g g';
}
.photos>* {
	padding:0;
	color:#FFF;
	background-size:cover;
	background-position:center;
	background-color: lightblue;
	border-radius:24px;
}
.a {
	grid-area:a;
	transform:rotate(-.6deg);
}
.b {
	grid-area:b;
	transform:rotate(1deg);
}
.c {
	grid-area:c;
	transform:rotate(-2deg);
}
.d {
	grid-area:d;
	transform:rotate(-1.4deg);
}
.e {
	grid-area:e;
	transform:rotate(1.5deg);
}
.f {
	grid-area:f;
	transform:rotate(-.6deg);
}
.g {
	grid-area:g;
	transform:rotate(1.3deg);
}
.uk-slider-container {
	margin-right: -45%;
}
.slider-item {
	position: relative;
	padding-right: 20px;
}
.slider-item .box {
	display: flex;
	justify-content: flex-end;
	padding: 16px;
	height: 320px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
}
.box .label {
	display: inline-flex;
	align-items: center;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	margin: auto 0 0 12px;
	padding: 0 20px 0 45px;
	background-color: #FFF;
	background-size: 24px;
	background-position: 12px center;
	background-repeat: no-repeat;
	border-radius: 20px;
}
.label.check {
	background-image: url('../img/icons/check-o.svg');
}
.label.user {
	background-image: url('../img/icons/user.svg');
}
.caption {
	font-size: 24px;
	font-weight: 800;
	margin-top: 20px;
}
a.slidenav {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 24px;
	top: 155px;
	color: #4DADD3;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 20px #DDD;
	text-decoration: none;
}
.uk-slidenav-position .uk-slidenav-previous {
	left: -25px;
}
.uk-slidenav-position .uk-slidenav-next {
	right: -25px;
}
.contacts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0 40px;
}
.contacts>* {
	text-align: center;
}
.ico {
	height: 70px;
	width: 70px;
	margin: auto;
	background-size: cover;
}
.contacts p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
}
.contacts span {
	display: block;
	margin-bottom: 6px;
	color: #999;
}
.location {
	height: 640px;
	width: 100%;
	margin: 40px 0;
	border-radius: 32px;
	overflow: hidden;
}

.eyes-stars {
	display: flex;
	align-items: center;
	position: relative;
	height: 160px;
	margin: 40px;
	background: #00B26F;
	border-radius: 20px;
	overflow: hidden;
}
.eyes-stars:before {
}
.eyes-stars>:first-child {
	position: relative;
	height: 100%;
	flex: 0 0 180px;
}
.eyes-stars>:first-child:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/emoji/em-015.webp') no-repeat;
	background-size: 110px;
	background-position: center;
	transform: rotate(15deg);
}
.eyes-stars h2 {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}
.eyes-stars h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: auto;
}
.eyes-stars h2, .eyes-stars h3 {
  color: #FFF;
  padding-right: 40px;
  text-align: left;
}
.ico.c1 {
	background-image: url('../img/partners/ico-1.webp');
}
.ico.c2 {
	background-image: url('../img/partners/ico-2.webp');
}
.ico.c3 {
	background-image: url('../img/partners/ico-3.webp');
}
.ico.c4 {
	background-image: url('../img/partners/ico-4.webp');
}

@media (max-width: 840px) {

.eyes-stars {
	flex-direction: column;
	align-items: start;
	padding: 60px 120px 60px 60px;
	border-radius: 15px;
}
.eyes-stars:before {
	bottom: 0;
	width: 180px;
	height: 100%;
	background-position: center;
}
.eyes-stars h2 {
	font-size: 36px;
}
.eyes-stars h3 {
	font-size: 18px;
	width: 480px;
	margin-top: 10px;
	padding: 0;
}

}

@media (max-width: 480px) {
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
.title-img {
	display: block;
	margin: 24px 0;
	padding: 32px 16px;
	border-radius: 16px;
}
.all .title h1 {
	padding: 12px 24px;
	white-space: nowrap;
}
.stars {
	margin: auto;
}
.title.cur {
	max-width: fit-content;
	text-align: center;
}
.title .button-wrapper {
	justify-content: center;
}
.img-wrapper {
	position: relative;
	margin: 0 -16px;
	padding: 20px 0 20px;
}
.img-wrapper:before {
	top: auto;
	left: 50px;
	bottom: 0;
	transform: scale(.8,-.8) rotate(45deg);
}
.img-wrapper:after {
	top: 0;
	bottom: auto;
	right: 30px;
	transform: scale(.7,-.7) rotate(45deg);
}
.top-img {
	&::-webkit-scrollbar {
    display: none;
  }
}
.top-img {
	padding: 20px;
	overflow-x: auto;
	overflow-y: hidden;
}
.info {
	flex-direction: column;
	gap: 72px;
	padding: 72px 24px 32px 24px;
}
.info>* {
	padding: 32px;
	padding-top: 60px;
	transform: none !important;
}
.info .img {
	height: auto;
	aspect-ratio: 1;
}
.media {
	margin: 40px 0;
}
.outer h2 {
	margin-bottom: 24px;
}
.uk-slider-container {
	margin-right: -90%;
}
.slider-item {
}
.slider-item .box {
	justify-content: flex-start;
	height: auto;
	aspect-ratio: 1.5;
	padding: 12px;
}
.box .label {
	margin: auto 6px 0 0;
}
.caption {
	font-size: 18px;
	font-weight: 800;
	margin-top: 12px;
}
a.slidenav {
	display: none;
}

.photos {
	gap:12px;
	grid-template-rows:repeat(4,1fr);
	grid-template-areas:'a b''a c''d c''e e';
	aspect-ratio:.5;
	margin:16px;
}
.photos>* {
	transform:none;
}

.contacts {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	gap: 24px;
}

.location {
	height: auto;
	aspect-ratio: .7;
	margin: 24px 0;
	border-radius: 24px;
}

.eyes-stars {
	display: block;
	height: auto;
	margin: 24px 16px;
	padding: 24px;
	border-radius: 16px;
}
.eyes-stars>:first-child {
	height: 150px;
}
.eyes-stars>:first-child:before {
	background-size: 120px;
	background-position: center top;
}
.eyes-stars h2, .eyes-stars h3 {
	padding: 0;
	text-align: center;
	width: auto;
	white-space: normal;
}
.eyes-stars h2 {
	font-size: 24px;
}
.eyes-stars h3 {
	font-size: 18px;
	font-weight: 600;
}

}
