/*
Theme Name: Main
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap&family=Material+Icons");
.intro {
	width: 100%;
	height: 400px;
	position: relative;
	background-image: url("./assets/intro.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.intro {
		height: 640px;
	}
}

.intro:after {
	content: '';
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.intro__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 100%;
	z-index: 1;
}

.intro__title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 8px 8px;
	margin: 0;
}

@media (min-width: 768px) {
	.intro__title {
		padding: 0 16px 16px;
		font-size: 32px;
	}
}

.intro__subtitle {
	padding: 0 8px 16px;
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.intro__subtitle {
		padding: 0 16px 48px;
	}
}

.offer {
	max-width: 500px;
	margin: 64px auto;
	text-align: center;
}

@media (min-width: 768px) {
	.offer {
		max-width: 750px;
	}
}

.offer__item {
	flex: 0 0 50%;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.offer__item {
		flex: 0 0 33.33%;
	}
}

.offer__item-name {
	font-weight: 700;
	text-transform: uppercase;
}

.offer__item-icon {
	max-width: 64px;
	max-height: 64px;
	margin-bottom: 8px;
}

.offer__wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.description {
		display: flex;
	}
}

.description__first-column {
	background-color: #ffb400;
	padding: 32px;
}

@media (min-width: 768px) {
	.description__first-column {
		flex: 1;
		padding: 64px 64px 64px 0;
	}
}

.description__short-description {
	color: #fff;
	max-width: 250px;
	display: flex;
	margin: 0 auto 24px;
}

@media (min-width: 768px) {
	.description__short-description {
		margin: 0 0 48px auto;
	}
}

.description__short-description:last-of-type {
	margin-bottom: 0;
}

.description__short-description-icon {
	font-size: 36px;
	margin: 0 24px 0 0;
}

.description__short-description-title {
	display: flex;
	align-items: center;
}

.description__second-column {
	background-color: #f7f7f7;
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.description__second-column-wrapper {
	margin: 32px 32px 48px;
}

@media (min-width: 768px) {
	.description__second-column-wrapper {
		margin-left: 64px;
	}
}

.description__second-column-title {
	margin-top: 0;
}

@media (min-width: 768px) {
	.description__second-column-title {
		margin-top: 64px;
	}
}

.description__second-column-text {
	max-width: 650px;
	color: #5f5f5f;
}

@media (min-width: 768px) {
	.description__second-column-text {
		line-height: 2;
	}
}

.description__contact-bar {
	background-color: #2a2a2a;
	padding: 32px 8px;
}

@media (min-width: 768px) {
	.description__contact-bar {
		padding: 64px;
	}
}

.description__contact-bar-wrapper {
	text-align: center;
}

@media (min-width: 768px) {
	.description__contact-bar-wrapper {
		text-align: initial;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.description__contact-bar-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px 0;
}

@media (min-width: 768px) {
	.description__contact-bar-title {
		margin: 0 16px 0 0;
	}
}

.description__contact-bar-button {
	min-width: 230px;
}

.button {
	text-align: center;
	padding: 8px 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.button {
		padding: 16px 24px;
	}
}

.button--primary {
	color: #fff;
	background-color: #ffb400;
	display: inline-flex;
}

.button--primary:hover, .button--primary:focus {
	background-color: #e6a200;
}

.button--secondary {
	color: #ffb400;
	border: 2px solid #ffb400;
	display: inline-flex;
	justify-content: center;
}

.button--secondary:hover, .button--secondary:focus {
	color: #fff;
	background-color: #ffb400;
}

.title {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: center;
}

@media (min-width: 768px) {
	.title {
		font-size: 32px;
		padding-bottom: 24px;
		margin-bottom: 24px;
		text-align: left;
	}
}

.title:after {
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #ffb400;
}

@media (min-width: 768px) {
	.title:after {
		height: 5px;
		left: 0;
		transform: none;
	}
}

.title--black:after {
	background-color: #000;
}

.header {
	display: flex;
	justify-content: space-between;
	height: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	align-items: center;
	transition: background-color 0.5s ease;
}

.header--main {
	border-bottom: 2px solid white;
	background-color: transparent;
}

.header--fixed, .header--subpage {
	background-color: #2a2a2a;
	border-width: 0;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.header--fixed .header__menu-inner .menu-item a, .header--subpage .header__menu-inner .menu-item a {
	color: #ffb400;
}

.header--fixed .header__menu-inner .menu-item a:hover, .header--fixed .header__menu-inner .menu-item a:focus, .header--subpage .header__menu-inner .menu-item a:hover, .header--subpage .header__menu-inner .menu-item a:focus {
	color: #cc9000;
}

.header--fixed .header__logo, .header--subpage .header__logo {
	color: #ffb400;
}

.header--fixed .header__toggler-item, .header--subpage .header__toggler-item {
	background-color: #ffb400;
}

.header__logo {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-left: 20px;
}

.header__menu-container {
	height: 100%;
}

.header__menu-desktop {
	display: none;
}

@media (min-width: 768px) {
	.header__menu-desktop {
		display: block;
	}
}

.header__menu-inner {
	display: flex;
	align-content: center;
	text-transform: uppercase;
	font-weight: 700;
	height: 100%;
}

.header__menu-inner .menu-item {
	display: flex;
	align-items: center;
}

.header__menu-inner .menu-item a {
	color: #fff;
	margin: 0 20px;
	display: inline-flex;
	text-decoration: none;
}

.header__menu-inner .menu-item a:hover, .header__menu-inner .menu-item a:focus {
	color: #cccccc;
}

.header__toggler {
	display: block;
	margin-right: 20px;
}

@media (min-width: 768px) {
	.header__toggler {
		display: none;
	}
}

.header__toggler-item {
	width: 20px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 3px;
	border-radius: 5px;
}

.header__toggler-item:last-of-type {
	margin-bottom: 0;
}

.header__close {
	font-size: 32px;
	text-align: right;
	margin: 0 32px 0;
}

.header__menu-mobile {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 11;
}

@media (min-width: 768px) {
	.header__menu-mobile {
		display: none !important;
	}
}

.header__menu-mobile--open {
	display: block;
}

.header__menu-mobile-inner {
	margin: 8px 32px 0;
}

.header__menu-mobile-inner .menu-item {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.header__menu-mobile-inner .menu-item a {
	color: #2a2a2a;
	display: inline-flex;
	text-decoration: none;
}

.header__menu-mobile-inner .menu-item a:hover, .header__menu-mobile-inner .menu-item a:focus {
	color: #444444;
}

.site--subpage {
	padding-top: 40px;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.slide {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("./assets/slide.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.slide {
		height: 500px;
	}
}

.slide:after {
	content: '';
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(67, 49, 0, 0.8);
}

.slide__title {
	font-size: 24px;
	font-weight: 700;
	padding: 0 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 1;
}

@media (min-width: 768px) {
	.slide__title {
		font-size: 32px;
	}
}

.footer__wrapper {
	background-color: #ffb400;
}

@media (min-width: 768px) {
	.footer__wrapper {
		display: flex;
	}
}

.footer__contact {
	padding: 48px 24px;
	background-color: #ffb400;
	flex: 1;
	text-align: center;
}

@media (min-width: 768px) {
	.footer__contact {
		text-align: left;
	}
}

.footer__contact-title {
	color: #fff;
}

.footer__contact-title:after {
	background-color: #fff;
}

.footer__contact-item {
	margin: 16px 0;
}

@media (min-width: 768px) {
	.footer__contact-item {
		display: flex;
	}
}

.footer__contact-item:last-of-type {
	margin-bottom: 0;
}

.footer__contact-item-text {
	color: #fff;
	font-weight: 700;
}

.footer__contact-icon {
	color: #fff;
}

@media (min-width: 768px) {
	.footer__contact-icon {
		margin: auto 32px auto 0;
	}
}

.footer__map {
	width: 100%;
	min-height: 400px;
	display: block;
	position: relative;
	background-image: url("./assets/map.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1100px 840px;
	flex: 1;
}

@media (min-width: 768px) {
	.footer__map {
		min-height: auto;
	}
}

.footer__bottom-bar {
	background-color: #2a2a2a;
	color: #fff;
	text-align: right;
	font-size: 14px;
	padding: 4px 24px;
}

.site-subpage {
	max-width: 680px;
	margin: 0 auto;
	line-height: 2;
}

.site-subpage__wrapper {
	margin: 64px 16px;
}

body {
	font-family: 'Rubik', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 14px;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

p {
	margin: 0;
}

button {
	font-size: 100%;
	font-family: inherit;
	border: 0;
	padding: 0;
	background: transparent;
}

button:hover, button:focus {
	background: transparent;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
}

button:active {
	transform: scale(1);
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
	padding-left: 16px;
	padding-top: 16px;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item > a {
	margin-right: 16px !important;
	margin-bottom: 16px !important;
}

@media (max-width: 768px) {
	.bwg-container-0 {
		width: 100% !important;
	}
}

/*# sourceMappingURL=style.css.map */
