.button {
	background-color: #ed2024;
}

form .more-text {
	color: #faa61a;
}

.form-head > p:first-of-type {
	font-size: 20px;
	color: #ed1f24;
}

body {
	background-color: #e5e5e5;
	overflow-x: hidden;
}

.formulare .contactForm input {
	border: 0;
	border-radius: 4px;
	color: #000;
}

.formulare .contactForm .checkbox-style:before {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	border-color: #000;
}

.formulare .contactForm label {
	color: #000;
	font-size: 14px;
	line-height: 14px;
}

.formulare .contactForm .rooms__label {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin: 15px 0 6px 0;
}

.formulare .contactForm .col--agree-smmlal .form-group {
	margin-bottom: -5px;
}

.formulare .contactForm .rooms--arrea {
	margin-top: -8px;
}

.formulare .contactForm .le,
.formulare .contactForm label.checkbox-style {
	font-size: 12px;
	line-height: 15px;
	top: 1px;
	position: relative;
}

.formulare .contactForm .submit {
	margin: 24px 0 0 0;
	display: flex;
	justify-content: center;
}

.formulare .contactForm .submit input[type="submit"] {
	display: inline-block;
	width: auto;
	border-radius: 100px;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	padding: 12px 56px;
}

.formulare .contactForm .checkbox-style:after {
	font-size: 0;
	line-height: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #000;
	left: 3px;
	top: 3px;
}

.formulare .contactForm .rooms__item {
	width: 30%;
	margin: 0 0 2px 0;
}

.formulare--bordero {
	border-top: 1px solid #cecece;
	padding-top: 25px;
	margin-top: 10px;
}

.decor {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	background-size: cover;
	background-position: center;
}

/* .decor:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #e30613;
} */

.decor__box {
	padding: 30px 35px;
	position: absolute;
	left: 35px;
	top: 35px;
	background-color: #031a39;
	z-index: 9;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
}

.decor__box strong {
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
}

.content {
	display: flex;
	background-position: center;
	background-size: cover;
}

.brand {
	display: flex;
	align-items: center;
	margin: 45px 0 30px 0;
	width: 100%;
}

.brand img {
	position: relative;
	height: 40px;
	max-width: 45%;
}

.brand img:nth-child(2) {
	margin-left: auto;
}

.header {
	margin: 0 0 30px 0;
}

.header .row {
	display: flex;
	align-items: flex-end;
}

.header__heading {
	margin: 0;
	padding: 0;
	font-size: 27px;
	line-height: 34px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.header__subheading {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.header__text {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	text-align: right;
}

.why {
	background-color: #e30613;
	margin: 60px 0 0 0;
	padding: 50px 0;
}
.why__heading {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: center;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
}
.why__heading img {
	position: relative;
	top: -4px;
	margin: 0 10px 0 20px;
	height: 40px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.why__items {
	display: flex;
	margin: 0 -20px;
	justify-content: center;
}
.why__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% / 4) - 20px);
	margin: 0 20px;
}
.why__icon img {
	height: 90px;
}
.why__title {
	margin: 30px 0 0 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.formulare .formulare__content .header__text.m-s {
	display: none;
}

/* .decor__box:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -15px;
	left: 0;
	border-color: #031a39 transparent transparent transparent;
	border-style: solid;
	border-width: 15px 25px 0 0;
	height: 0px;
	width: 0px;
} */

/* .decor:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -15px;
    left: 0;
    border-color: #e30714 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 25px 0 0;
    height: 0px;
    width: 0px;
} */

@media screen and (max-width: 992px) {
	.brand img:nth-child(1) {
		height: 32px;
	}

	.header__text {
		text-align: center;
	}
	.decor {
		height: calc(100vw - 30px);
		width: calc(100vw - 30px);
	}
	.decor:before {
		display: none;
	}
	.content {
		display: block;
	}
	.decor__box {
		left: 15px;
		top: 15px;
	}
	.m-h {
		display: none;
	}
	.m-s {
		display: block !important;
	}

	.formulare .formulare__content .header__text {
		margin: 30px 0;
	}

	.why__items {
		flex-direction: column;
	}
	.why__item {
		width: 100%;
		margin: 0 0 20px 0;
		flex-direction: row;
	}
	.why {
		padding: 45px 0 32px 0;
		margin: 30px 0 0 0;
	}
	.why__title {
		margin: 0 0 0 20px;
		text-align: left;
		font-size: 16px;
		line-height: 22px;
	}
	.why__heading {
		margin: 0 0 45px 0;
	}
	.brand {
		margin: 25px 0;
	}
	.decor:after {
		display: none;
	}
	.header__heading,
	.decor__box strong {
		font-size: 26px;
		line-height: 32px;
	}
	.header__subheading,
	.decor__box {
		font-size: 20px;
		line-height: 26px;
	}
	.decor__box {
		padding: 20px 25px;
	}
	.formulare .formulare__content .header__text {
		margin: 20px 0;
	}
	.copy {
		margin-top: 0;
	}
}

.response .error {
	background-color: #ed2023;
	padding: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.response .success {
	background-color: #20a200;
	padding: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.rdoinfomrore {
	line-height: 15px;
}
.rdoinfomrore .more,
.rdoinfomrore .le {
	font-size: 12px;
	line-height: 15px;
	top: 1px;
	position: relative;
}

.rdoinfomrore .more-text {
	margin-top: 15px;
}

.rdoinfomrore a {
	font-weight: 700;
	color: #000;
}

.rdoinfomrore a:hover {
	font-weight: 700;
	color: #000;
}
.decor--box-second {
	top: auto !important;
	bottom: calc(40% - 90px) !important;
	background-color: #ff6d00;
}

.decor--box-second:before {
	border-color: #ff6d00 transparent transparent transparent;
}

@media screen and (max-width: 992px) {
	.decor--box-second {
		top: auto !important;
		bottom: calc(40% - 60px) !important;
	}
}

@media screen and (max-width: 992px) {
	.why__items {
		flex-direction: column;
	}

	.why__item {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.why__item .why__title {
		margin: 8px 0 0 0;
		text-align: center;
	}

	.why__icon img {
		height: 75px;
	}
}

.app {
	width: 100%;
	overflow-x: hidden;
}
