.shop-element {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.shop-element__main {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    font-size: 18px;
}

.shop-element__main-content {
    width: 100%;
    border-radius: 20px;
    background: #F3F9FE;
    display: flex;
    gap: 24px;
    padding: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	flex-direction: column;
}

.shop-element__main-content.no-image {
    flex-direction: row;
    align-items: flex-start;
}

.shop-element__main-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.shop-element__main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-element__address, .shop-element__schedule, .shop-element__phone {
    display: flex;
    gap: 20px;
    max-width: 360px;
    width: 100%;
	align-items: flex-start;
}

.no-image .shop-element__address, .no-image .shop-element__schedule, .no-image .shop-element__phone {
    width: auto;
}

.shop-element__address img, .shop-element__schedule img, .shop-element__phone img {
    margin-top: 7px;
}

.shop-element__address .content {
    font-size: 25px;
    display: flex;
    flex-direction: column;
    line-height: 1;
	color: #033460;
	font-weight: bold;
}

.shop-element__address .content strong {
    font-size: 38px;
}

.shop-element__schedule .content {
    display: flex;
    flex-direction: column;
}

.shop-element__phone .content {
    display: flex;
    flex-direction: column;
}

.shop-element__map {
    height: 482px;
	border-radius: 20px;
    overflow: hidden;
}

.shop-element-pickup__iframe {
    display: block;
    border-radius: 10px;
    border: 1px solid #F4F5F6;
    overflow: hidden;
    height: 100%;
}

.shop-element__about {
    display: flex;
    justify-content: space-between;
    gap: 4em;
    font-size: 18px;
}

.shop-element__about-gallery .owl-stage-outer {
    max-width: 738px;
    overflow: hidden;
    width: 100%;
	aspect-ratio: 738 / 553;
	border-radius: 20px;
}

.shop-element__about-gallery .owl-carousel .owl-nav button.owl-prev,
.shop-element__about-gallery .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: calc(50% - 21px - 12px);
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.9;
	transition: 300ms;
}

.shop-element__about-gallery .item.gallery-item {
    display: flex;
    height: 100%;
}

.shop-element__about-gallery .owl-carousel .owl-item img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.shop-element__about-gallery .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}

.shop-element__about-gallery .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #3383CC;
}

.shop-element__about-gallery .owl-carousel .owl-nav button.owl-prev {
    left: 0.5em;
}

.shop-element__about-gallery .owl-carousel .owl-nav button.owl-next {
    right: 0.5em;
}

.shop-element__about-gallery .owl-carousel .owl-nav [class*=owl-]:focus {
    outline: 0;
}

.shop-element__about-gallery .owl-carousel .owl-nav span {
	height: 42px;
}

.shop-element__about-gallery .owl-theme .owl-dots .owl-dot.active span, .shop-element__about-gallery .owl-theme .owl-dots .owl-dot:hover span {
    background: #3383CC;
}

.shop-element__about-content.b-page-typography h2 {
    font-size: 32px;
    margin: 0 0 20px;
}

.shop-element__about-content.b-page-typography p {
    font-size: 24px;
    font-weight: 500;
	margin-bottom: 40px;
}

.shop-element__about-content.b-page-typography li {
    font-size: 20px;
	margin-bottom: 20px;
}

.shop-element__about-content.b-page-typography ul li::before {
    background: url('/local/templates/akkamulik/new/img/svg/icon-check-black.svg') no-repeat center / contain;
    width: 24px;
    height: 24px;
    left: 0;
    top: 3px;
}

.shop-element__services .partners-advantages__item {
	max-width: 300px;
}
.shop-element__services .partners-advantages__item-text {
    font-size: 17px;
}

@media only screen and (max-width: 1170px) {
	.shop-element__about-gallery {
		width: 50%;
	}
}

@media only screen and (max-width: 994px) {
	.shop-element__about {
		flex-direction: column;
		gap: 2em;
	}
	.shop-element__about-gallery {
		width: 100%;
	}
	.shop-element__about-gallery .owl-stage-outer {
		max-width: 100%;
	}
	.owl-carousel .owl-item img {
		width: 100%;
	}
	.shop-element__services .partners-advantages__list {
		justify-content: center;
	}
}

@media only screen and (max-width: 850px) {
	.shop-element__main {
		flex-direction: column;
	}

	.shop-element__main-content {
		flex-direction: row;
		display: flex;
		justify-content: flex-start;
		padding: 40px;
	}

	.shop-element__address, .shop-element__schedule, .shop-element__phone {
		max-width: fit-content;
	}
}

@media only screen and (max-width: 425px) {
	.shop-element, .shop-element__about, .shop-element__main {
		gap: 30px;
	}
	.shop-element__main-content {
		padding: 30px;
	}
	.shop-element__services .partners-advantages__item {
		max-width: calc(50% - 1em);
	}
	.shop-element__map {
		height: 270px;
	}
}