/*
 Theme Name:   rohrreinigungberlin-24
 Template:     schluesseldienst-hamburg
 Theme URI:    https://example.com/mytheme-child/
 Description:  Дочерняя тема для MyTheme
 Author:       Ваше имя
 Author URI:   https://example.com
 Template:     mytheme
 Version:      1.0.0
 Text Domain:  mytheme-child
*/

.works-preview {
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 auto;
}

.works-preview__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
}

.works-preview__image {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.works-preview__image-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.works-preview__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.works-preview__title {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.works-preview__container {
		grid-template-columns: 1fr;
	}

	.works-preview__image {
		min-height: 300px;
	}
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

/* Header phone button vertical alignment fix */
@media (min-width: 992px) {
	#topnav .buy-button {
		float: right;
		display: flex;
		align-items: center;
		height: 68px;
		margin: 0;
		padding: 0;
	}

	#topnav.scroll .buy-button,
	#topnav.defaultscroll.scroll .buy-button {
		height: 62px;
	}

	#topnav #navigation {
		padding-right: 260px;
	}

	#topnav .buy-button .phone-button {
		display: inline-flex;
		align-items: center;
		margin-top: 0;
		margin-bottom: 0;
	}
}
