.transition {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
	outline: none;
}
body {
	font-size: 18px;
	font-family: 'Myriad', sans-serif;
	color: #000;
	background: #fff;
}
html,
body {
	overflow-x: hidden;
}
.container-fluid {
	position: relative;
	margin: 0 auto;
	max-width: 1230px;
}
.header {
	background: url('../img/bg-header.jpg') center top no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.header {
		background: url('../img/bg-header.jpg') center top no-repeat;
		background-position: top;
		background-size: contain;
	}
}
@media only screen and (max-width: 620px) {
	.header {
		background: url('../img/bg-header1.jpg') center top no-repeat;
		background-position: top;
		background-size: contain;
	}
}
.header-inner {
	position: relative;
}
.down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	trasform: translate(-50%, 0);
	display: block;
	z-index: 500;
}
.down:hover {
	opacity: .5;
}
@media only screen and (max-width: 768px) {
	.down {
		display: none;
	}
}
.header-left-inner {
	padding-right: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: 800px;
}
.header-right-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: 800px;
}
@media only screen and (max-width: 1170px) {
	.header-left-inner {
		padding-right: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.header-left-inner {
		height: 600px;
	}
}
@media only screen and (max-width: 768px) {
	.header-left-inner {
		height: auto;
		padding: 0px 0;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.site-title {
	width: 670px;
	height: 145px;
	background: url('../img/bg-title.png');
	color: #212121;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 50px;
	padding-top: 20px;
	line-height: 1;
}
.site-title b {
	color: #fea800;
	font-size: 53px;
	display: block;
	margin-bottom: 21px;
}
@media only screen and (max-width: 1090px) {
	.site-title {
		width: 404px;
		height: 106px;
		background-size: 100% 100%;
		font-size: 18px;
	}
	.site-title b {
		font-size: 40px;
	}
}
@media only screen and (max-width: 768px) {
	.site-title {
		/*width: auto;*/
		height: auto;
		background: none;
		padding: 25px;
		width: 100%;
		text-align: center;
		font-size: 1.4em;
	}
	.site-title b {
		font-size: 40px;
	}
	.headerbg {
		width: 80%;
		margin: 0 auto;
		padding: 20px;
		background: rgba(255, 255, 255, 0.6);
	}
}
.head-right {
	background: rgba(255, 255, 255, 0.8);

}
@media (max-width: 768px) {
	.head-right {
		position: relative;
		padding: 0;
		top: 0;
	}
}

.intro-call {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 5px solid #fff;
	background: #fea900;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	padding: 20px 50px;
	float: right;
	margin-top: 40px;
	font-weight: 500;
	display: block;
	max-width: 570px;
}
.intro-call:hover {
	background: #fdba30;
}
.intro-call:active {
	background: #212121;
	color: #fff;
}
@media only screen and (max-width: 1090px) {
	.intro-call {
		font-size: 16px;
	}
}
@media only screen and (max-width: 992px) {
	.intro-call {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.intro-call {
		font-size: 20px;
		padding: 20px 30px;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 40px;
		font-weight: 500;
		display: block;
	}
	.header-left-inner {
		align-items: unset--;
	}
}
@media only screen and (max-width: 490px) {
	.intro-call {
		font-size: 18px;
	}
}
.intro-call2 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 5px solid #fff;
	background: #fea900;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	padding: 20px 50px;
	float: right;
	margin-top: 40px;
	font-weight: 500;
	display: block;
	max-width: 570px;
	display: none;
}
.intro-call2:hover {
	background: #fdba30;
}
.intro-call2:active {
	background: #212121;
	color: #fff;
}
@media only screen and (max-width: 1090px) {
	.intro-call2 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 992px) {
	.intro-call2 {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.intro-call2 {
		display: inline-block;
		border-width: 3px;
		padding: 10px;
		margin-top: 0px;
	}
}-
.header-right-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 800px;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	padding-left: 30px;
}
.header-right-inner:after {
	content: '';
	display: block;
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1024px) {
	.header-right-inner {
		height: 600px;
	}
}
@media only screen and (max-width: 768px) {
	.header-right-inner {
		height: auto;
		padding: 30px 15px;
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 15px;
		background: white;
	}
}
.feature {
	overflow: hidden;
	margin-bottom: 30px;
}
.feature .feature-img {
	display: block;
	float: left;
}
.feature .feature-content {
	margin-left: 100px;
}
.feature .feature-title {
	font-weight: 500;
	font-size: 22px;
}
.feature .feature-text {
	font-size: 16px;
	color: #212121;
	line-height: 1.2;
}
@media only screen and (max-width: 1090px) {
	.feature .feature-title {
		font-size: 20px;
	}
	.feature .feature-text {
		font-size: 17px;
	}
}
@media only screen and (max-width: 768px) {
	.feature {
		margin-top: 25px;
		margin-bottom: 15px;
	}
}
.place {
 /* background: url('../img/bg-map.jpg') center center no-repeat;*/
}
.place .col-left {
	position: relative;
	padding: 100px 0;
	z-index: 51;
}
.place .col-left:after {
	content: '';
	display: block;
	position: absolute;
	right: 0%;
	top: 0;
	width: 200%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.place .col-left:after {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.place .col-left {
		padding: 0;
	}
}
.place .section-title {
	text-transform: uppercase;
	font-size: 48px;
	border-bottom: 6px solid #f6bb02;
	max-width: 200px;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.place .section-title {
		text-align: center;
		font-size: 24px;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.8);
		padding: 30px 0 0px 0;
		width: 100%;
		border: none;
	}
	.place .section-title .del {
		height: 6px;
		background: #f6bb02;
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
		margin-top: 15px;
	}
}
.place .col-inner {
	position: relative;
	z-index: 2;
	padding-right: 30px;
}
@media only screen and (max-width: 768px) {
	.place .col-inner {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media only screen and (max-width: 768px) {
	.place {
		background-size: cover;
	}
}
.benefits {
	overflow: hidden;
}
.benefits .benefit {
	margin-bottom: 10px;
}
.benefits .benefit:last-child {
	margin-bottom: 0;
}
.benefits .benefit img,
.benefits .benefit span {
	display: inline-block;
	vertical-align: middle;
}
.benefits .benefit span {
	font-size: 16px;
}
.benefits .benefit img {
	margin-right: 15px;
}
@media only screen and (max-width: 768px) {
	.benefits {
		margin-top: 472px;
		background: rgba(255, 255, 255, 0.8);
		padding: 8px;
		text-align: center;
	}
	.benefits .benefit {
		float: left;
		display: block;
		width: 50%;
		margin: 0px;
		text-align: left;
		margin-bottom: 8px;
	}
	.benefits .benefit span {
		font-size: 14px;
		padding-right: 5px;
	}
	.benefits .benefit img {
		margin-right: 10px;
	}
}
.exurs {
	margin-top: 45px;
}
.exurs .section-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 48px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.exurs .section-title {
		font-size: 24px;
	}
}
.exurs .section-subtitle {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.exurs .section-subtitle {
		font-size: 15px;
	}
}
.exurs .del {
	margin-left: auto;
	margin-right: auto;
	max-width: 270px;
	height: 6px;
	background: #f6bb02;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.exurs .del {
		margin-top: 15px;
		margin-bottom: 30px;
		height: 4px;
	}
}
.posetili {
	position: relative;
	text-align: center;
}
.posetili img {
	max-width: 100%;
}
.posetili .stat {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
}
.posetili .stat span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
}
.posetili .stat b {
	display: block;
	color: #f6bb02;
	font-weight: 500;
	font-size: 72px;
	margin-bottom: 10px;
}
.posetili .stat i {
	font-style: normal;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}
@media only screen and (max-width: 992px) {
	.posetili .stat span,
	.posetili .stat i {
		font-size: 20px;
	}
	.posetili .stat b {
		font-size: 36px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 768px) {
	.posetili .stat {
		background: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 125px;
		height: 125px;
		padding: 15px;
		padding-top: 25px;
	}
	.posetili .stat span,
	.posetili .stat i {
		font-size: 12px;
	}
	.posetili .stat b {
		font-size: 36px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
.order-form {
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 970px;
	background: #d2d2d2;
	padding: 40px 40px 30px;
}

.form-padding {
	margin-top: 60px;
}
.order-form .order-form-title {
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.order-form {
		margin-top: 30px;
		padding: 20px;
	}
	.order-form .order-form-title {
		font-size: 18px;
	}
	.order-form form {
		margin-top: 25px;
	}
}
.order-features {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.order-features li {
	min-height: 30px;
	background: url('../img/check.png') left top no-repeat;
	padding-left: 45px;
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 1.2;
}
@media only screen and (max-width: 768px) {
	.order-features li {
		font-size: 14px;
		background-position: left center;
	}
}
.order-form form {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.order-form input {
	margin-bottom: 10px;
}
.order-form button {
	width: 100%;
}
form input {
	display: block;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 60px;
	background: #fff;
	padding: 0 30px;
	font-size: 24px;
	font-weight: 300;
	border: none;
}
form input.error {
	border: 2px solid #ff0000;
}
@media only screen and (max-width: 768px) {
	form input {
		height: 45px;
		font-size: 18px;
		padding: 0 15px;
	}
}
.btn-def {
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	height: 60px;
	background: #F8AB31;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	font-size: 24px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-def:hover {
	background: #FBC26A;
}
.btn-def:active {
	background: #212121;
	color: #fff;
}
@media only screen and (max-width: 850px) {
	.btn-def {
		width: 70%;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.btn-def {
		height: 45px;
		font-size: 18px;
	}
}

.ipoteka {
	background: url('../img/bg-ipoteka.jpg') center center no-repeat;
	background-size: cover;
	padding: 45px 0 60px 0;
	/*margin-top: 60px;*/
}
.ipoteka .section-title {
	text-align: center;
	font-weight: 500;
	color: #fdab00;
	text-transform: uppercase;
	font-size: 48px;
}
.ipoteka .section-title b {
	font-weight: 500;
	color: #fff;
}
.ipoteka .section-subtitle {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
	.ipoteka {
		/*margin-top: 30px;*/
		padding: 30px 0;
	}
	.ipoteka .section-title {
		font-size: 24px;
	}
	.ipoteka .section-subtitle {
		font-size: 16px;
	}
}
.ipoteka-items {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
	.ipoteka-items {
		display: block;
	}
}
.ipoteka-item {
	width: 175px;
	height: 267px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	vertical-align: top;
}
.ipoteka-item .ipoteka-icon {
	text-align: center;
	line-height: 150px;
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {
	.ipoteka-item .ipoteka-icon {
		line-height: 100px;
		margin-top: 42px;
	}
}
.ipoteka-item .ipoteka-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {
	.ipoteka-item .ipoteka-title {
		font-size: 14px;
		margin-top: 40px;
	}
}
.ipoteka-item .ipoteka-subtitle {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.ipoteka-item .ipoteka-subtitle b {
	color: #fdab00;
	font-size: 30px;
}
.ipoteka-item .ipoteka-subtitle span {
	color: #fdab00;
}
@media only screen and (max-width: 768px) {
	.ipoteka-item .ipoteka-subtitle {
		font-size: 18px;
	}
	.ipoteka-item .ipoteka-subtitle b {
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.ipoteka-item {
		width: 130px;
		height: 200px;
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 8px;
	}
}
.f-title {
	text-transform: uppercase;
	color: #212121;
	font-size: 30px;
	font-weight: 500;
	margin-top: 25px;
	margin-left: 60px;
}
@media only screen and (max-width: 768px) {
	.f-title {
		margin: 0;
		text-align: center;
		font-size: 24px;
	}
}
.f-subtitle {
	font-size: 18px;
	opacity: .5;
	font-weight: 500;
	margin-left: 60px;
}
@media only screen and (max-width: 768px) {
	.f-subtitle {
		margin: 0;
		text-align: center;
		font-size: 16px;
	}
}
.ipoteka .order-form button {
	font-size: 22px;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (max-width: 768px) {
	.ipoteka .order-form button {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.ipoteka .order-form {
		margin-top: 10px;
	}
}
.questions {
	padding: 60px 0;
	/*background: url('../img/girl.jpg') left center no-repeat;*/
	background-size: auto 100%;
}
.questions .section-title {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 48px;
}
@media only screen and (max-width: 992px) {
	.questions .section-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 992px) {
	.questions .section-title {
		font-size: 20px;
	}
}
.questions .section-subtitle {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 24px;
}
@media only screen and (max-width: 992px) {
	.questions .section-subtitle {
		font-size: 15px;
	}
}
@media only screen and (max-width: 992px) {
	.questions .section-subtitle {
		font-size: 12px;
	}
}
.questions .del {
	margin: 25px 0;
	height: 6px;
	max-width: 270px;
	background: #fdab00;
}
@media only screen and (max-width: 992px) {
	.questions .del {
		height: 4px;
		margin: 20px 0;
	}
}
@media only screen and (max-width: 768px) {
	.questions .del {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.questions .txt {
	text-transform: uppercase;
	font-size: 24px;
	margin: 8px 0;
}
@media only screen and (max-width: 992px) {
	.questions .txt {
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.questions .txt {
		font-size: 15px;
		margin: 3px 0;
	}
}
.questions .phone {
	font-weight: 500;
	font-size: 36px;
	margin-top: -0.5em;
}
@media only screen and (max-width: 992px) {
	.questions .phone {
		font-size: 24px;
	}
}
@media only screen and (max-width: 768px) {
	.questions .phone {
		font-size: 20px;
	}
}
.questions button {
	width: 100%;
	max-width: 340px;
}
@media only screen and (max-width: 992px) {
	.questions button {
		font-size: 18px;
		height: 45px;
		max-width: 260px;
	}
}
@media only screen and (max-width: 768px) {
	.questions button {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1170px) {
	.questions {
		background: url('../img/girl.jpg') -50% center no-repeat;
	}
}
@media only screen and (max-width: 992px) {
	.questions {
		background: url('../img/girl.jpg') -300px center no-repeat;
	}
}
@media only screen and (max-width: 768px) {
	.questions {
		background: url('../img/girl.jpg') -280px center no-repeat;
		background-size: auto 100%;
		padding: 30px 0;
		/*height: 340px;*/
	}
	.questions .col-inner {
		max-width: 260px;
	}
	.questions .txt-last {
		text-align: right;
	}
}
.footer {
	position: relative;
	overflow: hidden;
}
.footer .the-map {
	height: 500px;
}
.footer .container-fluid {
	position: absolute;
	top: 0;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 500;
	height: 0px;
}
.footer .container-fluid .row {
	height: 0px;
}
.footer .container-fluid .col-left {
	height: 500px;
	position: relative;
	padding-top: 150px;
}
.footer .container-fluid .col-left:after {
	content: '';
	display: block;
	position: absolute;
	right: 0%;
	top: 0;
	width: 200%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
	.footer .container-fluid .col-left {
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	.footer .container-fluid {
		position: static;
		transform: none;
		height: auto;
	}
}
.footer .footer-content {
	position: relative;
	z-index: 1;
}
.footer .del {
	margin: 25px 0;
	height: 6px;
	max-width: 270px;
	background: #fdab00;
}
@media only screen and (max-width: 768px) {
	.footer .the-map {
		height: 300px;
	}
	.footer .container-fluid {
		height: auto;
	}
	.footer .container-fluid .row {
		height: auto;
	}
}
.address-title {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
}
.address-title span {
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
}
@media only screen and (max-width: 768px) {
	.address-title span {
		font-size: 14px;
	}
}
.address span {
	width: 110px;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.address {
		font-size: 14px;
	}
	.address span {
		width: auto;
	}
}

.domrf img {
	width:  40px;
	position: relative; 
	left: 11em; 
	bottom: 2.5em;
}
@media only screen and (max-width: 768px) {
	.domrf {
		font-size: 14px;
	}
	.domrf span {
		width: auto;
	}
}


.popup {
	background: #d2d2d2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 30px;
	width: 600px;
	display: none;
	color: #212121;
}
.popup .popup-title {
	font-weight: 500;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.popup .popup-title {
		font-size: 18px;
	}
}
.popup .popup-subtitle {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.popup .popup-subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.popup form {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.popup form input {
	margin-bottom: 10px;
}
.popup form button {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.popup {
		width: 100% !important;
		padding: 15px;
	}
}
#popup-thanks {
	width: 440px;
}
#popup-thanks button {
	width: 100%;
}
.bright:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1 !important;
}
::-webkit-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
}
:-moz-placeholder {
	color: #7d7d7d;
	opacity: 1;
}
::-moz-placeholder {
	color: #7d7d7d;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #7d7d7d;
	opacity: 1;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
/*.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif');
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow-x: hidden;
	margin: 0 !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow: hidden;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}*/


#maps {
		height:600px;
		width: 100%;
		position:absolute;
		z-index: 3;
}
#maps_768 {
		height: 400px;
		width: 100%;
		z-index: 3;
		position: absolute;
}
.benefit  img{ width:37px;}

@keyframes glowing {
	0% { background-color: #fdba30; box-shadow: 0 0 3px #fdba30; }
	50% { background-color: #ffcc65; box-shadow: 0 0 30px #FFFF00; }
	100% { background-color: #fdba30; box-shadow: 0 0 3px #fdba30; }
}

.btn_anim {
	animation: glowing 1500ms infinite;
}



/* ==============

	Carousel

============= */


.main-carousel {
	background: #ddd;
	max-height: 95%;
	padding-bottom: 20px;
}
.carousel-adv {
	min-height: 500px;
}
.carousel-cell {
	width: 90%;
	cursor: pointer;
	padding: 15px 40px;
}
.carousel-adv .carousel-cell {
	cursor: default;
}
.align-bottom {
	text-align: center;
	margin: 0 auto;
	/*width: 95%;	*/
	height: 670px;
}
@media only screen and (max-width: 1000px) {
	.align-bottom {
		height: 620px;
	}
}
@media only screen and (max-width: 900px) {
	.align-bottom {
		height: 580px;
	}
}
@media only screen and (max-width: 780px) {
	.align-bottom {
		height: 530px;
	}
}
@media only screen and (max-width: 730px) {
	.align-bottom {
		height: 530px;
	}
}
@media only screen and (max-width: 640px) {
	.align-bottom {
		height: 350px;
	}
}
@media only screen and (max-width: 590px) {
	.align-bottom {
		height: 300px;
	}
}
@media only screen and (max-width: 480px) {
	.align-bottom {
		height: 250px;
	}
}
@media only screen and (max-width: 450px) {
	.align-bottom {
		height: 190px;
	}
}
@media only screen and (max-width: 420px) {
	.align-bottom {
		height: 160px;
	}
}

.align-bottom .align-bottom-sub {
	position: relative;
	bottom: 15px;
}
@media only screen and (max-width: 460px) {
	.align-bottom .align-bottom-sub {
		bottom: 20px;
	}
}

#plans h2 {
	margin-bottom: 20px; 
	text-align: center;
}

.carousel-text {
	position: relative;
	z-index: 1;
	padding: 20px 2px 10px 2px;
	font-size: 1.4em;
	color: #444444;
	pointer-events: none;
	text-align: center;
}

.align-bottom img {
	/*width: 95%;*/
	height: 85%;
}

#plans {
	background: #ddd;
}



.popup-plan {
	background: #d2d2d2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 30px;
	max-width: 970px;
	display: none;
	color: #212121;
}
.popup-plan .popup-title {
	font-weight: 500;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.popup-plan .popup-title {
		font-size: 18px;
	}
}
.popup-plan .popup-subtitle {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.popup-plan .popup-subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.popup-plan form {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.popup-plan form input {
	margin-bottom: 10px;
}
.popup-plan form button {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.popup-plan {
		width: 100% !important;
		padding: 15px;
	}
}


/* Advantages block */

.adv-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: auto;
	align-content: start;
}

.adv-block {
	flex: 0 0 auto;
	width: 70%;
	min-width: 400px;
	max-width: 880px;
	margin: 0 auto;
}

.adv-header {
	height: 50px;
	margin-bottom: 50px;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.header1 {
	background-color: #799D72;
}
.header2 {
	background-color: #C9D46B;
}
.header3 {
	background-color: #E38838;
}

.adv-header h3 {
	text-align: center;
	color: white;
	line-height: 50px;
}

.adv-small-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
	align-content: center;
	max-width: 880px;
}

.flex-items {
	width: 33%;
	height: 100%;
}

.flex-items img {
	display: block;
	margin: 0 auto;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 100px;
}
.flex-items p {
	font-size: 0.9em;
	text-align: center;
	padding: 5px;
}
@media only screen and (max-width: 490px) {
	.adv-block {
		min-width: 350px;
	}
	.adv-header {
		height: 40px;
	}
	.adv-header h3  {
		font-size: 18px;
		line-height: 40px;
		font-size: 1em;
	}
	.flex-items img {
		width: 75px;
	}
}
@media only screen and (max-width: 430px) {
	.adv-block {
		width: 95%;
		min-width: 280px;
		max-width: 430px;
	}
	.adv-header h3  {
		font-size: 18px;
		line-height: 40px;
		font-size: 1em;
	}
	.flex-items img {
		width: 60px;
	}
}

.footer2 {
	font-size: 0.8em;
	color: #6b6b6b;
	margin: 15px 50px;
}

.section-header {
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
	/*color: #fdab00;*/
	text-transform: uppercase;
	font-size: 48px;
}

@media only screen and (max-width: 860px) {
	.adv-block {
		width: 30%;
	}
	.flex-items {
		width: 49%;
	}
	.section-header {
		font-size: 32px;
		max-width: 100%;
	}
	.carousel-text {
		font-size: 1em;
	}
}

@media only screen and (max-width: 820px) {
	.section-header {
		font-size: 1.6em;
		max-width: 100%;
	}
	.carousel-text {
		font-size: 1em;
	}
}

@media only screen and (max-width: 720px) {
	.section-header {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 720px) {
	.section-header {
		font-size: 1.3em;
	}
	.carousel-text {
		font-size: 0.9em;
	}
}



/*
	Modal carousel
*/


/* Вариант с предварительной загрузкой каруселей в фоне, чтобы подгрузились фото */
.modal { 
	display: block;
	position: fixed;
	z-index: 4;
	padding-top: 5000px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: transparent; 
	background-color: transparent;
}


/* Вариант каруселей в модальном окне без предварительной фоновой их загрузки */
/*.modal {
	display: none;
	position: fixed;
	z-index: 4;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
}*/

/* Modal Content */
.modal-content {
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	/*height: 95%;*/
	max-width: 1200px;
	background: #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #212121;
}

.modal-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-plans-carousel {
	margin: 0 auto;
	width: 80%;
}
@media only screen and (max-width: 1050px) {
	.modal-plans-carousel {
		width: 90%;
	}
}
@media only screen and (max-width: 760px) {
	.modal-plans-carousel {
		width: 100%;
	}
}

.modal-form-div {
	margin: 0 auto;
}

/* The Close Button */
/*.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 0.5;
	position: relative;
	top: -5px;
	right: -5px;
	z-index: 3;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}*/

.slider-single-image {
	width: 100%;
}


.plan-modal-title {
	font-size: 1.3em;
	margin: 10px 0 0 15px;
}

.plan-modal-text{
	display: flex;
	justify-content: space-between;  
	flex-wrap: wrap; 
	/*gap: 5px;*/
	width: 450px;
	padding: 10px 15px;
}

.plan-modal-text > div {
	padding: 3px;
	width: 48%;
}

.plan-modal-form-block {
	/*border: 1px solid black;*/
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	/*background: white;*/
}

.plan-modal-form input {
	display: inline-block;
	width: 70%;
	max-width: 400px;
	border: 1px solid #7d7d7d;
	border-radius: 4px;
}

.plan-modal-img {
	width: 95%;
	max-height: 60%;
	border: 1px solid green;
	text-align: center;
}

.plan-modal-carousel {
	max-height: 65%;
	border: 1px solid #969696;
	border-radius: 4px;
	padding: 15px 0;
}

@media only screen and (max-width: 700px) {
	.plan-modal-text {
		max-height: 80%;
	}
}

@media only screen and (max-width: 1000px) {
	.plan-modal-text {
		max-height: 65%;
	}
}

@media only screen and (max-width: 1400px) {
	.plan-modal-carousel {
		max-height: 62%;
	}
}

.plan-modal-cell {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.plan-modal-cell img {
	width: 95%;
}

@media only screen and (max-width: 770px) {
	.plan-modal-form-block,
	.plan-modal-text{
		font-size: 0.95em;
	}
	.plan-modal-title {
		font-size: 1.1em;	
	}
}
@media only screen and (max-width: 490px) {
	.plan-modal-form input {
		width: 250px;
		max-width: 100%;
	}
	.btn-def {
		width: 250px;
		max-width: 100%;		
	}
}

.splide__pagination__page.is-active {
	background: #767676;
}

.splide__pagination {
	bottom: -0.5em;
}
