.wrap:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	background: rgba(35, 38, 46, 0.8);
}

.content__title {
	color: white;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 300;
}

.fact-item {
	text-align: center;
	padding-left: 6px;
    padding-right: 6px;
}

.facts-wrap {
	border: 2px solid #8F8570;
    border-radius: 5px;
    background: rgba(35, 35, 35, 0.7);
}

.thanks-title{
	color: white;
}

.btn-down {
	background: #CB9768;
}

.btn-down:hover {
	background: #ae8158;
}

@media(min-width: 769px) {
	.fact-item:nth-child(2) {
		border-left: 2px solid #8F8570;
		border-right: 2px solid #8F8570;
	}
}

.form-block {
	background: #E1DED5;
}

.form-block-title {
	color: #7D7765;
}

.btn-send {
	background: #CB9768;
}

.btn-send:hover {
	background: #ab835f;
}

.btn-send:disabled:hover {
	background: #CB9768;
}

footer {
	background: #333333;
}

footer a, footer, footer a:hover, footer a:focus {
	color: #F7CEB3;
	text-decoration: none
}

/* MEDIA --------------------------------------------------------------------------------------- */
@media(max-width: 1280px) {
	.content__title {
		font-size: 48px;
		line-height: 64px;
	}
}

@media(max-width: 1200px) {
	.content__title {
		font-size: 46px;
		line-height: 62px;
	}
}

@media(max-width: 991px) {
	.content__title {
		font-size: 42px;
		line-height: 56px;
	}
}

@media (max-width: 768px) {
	.ellipse {
		display: none;
	}

	.form-block-title {text-align: center;}

	.content__title {
		font-size: 38px;
		line-height: 52px;
	}

	.facts-wrap {
		border: none;
		border-radius: 0px;
		background: transparent;
	}

	footer {
		background: #434343;
	}

	footer a, footer, footer a:hover, footer a:focus
	{
		color: #A9A9A9
	}

	.col-cosmic svg path, .widgets svg path{
		fill: #A9A9A9
	}

	.form-block-title {
		color: white;
	}

	.form-block, .form-block-wrap {
		background: #2f2f2f;
	}

	.col.widgets {
		background-color: #545454;
	}

	.fact-item {
		background: #2F2F2F;
		border-radius: 5px;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-top: 6px;
		font-size: 16px;
		line-height: 112%;
		border: 1px solid #8F8570;
	}
}

@media (max-width: 480px) {
	.content__title {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 360px) {
	.content__title {
		font-size: 24px;
		line-height: 34px;
	}

	.content__sub-title {
		font-size: 20px;
	}
}

.iti.iti--allow-dropdown {height: 100%;}

.without-plugin .form-block .row input[type="text"] {padding-left: 26px;}
@media (max-width: 768px) {
	.without-plugin  .form-block .row input[type="text"] {padding-left: 18px;}
}
@media (max-width: 480px) {
	.without-plugin  .form-block .row input[type="text"] {padding-left: 13px;}
}

@media (max-width: 768px) {
	.content__title {
		text-align: center;
  }

	.without-form-name #form .row {
		justify-content: center !important;
		-webkit-justify-content: center !important;
	}
}

.without-plugin.with-form-name .form-block .row input[type="text"] {
	padding-left: 16px;
}
